Skip to content

Comments

chore(deps): bump next from 15.3.6 to 16.1.6#842

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/next-16.1.6
Open

chore(deps): bump next from 15.3.6 to 16.1.6#842
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/next-16.1.6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps next from 15.3.6 to 16.1.6.

Release notes

Sourced from next's releases.

v16.1.6

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

Core Changes

  • Upgrade to swc 54 (#88207)
  • implement LRU cache with invocation ID scoping for minimal mode response cache (#88509)
  • tweak LRU sentinel key (#89123)

Credits

Huge thanks to @​mischnic, @​wyattjoh, and @​ztanner for helping!

v16.1.5

Please refer the following changelogs for more information about this security release:

https://vercel.com/changelog/summaries-of-cve-2025-59471-and-cve-2025-59472 https://vercel.com/changelog/summary-of-cve-2026-23864

v16.1.4

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

Core Changes

  • Only filter next config if experimental flag is enabled (#88733)

Credits

Huge thanks to @​mischnic for helping!

v16.1.3

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

Core Changes

  • Fix linked list bug in LRU deleteFromLru (#88652)
  • Fix relative same host redirects in node middleware (#88253)

Credits

Huge thanks to @​acdlite and @​ijjk for helping!

v16.1.2

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

Core Changes

... (truncated)

Commits

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 2, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 2, 2026 02:33
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 2, 2026
@dependabot dependabot bot requested review from meryldakin and thomaswhyyou and removed request for a team February 2, 2026 02:33
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Feb 2, 2026
@changeset-bot
Copy link

changeset-bot bot commented Feb 2, 2026

⚠️ No Changeset found

Latest commit: 5323743

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Feb 2, 2026

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

Project Deployment Actions Updated (UTC)
javascript-ms-teams-connect-example Ready Ready Preview, Comment Feb 23, 2026 3:47pm
javascript-nextjs-example Ready Ready Preview, Comment Feb 23, 2026 3:47pm
javascript-slack-connect-example Ready Ready Preview, Comment Feb 23, 2026 3:47pm
javascript-slack-kit-example Error Error Feb 23, 2026 3:47pm

Request Review

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-16.1.6 branch from f19fcf6 to 9728648 Compare February 2, 2026 23:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-16.1.6 branch from 9728648 to 3f841f0 Compare February 12, 2026 21:47
"@knocklabs/react": "0.11.0",
"jsonwebtoken": "^9.0.2",
"next": "15.3.6",
"next": "16.1.6",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lint scripts break after Next major upgrade

Medium Severity

Upgrading next to 16.1.6 leaves lint scripts using next lint, but that command was removed in Next 16. In these example apps, yarn lint now fails immediately, so lint checks and related CI jobs stop working after this dependency bump.

Additional Locations (2)

Fix in Cursor Fix in Web

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-16.1.6 branch from a86f267 to 316c838 Compare February 20, 2026 02:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-16.1.6 branch from 316c838 to 5bd1de4 Compare February 20, 2026 21:27
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-16.1.6 branch from 5bd1de4 to fc352f4 Compare February 20, 2026 21:52
"@knocklabs/react": "0.11.3",
"jsonwebtoken": "^9.0.2",
"next": "15.3.6",
"next": "16.1.6",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major version mismatch between next and eslint-config-next

Medium Severity

Bumping next to 16.1.6 while eslint-config-next remains at 15.4.6 creates a cross-major-version mismatch. The eslint-config-next package is designed to match the major version of next and may produce incorrect lint results, false warnings, or fail to detect new patterns introduced in Next.js 16. This affects all three example apps that use eslint-config-next.

Additional Locations (2)

Fix in Cursor Fix in Web

Bumps [next](https://github.com/vercel/next.js) from 15.3.6 to 16.1.6.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.3.6...v16.1.6)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.1.6
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-16.1.6 branch from fc352f4 to 5323743 Compare February 23, 2026 15:43
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

"eslint-plugin-react-refresh": "^0.4.14",
"jsdom": "^27.1.0",
"next": "15.3.6",
"next": "16.1.6",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Next and eslint-config-next major mismatch

Medium Severity

next was bumped to 16.1.6 while eslint-config-next (and the lockfile’s @next/eslint-plugin-next) remains on 15.4.6, which can create peer-dependency/version skew and cause next lint (or installs with strict peer deps) to fail or behave inconsistently across environments.

Additional Locations (2)

Fix in Cursor Fix in Web

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.

0 participants