Skip to content

Commit 4409a33

Browse files
fix(deps): update dependency swr to v2.3.6 (#2143)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [swr](https://swr.vercel.app) ([source](https://redirect.github.com/vercel/swr)) | [`2.3.4` -> `2.3.6`](https://renovatebot.com/diffs/npm/swr/2.3.4/2.3.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/swr/2.3.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/swr/2.3.4/2.3.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/swr (swr)</summary> ### [`v2.3.6`](https://redirect.github.com/vercel/swr/releases/tag/v2.3.6) [Compare Source](https://redirect.github.com/vercel/swr/compare/v2.3.5...v2.3.6) #### Patches - fix: do not error when not enabled during suspense by [@&#8203;huozhi](https://redirect.github.com/huozhi) in [https://github.com/vercel/swr/pull/4156](https://redirect.github.com/vercel/swr/pull/4156) **Full Changelog**: vercel/swr@v2.3.5...v2.3.6 ### [`v2.3.5`](https://redirect.github.com/vercel/swr/releases/tag/v2.3.5) [Compare Source](https://redirect.github.com/vercel/swr/compare/v2.3.4...v2.3.5) #### Patches - perf: optimize `useSWRConfig` with `useMemo` to maintain stable reference by [@&#8203;samuel871211](https://redirect.github.com/samuel871211) in [https://github.com/vercel/swr/pull/4110](https://redirect.github.com/vercel/swr/pull/4110) [https://github.com/vercel/swr/pull/4076](https://redirect.github.com/vercel/swr/pull/4076)76 - fix: react.use should not depend on data condition by [@&#8203;huozhi](https://redirect.github.com/huozhi) in [https://github.com/vercel/swr/pull/4150](https://redirect.github.com/vercel/swr/pull/4150) ##### Chores - doc: Sync `PublicConfiguration.onDiscarded` tsdoc with SWR official website by [@&#8203;samuel871211](https://redirect.github.com/samuel871211) in - test: e2e test for 2702 by [@&#8203;promer94](https://redirect.github.com/promer94) in [https://github.com/vercel/swr/pull/4154](https://redirect.github.com/vercel/swr/pull/4154) #### New Contributors - [@&#8203;eungwang1](https://redirect.github.com/eungwang1) made their first contribution in [https://github.com/vercel/swr/pull/2947](https://redirect.github.com/vercel/swr/pull/2947) **Full Changelog**: vercel/swr@v2.3.4...v2.3.5 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 93cdae3 commit 4409a33

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.3.3",
1414
"react": "18.3.1",
1515
"react-dom": "18.3.1",
16-
"swr": "2.3.4"
16+
"swr": "2.3.6"
1717
},
1818
"devDependencies": {
1919
"cross-env": "7.0.3"

0 commit comments

Comments
 (0)