Skip to content

Commit

Permalink
fix(deps): update dependency swr to v2.2.2 (#461)
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.2.1` -> `2.2.2`](https://renovatebot.com/diffs/npm/swr/2.2.1/2.2.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/swr/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/swr/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/swr/2.2.1/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/swr/2.2.1/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>vercel/swr (swr)</summary>

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

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

#### What's Changed

-   fix: It should use startTransition only when IS_REACT_LEGACY is false by [@&#8203;TopGrd](https://togithub.com/TopGrd) in [vercel/swr#2756
-   fix: simplify `ArgumentsTuple` by [@&#8203;Andarist](https://togithub.com/Andarist) in [vercel/swr#2761

#### New Contributors

-   [@&#8203;TopGrd](https://togithub.com/TopGrd) made their first contribution in [vercel/swr#2756
-   [@&#8203;Andarist](https://togithub.com/Andarist) made their first contribution in [vercel/swr#2761

**Full Changelog**: vercel/swr@v2.2.1...v2.2.2

</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://developer.mend.io/github/kula-app/OnLaunch).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
renovate[bot] committed Aug 30, 2023
1 parent bf30fa0 commit 7125b43
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 @@ -9186,9 +9186,9 @@ swagger-ui-react@^5.0.0:
zenscroll "^4.0.2"

swr@^2.1.2:
version "2.2.1"
resolved "https://registry.yarnpkg.com/swr/-/swr-2.2.1.tgz#19b89a9034a62a73c30dbf06857a0a31981cd60a"
integrity sha512-KJVA7dGtOBeZ+2sycEuzUfVIP5lZ/cd0xjevv85n2YG0x1uHJQicjAtahVZL6xG3+TjqhbBqimwYzVo3saeVXQ==
version "2.2.2"
resolved "https://registry.yarnpkg.com/swr/-/swr-2.2.2.tgz#abcb1f9c97e10527789884169d58b878472d4c98"
integrity sha512-CbR41AoMD4TQBQw9ic3GTXspgfM9Y8Mdhb5Ob4uIKXhWqnRLItwA5fpGvB7SmSw3+zEjb0PdhiEumtUvYoQ+bQ==
dependencies:
client-only "^0.0.1"
use-sync-external-store "^1.2.0"
Expand Down

0 comments on commit 7125b43

Please sign in to comment.