Bump eslint from 9.39.4 to 10.4.0#18
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.4 to 10.4.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.4...v10.4.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
a7d5ce0 to
cabbd43
Compare
akshitkrnagpal
left a comment
There was a problem hiding this comment.
Request changes: CI is failing, and I can reproduce the failure locally.
This PR bumps apps/app from eslint@^9.39.4 to eslint@^10.4.0, but the current Next/React ESLint plugin stack is not compatible with ESLint 10 yet. After npx --yes pnpm@10.33.0 install --frozen-lockfile, npx --yes pnpm@10.33.0 lint fails in @edgepush/app#lint:
ESLint: 10.4.0
TypeError: Error while loading rule 'react/display-name': contextOrFilename.getFilename is not a function
Occurred while linting apps/app/eslint.config.mjs
from eslint-plugin-react@7.37.5 with eslint@10.4.0
GitHub CI is failing in the same Lint step: https://github.com/akshitkrnagpal/edgepush/actions/runs/26078115938/job/76673285847
Please hold this bump until the dependent Next/React ESLint plugins support ESLint 10, or update the ESLint plugin/config stack to compatible versions in this PR.
|
Superseded by #24. |
Bumps eslint from 9.39.4 to 10.4.0.
Release notes
Sourced from eslint's releases.
... (truncated)
Commits
452c40110.4.0b6417e8Build: changelog update for 10.4.06616856chore: upgrade knip to v6 (#20875)d13b084ci: ensure auto-created PRs run CI (#20860)7e52a71docs: add mention of@eslint-react/eslint-plugin(#20869)e71c7afci: bump pnpm/action-setup from 6.0.5 to 6.0.7 (#20862)544c0c3fix: escape code path DOT labels in debug output (#20866)db3468bdocs: tweak wording around ambiguous CJS-vs-ESM config (#20865)d84393dtest: add unit tests for SuppressionsService.applySuppressions() (#20863)9084664docs: Update README