Skip to content

Commit c44f2df

Browse files
⬆️📜 Update nextjs monorepo to v16.1.0 (#316)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-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.10` -> `16.1.0`](https://renovatebot.com/diffs/npm/eslint-config-next/16.0.10/16.1.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/16.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/16.0.10/16.1.0?slim=true) | | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | [`16.0.10` -> `16.1.0`](https://renovatebot.com/diffs/npm/next/16.0.10/16.1.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/next/16.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/16.0.10/16.1.0?slim=true) | --- ### Release Notes <details> <summary>vercel/next.js (eslint-config-next)</summary> ### [`v16.1.0`](https://redirect.github.com/vercel/next.js/compare/v16.0.10...34916762cdff14f27c7e3273d74af60eb6c23cb6) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v16.0.10...v16.1.0) </details> <details> <summary>vercel/next.js (next)</summary> ### [`v16.1.0`](https://redirect.github.com/vercel/next.js/compare/v16.0.10...v16.1.0) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v16.0.10...v16.1.0) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiamF2YXNjcmlwdCJdfQ==--> 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 003ee83 commit c44f2df

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

webpage/package-lock.json

Lines changed: 49 additions & 49 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.10",
12+
"next": "16.1.0",
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.10",
24+
"eslint-config-next": "16.1.0",
2525
"postcss": "^8",
2626
"tailwindcss": "^4.1.17",
2727
"typescript": "5.9.3"

0 commit comments

Comments
 (0)