Skip to content

build(deps-dev): bump eslint from 9.39.2 to 10.11.0 - #7250

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-10.11.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-10.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 22, 2026 •

Copy link
Copy Markdown
Contributor

Bumps eslint from 9.39.2 to 10.11.0.

Release notes

Sourced from eslint's releases.

v10.11.0

Features

  • d136fa4 feat: object-shorthand handle quoted properties for ignoreConstructors (#21271) (Pavel)
  • 397b3b8 feat: report unsafe labeled continue in no-unsafe-finally rule (#21316) (electrohyun)
  • d3dd47f feat: only exempt new-cap built-ins that reference the global (#21290) (sethamus)

Bug Fixes

  • 22b09f5 fix: ignore __proto__ properties in prefer-object-spread (#21311) (xbinaryx)
  • b684bb1 fix: make TimePass.parse optional in types and docs (#21313) (ntnyq)
  • 26d11bc fix: don't report __proto__ properties in object-shorthand (#21310) (xbinaryx)

Documentation

  • 9ecfdc5 docs: note that --cache can serve stale results for cross-file rules (#21312) (bytedoe)
  • 6c789ff docs: Update README (GitHub Actions Bot)
  • 5997825 docs: clarify preserve-caught-error known limitation (#21294) (Akinyemi Toluwalase)

Chores

  • 520dd77 perf: Implement fast paths in critical areas (#21210) (Nicholas C. Zakas)
  • 92086c8 test: update EMFILE error generation for Node.js 26.9.0 compatibility (#21330) (Francesco Trotta)
  • 9ac7eb6 chore: update github/codeql-action action to v4.38.0 (#21331) (renovate[bot])
  • 24310e3 chore: update ecosystem plugins (#21324) (ESLint Bot)
  • 45ad79e ci: bump pnpm/action-setup from 6.0.10 to 6.1.0 (#21318) (dependabot[bot])
  • ac74e37 chore: Add AGENTS.md with AI disclosure requirements (#21221) (Nicholas C. Zakas)
  • c832660 chore: Upgrade Stylelint to the latest version in docs (#21245) (Jung Hyeon Jun)
  • f9f88fc chore: update ecosystem plugins (#21308) (ESLint Bot)
  • fc81076 ci: add more types integration tests (#20395) (Nitin Kumar)

v10.10.0

Features

  • 264b434 feat: add d and v flags to no-unexpected-multiline (#21305) (Gihyeon Jeong / 정기현)
  • c6cc6c5 feat: check Object.prototype property names in new-cap (#21269) (crimsonjay0)
  • 5661fa6 feat: no-extra-bind false negatives with class fields and static blocks (#21260) (synthex-byte)

Bug Fixes

  • bb47dc6 fix: update dependency file-entry-cache to v11 (#20801) (Milos Djermanovic)
  • 427ac0a fix: use format strings in debug calls (#21247) (Francesco Trotta)
  • 9d81532 fix: support __proto__ in /* exported */ comments (#21261) (sethamus)
  • 87e0a08 fix: prefer-object-has-own autofix breaks when Object is shadowed (#21282) (김채영)
  • 8e2cb14 fix: new-cap false positive for UTC calls with properties: false (#21275) (Pixel)
  • 9f4a364 fix: Ignore static imports in no-unreachable (#21276) (Taha Kotil)

Documentation

  • 2417cad docs: Update README (GitHub Actions Bot)
  • 9cecb8a docs: document \c control letter escapes in no-control-regex (#21286) (한국)
  • 8724829 docs: update compat table links (#21263) (fnx)
  • 5634542 docs: Clarify eqeqeq suggestion behavior (#21256) (Müslüm Yılmaz)

Chores

  • b3d876b chore: disable npm audit in ecosystem tests (#21306) (Francesco Trotta)
  • 1696682 ci: restore EMFILE test on Node.js 26 (#21297) (Marry (Subin Yang))

... (truncated)

Commits
  • 3c0b7c6 10.11.0
  • 321f0a7 Build: changelog update for 10.11.0
  • 520dd77 perf: Implement fast paths in critical areas (#21210)
  • 9ecfdc5 docs: note that --cache can serve stale results for cross-file rules (#21312)
  • 92086c8 test: update EMFILE error generation for Node.js 26.9.0 compatibility (#21330)
  • 9ac7eb6 chore: update github/codeql-action action to v4.38.0 (#21331)
  • 22b09f5 fix: ignore __proto__ properties in prefer-object-spread (#21311)
  • 24310e3 chore: update ecosystem plugins (#21324)
  • d136fa4 feat: object-shorthand handle quoted properties for ignoreConstructors (#21...
  • 45ad79e ci: bump pnpm/action-setup from 6.0.10 to 6.1.0 (#21318)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 22, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 22, 2026 00:28
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 22, 2026
github-actions[bot]
github-actions Bot previously approved these changes Sep 22, 2026
@github-actions
github-actions Bot enabled auto-merge September 22, 2026 00:28
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.11.0 branch 2 times, most recently from 2aa3662 to 7ad695f Compare September 22, 2026 00:34
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.11.0 branch from 7ad695f to 336696d Compare September 22, 2026 04:25
github-actions[bot]
github-actions Bot previously approved these changes Sep 22, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.11.0 branch 5 times, most recently from 1fcfd91 to dbd57ce Compare September 23, 2026 05:03
@hevele-moda

Copy link
Copy Markdown
Contributor

Investigated, leaving open but currently blocked upstream. Bumping eslint alone resolves cleanly (npm install succeeds), but at runtime eslint-plugin-react@7.37.5 (the latest published release) throws TypeError: contextOrFilename.getFilename is not a function under ESLint 10 — it still calls the context.getFilename() API that ESLint 10 removed. Confirmed via npm view eslint-plugin-react dist-tags: no newer release exists that supports ESLint 10 (peerDependencies caps at ^9.7). This isn't a peer-range formality, it's a genuine runtime break with no workaround available in our code. Revisit once eslint-plugin-react ships ESLint 10 support.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.11.0 branch 2 times, most recently from 2b524bf to 6073b39 Compare September 24, 2026 00:26
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.11.0 branch from 6073b39 to 54de956 Compare September 24, 2026 00:31
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.11.0 branch 8 times, most recently from a3dbf56 to c56fba0 Compare September 25, 2026 00:26
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.11.0 branch 5 times, most recently from 3e43057 to 80c7342 Compare September 25, 2026 00:44
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.2 to 10.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.2...v10.11.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.11.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.11.0 branch from 80c7342 to 8bc16f6 Compare September 25, 2026 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant