Skip to content

Commit a070488

Browse files
fix(deps): update dependency next to v15.3.3 (#2099)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | [`15.3.2` -> `15.3.3`](https://renovatebot.com/diffs/npm/next/15.3.2/15.3.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next/15.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next/15.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next/15.3.2/15.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/15.3.2/15.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/next.js (next)</summary> ### [`v15.3.3`](https://redirect.github.com/vercel/next.js/compare/v15.3.2...v15.3.3) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v15.3.2...v15.3.3) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 this update 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/runtime-env/import-meta-env). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b329145 commit a070488

File tree

4 files changed

+82
-82
lines changed

4 files changed

+82
-82
lines changed

packages/examples/create-next-app-example/package-lock.json

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

packages/examples/create-next-app-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"cross-env": "7.0.3",
13-
"next": "15.3.2",
13+
"next": "15.3.3",
1414
"react": "19.1.0",
1515
"react-dom": "19.1.0"
1616
}

packages/examples/process-env-example/package-lock.json

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

packages/examples/process-env-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "cross-env HELLO=import-meta-env SECRET1=secret1 import-meta-env -x .env.example.public && cross-env SECRET1=secret1 SECRET2=secret2 next start -p 4173"
1111
},
1212
"dependencies": {
13-
"next": "15.3.2",
13+
"next": "15.3.3",
1414
"react": "18.3.1",
1515
"react-dom": "18.3.1",
1616
"swr": "2.3.3"

0 commit comments

Comments
 (0)