Skip to content

Commit b7e9ff3

Browse files
fix(deps): update dependency swr to v2.3.7 (#2266)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [swr](https://swr.vercel.app) ([source](https://redirect.github.com/vercel/swr)) | [`2.3.6` -> `2.3.7`](https://renovatebot.com/diffs/npm/swr/2.3.6/2.3.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/swr/2.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/swr/2.3.6/2.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/swr (swr)</summary> ### [`v2.3.7`](https://redirect.github.com/vercel/swr/releases/tag/v2.3.7) [Compare Source](https://redirect.github.com/vercel/swr/compare/v2.3.6...v2.3.7) #### What's Changed - deps: upgrade ci node version to 22 by [@&#8203;promer94](https://redirect.github.com/promer94) in [#&#8203;4184](https://redirect.github.com/vercel/swr/pull/4184) - deps: upgrade pnpm version by [@&#8203;promer94](https://redirect.github.com/promer94) in [#&#8203;4185](https://redirect.github.com/vercel/swr/pull/4185) - deps: upgrade playwright version by [@&#8203;promer94](https://redirect.github.com/promer94) in [#&#8203;4186](https://redirect.github.com/vercel/swr/pull/4186) - deps: upgrade eslint version and fix lint problem by [@&#8203;promer94](https://redirect.github.com/promer94) in [#&#8203;4187](https://redirect.github.com/vercel/swr/pull/4187) - feat: Add `strictServerPrefetchWarning` by [@&#8203;shuding](https://redirect.github.com/shuding) in [#&#8203;4183](https://redirect.github.com/vercel/swr/pull/4183) **Full Changelog**: <vercel/swr@v2.3.6...v2.3.7> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf11238 commit b7e9ff3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 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
@@ -13,7 +13,7 @@
1313
"next": "15.5.6",
1414
"react": "18.3.1",
1515
"react-dom": "18.3.1",
16-
"swr": "2.3.6"
16+
"swr": "2.3.7"
1717
},
1818
"devDependencies": {
1919
"cross-env": "7.0.3"

0 commit comments

Comments
 (0)