chore(deps): update dependency swr to v2 #211
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
^1.0.0
->^2.0.0
Release Notes
vercel/swr (swr)
v2.3.6
Compare Source
Patches
Full Changelog: vercel/swr@v2.3.5...v2.3.6
v2.3.5
Compare Source
Patches
useSWRConfig
withuseMemo
to maintain stable reference by @samuel871211 in #4110#4076
Chores
PublicConfiguration.onDiscarded
tsdoc with SWR official website by @samuel871211 inNew Contributors
Full Changelog: vercel/swr@v2.3.4...v2.3.5
v2.3.4
Compare Source
What's Changed
data
type by @oosawy in #4126New Contributors
Full Changelog: vercel/swr@v2.3.3...v2.3.4
v2.3.3
Compare Source
Patches
Misc
New Contributors
Full Changelog: vercel/swr@v2.3.2...v2.3.3
v2.3.2
Compare Source
Patches
Full Changelog: vercel/swr@v2.3.1...v2.3.2
v2.3.1
Compare Source
Fixes
throwOnError
in SWRMutationHook options by @Ram4GB in #3054Misc
useSWRHandler
by @samuel871211 in #4075New Contributors
Full Changelog: vercel/swr@v2.3.0...v2.3.1
v2.3.0
Compare Source
Feature
Patches
fallback
by @shuding in #3045Misc
New Contributors
Full Changelog: vercel/swr@v2.2.5...v2.3.0
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 #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 #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 #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 #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 #2596startTransition
so mutation hook could update immediately by @promer94 in #2654useSWRMutation
type. by @promer94 in #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 #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 #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 #2506Documentation
New Contributors
Full Changelog: vercel/swr@v2.1.0...v2.1.1
v2.1.0
Compare Source
Feature
Checkout subscription docs and useSWRInfinite parallel fetching docs for more details
Patches
Misc
New Contributors
Full Changelog: vercel/swr@v2.0.4...v2.1.0
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 #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 #1928keepPreviousData
option by @shuding in #1929Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.