chore(deps): bump next from 16.0.10 to 16.2.3 in /apps/next-app-router/next-app-router-4001#4656
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: ed6300d633
ℹ️ 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.3", |
There was a problem hiding this comment.
Regenerate lockfile after bumping Next.js
This dependency change updates apps/next-app-router/next-app-router-4001/package.json to next@16.2.3 but leaves the workspace lockfile importer entry at 16.1.5 (pnpm-lock.yaml for this app still shows next specifier/version 16.1.5). In the workflows I checked, installs run with pnpm install --frozen-lockfile (for example .github/workflows/build-and-test.yml), so this mismatch will cause install to fail before tests/builds run until pnpm-lock.yaml is regenerated and committed.
Useful? React with 👍 / 👎.
Bumps [next](https://github.com/vercel/next.js) from 16.0.10 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.0.10...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>
ed6300d to
8990863
Compare
Bumps next from 16.0.10 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.2