Skip to content

Commit 7f66537

Browse files
chore(deps): update nextjs monorepo to v15.2.0 (#172)
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 | minor | [`15.1.7` -> `15.2.0`](https://renovatebot.com/diffs/npm/@next%2fthird-parties/15.1.7/15.2.0) | [![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 | minor | [`15.1.7` -> `15.2.0`](https://renovatebot.com/diffs/npm/eslint-config-next/15.1.7/15.2.0) | [![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 | minor | [`15.1.7` -> `15.2.0`](https://renovatebot.com/diffs/npm/next/15.1.7/15.2.0) | [![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.0`](https://redirect.github.com/vercel/next.js/compare/v15.1.7...v15.2.0) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v15.1.7...v15.2.0) </details> <details> <summary>vercel/next.js (eslint-config-next)</summary> ### [`v15.2.0`](https://redirect.github.com/vercel/next.js/compare/v15.1.7...v15.2.0) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v15.1.7...v15.2.0) </details> <details> <summary>vercel/next.js (next)</summary> ### [`v15.2.0`](https://redirect.github.com/vercel/next.js/compare/v15.1.7...v15.2.0) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v15.1.7...v15.2.0) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> 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 ab30eb0 commit 7f66537

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.1.7",
14+
"@next/third-parties": "15.2.0",
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.0.1",
2222
"fumadocs-ui": "15.0.13",
2323
"lucide-react": "0.476.0",
24-
"next": "15.1.7",
24+
"next": "15.2.0",
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-e1e972c-20250221",
3939
"eslint": "8.57.1",
40-
"eslint-config-next": "15.1.7",
40+
"eslint-config-next": "15.2.0",
4141
"postcss": "8.5.3",
4242
"tailwindcss": "4.0.9",
4343
"typescript": "5.7.3"

0 commit comments

Comments
 (0)