The GitHub Actions job "Required Checks" on texera.git/main has failed. Run started by GitHub user github-merge-queue[bot] (triggered by github-merge-queue[bot]).
Head commit for run: b2886ca8b1bc6658c4bfb362a9d328e668038b3b / Matthew B. <[email protected]> refactor(frontend): remove unused fs-extra devDependency (#5842) ### What changes were proposed in this PR? - Remove the unused `fs-extra` (10.0.1) devDependency from `frontend/package.json`; it is never imported or referenced in `src/`, `build-version.js`, `custom-webpack.config.js`, any config, or any npm script. It was introduced by https://github.com/apache/texera/pull/899 and we have replaced it in #3613 ### Any related issues, documentation, discussions? Closes: #5841 ### How was this PR tested? - Run `yarn install` in `frontend/`, expect the only `yarn.lock` change to be removal of the direct `fs-extra@npm:10.0.1` block plus the project's reference (verify with `git diff frontend/yarn.lock`). - Run `yarn build` in `frontend/` (production `ng build`), expect exit code 0 with no new errors; this confirms nothing in the source or build pipeline depends on the direct `fs-extra` dependency. - Run `grep -rn "fs-extra" frontend/src frontend/build-version.js frontend/custom-webpack.config.js`, expect no matches. ### Was this PR authored or co-authored using generative AI tooling? Co-authored with Claude Opus 4.8 in compliance with ASF Report URL: https://github.com/apache/texera/actions/runs/27913508399 With regards, GitHub Actions via GitBox
