chore: bump eslint-config-next from 15.5.15 to 16.2.12 in /frontend - #176
Merged
zaccesss merged 2 commits intoAug 5, 2026
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/frontend/eslint-config-next-16.2.12
branch
from
August 5, 2026 20:23
f5d83de to
6692b41
Compare
Owner
|
Held, not a safe merge. eslint-config-next 16 requires eslint >=9, this project pins eslint 8.57.1 on the old .eslintrc config format. Bumping eslint to 9+ is itself a flat-config migration, not a drop-in bump. |
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.5.15 to 16.2.12. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/commits/v16.2.12/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-version: 16.2.12 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/frontend/eslint-config-next-16.2.12
branch
from
August 5, 2026 21:18
6692b41 to
5d18c62
Compare
eslint-config-next 16 requires eslint 9+. Replaced .eslintrc.cjs with eslint.config.mjs importing the package's native flat config exports directly, FlatCompat crashes on this version from a circular reference in eslint-plugin-react's flat preset. Switched the lint script from the deprecated next lint wrapper to the eslint CLI directly, next lint has its own separate circular-JSON crash under ESLint 9 unrelated to the FlatCompat issue. Downgraded three new react-hooks rules aimed at React Compiler compatibility from error to warn, tracked in issue 190 rather than refactoring 18 call sites blind under time pressure.
repo-ops-wh
Bot
deleted the
dependabot/npm_and_yarn/frontend/eslint-config-next-16.2.12
branch
August 5, 2026 21:35
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-config-next from 15.5.15 to 16.2.12.
Release notes
Sourced from eslint-config-next's releases.
... (truncated)
Commits
2234717v16.2.129beca08v16.2.119dadfd6v16.2.10534d9c1[16.2.x] Release pipeline updates (#95160)6e1a94d[16.2.x][ci]: fix release script to not strip newlines (#94640)f37fad9v16.2.96f16804v16.2.8411c455v16.2.7ee6e79bv16.2.6766148fv16.2.5Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for eslint-config-next since your current version.