MAINT: Bump eslint from 9.39.1 to 10.4.1 in /frontend#1850
Open
dependabot[bot] wants to merge 4 commits into
Open
MAINT: Bump eslint from 9.39.1 to 10.4.1 in /frontend#1850dependabot[bot] wants to merge 4 commits into
dependabot[bot] wants to merge 4 commits into
Conversation
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.1 to 10.4.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.1...v10.4.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.4.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…lity ESLint 10 removed FlatESLint from its public API, which breaks @typescript-eslint/utils <8.57. Bump @typescript-eslint/eslint-plugin and parser to 8.60.0 (first stable line that lists eslint ^10.0.0 as a supported peer) and @eslint/js to 10.0.1 to match the new eslint major. Also fix a no-useless-assignment violation newly reported by @eslint/js@10's recommended config in messageMapper.ts (the initial '' on base64Value was overwritten in every branch). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
romanlutz
approved these changes
May 30, 2026
Contributor
romanlutz
left a comment
There was a problem hiding this comment.
made some updates to make this work
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Augmented by maintainer (commit 93e58d1). Dependabot's original PR only bumped
eslint, but ESLint 10 removed theFlatESLintAPI which broke@typescript-eslint/utils@8.46.4with:The following companion changes were added so the lint gate passes:
@typescript-eslint/eslint-plugineslint ^10.0.0in peer range@typescript-eslint/parser@eslint/jsAlso fixes a single
no-useless-assignmentviolation infrontend/src/utils/messageMapper.ts(newly reported by@eslint/js@10's recommended config: the initial''onbase64Valuewas overwritten in every branch).eslint-plugin-react-hookswas intentionally not bumped past 5.2.0 — its v7 release adds aset-state-in-effectrule that flags 13 pre-existing call sites, which is a real refactor unrelated to this dependency bump. The 5.2.0 plugin works fine against ESLint 10 in practice despite its outdated peer range.Local verification:
npm run lint,npm run type-check, andnpm test(614 tests) all pass.Bumps eslint from 9.39.1 to 10.4.1.
Release notes
Sourced from eslint's releases.
... (truncated)
Commits
4a3d15a10.4.143e7e2bBuild: changelog update for 10.4.1e557467fix: update@eslint/plugin-kitversion to 0.7.2 (#20930)b0e466btest: adddataproperty to invalid tests cases for rules (#20924)d4ce898fix: propagate failures from delegated commands (#20917)f4f3507fix: prefer-arrow-callback invalid autofix with newline afterasync(#20916)f78838btest: add CodePath type coverage (#20904)61b0adddocs: remove deprecated rule from related rules ofmax-params(#20921)1daa4bdchore: updateeslint-plugin-eslint-commentstest data to latest commit (#20...002942cci: declare contents:read on update-readme workflow (#20919)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)