Skip to content

Commit 530790d

Browse files
⬆️📜 Update nextjs monorepo to v16.0.5 (#283)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [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)) | [`16.0.3` -> `16.0.5`](https://renovatebot.com/diffs/npm/eslint-config-next/16.0.3/16.0.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/16.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/16.0.3/16.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | [`16.0.3` -> `16.0.5`](https://renovatebot.com/diffs/npm/next/16.0.3/16.0.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next/16.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/16.0.3/16.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/next.js (eslint-config-next)</summary> ### [`v16.0.5`](https://redirect.github.com/vercel/next.js/releases/tag/v16.0.5) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v16.0.4...v16.0.5) > \[!NOTE] > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - fix(nodejs-middleware): await for body cloning to be properly finalized ([#&#8203;85418](https://redirect.github.com/vercel/next.js/issues/85418)) ##### Credits Huge thanks to [@&#8203;lucasadrianof](https://redirect.github.com/lucasadrianof) for helping! ### [`v16.0.4`](https://redirect.github.com/vercel/next.js/compare/v16.0.3...v16.0.4) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v16.0.3...v16.0.4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (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/munich-quantum-toolkit/problemsolver). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiamF2YXNjcmlwdCJdfQ==--> 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 4afbcc2 commit 530790d

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

webpage/package-lock.json

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webpage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "16.0.3",
12+
"next": "16.0.5",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.0",
1515
"react-graph-vis": "^1.0.7",
@@ -21,7 +21,7 @@
2121
"@types/react": "19.2.7",
2222
"@types/react-dom": "^19.0.0",
2323
"eslint": "^9.0.0",
24-
"eslint-config-next": "16.0.3",
24+
"eslint-config-next": "16.0.5",
2525
"postcss": "^8",
2626
"tailwindcss": "^4.1.17",
2727
"typescript": "5.9.3"

0 commit comments

Comments
 (0)