-
Couldn't load subscription status.
- Fork 0
fix(deps): update dependency swr to v2 #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
#1773 Bundle Size — 1.14MiB (+0.02%).d95373e(current) vs da6cf20 master#1756(baseline) Warning Bundle contains 3 duplicate packages – View duplicate packages Warning Bundle introduced 2 new packages: use-sync-external-store, dequal – View changed packages Bundle metrics
Bundle size by type
Bundle analysis report Branch renovate-swr-2.x Project dashboard Generated by RelativeCI Documentation Report issue |
2ad1fd6 to
ae8537a
Compare
20c8bcc to
b16e68e
Compare
6f6b7f3 to
94619e3
Compare
94619e3 to
d945517
Compare
5a585e5 to
819dfd6
Compare
4cb878f to
5024f78
Compare
c05f9fb to
a701717
Compare
b5e67b9 to
b2eeb1d
Compare
dd5222f to
56aa921
Compare
c9940f6 to
1465677
Compare
05c2a45 to
c2f331e
Compare
552bd11 to
220b5a1
Compare
|
|
220b5a1 to
7faa919
Compare
7faa919 to
d95373e
Compare
This PR contains the following updates:
^1.2.1->^2.0.0Release Notes
vercel/swr (swr)
v2.3.6Compare Source
Patches
Full Changelog: vercel/swr@v2.3.5...v2.3.6
v2.3.5Compare Source
Patches
useSWRConfigwithuseMemoto maintain stable reference by @samuel871211 in #4110#4076
Chores
PublicConfiguration.onDiscardedtsdoc with SWR official website by @samuel871211 inNew Contributors
Full Changelog: vercel/swr@v2.3.4...v2.3.5
v2.3.4Compare Source
What's Changed
datatype by @oosawy in #4126New Contributors
Full Changelog: vercel/swr@v2.3.3...v2.3.4
v2.3.3Compare Source
Patches
Misc
New Contributors
Full Changelog: vercel/swr@v2.3.2...v2.3.3
v2.3.2Compare Source
Patches
Full Changelog: vercel/swr@v2.3.1...v2.3.2
v2.3.1Compare Source
Fixes
throwOnErrorin SWRMutationHook options by @Ram4GB in #3054Misc
useSWRHandlerby @samuel871211 in #4075New Contributors
Full Changelog: vercel/swr@v2.3.0...v2.3.1
v2.3.0Compare Source
Feature
Patches
fallbackby @shuding in #3045Misc
New Contributors
Full Changelog: vercel/swr@v2.2.5...v2.3.0
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 #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 #2767Misc
New Contributors
Full Changelog: vercel/swr@v2.2.2...v2.2.3
v2.2.2Compare Source
What's Changed
ArgumentsTupleby @Andarist in #2761New Contributors
Full Changelog: vercel/swr@v2.2.1...v2.2.2
v2.2.1Compare Source
What's Changed
revalidateto supportparalleloption by @promer94 in #2727New Contributors
Full Changelog: vercel/swr@v2.2.0...v2.2.1
v2.2.0Compare Source
What's Changed
React.useAPI by @himself65 in #2596startTransitionso mutation hook could update immediately by @promer94 in #2654useSWRMutationtype. by @promer94 in #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 #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 #2535New Contributors
Full Changelog: vercel/swr@v2.1.1...v2.1.2
v2.1.1Compare Source
Patches
datatype for defaultSWRConfiggeneric type by @connorch in #2506Documentation
New Contributors
Full Changelog: vercel/swr@v2.1.0...v2.1.1
v2.1.0Compare 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.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 #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 #1928keepPreviousDataoption by @shuding in #1929Configuration
📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.