Skip to content

chore: bump eslint-config-next from 15.5.15 to 16.2.12 in /frontend - #176

Merged
zaccesss merged 2 commits into
mainfrom
dependabot/npm_and_yarn/frontend/eslint-config-next-16.2.12
Aug 5, 2026
Merged

chore: bump eslint-config-next from 15.5.15 to 16.2.12 in /frontend#176
zaccesss merged 2 commits into
mainfrom
dependabot/npm_and_yarn/frontend/eslint-config-next-16.2.12

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

Bumps eslint-config-next from 15.5.15 to 16.2.12.

Release notes

Sourced from eslint-config-next's releases.

v16.2.12

What's Changed

Full Changelog: vercel/next.js@v16.2.11...v16.2.12

v16.2.11

This release contains security fixes for the following advisories:

High:

Moderate:

v16.2.10

Contains no changes except publishing @next/swc-wasm-web which was accidentally not published since 16.2.4.

v16.2.9

Empty release to ensure next@latest points at a stable release. Next.js only allows publishing with Trusted Publishing enabled. In order to fix NPM dist-tags, we have to release a new version. Updating dist-tags is not possible with Trusted Publishing.

v16.2.8

Release with no changes in an attempt to fix next@latest pointing at a prerelease version.

v16.2.7

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Backport documentation fixes for v16.2 (#93804)
  • [backport] Patch playwright-core to resolve _finishedPromise on requestFailed (#93920)
  • [backport] Fix dev mode hydration failure when page is served from HTTP cache (#93492)
  • [backport] Fix catch-all router.query corruption with basePath + rewrites (#93917)
  • [backport] Encode non-ASCII characters in cache tags at construction (#93918)
  • [backport] Fix server action forwarding loop with middleware rewrites (#93919)
  • [backport] Turbopack: switch from base40 to base38 hash encoding (#93932)
  • [ci] Disable hanging node 24 typescript tests on 16.2 backport branch (#94164)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for eslint-config-next since your current version.


@zaccesss

zaccesss commented Aug 5, 2026

Copy link
Copy Markdown
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
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/eslint-config-next-16.2.12 branch from 6692b41 to 5d18c62 Compare August 5, 2026 21:18
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.
@zaccesss
zaccesss merged commit b23565f into main Aug 5, 2026
4 checks passed
@repo-ops-wh
repo-ops-wh Bot deleted the dependabot/npm_and_yarn/frontend/eslint-config-next-16.2.12 branch August 5, 2026 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Housekeeping

Development

Successfully merging this pull request may close these issues.

1 participant