Skip to content

Commit

Permalink
build(deps): update dependency swr to ^2.2.5 (#3929)
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.4` ->
`^2.2.5`](https://renovatebot.com/diffs/npm/swr/2.2.4/2.2.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/swr/2.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/swr/2.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/swr/2.2.4/2.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/swr/2.2.4/2.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

#### Patches

- types: isLoading typed as boolean when using fallbackData
([#&#8203;2866](https://togithub.com/vercel/swr/issues/2866)) by
[@&#8203;yjrhgvbn](https://togithub.com/yjrhgvbn) in
[vercel/swr#2875
- fix: allow onErrorRetry on inactive tab without focus/reconnect
revalidation by [@&#8203;qkdreyer](https://togithub.com/qkdreyer) in
[vercel/swr#2848
- feat: pass a function to the revalidate option in mutate by
[@&#8203;koba04](https://togithub.com/koba04) in
[vercel/swr#2862
- fix: SWRConfiguration type by
[@&#8203;hulla-dev](https://togithub.com/hulla-dev) in
[vercel/swr#2882

#### Misc

- build: use new bundle convention by
[@&#8203;huozhi](https://togithub.com/huozhi) in
[vercel/swr#2865
- chore: update pnpm-lock.yaml by
[@&#8203;koba04](https://togithub.com/koba04) in
[vercel/swr#2874
- chore: remove useless comment by
[@&#8203;kongmoumou](https://togithub.com/kongmoumou) in
[vercel/swr#2868
- test: run pnpm test on CI by
[@&#8203;koba04](https://togithub.com/koba04) in
[vercel/swr#2872
- fix: all act warnings by [@&#8203;koba04](https://togithub.com/koba04)
in
[vercel/swr#2861
- Update bundler by [@&#8203;huozhi](https://togithub.com/huozhi) in
[vercel/swr#2830

#### New Contributors

- [@&#8203;kongmoumou](https://togithub.com/kongmoumou) made their first
contribution in
[vercel/swr#2868
- [@&#8203;yjrhgvbn](https://togithub.com/yjrhgvbn) made their first
contribution in
[vercel/swr#2875
- [@&#8203;qkdreyer](https://togithub.com/qkdreyer) made their first
contribution in
[vercel/swr#2848
- [@&#8203;hulla-dev](https://togithub.com/hulla-dev) made their first
contribution in
[vercel/swr#2882

**Full Changelog**:
vercel/swr@v2.2.4...v2.2.5

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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/inabagumi/shinju-date).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 16, 2024
1 parent fd5f325 commit eefad53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-icons": "^5.0.1",
"react-infinite-scroll-component": "^6.1.0",
"react-wrap-balancer": "^1.1.0",
"swr": "^2.2.4",
"swr": "^2.2.5",
"ufo": "^1.4.0"
},
"description": "",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eefad53

Please sign in to comment.