fix(deps): update dependency swr to v2 #122
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.0.0
Release Notes
vercel/swr (swr)
v2.2.5
Compare Source
Patches
Misc
New Contributors
Full Changelog: vercel/swr@v2.2.4...v2.2.5
v2.2.4
Compare Source
Patches
index.js
suffix ofuse-sync-external-store/shim
to support React Native" by @huozhi in https://github.com/vercel/swr/pull/2802Full Changelog: vercel/swr@v2.2.3...v2.2.4
v2.2.3
Compare Source
Patches
index.js
suffix ofuse-sync-external-store/shim
to 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.2
Compare Source
What's Changed
ArgumentsTuple
by @Andarist in https://github.com/vercel/swr/pull/2761New Contributors
Full Changelog: vercel/swr@v2.2.1...v2.2.2
v2.2.1
Compare Source
What's Changed
revalidate
to supportparallel
option by @promer94 in https://github.com/vercel/swr/pull/2727New Contributors
Full Changelog: vercel/swr@v2.2.0...v2.2.1
v2.2.0
Compare Source
What's Changed
React.use
API by @himself65 in https://github.com/vercel/swr/pull/2596startTransition
so mutation hook could update immediately by @promer94 in https://github.com/vercel/swr/pull/2654useSWRMutation
type. by @promer94 in https://github.com/vercel/swr/pull/2604New Contributors
Full Changelog: vercel/swr@v2.1.5...v2.2.0
v2.1.5
Compare Source
What's Changed
Full Changelog: vercel/swr@v2.1.4...v2.1.5
v2.1.4
Compare Source
What's Changed
New Contributors
Full Changelog: vercel/swr@v2.1.3...v2.1.4
v2.1.3
Compare Source
What's Changed
Data
foruseSWRSubscriptionOptions
by @promer94 in https://github.com/vercel/swr/pull/2551New Contributors
Full Changelog: vercel/swr@v2.1.2...v2.1.3
v2.1.2
Compare Source
Patches
swr/subscription
SWRSubscriptionOptions
type forswr/subscription
Changes
useSWRSubscription
types by @promer94 in https://github.com/vercel/swr/pull/2535New Contributors
Full Changelog: vercel/swr@v2.1.1...v2.1.2
v2.1.1
Compare Source
Patches
data
type for defaultSWRConfig
generic 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.0
Compare Source
v2.0.4
Compare Source
Patches
Misc
New Contributors
Full Changelog: vercel/swr@v2.0.3...v2.0.4
v2.0.3
Compare 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.2
Compare Source
Patches
Chores
Full Changelog: vercel/swr@v2.0.1...v2.0.2
v2.0.1
Compare Source
In this patch release, we majorly improved typing support and SWR can infer the types based on the configuration.
suspense
option istrue
, the returneddata
will excludeundefined
and theisLoading
will always befalse
.fallbackData
option is provided, the returneddata
will be the same type offallbackData
, and theisLoading
will 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.0
Compare 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
isLoading
state and refactor the core by @shuding in https://github.com/vercel/swr/pull/1928keepPreviousData
option by @shuding in https://github.com/vercel/swr/pull/1929throwOnError
option 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 4am on the first day of the month" in timezone Europe/Paris, 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.
This PR was generated by Mend Renovate. View the repository job log.