Update swr 2.2.1 → 2.2.5 (patch)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ swr (2.2.1 → 2.2.5) · Repo
Release Notes
2.2.5
Patches
- types: isLoading typed as boolean when using fallbackData (#2866) by @yjrhgvbn in #2875
- fix: allow onErrorRetry on inactive tab without focus/reconnect revalidation by @qkdreyer in #2848
- feat: pass a function to the revalidate option in mutate by @koba04 in #2862
- fix: SWRConfiguration type by @hulla-dev in #2882
Misc
- build: use new bundle convention by @huozhi in #2865
- chore: update pnpm-lock.yaml by @koba04 in #2874
- chore: remove useless comment by @kongmoumou in #2868
- test: run pnpm test on CI by @koba04 in #2872
- fix: all act warnings by @koba04 in #2861
- Update bundler by @huozhi in #2830
New Contributors
- @kongmoumou made their first contribution in #2868
- @yjrhgvbn made their first contribution in #2875
- @qkdreyer made their first contribution in #2848
- @hulla-dev made their first contribution in #2882
Full Changelog: v2.2.4...v2.2.5
2.2.4
Patches
- Revert "Remove
index.jssuffix ofuse-sync-external-store/shimto support React Native" by @huozhi in #2802Full Changelog: v2.2.3...v2.2.4
2.2.3
Patches
- fix: remove permissive type by @wcatron in #2759
- Remove
index.jssuffix ofuse-sync-external-store/shimto support React Native by @malash in #2767- fix: default to fetch type in keyed mutator by @linkvt in #2753
- types: export mutation types by @promer94 in #2780
Misc
New Contributors
- @wcatron made their first contribution in #2759
- @malash made their first contribution in #2767
- @linkvt made their first contribution in #2753
Full Changelog: v2.2.2...v2.2.3
2.2.2
What's Changed
- fix: It should use startTransition only when IS_REACT_LEGACY is false by @TopGrd in #2756
- fix: simplify
ArgumentsTupleby @Andarist in #2761New Contributors
Full Changelog: v2.2.1...v2.2.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 22 commits:
2.2.5fix: SWRConfiguration type (#2882)feat: pass a function to the revalidate option in mutate (#2862)fix: allow onErrorRetry on inactive tab without focus/reconnect revalidation (#2848)types: isLoading typed as boolean when using fallbackData (#2866) (#2875)chore: remove useless comment (#2868)chore: update pnpm-lock.yaml (#2874)build: use new bundle convention (#2865)test: run pnpm test on CI (#2872)fix: all act warnings (#2861)Update bundler (#2830)2.2.4Revert "Remove `index.js` suffix of `use-sync-external-store/shim` to support React Native" (#2802)2.2.3test: update tests, use matched types for mutate api (#2781)types: export mutation types (#2780)fix: default to fetch type in keyed mutator (#2753)Remove `index.js` suffix of `use-sync-external-store/shim` to support React Native (#2767)fix: remove permissive type (#2759)2.2.2fix: simplify `ArgumentsTuple` (#2761)fix: It should use startTransition only when IS_REACT_LEGACY is false (#2756)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu cancel merge
- Cancels automatic merging of this PR
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| jagad-dev | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Feb 17, 2024 2:13am |
Closed in favor of #168.