Skip to content

Commit 076006a

Browse files
chore(deps): update dependency swr to v2.3.3 (#9514)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [swr](https://swr.vercel.app) ([source](https://redirect.github.com/vercel/swr)) | [`2.3.2` -> `2.3.3`](https://renovatebot.com/diffs/npm/swr/2.3.2/2.3.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/swr/2.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/swr/2.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/swr/2.3.2/2.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/swr/2.3.2/2.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/swr (swr)</summary> ### [`v2.3.3`](https://redirect.github.com/vercel/swr/releases/tag/v2.3.3) [Compare Source](https://redirect.github.com/vercel/swr/compare/v2.3.2...v2.3.3) ##### Patches - enhance: use empty prototype object by [@&#8203;huozhi](https://redirect.github.com/huozhi) in [https://github.com/vercel/swr/pull/4099](https://redirect.github.com/vercel/swr/pull/4099) - Initialise nextFocusRevalidatedAt on mount by [@&#8203;mgoodfellow](https://redirect.github.com/mgoodfellow) in [https://github.com/vercel/swr/pull/2857](https://redirect.github.com/vercel/swr/pull/2857) ##### Misc - Update Twitter references to X by [@&#8203;ManuLpz4](https://redirect.github.com/ManuLpz4) in [https://github.com/vercel/swr/pull/4103](https://redirect.github.com/vercel/swr/pull/4103) #### New Contributors - [@&#8203;ManuLpz4](https://redirect.github.com/ManuLpz4) made their first contribution in [https://github.com/vercel/swr/pull/4103](https://redirect.github.com/vercel/swr/pull/4103) - [@&#8203;mgoodfellow](https://redirect.github.com/mgoodfellow) made their first contribution in [https://github.com/vercel/swr/pull/2857](https://redirect.github.com/vercel/swr/pull/2857) **Full Changelog**: vercel/swr@v2.3.2...v2.3.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, 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/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 19b9c50 commit 076006a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"react-test-renderer": "18.3.1",
116116
"sass": "1.85.1",
117117
"semver": "7.7.1",
118-
"swr": "2.3.2",
118+
"swr": "2.3.3",
119119
"tss-react": "4.9.15",
120120
"typescript": "5.4.5",
121121
"use-query-params": "^2.2.1",

frontend/yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -9544,15 +9544,15 @@ __metadata:
95449544
languageName: node
95459545
linkType: hard
95469546

9547-
"swr@npm:2.3.2":
9548-
version: 2.3.2
9549-
resolution: "swr@npm:2.3.2"
9547+
"swr@npm:2.3.3":
9548+
version: 2.3.3
9549+
resolution: "swr@npm:2.3.3"
95509550
dependencies:
95519551
dequal: "npm:^2.0.3"
95529552
use-sync-external-store: "npm:^1.4.0"
95539553
peerDependencies:
95549554
react: ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
9555-
checksum: 10c0/981d3138c1959f1f15ddb74ed3c98f34fbcae8e68ee1b0e6ce3af7e1fcf65ecdb3a2c525b42338cbcef0f7a992d41e1aeb3982501e86239e8aeef6c34fe3b580
9555+
checksum: 10c0/882fc8291912860e0c50eae3470ebf0cd58b0144cb12adcc4b14c5cef913ea06479043830508d8b0b3d4061d99ad8dd52485c9c879fbd4e9b893484e6d8da9e3
95569556
languageName: node
95579557
linkType: hard
95589558

@@ -10152,7 +10152,7 @@ __metadata:
1015210152
react-test-renderer: "npm:18.3.1"
1015310153
sass: "npm:1.85.1"
1015410154
semver: "npm:7.7.1"
10155-
swr: "npm:2.3.2"
10155+
swr: "npm:2.3.3"
1015610156
tss-react: "npm:4.9.15"
1015710157
typescript: "npm:5.4.5"
1015810158
use-query-params: "npm:^2.2.1"

0 commit comments

Comments
 (0)