Skip to content

Commit

Permalink
fix(deps): update dependency swr to v2.1.3 (#198)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [swr](https://swr.vercel.app) ([source](https://togithub.com/vercel/swr)) | [`2.1.2` -> `2.1.3`](https://renovatebot.com/diffs/npm/swr/2.1.2/2.1.3) | [![age](https://badges.renovateapi.com/packages/npm/swr/2.1.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/swr/2.1.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/swr/2.1.3/compatibility-slim/2.1.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/swr/2.1.3/confidence-slim/2.1.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>vercel/swr</summary>

### [`v2.1.3`](https://togithub.com/vercel/swr/releases/tag/v2.1.3)

[Compare Source](https://togithub.com/vercel/swr/compare/v2.1.2...v2.1.3)

#### What's Changed

-   Fix [#&#8203;2548](https://togithub.com/vercel/swr/issues/2548): pass origin key to subcription callback by [@&#8203;Zheaoli](https://togithub.com/Zheaoli) in [vercel/swr#2550
-   Examples: fix type in axios-typescript example by [@&#8203;daochouwangu](https://togithub.com/daochouwangu) in [vercel/swr#2552
-   Update Cache Interface types by [@&#8203;dmmulroy](https://togithub.com/dmmulroy) in [vercel/swr#2554
-   fix: data passed to refreshInterval function is not latest by [@&#8203;hong24](https://togithub.com/hong24) in [vercel/swr#2354
-   types: allow passing function as `Data` for `useSWRSubscriptionOptions` by [@&#8203;promer94](https://togithub.com/promer94) in [vercel/swr#2551

#### New Contributors

-   [@&#8203;Zheaoli](https://togithub.com/Zheaoli) made their first contribution in [vercel/swr#2550
-   [@&#8203;daochouwangu](https://togithub.com/daochouwangu) made their first contribution in [vercel/swr#2552
-   [@&#8203;dmmulroy](https://togithub.com/dmmulroy) made their first contribution in [vercel/swr#2554

**Full Changelog**: vercel/swr@v2.1.2...v2.1.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kula-app/OnLaunch).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9-->
  • Loading branch information
renovate[bot] committed Apr 10, 2023
1 parent 7ff5763 commit 1b9a057
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5688,9 +5688,9 @@ supports-preserve-symlinks-flag@^1.0.0:
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==

swr@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/swr/-/swr-2.1.2.tgz#15841cf5bbb8b20f24e2408193f616a41b6734a0"
integrity sha512-ocfaD2rnYZKqTDplCEX2bH5Z1++n2JSej9oYi7hVfXXWYm+0RP+H6fVrogWB0mtMclv1guk9kEnAzNLygOy9Hw==
version "2.1.3"
resolved "https://registry.yarnpkg.com/swr/-/swr-2.1.3.tgz#ae3608d4dc19f75121e0b51d1982735fbf02f52e"
integrity sha512-g3ApxIM4Fjbd6vvEAlW60hJlKcYxHb+wtehogTygrh6Jsw7wNagv9m4Oj5Gq6zvvZw0tcyhVGL9L0oISvl3sUw==
dependencies:
use-sync-external-store "^1.2.0"

Expand Down

0 comments on commit 1b9a057

Please sign in to comment.