Skip to content

Commit

Permalink
chore(deps): update dependency swr to ^2.2.2 (#195)
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://github.com/vercel/swr)) | [`^2.2.0` ->
`^2.2.2`](https://renovatebot.com/diffs/npm/swr/2.2.0/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.0/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/swr/2.2.0/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://github.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://github.com/TopGrd) in
[https://github.com/vercel/swr/pull/2756](https://github.com/vercel/swr/pull/2756)
- fix: simplify `ArgumentsTuple` by
[@&#8203;Andarist](https://github.com/Andarist) in
[https://github.com/vercel/swr/pull/2761](https://github.com/vercel/swr/pull/2761)

#### New Contributors

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

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

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

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

#### What's Changed

- Add use client directive for client components exports by
[@&#8203;huozhi](https://github.com/huozhi) in
[https://github.com/vercel/swr/pull/2696](https://github.com/vercel/swr/pull/2696)
- remove the 'use client' directive and add client-only to useSWR entry.
by [@&#8203;promer94](https://github.com/promer94) in
[https://github.com/vercel/swr/pull/2705](https://github.com/vercel/swr/pull/2705)
- fix: should serialize subscription fn key by
[@&#8203;promer94](https://github.com/promer94) in
[https://github.com/vercel/swr/pull/2711](https://github.com/vercel/swr/pull/2711)
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/vercel/swr/pull/2720](https://github.com/vercel/swr/pull/2720)
- fix: only make data and error update as a non-blocking transition by
[@&#8203;promer94](https://github.com/promer94) in
[https://github.com/vercel/swr/pull/2691](https://github.com/vercel/swr/pull/2691)
- build: generate d.mts for for .mjs, so typescript could resolve types
correctly by [@&#8203;promer94](https://github.com/promer94) in
[https://github.com/vercel/swr/pull/2695](https://github.com/vercel/swr/pull/2695)
- fix(infinite): Fix the ability to use preload along with
useSWRInfinite by [@&#8203;agadzik](https://github.com/agadzik) in
[https://github.com/vercel/swr/pull/2723](https://github.com/vercel/swr/pull/2723)
- fix: Ensure that using preload with useSWRInfinite returns back an
array of data by [@&#8203;agadzik](https://github.com/agadzik) in
[https://github.com/vercel/swr/pull/2726](https://github.com/vercel/swr/pull/2726)
- fix: preload request should be consumed within `revalidate` to support
`parallel` option by [@&#8203;promer94](https://github.com/promer94)
in
[https://github.com/vercel/swr/pull/2727](https://github.com/vercel/swr/pull/2727)
- Fix the issue that useSWR revalidation isn't triggered if the useSWR
call happens after mutation by
[@&#8203;Ponyets](https://github.com/Ponyets) in
[https://github.com/vercel/swr/pull/2731](https://github.com/vercel/swr/pull/2731)
- fix(mutate): fix types of mutate/trigger; make mutate/trigger always
return the result of fetcher by
[@&#8203;Ponyets](https://github.com/Ponyets) in
[https://github.com/vercel/swr/pull/2708](https://github.com/vercel/swr/pull/2708)
- build(deps-dev): bump tough-cookie from 4.1.2 to 4.1.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/vercel/swr/pull/2735](https://github.com/vercel/swr/pull/2735)
- build(deps-dev): bump json5 from 2.2.1 to 2.2.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/vercel/swr/pull/2736](https://github.com/vercel/swr/pull/2736)
- docs: use isLoading instead of !data by
[@&#8203;pawfa](https://github.com/pawfa) in
[https://github.com/vercel/swr/pull/2734](https://github.com/vercel/swr/pull/2734)

#### New Contributors

- [@&#8203;agadzik](https://github.com/agadzik) made their first
contribution in
[https://github.com/vercel/swr/pull/2723](https://github.com/vercel/swr/pull/2723)
- [@&#8203;Ponyets](https://github.com/Ponyets) made their first
contribution in
[https://github.com/vercel/swr/pull/2731](https://github.com/vercel/swr/pull/2731)
- [@&#8203;pawfa](https://github.com/pawfa) made their first
contribution in
[https://github.com/vercel/swr/pull/2734](https://github.com/vercel/swr/pull/2734)

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 8am on monday" in timezone
America/Los_Angeles, 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/tailscale-dev/vscode-tailscale).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNjQuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 11, 2023
1 parent 893fabc commit 0989d05
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
"react-dom": "^18.2.0",
"ssh2": "^1.14.0",
"style-loader": "^3.3.3",
"swr": "^2.2.0",
"swr": "^2.2.2",
"tailwindcss": "^3.3.3",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1717,6 +1717,11 @@ cli-width@^3.0.0:
resolved "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz"
integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==

client-only@^0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/client-only/-/client-only-0.0.1.tgz#38bba5d403c41ab150bff64a95c85013cf73bca1"
integrity sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==

cliui@^8.0.1:
version "8.0.1"
resolved "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz"
Expand Down Expand Up @@ -5729,11 +5734,12 @@ supports-preserve-symlinks-flag@^1.0.0:
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==

swr@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/swr/-/swr-2.2.0.tgz#575c6ac1bec087847f4c86a39ccbc0043c834d6a"
integrity sha512-AjqHOv2lAhkuUdIiBu9xbuettzAzWXmCEcLONNKJRba87WAefz8Ca9d6ds/SzrPc235n1IxWYdhJ2zF3MNUaoQ==
swr@^2.2.2:
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"

tabbable@^5.2.0:
Expand Down

0 comments on commit 0989d05

Please sign in to comment.