Commit 069a87c
authored
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)
| [](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)
| [](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) |
[](https://securityscorecards.dev/viewer/?uri=github.com/vercel/next.js)
|
---
### Release Notes
<details>
<summary>vercel/next.js (@​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:
[#​76184](https://redirect.github.com/vercel/next.js/issues/76184)
- Turbopack: Ensure server actions sourcemaps tests pass:
[#​76157](https://redirect.github.com/vercel/next.js/issues/76157)
- \[dev-overlay] control dark theme in one place:
[#​76528](https://redirect.github.com/vercel/next.js/issues/76528)
- \[dev-overlay] change css var for terminal:
[#​76590](https://redirect.github.com/vercel/next.js/issues/76590)
- \[dev-overlay] Discriminate stack frame settled typed:
[#​76517](https://redirect.github.com/vercel/next.js/issues/76517)
- Remove obsolete `sourcePackage` references:
[#​76550](https://redirect.github.com/vercel/next.js/issues/76550)
- refactor: remove unused variable in externals handling:
[#​76599](https://redirect.github.com/vercel/next.js/issues/76599)
- fix: Add popular embedding libraries to serverExternalPackages:
[#​76574](https://redirect.github.com/vercel/next.js/issues/76574)
- \[Segment Cache] Implement hash-only navigations:
[#​76179](https://redirect.github.com/vercel/next.js/issues/76179)
- Webpack: abstract away getting compilation spans:
[#​76579](https://redirect.github.com/vercel/next.js/issues/76579)
- report compiler duration for webpack and improve numbers:
[#​76665](https://redirect.github.com/vercel/next.js/issues/76665)
- \[dev-overlay] fix dark theme missing close bracket:
[#​76672](https://redirect.github.com/vercel/next.js/issues/76672)
- Remove `revalidate` property from incremental cache `ctx` for `FETCH`
kind:
[#​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:
[#​76668](https://redirect.github.com/vercel/next.js/issues/76668)
- Turbopack: avoid celling source maps before minify:
[#​76626](https://redirect.github.com/vercel/next.js/issues/76626)
- refactor(CI): Merge all four bundler test manifest scripts into one:
[#​76652](https://redirect.github.com/vercel/next.js/issues/76652)
- \[metadata] fix duplicate metadata for parallel routes:
[#​76669](https://redirect.github.com/vercel/next.js/issues/76669)
- \[Segment Cache] Omit from bundle if flag disabled:
[#​76622](https://redirect.github.com/vercel/next.js/issues/76622)
- \[Segment Cache] Support output: "export" mode:
[#​75671](https://redirect.github.com/vercel/next.js/issues/75671)
- \[Segment Cache] Refresh on same-page navigation:
[#​76223](https://redirect.github.com/vercel/next.js/issues/76223)
- \[metadata] re-enable streaming metadata with PPR:
[#​76119](https://redirect.github.com/vercel/next.js/issues/76119)
- \[Segment Cache] Search param fallback handling:
[#​75990](https://redirect.github.com/vercel/next.js/issues/75990)
- \[Segment Cache] Fix: canonicalURL omits origin:
[#​76444](https://redirect.github.com/vercel/next.js/issues/76444)
- fix metadata basePath for manifest:
[#​76681](https://redirect.github.com/vercel/next.js/issues/76681)
- Propagate expire time to `cache-control` header and prerender
manifest:
[#​76207](https://redirect.github.com/vercel/next.js/issues/76207)
- Show revalidate/expire columns in build output:
[#​76343](https://redirect.github.com/vercel/next.js/issues/76343)
- Gate alternate bundler behind canary only:
[#​76634](https://redirect.github.com/vercel/next.js/issues/76634)
- \[dynamicIO] routes with dynamic segments should be able to be static
in dev:
[#​76691](https://redirect.github.com/vercel/next.js/issues/76691)
- \[repo] upgrade ts `5.8.2`:
[#​76709](https://redirect.github.com/vercel/next.js/issues/76709)
- \[metadata]: ensure metadata boundary is only rendered once on client
nav:
[#​76692](https://redirect.github.com/vercel/next.js/issues/76692)
- \[metadata] clean up redudant options:
[#​76712](https://redirect.github.com/vercel/next.js/issues/76712)
- Fix uniqueness detection for `generateStaticParams`:
[#​76713](https://redirect.github.com/vercel/next.js/issues/76713)
- Upgrade React from `22e39ea7-20250225` to `d55cc79b-20250228`:
[#​76680](https://redirect.github.com/vercel/next.js/issues/76680)
- \[Turbopack] Compute module batches and use them for chunking:
[#​76133](https://redirect.github.com/vercel/next.js/issues/76133)
- \[Dev Tools] Improve keyboard interactions for menu & overlays:
[#​76754](https://redirect.github.com/vercel/next.js/issues/76754)
- Keep server code out of browser chunks:
[#​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:
[#​76628](https://redirect.github.com/vercel/next.js/issues/76628)
- fix edge runtime asset fetch in pages api:
[#​76750](https://redirect.github.com/vercel/next.js/issues/76750)
- Update use-cache-unknown-cache-kind.test.ts snapshot for alternate
bundler:
[#​76682](https://redirect.github.com/vercel/next.js/issues/76682)
##### Example Changes
- docs: fix reading `params` code blocks:
[#​76705](https://redirect.github.com/vercel/next.js/issues/76705)
##### Misc Changes
- fix(rustdoc): Fix rustdoc warnings, block on rustdoc failures in CI:
[#​76448](https://redirect.github.com/vercel/next.js/issues/76448)
- Update more global turbo CLI usage:
[#​76576](https://redirect.github.com/vercel/next.js/issues/76576)
- docs: Node.js runtime support for Middleware:
[#​76556](https://redirect.github.com/vercel/next.js/issues/76556)
- build: Update `swc_core` to `v16.0.0`:
[#​76414](https://redirect.github.com/vercel/next.js/issues/76414)
- Turbopack: prevent panic in swc issue emitter:
[#​76595](https://redirect.github.com/vercel/next.js/issues/76595)
- Unflake `parallel-routes-revalidation` test:
[#​76600](https://redirect.github.com/vercel/next.js/issues/76600)
- Fix `octokit.rest.issues.addLabels` call:
[#​76601](https://redirect.github.com/vercel/next.js/issues/76601)
- \[test] Use new Redbox matchers in app/ error-recovery:
[#​76552](https://redirect.github.com/vercel/next.js/issues/76552)
- \[test] Use new Redbox matchers in pages/ ReactRefreshLogBox-app-doc:
[#​76551](https://redirect.github.com/vercel/next.js/issues/76551)
- Run nightly bundler integration tests also with React 18:
[#​76606](https://redirect.github.com/vercel/next.js/issues/76606)
- 15.2: Add version history for `devIndicators` and note on deprecated
options:
[#​76611](https://redirect.github.com/vercel/next.js/issues/76611)
- 15.2 docs: document missing `htmlLimitedBots` option:
[#​76616](https://redirect.github.com/vercel/next.js/issues/76616)
- Update bundler production test manifest:
[#​76584](https://redirect.github.com/vercel/next.js/issues/76584)
- Update bundler development test manifest:
[#​76585](https://redirect.github.com/vercel/next.js/issues/76585)
- Fix test after CI switched to pnpm 10:
[#​76615](https://redirect.github.com/vercel/next.js/issues/76615)
- chore(cna): fix theme extend for tailwind v4:
[#​76583](https://redirect.github.com/vercel/next.js/issues/76583)
- \[test] Use new Redbox matchers in app/ ReactRefreshLogBoxMisc:
[#​76563](https://redirect.github.com/vercel/next.js/issues/76563)
- Don’t use native built-ins for additional bundler:
[#​76577](https://redirect.github.com/vercel/next.js/issues/76577)
- Revert "Run nightly bundler integration tests also with React 18":
[#​76640](https://redirect.github.com/vercel/next.js/issues/76640)
- Update bundler production test manifest:
[#​76643](https://redirect.github.com/vercel/next.js/issues/76643)
- Update bundler development test manifest:
[#​76644](https://redirect.github.com/vercel/next.js/issues/76644)
- Turbopack: dedupe middleware-manifest entries:
[#​76621](https://redirect.github.com/vercel/next.js/issues/76621)
- Turbopack: Improve edge tests:
[#​76607](https://redirect.github.com/vercel/next.js/issues/76607)
- Turbopack: add test test for css order:
[#​76675](https://redirect.github.com/vercel/next.js/issues/76675)
- Turbopack: fix order of chunk items in cycles:
[#​76676](https://redirect.github.com/vercel/next.js/issues/76676)
- \[ci] Fix `test-turbopack-integration` not having any shards :
[#​76355](https://redirect.github.com/vercel/next.js/issues/76355)
- Update Turbopack development test manifest:
[#​76658](https://redirect.github.com/vercel/next.js/issues/76658)
- Update Turbopack production test manifest:
[#​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:
[#​76688](https://redirect.github.com/vercel/next.js/issues/76688)
- Update test snapshots for alternative bundler \[4/n]:
[#​76578](https://redirect.github.com/vercel/next.js/issues/76578)
- fix(turbopack): Fix analysis of private properties:
[#​76654](https://redirect.github.com/vercel/next.js/issues/76654)
- Turbopack: Simplify emitDecoratorMetadata test:
[#​76678](https://redirect.github.com/vercel/next.js/issues/76678)
- \[test] Use new Redbox matchers in pages/ ReactRefreshRegression:
[#​76743](https://redirect.github.com/vercel/next.js/issues/76743)
- \[test] Remove `describeVariants` helper:
[#​76631](https://redirect.github.com/vercel/next.js/issues/76631)
- \[test] Fix flaky error-recovery test:
[#​76753](https://redirect.github.com/vercel/next.js/issues/76753)
- \[test] Use new Redbox matchers in app/ dynamic-error:
[#​76744](https://redirect.github.com/vercel/next.js/issues/76744)
- \[test] Use new Redbox matchers in app/ rsc-runtime-errors:
[#​76745](https://redirect.github.com/vercel/next.js/issues/76745)
- Turbopack: avoid panic in module batches:
[#​76757](https://redirect.github.com/vercel/next.js/issues/76757)
- Revert "test: temporarily disable after deploy test":
[#​74990](https://redirect.github.com/vercel/next.js/issues/74990)
- `toDisplayRedbox()`: replace all occurrences of testDir:
[#​76618](https://redirect.github.com/vercel/next.js/issues/76618)
- Fix: missing close brace in demo code:
[#​76549](https://redirect.github.com/vercel/next.js/issues/76549)
- Disable flaky Turbopack tests:
[#​76760](https://redirect.github.com/vercel/next.js/issues/76760)
- feat(CI): Revalidate vercel data cache on areweturboyet after
uploading data to KV store:
[#​76693](https://redirect.github.com/vercel/next.js/issues/76693)
- chore(github): move top prs and feature requests to different Slack
channel:
[#​76764](https://redirect.github.com/vercel/next.js/issues/76764)
- Fix flaky Bun test:
[#​76763](https://redirect.github.com/vercel/next.js/issues/76763)
##### Credits
Huge thanks to [@​acdlite](https://redirect.github.com/acdlite),
[@​bgw](https://redirect.github.com/bgw),
[@​ijjk](https://redirect.github.com/ijjk),
[@​molebox](https://redirect.github.com/molebox),
[@​kdy1](https://redirect.github.com/kdy1),
[@​timneutkens](https://redirect.github.com/timneutkens),
[@​devjiwonchoi](https://redirect.github.com/devjiwonchoi),
[@​mischnic](https://redirect.github.com/mischnic),
[@​unstubbable](https://redirect.github.com/unstubbable),
[@​eps1lon](https://redirect.github.com/eps1lon),
[@​huozhi](https://redirect.github.com/huozhi),
[@​philipithomas](https://redirect.github.com/philipithomas),
[@​delbaoliveira](https://redirect.github.com/delbaoliveira),
[@​samcx](https://redirect.github.com/samcx),
[@​wbinnssmith](https://redirect.github.com/wbinnssmith),
[@​sokra](https://redirect.github.com/sokra),
[@​gnoff](https://redirect.github.com/gnoff),
[@​leerob](https://redirect.github.com/leerob),
[@​ztanner](https://redirect.github.com/ztanner),
[@​raunofreiberg](https://redirect.github.com/raunofreiberg),
[@​lubieowoce](https://redirect.github.com/lubieowoce), and
[@​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
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments