Skip to content

Bump eslint from 9.26.0 to 10.8.1 - #1070

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/eslint-10.8.0
Open

Bump eslint from 9.26.0 to 10.8.1#1070
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/eslint-10.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor

Bumps eslint from 9.26.0 to 10.8.1.

Release notes

Sourced from eslint's releases.

v10.8.1

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)
  • 69bb948 docs: Update README (GitHub Actions Bot)

Chores

  • 0a14800 chore: update github/codeql-action action to v4.37.4 (#21196) (renovate[bot])
  • 05adcb1 test: fix failing ecosystem test for eslint-plugin-unicorn (#21191) (Lazizbek Ergashev)
  • 5611035 test: add error locations info to no-void (#21185) (Lee Daeun)
  • ee47333 ci: bump github/codeql-action from 4 to 4.37.3 (#21176) (dependabot[bot])
  • f131c03 chore: improve ecosystem test failure reporting (#20937) (crimsonjay0)
  • 1f6edde chore: update ecosystem plugins (#21182) (ESLint Bot)
  • d3266fb chore: unpin webpack dependency (#21172) (Francesco Trotta)
  • 65a6519 chore: add allowScripts field to package.json (#21092) (GiHoon Noh)
  • 22e5256 ci: add triage:no label to Dependabot PRs (#21141) (lumir)
  • 55c9038 ci: bump actions/labeler from 6 to 7 (#21159) (dependabot[bot])
  • 7280e78 chore: update dependency prettier to v3.9.6 (#21162) (renovate[bot])
  • eddbad6 test: fix failing ecosystem test for eslint-plugin-unicorn (#21156) (Francesco Trotta)
  • 60a178d chore: update ecosystem plugins (#21150) (ESLint Bot)
  • f9f61dc test: add error locations to no-unreachable (#21151) (JIYEON)
  • d086293 test: add error locations to no-undef (#21147) (JIYEON)
  • cc01b67 test: add error locations to no-useless-catch (#21144) (devoil)
  • 688e75e chore: add missing backticks in JSDoc (#21143) (Bo Hyun Kim)
  • 7c1e175 test: add error locations to require-await (#21145) (Grit)
  • 588a26d test: add error locations to no-extra-label (#21139) (dongkyu lee)
  • 059aa89 test: add error locations to no-useless-concat (#21140) (dongkyu lee)
  • 5a452a8 test: add error locations to no-const-assign (#21138) (dongkyu lee)

v10.8.0

Features

  • 2fee9bb feat: export ConfigObject from eslint/config (#21082) (sethamus)

Bug Fixes

  • 6b8d2f7 fix: escape reserved characters in rule id in html formatter (#21129) (Francesco Trotta)
  • 9091071 fix: prevent no-unreachable-loop crash when all loop types are ignored (#21116) (Pixel)
  • e23fafe fix: prefer-object-spread add semicolon when adding parenthesis (#21081) (synthex-byte)
  • 20b5ad0 fix: quadratic-time regex in prefer-template (#21096) (Milos Djermanovic)
  • 8b6f6c0 fix: apply ignore configs to computed methods in class-methods-use-this (#21094) (Pixel)
  • b2c608c fix: NewExpression with parenthesized callee in preserve-caught-error (#21083) (Francesco Trotta)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 31, 2026
@vercel

vercel Bot commented Jul 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
omega-website-5xmp Error Error Aug 11, 2026 8:35am

@dependabot dependabot Bot added the javascript Pull requests that update Javascript code label Jul 31, 2026

Copy link
Copy Markdown
Owner

Same recurring block as #987/#1017/#1041/#1050 (all superseded predecessors targeting the same ESLint 10 line): eslint-plugin-import@2.32.0 still caps its eslint peer range at ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9, which excludes ESLint 10. npm ci fails with an ERESOLVE conflict, which is what's failing build (22.x) here.

Re-checked npm today: eslint-plugin-import@latest is still 2.32.0 with the same peer cap, so this isn't a rebase/CI flake — the original diagnosis (#1050 (comment)) still applies. Holding; no action needed until eslint-plugin-import (or eslint-config-next's pin of it) ships ESLint 10 support.


Generated by Claude Code

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.8.0 branch from c3ba7ce to 751ed3a Compare August 3, 2026 08:15
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.8.0 branch from 751ed3a to b5f7d8d Compare August 3, 2026 09:36

Copy link
Copy Markdown
Owner

Re-checked after today's rebase (new head b5f7d8d, package-lock refresh only — same target version 10.8.0): eslint-plugin-import@latest is still 2.32.0 with peer range ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9, which still excludes ESLint 10. The block from the previous diagnosis (#1070 (comment)) still applies. Holding, no action needed.


Generated by Claude Code

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.8.0 branch from b5f7d8d to 2906de6 Compare August 4, 2026 08:14

Copy link
Copy Markdown
Owner

Re-checked after today's rebase (new head 2906de6, package-lock refresh only — same target version 10.8.0): eslint-plugin-import@latest is still 2.32.0 with peer range ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9, which still excludes ESLint 10. The block from the previous diagnosis (#1070 (comment)) still applies. Holding, no action needed.


Generated by Claude Code

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.8.0 branch from 2906de6 to 1c93166 Compare August 5, 2026 08:12

Copy link
Copy Markdown
Owner

Re-checked after today's rebase (new head 1c93166, package-lock refresh only — same target version 10.8.0): eslint-plugin-import@latest is still 2.32.0 with peer range ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9, which still excludes ESLint 10. The block from the previous diagnosis (#1070 (comment)) still applies. Holding, no action needed.


Generated by Claude Code

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.8.0 branch from 1c93166 to b212d1b Compare August 6, 2026 08:13

Copy link
Copy Markdown
Owner

Re-checked after today's rebase (new head b212d1b, package-lock refresh only — same target version 10.8.0): eslint-plugin-import@latest is still 2.32.0 with peer range ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9, which still excludes ESLint 10. The block from the original diagnosis (#1070 (comment)) still applies. Holding, no action needed.


Generated by Claude Code

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.8.0 branch from b212d1b to 9390824 Compare August 10, 2026 08:16
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.8.0 branch from 9390824 to 2828359 Compare August 10, 2026 08:20

Copy link
Copy Markdown
Owner

Re-checked after this PR's latest rebase (new head 2828359, same target version 10.8.0): eslint-plugin-import@latest is still 2.32.0 with peer range ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9, which still excludes ESLint 10. The block from the original diagnosis (#1070 (comment)) still applies. Holding, no action needed.


Generated by Claude Code

@dependabot dependabot Bot changed the title Bump eslint from 9.26.0 to 10.8.0 Bump eslint from 9.26.0 to 10.8.1 Aug 11, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.8.0 branch from 2828359 to a8f79a9 Compare August 11, 2026 08:13
Bumps [eslint](https://github.com/eslint/eslint) from 9.26.0 to 10.8.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.26.0...v10.8.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.8.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.8.0 branch from a8f79a9 to 797f838 Compare August 11, 2026 08:35
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant