chore(deps-dev): bump eslint from 9.39.5 to 10.8.1 in /web - #36
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps-dev): bump eslint from 9.39.5 to 10.8.1 in /web#36dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/web/eslint-10.8.1
branch
3 times, most recently
from
August 21, 2026 23:01
3ec7d97 to
6a2af8a
Compare
edycutjong
added a commit
that referenced
this pull request
Aug 21, 2026
…ether Dependabot PRs #36 (eslint->10.8.1) and #39 (eslint-config-next->16.3.1) were mutually stuck: eslint-config-next@14 requires eslint ^7||^8, and eslint-config-next@16 requires eslint >=9, so neither could land alone against the other's peer constraint. Chose eslint 9.39.5 (latest 9.x, npm "maintenance" tag) over eslint 10: eslint-config-next@16.3.1 itself only declares eslint >=9 with no upper bound, but its bundled typescript-eslint@^8.46.0 caps at "^8.57.0 || ^9.0.0" — eslint 10 fails that peer range and forces --legacy-peer-deps. eslint 9.39.5 satisfies eslint-config-next, typescript-eslint, eslint-plugin-react, eslint-plugin-import, eslint-plugin-jsx-a11y, and eslint-plugin-react-hooks cleanly. eslint-config-next@16 ships a native flat-config export (verified by inspecting the published tarball: dist/core-web-vitals.js does `module.exports = config` as a flat-config array), so eslint.config.mjs now imports `eslint-config-next/core-web-vitals` directly instead of bridging the old eslintrc-shaped config through FlatCompat. Dropped the now-unused `@eslint/eslintrc` devDependency. eslint-plugin-react-hooks bumped from the config's old bundled version to ^7.0.0, which adds new React Compiler purity rules (react-hooks/set-state-in-effect, react-hooks/purity) that flagged two pre-existing issues once the new rules actually started firing: count-up.tsx called setState synchronously in an effect body, and guard-list.tsx called Date.now() directly during render. Both fixed without behavior change (deferred via requestAnimationFrame and a useState lazy initializer, respectively). Verified `@next/next/no-img-element` still fires (as a warning) by temporarily adding a stray <img> and confirming eslint reported it, then reverting. Full Web · Quality job verified locally: npm ci (clean, no ERESOLVE), format:check, lint, typecheck, build, and test:unit all pass.
Owner
|
@dependabot rebase |
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.5 to 10.8.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.5...v10.8.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.8.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/web/eslint-10.8.1
branch
from
August 21, 2026 23:16
6a2af8a to
5a4df68
Compare
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.
Bumps eslint from 9.39.5 to 10.8.1.
Release notes
Sourced from eslint's releases.
... (truncated)
Commits
c049dc310.8.1a3f7826Build: changelog update for 10.8.118eb0a7fix: prevent ASI hazard inno-unused-labelsautofix (#21173)0a14800chore: update github/codeql-action action to v4.37.4 (#21196)7d0cbf8docs: Update README05adcb1test: fix failing ecosystem test foreslint-plugin-unicorn(#21191)5611035test: add error locations info tono-void(#21185)ee47333ci: bump github/codeql-action from 4 to 4.37.3 (#21176)f131c03chore: improve ecosystem test failure reporting (#20937)0a05812docs: add missing backticks tono-duplicate-imports.js(#21183)