This repository was archived by the owner on Jun 19, 2024. It is now read-only.
fix(deps): update dependency swr to v2 #168
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.3.0->2.2.5Release Notes
vercel/swr (swr)
v2.2.5Compare Source
Patches
Misc
New Contributors
Full Changelog: vercel/swr@v2.2.4...v2.2.5
v2.2.4Compare Source
Patches
index.jssuffix ofuse-sync-external-store/shimto support React Native" by @huozhi in https://github.com/vercel/swr/pull/2802Full Changelog: vercel/swr@v2.2.3...v2.2.4
v2.2.3Compare Source
Patches
index.jssuffix ofuse-sync-external-store/shimto support React Native by @malash in https://github.com/vercel/swr/pull/2767Misc
New Contributors
Full Changelog: vercel/swr@v2.2.2...v2.2.3
v2.2.2Compare Source
What's Changed
ArgumentsTupleby @Andarist in https://github.com/vercel/swr/pull/2761New Contributors
Full Changelog: vercel/swr@v2.2.1...v2.2.2
v2.2.1Compare Source
What's Changed
revalidateto supportparalleloption by @promer94 in https://github.com/vercel/swr/pull/2727New Contributors
Full Changelog: vercel/swr@v2.2.0...v2.2.1
v2.2.0Compare Source
What's Changed
React.useAPI by @himself65 in https://github.com/vercel/swr/pull/2596startTransitionso mutation hook could update immediately by @promer94 in https://github.com/vercel/swr/pull/2654useSWRMutationtype. by @promer94 in https://github.com/vercel/swr/pull/2604New Contributors
Full Changelog: vercel/swr@v2.1.5...v2.2.0
v2.1.5Compare Source
What's Changed
Full Changelog: vercel/swr@v2.1.4...v2.1.5
v2.1.4Compare Source
What's Changed
New Contributors
Full Changelog: vercel/swr@v2.1.3...v2.1.4
v2.1.3Compare Source
What's Changed
DataforuseSWRSubscriptionOptionsby @promer94 in https://github.com/vercel/swr/pull/2551New Contributors
Full Changelog: vercel/swr@v2.1.2...v2.1.3
v2.1.2Compare Source
Patches
swr/subscriptionSWRSubscriptionOptionstype forswr/subscriptionChanges
useSWRSubscriptiontypes by @promer94 in https://github.com/vercel/swr/pull/2535New Contributors
Full Changelog: vercel/swr@v2.1.1...v2.1.2
v2.1.1Compare Source
Patches
datatype for defaultSWRConfiggeneric type by @connorch in https://github.com/vercel/swr/pull/2506Documentation
New Contributors
Full Changelog: vercel/swr@v2.1.0...v2.1.1
v2.1.0Compare Source
v2.0.4Compare Source
Patches
Misc
New Contributors
Full Changelog: vercel/swr@v2.0.3...v2.0.4
v2.0.3Compare Source
Patches
Chores
-characters in README.md by @JanKaifer in https://github.com/vercel/swr/pull/2334New Contributors
Full Changelog: vercel/swr@v2.0.2...v2.0.3
v2.0.2Compare Source
Patches
Chores
Full Changelog: vercel/swr@v2.0.1...v2.0.2
v2.0.1Compare Source
In this patch release, we majorly improved typing support and SWR can infer the types based on the configuration.
suspenseoption istrue, the returneddatawill excludeundefinedand theisLoadingwill always befalse.fallbackDataoption is provided, the returneddatawill be the same type offallbackData, and theisLoadingwill always befalse.Here's a demo for it:
swr-2.0.1.mp4
What's Changed
New Contributors
Full Changelog: vercel/swr@2.0.0...v2.0.1
v2.0.0Compare Source
Announcing SWR 2.0
We are excited to announce the release of SWR 2.0! The new version comes with a lot of improvements:
And more!
Read our blog post and migration guide: https://swr.vercel.app/blog/swr-v2
What's Changed
isLoadingstate and refactor the core by @shuding in https://github.com/vercel/swr/pull/1928keepPreviousDataoption by @shuding in https://github.com/vercel/swr/pull/1929throwOnErroroption by @shuding in https://github.com/vercel/swr/pull/2182New Contributors
Full Changelog: vercel/swr@1.2.2...2.0.0
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.