Skip to content

chore(deps): bump next from 15.3.5 to 16.1.1#6

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/next-16.1.1
Closed

chore(deps): bump next from 15.3.5 to 16.1.1#6
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/next-16.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps next from 15.3.5 to 16.1.1.

Release notes

Sourced from next's releases.

v16.1.1

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

Core Changes

  • Turbopack: Create junction points instead of symlinks on Windows (#87606)

Credits

Huge thanks to @​sokra and @​ztanner for helping!

v16.1.1-canary.10

Misc Changes

  • chore(turbo-tasks-malloc): replace mimalloc-rspack to mimalloc: #87815

Credits

Huge thanks to @​xusd320 for helping!

v16.1.1-canary.9

Core Changes

  • misc: fix type check log for CI envs: #87838

Misc Changes

  • Update Rspack production test manifest: #87889
  • Update Rspack development test manifest: #87888

Credits

Huge thanks to @​feedthejim and @​vercel-release-bot for helping!

v16.1.1-canary.8

Core Changes

  • [strict-route-types] Add experimental.strictRouteTypes config: #87378

Credits

Huge thanks to @​eps1lon for helping!

v16.1.1-canary.7

Core Changes

  • Add experimental routing package for resolving adapter routes: #86404
  • Ensure outputs are correct with cache components in deployment adapters: #87018
  • Move off of deprecated url.parse: #87257

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.


Open in Devin Review (Beta)

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2026

Labels

The following labels could not be found: dependencies, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-16.1.1 branch 4 times, most recently from 07ba2f6 to ab0a483 Compare January 4, 2026 21:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-16.1.1 branch from ab0a483 to 68d37cd Compare January 10, 2026 03:51
Bumps [next](https://github.com/vercel/next.js) from 15.3.5 to 16.1.1.
- [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.5...v16.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@SuperInstance SuperInstance force-pushed the dependabot/npm_and_yarn/next-16.1.1 branch from 68d37cd to 52f18b2 Compare April 18, 2026 18:37
@SuperInstance
Copy link
Copy Markdown
Owner

Closing: superseded by merged work on main. The changes from this PR have been incorporated through other merged PRs. Thank you for the contribution! 🙏

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 18, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/next-16.1.1 branch April 18, 2026 18:41
Copy link
Copy Markdown

@beta-devin-ai-integration beta-devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

Devin Review found 1 potential issue.

View 2 additional findings in Devin Review.

Open in Devin Review (Beta)

Comment thread package.json
"idb": "8.0.3",
"lucide-react": "^0.562.0",
"next": "15.5.9",
"lucide-react": "^0.525.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔴 Unintended downgrade of lucide-react from ^0.562.0 to ^0.525.0

This PR inadvertently downgrades lucide-react from ^0.562.0 to ^0.525.0. Main already has ^0.562.0 (merged via PR #7), but this PR branch appears to have been forked before that merge, so it reverts the upgrade. Since semver caret on 0.x versions is restrictive (^0.525.0 means >=0.525.0 <0.526.0 and ^0.562.0 means >=0.562.0 <0.563.0), this restricts the resolved version to the 0.525.x range. Any lucide-react icons that were added or renamed between 0.525.x and 0.562.x and are used in the codebase would cause build or runtime failures. The project imports lucide-react icons across 100+ component files.

Suggested change
"lucide-react": "^0.525.0",
"lucide-react": "^0.562.0",
Open in Devin Review (Beta)

Was this helpful? React with 👍 or 👎 to provide feedback.

Debug

Playground

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant