Conversation
Bumps [next](https://github.com/vercel/next.js) from 16.1.6 to 16.2.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v16.1.6...v16.2.3) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit a3bf9e6. Configure here.
| }, | ||
| "dependencies": { | ||
| "next": "16.1.6", | ||
| "next": "16.2.3", |
There was a problem hiding this comment.
Version mismatch between next and eslint-config-next
Low Severity
The next dependency is bumped to 16.2.3 but eslint-config-next remains pinned at 16.1.6. These two packages are designed to be kept in sync — eslint-config-next bundles @next/eslint-plugin-next at the matching version with linting rules specific to that Next.js release. This version skew could cause lint rules to miss new patterns or produce false positives for the updated framework version.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit a3bf9e6. Configure here.


Bumps next from 16.1.6 to 16.2.3.
Release notes
Sourced from next's releases.
... (truncated)
Commits
d5f649bv16.2.32873928[16.x] Avoid consuming cyclic models multiple times (#75)d7c7765[backport]: Ensure app-page reports stale ISR revalidation errors via onReque...c573e8cfix(server-hmr): metadata routes overwrite page runtime HMR handler (#92273)57b8f65next-core: deduplicate output assets and detect content conflicts on emit (#9...f158df1Fix styled-jsx race condition: styles lost due to concurrent rendering (#92459)356d605turbo-tasks-backend: stability fixes for task cancellation and error handling...3b77a6eFix DashMap read-write self-deadlock in task_cache causing hangs (#92210)b2f208aBackport: new view-transitions guide, update and fixes (#92264)52faae3v16.2.2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Upgrades the core Next.js framework version, which can change build/runtime behavior despite being a patch/minor bump; risk is limited to dependency updates with no app code changes.
Overview
Bumps
nextfrom16.1.6to16.2.3inpackage.jsonand updatespackage-lock.jsonaccordingly, including refreshed@next/*SWC binaries and related transitive dependency versions (e.g.,sharp,baseline-browser-mapping).Reviewed by Cursor Bugbot for commit a3bf9e6. Bugbot is set up for automated code reviews on this repo. Configure here.