chore(deps): bump next from 14.2.35 to 15.5.18 in /apps/3001-shop#4736
chore(deps): bump next from 14.2.35 to 15.5.18 in /apps/3001-shop#4736dependabot[bot] wants to merge 1 commit into
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: 97782056a2
ℹ️ 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".
| "antd": "5.19.1", | ||
| "lodash": "4.17.23", | ||
| "next": "14.2.35", | ||
| "next": "15.5.18", |
There was a problem hiding this comment.
Update the pnpm lockfile with the Next bump
This changes the workspace manifest for apps/3001-shop to require next@15.5.18, but pnpm-lock.yaml still records this importer with specifier: 14.2.35 and resolves next@14.2.35. In the CI/workflow contexts I checked, installs run with pnpm install --frozen-lockfile (for example .github/workflows/build-and-test.yml and tools/scripts/ci-local.mjs), so this dependency-only PR will fail before any build/test can run until the lockfile is regenerated and committed.
Useful? React with 👍 / 👎.
Bumps [next](https://github.com/vercel/next.js) from 14.2.35 to 15.5.18. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.35...v15.5.18) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
9778205 to
5016817
Compare
Bumps next from 14.2.35 to 15.5.18.
Release notes
Sourced from next's releases.
... (truncated)
Commits
9ff92cev15.5.1800ebe23[backport] Disable build caches for production/staging/force-preview deploys ...62c97abv15.5.17423623aTurbopack: Match proxy matchers with webpack implementation (#93594)fa78739Turbopack: Fix middleware matcher suffix (#93590)36e62c6[backport] Turbopack: more strict vergen setup (#93588)36589b5[backport][test] Pin package manager to patch versions (#93596)ad6fd4ev15.5.1679d7dffIgnore malformed CSP nonce headers (#103)c4f6908router-server: guard upgrade proxy against absolute-url SSRF (#77) (#102)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for next since your current version.