Skip to content

Commit 069a87c

Browse files
chore(deps): update nextjs monorepo to v15.2.1 (#190)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@next/third-parties](https://redirect.github.com/vercel/next.js) ([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/third-parties)) | dependencies | patch | [`15.2.0` -> `15.2.1`](https://renovatebot.com/diffs/npm/@next%2fthird-parties/15.2.0/15.2.1) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/next.js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/next.js) | | [eslint-config-next](https://nextjs.org/docs/app/api-reference/config/eslint) ([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next)) | devDependencies | patch | [`15.2.0` -> `15.2.1`](https://renovatebot.com/diffs/npm/eslint-config-next/15.2.0/15.2.1) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/next.js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/next.js) | | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | dependencies | patch | [`15.2.0` -> `15.2.1`](https://renovatebot.com/diffs/npm/next/15.2.0/15.2.1) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/next.js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/next.js) | --- ### Release Notes <details> <summary>vercel/next.js (@&#8203;next/third-parties)</summary> ### [`v15.2.1`](https://redirect.github.com/vercel/next.js/releases/tag/v15.2.1) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v15.2.0...v15.2.1) ##### Core Changes - Unify Link and Form prefetching: [#&#8203;76184](https://redirect.github.com/vercel/next.js/issues/76184) - Turbopack: Ensure server actions sourcemaps tests pass: [#&#8203;76157](https://redirect.github.com/vercel/next.js/issues/76157) - \[dev-overlay] control dark theme in one place: [#&#8203;76528](https://redirect.github.com/vercel/next.js/issues/76528) - \[dev-overlay] change css var for terminal: [#&#8203;76590](https://redirect.github.com/vercel/next.js/issues/76590) - \[dev-overlay] Discriminate stack frame settled typed: [#&#8203;76517](https://redirect.github.com/vercel/next.js/issues/76517) - Remove obsolete `sourcePackage` references: [#&#8203;76550](https://redirect.github.com/vercel/next.js/issues/76550) - refactor: remove unused variable in externals handling: [#&#8203;76599](https://redirect.github.com/vercel/next.js/issues/76599) - fix: Add popular embedding libraries to serverExternalPackages: [#&#8203;76574](https://redirect.github.com/vercel/next.js/issues/76574) - \[Segment Cache] Implement hash-only navigations: [#&#8203;76179](https://redirect.github.com/vercel/next.js/issues/76179) - Webpack: abstract away getting compilation spans: [#&#8203;76579](https://redirect.github.com/vercel/next.js/issues/76579) - report compiler duration for webpack and improve numbers: [#&#8203;76665](https://redirect.github.com/vercel/next.js/issues/76665) - \[dev-overlay] fix dark theme missing close bracket: [#&#8203;76672](https://redirect.github.com/vercel/next.js/issues/76672) - Remove `revalidate` property from incremental cache `ctx` for `FETCH` kind: [#&#8203;76500](https://redirect.github.com/vercel/next.js/issues/76500) - \[dev-overlay] fix: env name label style was out of sync with error type label: [#&#8203;76668](https://redirect.github.com/vercel/next.js/issues/76668) - Turbopack: avoid celling source maps before minify: [#&#8203;76626](https://redirect.github.com/vercel/next.js/issues/76626) - refactor(CI): Merge all four bundler test manifest scripts into one: [#&#8203;76652](https://redirect.github.com/vercel/next.js/issues/76652) - \[metadata] fix duplicate metadata for parallel routes: [#&#8203;76669](https://redirect.github.com/vercel/next.js/issues/76669) - \[Segment Cache] Omit from bundle if flag disabled: [#&#8203;76622](https://redirect.github.com/vercel/next.js/issues/76622) - \[Segment Cache] Support output: "export" mode: [#&#8203;75671](https://redirect.github.com/vercel/next.js/issues/75671) - \[Segment Cache] Refresh on same-page navigation: [#&#8203;76223](https://redirect.github.com/vercel/next.js/issues/76223) - \[metadata] re-enable streaming metadata with PPR: [#&#8203;76119](https://redirect.github.com/vercel/next.js/issues/76119) - \[Segment Cache] Search param fallback handling: [#&#8203;75990](https://redirect.github.com/vercel/next.js/issues/75990) - \[Segment Cache] Fix: canonicalURL omits origin: [#&#8203;76444](https://redirect.github.com/vercel/next.js/issues/76444) - fix metadata basePath for manifest: [#&#8203;76681](https://redirect.github.com/vercel/next.js/issues/76681) - Propagate expire time to `cache-control` header and prerender manifest: [#&#8203;76207](https://redirect.github.com/vercel/next.js/issues/76207) - Show revalidate/expire columns in build output: [#&#8203;76343](https://redirect.github.com/vercel/next.js/issues/76343) - Gate alternate bundler behind canary only: [#&#8203;76634](https://redirect.github.com/vercel/next.js/issues/76634) - \[dynamicIO] routes with dynamic segments should be able to be static in dev: [#&#8203;76691](https://redirect.github.com/vercel/next.js/issues/76691) - \[repo] upgrade ts `5.8.2`: [#&#8203;76709](https://redirect.github.com/vercel/next.js/issues/76709) - \[metadata]: ensure metadata boundary is only rendered once on client nav: [#&#8203;76692](https://redirect.github.com/vercel/next.js/issues/76692) - \[metadata] clean up redudant options: [#&#8203;76712](https://redirect.github.com/vercel/next.js/issues/76712) - Fix uniqueness detection for `generateStaticParams`: [#&#8203;76713](https://redirect.github.com/vercel/next.js/issues/76713) - Upgrade React from `22e39ea7-20250225` to `d55cc79b-20250228`: [#&#8203;76680](https://redirect.github.com/vercel/next.js/issues/76680) - \[Turbopack] Compute module batches and use them for chunking: [#&#8203;76133](https://redirect.github.com/vercel/next.js/issues/76133) - \[Dev Tools] Improve keyboard interactions for menu & overlays: [#&#8203;76754](https://redirect.github.com/vercel/next.js/issues/76754) - Keep server code out of browser chunks: [#&#8203;76660](https://redirect.github.com/vercel/next.js/issues/76660) - Turbopack: inline minify into code generation and make it a plain function instead of a turbo tasks function: [#&#8203;76628](https://redirect.github.com/vercel/next.js/issues/76628) - fix edge runtime asset fetch in pages api: [#&#8203;76750](https://redirect.github.com/vercel/next.js/issues/76750) - Update use-cache-unknown-cache-kind.test.ts snapshot for alternate bundler: [#&#8203;76682](https://redirect.github.com/vercel/next.js/issues/76682) ##### Example Changes - docs: fix reading `params` code blocks: [#&#8203;76705](https://redirect.github.com/vercel/next.js/issues/76705) ##### Misc Changes - fix(rustdoc): Fix rustdoc warnings, block on rustdoc failures in CI: [#&#8203;76448](https://redirect.github.com/vercel/next.js/issues/76448) - Update more global turbo CLI usage: [#&#8203;76576](https://redirect.github.com/vercel/next.js/issues/76576) - docs: Node.js runtime support for Middleware: [#&#8203;76556](https://redirect.github.com/vercel/next.js/issues/76556) - build: Update `swc_core` to `v16.0.0`: [#&#8203;76414](https://redirect.github.com/vercel/next.js/issues/76414) - Turbopack: prevent panic in swc issue emitter: [#&#8203;76595](https://redirect.github.com/vercel/next.js/issues/76595) - Unflake `parallel-routes-revalidation` test: [#&#8203;76600](https://redirect.github.com/vercel/next.js/issues/76600) - Fix `octokit.rest.issues.addLabels` call: [#&#8203;76601](https://redirect.github.com/vercel/next.js/issues/76601) - \[test] Use new Redbox matchers in app/ error-recovery: [#&#8203;76552](https://redirect.github.com/vercel/next.js/issues/76552) - \[test] Use new Redbox matchers in pages/ ReactRefreshLogBox-app-doc: [#&#8203;76551](https://redirect.github.com/vercel/next.js/issues/76551) - Run nightly bundler integration tests also with React 18: [#&#8203;76606](https://redirect.github.com/vercel/next.js/issues/76606) - 15.2: Add version history for `devIndicators` and note on deprecated options: [#&#8203;76611](https://redirect.github.com/vercel/next.js/issues/76611) - 15.2 docs: document missing `htmlLimitedBots` option: [#&#8203;76616](https://redirect.github.com/vercel/next.js/issues/76616) - Update bundler production test manifest: [#&#8203;76584](https://redirect.github.com/vercel/next.js/issues/76584) - Update bundler development test manifest: [#&#8203;76585](https://redirect.github.com/vercel/next.js/issues/76585) - Fix test after CI switched to pnpm 10: [#&#8203;76615](https://redirect.github.com/vercel/next.js/issues/76615) - chore(cna): fix theme extend for tailwind v4: [#&#8203;76583](https://redirect.github.com/vercel/next.js/issues/76583) - \[test] Use new Redbox matchers in app/ ReactRefreshLogBoxMisc: [#&#8203;76563](https://redirect.github.com/vercel/next.js/issues/76563) - Don’t use native built-ins for additional bundler: [#&#8203;76577](https://redirect.github.com/vercel/next.js/issues/76577) - Revert "Run nightly bundler integration tests also with React 18": [#&#8203;76640](https://redirect.github.com/vercel/next.js/issues/76640) - Update bundler production test manifest: [#&#8203;76643](https://redirect.github.com/vercel/next.js/issues/76643) - Update bundler development test manifest: [#&#8203;76644](https://redirect.github.com/vercel/next.js/issues/76644) - Turbopack: dedupe middleware-manifest entries: [#&#8203;76621](https://redirect.github.com/vercel/next.js/issues/76621) - Turbopack: Improve edge tests: [#&#8203;76607](https://redirect.github.com/vercel/next.js/issues/76607) - Turbopack: add test test for css order: [#&#8203;76675](https://redirect.github.com/vercel/next.js/issues/76675) - Turbopack: fix order of chunk items in cycles: [#&#8203;76676](https://redirect.github.com/vercel/next.js/issues/76676) - \[ci] Fix `test-turbopack-integration` not having any shards : [#&#8203;76355](https://redirect.github.com/vercel/next.js/issues/76355) - Update Turbopack development test manifest: [#&#8203;76658](https://redirect.github.com/vercel/next.js/issues/76658) - Update Turbopack production test manifest: [#&#8203;76659](https://redirect.github.com/vercel/next.js/issues/76659) - fix(CI): Upload to areweturboyet immediately after a manifest is updated, not only on a fixed cron schedule: [#&#8203;76688](https://redirect.github.com/vercel/next.js/issues/76688) - Update test snapshots for alternative bundler \[4/n]: [#&#8203;76578](https://redirect.github.com/vercel/next.js/issues/76578) - fix(turbopack): Fix analysis of private properties: [#&#8203;76654](https://redirect.github.com/vercel/next.js/issues/76654) - Turbopack: Simplify emitDecoratorMetadata test: [#&#8203;76678](https://redirect.github.com/vercel/next.js/issues/76678) - \[test] Use new Redbox matchers in pages/ ReactRefreshRegression: [#&#8203;76743](https://redirect.github.com/vercel/next.js/issues/76743) - \[test] Remove `describeVariants` helper: [#&#8203;76631](https://redirect.github.com/vercel/next.js/issues/76631) - \[test] Fix flaky error-recovery test: [#&#8203;76753](https://redirect.github.com/vercel/next.js/issues/76753) - \[test] Use new Redbox matchers in app/ dynamic-error: [#&#8203;76744](https://redirect.github.com/vercel/next.js/issues/76744) - \[test] Use new Redbox matchers in app/ rsc-runtime-errors: [#&#8203;76745](https://redirect.github.com/vercel/next.js/issues/76745) - Turbopack: avoid panic in module batches: [#&#8203;76757](https://redirect.github.com/vercel/next.js/issues/76757) - Revert "test: temporarily disable after deploy test": [#&#8203;74990](https://redirect.github.com/vercel/next.js/issues/74990) - `toDisplayRedbox()`: replace all occurrences of testDir: [#&#8203;76618](https://redirect.github.com/vercel/next.js/issues/76618) - Fix: missing close brace in demo code: [#&#8203;76549](https://redirect.github.com/vercel/next.js/issues/76549) - Disable flaky Turbopack tests: [#&#8203;76760](https://redirect.github.com/vercel/next.js/issues/76760) - feat(CI): Revalidate vercel data cache on areweturboyet after uploading data to KV store: [#&#8203;76693](https://redirect.github.com/vercel/next.js/issues/76693) - chore(github): move top prs and feature requests to different Slack channel: [#&#8203;76764](https://redirect.github.com/vercel/next.js/issues/76764) - Fix flaky Bun test: [#&#8203;76763](https://redirect.github.com/vercel/next.js/issues/76763) ##### Credits Huge thanks to [@&#8203;acdlite](https://redirect.github.com/acdlite), [@&#8203;bgw](https://redirect.github.com/bgw), [@&#8203;ijjk](https://redirect.github.com/ijjk), [@&#8203;molebox](https://redirect.github.com/molebox), [@&#8203;kdy1](https://redirect.github.com/kdy1), [@&#8203;timneutkens](https://redirect.github.com/timneutkens), [@&#8203;devjiwonchoi](https://redirect.github.com/devjiwonchoi), [@&#8203;mischnic](https://redirect.github.com/mischnic), [@&#8203;unstubbable](https://redirect.github.com/unstubbable), [@&#8203;eps1lon](https://redirect.github.com/eps1lon), [@&#8203;huozhi](https://redirect.github.com/huozhi), [@&#8203;philipithomas](https://redirect.github.com/philipithomas), [@&#8203;delbaoliveira](https://redirect.github.com/delbaoliveira), [@&#8203;samcx](https://redirect.github.com/samcx), [@&#8203;wbinnssmith](https://redirect.github.com/wbinnssmith), [@&#8203;sokra](https://redirect.github.com/sokra), [@&#8203;gnoff](https://redirect.github.com/gnoff), [@&#8203;leerob](https://redirect.github.com/leerob), [@&#8203;ztanner](https://redirect.github.com/ztanner), [@&#8203;raunofreiberg](https://redirect.github.com/raunofreiberg), [@&#8203;lubieowoce](https://redirect.github.com/lubieowoce), and [@&#8203;LihaoWang](https://redirect.github.com/LihaoWang) for helping! </details> <details> <summary>vercel/next.js (eslint-config-next)</summary> ### [`v15.2.1`](https://redirect.github.com/vercel/next.js/compare/v15.2.0...633878112ef34fd569486c969261c3350509680d) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v15.2.0...v15.2.1) </details> <details> <summary>vercel/next.js (next)</summary> ### [`v15.2.1`](https://redirect.github.com/vercel/next.js/compare/v15.2.0...633878112ef34fd569486c969261c3350509680d) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v15.2.0...v15.2.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/docs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5c0e8a commit 069a87c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@biomejs/biome": "1.9.4",
14-
"@next/third-parties": "15.2.0",
14+
"@next/third-parties": "15.2.1",
1515
"@theguild/remark-mermaid": "0.2.0",
1616
"class-variance-authority": "0.7.1",
1717
"clsx": "2.1.1",
@@ -21,7 +21,7 @@
2121
"fumadocs-twoslash": "3.1.0",
2222
"fumadocs-ui": "15.0.15",
2323
"lucide-react": "0.477.0",
24-
"next": "15.2.0",
24+
"next": "15.2.1",
2525
"react": "19.0.0",
2626
"react-dom": "19.0.0",
2727
"tailwind-merge": "3.0.2",
@@ -37,7 +37,7 @@
3737
"@types/react-dom": "19.0.4",
3838
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
3939
"eslint": "9.21.0",
40-
"eslint-config-next": "15.2.0",
40+
"eslint-config-next": "15.2.1",
4141
"postcss": "8.5.3",
4242
"tailwindcss": "4.0.9",
4343
"typescript": "5.8.2"

0 commit comments

Comments
 (0)