Skip to content

Commit 48049e3

Browse files
📦 (deps-dev) next@15.5.12 [skip ci] (#2535)
<!-- COMMIT_BODY_TEXT_BEGIN --> This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | [`15.5.10` → `15.5.12`](https://renovatebot.com/diffs/npm/next/15.5.10/15.5.12) | ![age](https://developer.mend.io/api/mc/badges/age/npm/next/15.5.12?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next/15.5.12?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next/15.5.10/15.5.12?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/15.5.10/15.5.12?slim=true) | --- ### Release Notes <details> <summary>vercel/next.js (next)</summary> ### [`v15.5.12`](https://redirect.github.com/vercel/next.js/compare/v15.5.11...d23f41c42506005fe6978e076a1ccbf8979e4925) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v15.5.11...v15.5.12) ### [`v15.5.11`](https://redirect.github.com/vercel/next.js/releases/tag/v15.5.11) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v15.5.10...v15.5.11) > \[!NOTE] > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Tracing: Fix memory leak in span map ([#&#8203;85529](https://redirect.github.com/vercel/next.js/issues/85529)) - fix: ensure LRU cache items have minimum size of 1 to prevent unbounded growth ([#&#8203;89134](https://redirect.github.com/vercel/next.js/issues/89134)) - Turbopack: fix NFT tracing of sharp 0.34 ([#&#8203;82340](https://redirect.github.com/vercel/next.js/issues/82340)) - Turbopack: support pattern into exports field ([#&#8203;82757](https://redirect.github.com/vercel/next.js/issues/82757)) - NFT tracing fixes ([#&#8203;84155](https://redirect.github.com/vercel/next.js/issues/84155) and [#&#8203;85323](https://redirect.github.com/vercel/next.js/issues/85323)) - Turbopack: validate CSS without computing all paths ([#&#8203;83810](https://redirect.github.com/vercel/next.js/issues/83810)) - feat: implement LRU cache with invocation ID scoping for minimal mode response cache ([#&#8203;89129](https://redirect.github.com/vercel/next.js/issues/89129)) ##### Credits Huge thanks to [@&#8203;timneutkens](https://redirect.github.com/timneutkens), [@&#8203;mischnic](https://redirect.github.com/mischnic), [@&#8203;ztanner](https://redirect.github.com/ztanner), and [@&#8203;wyattjoh](https://redirect.github.com/wyattjoh) for helping! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 --- <!-- COMMIT_BODY_TEXT_END --> <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NS4yIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsi8J+Tpu+4jyBEZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2a31b94 commit 48049e3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

config/jest-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@jeromefitz/jest-presets": "workspace:*",
3939
"@types/jest": "30.0.0",
40-
"next": "15.5.10",
40+
"next": "15.5.12",
4141
"react": "19.0.0-rc-66855b96-20241106"
4242
},
4343
"publishConfig": {

examples/design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"cmdk": "1.1.1",
2828
"date-fns": "4.1.0",
2929
"framer-motion": "12.31.0",
30-
"next": "15.5.10",
30+
"next": "15.5.12",
3131
"next-themes": "0.4.6",
3232
"react": "19.0.0-rc-66855b96-20241106",
3333
"react-dom": "19.0.0-rc-66855b96-20241106"

packages/design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"cmdk": "1.1.1",
111111
"framer-motion": "12.31.0",
112112
"lodash": "4.17.23",
113-
"next": "15.5.10",
113+
"next": "15.5.12",
114114
"react": "19.0.0-rc-66855b96-20241106",
115115
"react-dom": "19.0.0-rc-66855b96-20241106",
116116
"serve": "14.2.5",

0 commit comments

Comments
 (0)