Skip to content

chore(deps): bump next from 16.1.0 to 16.1.1#124

Merged
BillChirico merged 2 commits intomainfrom
dependabot/npm_and_yarn/next-16.1.1
Dec 31, 2025
Merged

chore(deps): bump next from 16.1.0 to 16.1.1#124
BillChirico merged 2 commits intomainfrom
dependabot/npm_and_yarn/next-16.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps next from 16.1.0 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.3

Core Changes

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

Misc Changes

  • Turbopack: In CI only persist at the end: #87316
  • fix: correct quotes in dev script filter in package.json: #87638

Credits

Huge thanks to @​bgw, @​sokra, and @​naveenkarmegam for helping!

v16.1.1-canary.2

Misc Changes

  • ci: track runner name on datadog test reports: #87440
  • docs: tweaks/fixes to papercuts: #87445
  • docs: fix typos and clarify examples in Cache Components guide: #87530

Credits

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

v16.1.1-canary.1

Misc Changes

  • Turbopack: refactor graph traveral and fix module graph determinism: #87312
  • docs: fix highlight in 05-server-and-client-components.mdx: #87347
  • Guide: Update Optimizing Package Bundling to include new Bundle Analyzer: #87246
  • docs: generateMetadata and generateViewport w/ CC: #87218
  • bundle analyzer: remove uncompressed toggle, stabilize top bar ui: #87325
  • test: de-flake client-cache deployment tests: #87412
  • Revert "Revert "[turbopack] Set liveness of exports based on assignment analysis (#82802)"": #87214

Credits

... (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)

Important

Bump next from 16.1.0 to 16.1.1 in package.json, including Turbopack improvements for Windows.

  • Dependencies:
    • Bump next from 16.1.0 to 16.1.1 in package.json.
  • Core Changes:
    • Turbopack: Create junction points instead of symlinks on Windows.
  • Misc Changes:
    • Fix quotes in dev script filter in package.json.

This description was created by Ellipsis for ef0b80d. You can customize this summary. It will automatically update as commits are pushed.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file frontend Frontend/UI changes labels Dec 22, 2025
@vercel
Copy link
Copy Markdown

vercel bot commented Dec 22, 2025

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

Project Deployment Review Updated (UTC)
volvox-website Ready Ready Preview, Comment Dec 31, 2025 3:56am

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Dec 22, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@claude
Copy link
Copy Markdown
Contributor

claude bot commented Dec 22, 2025

Claude finished @dependabot[bot]'s task in 52s —— View job


Review Complete

  • Gather context and understand the changes
  • Review the dependency update
  • Verify the changes are safe
  • Provide review feedback

Summary: This is a standard Dependabot patch version bump for Next.js (16.1.0 → 16.1.1).

Changes Reviewed

File Change
package.json next version updated from 16.1.0 to 16.1.1
pnpm-lock.yaml Lock file updated with new dependency resolution

Release Notes Analysis

The update includes:

  • Turbopack fix: Creates junction points instead of symlinks on Windows (#87606)
  • No breaking changes (semver-patch)
  • No security fixes mentioned

Verdict

LGTM - This is a safe, low-risk patch update that improves Windows compatibility for Turbopack. The PR has already been merged successfully.

Note: Consider updating eslint-config-next from 16.1.0 to 16.1.1 as well to keep Next.js-related dependencies in sync. This is optional but recommended for consistency.

@vibe-kanban-cloud
Copy link
Copy Markdown

Review Complete

Your review story is ready!

View Story

Comment !reviewfast on this PR to re-generate the story.

Bumps [next](https://github.com/vercel/next.js) from 16.1.0 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@v16.1.0...v16.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@BillChirico BillChirico merged commit 90f956a into main Dec 31, 2025
9 of 11 checks passed
@BillChirico BillChirico deleted the dependabot/npm_and_yarn/next-16.1.1 branch December 31, 2025 03:52
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.64%. Comparing base (511e449) to head (0eb3066).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main     #124    +/-   ##
========================================
  Coverage   96.64%   96.64%            
========================================
  Files          64       64            
  Lines        8561     8561            
  Branches      364      532   +168     
========================================
  Hits         8274     8274            
+ Misses        287      282     -5     
- Partials        0        5     +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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 frontend Frontend/UI changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant