chore(deps): bump next from 16.0.10 to 16.2.6 in /apps/next-app-router/next-app-router-4000#4724
Conversation
❌ Deploy Preview for module-federation-docs failed. Why did it fail? →
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 38d90ee86c
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "dinero.js": "2.0.1", | ||
| "ms": "3.0.0-canary.1", | ||
| "next": "16.1.5", | ||
| "next": "16.2.6", |
There was a problem hiding this comment.
Update the lockfile with the Next.js bump
This package now asks for next 16.2.6, but pnpm-lock.yaml still records this importer with next specifier/version 16.1.5. Any CI or developer setup that runs the repo-standard pnpm install --frozen-lockfile will reject the package/lockfile mismatch before tests can run, so the dependency bump needs to include the corresponding lockfile update.
Useful? React with 👍 / 👎.
Bumps [next](https://github.com/vercel/next.js) from 16.0.10 to 16.2.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@v16.0.10...v16.2.6) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
38d90ee to
6ba43b8
Compare
|
Bumps next from 16.0.10 to 16.2.6.
Release notes
Sourced from next's releases.
... (truncated)
Commits
ee6e79bv16.2.6afa053dTurbopack: Match proxy matchers with webpack implementation (#93594)97a154eTurbopack: Fix middleware matcher suffix (#93590)83899bc[backport] Disable build caches for production/staging/force-preview deploys ...7b222b9[backport][test] Pin package manager to patch versions (#93595)a8dc24f[backport] Turbopack: more strict vergen setup (#93587)766148fv16.2.50dd9483fix: add explicit checks for RSC header (#83) (#98)d166096fix proxy matching for segment prefetch URLs (#89) (#96)9d50c0bStrip next-resume header from incoming requests (#92)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for next since your current version.