Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2023

This PR contains the following updates:

Package Change Age Confidence
swr (source) ^1.2.1 -> ^2.0.0 age confidence

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

Chores

New Contributors

Full Changelog: vercel/swr@v2.3.4...v2.3.5

v2.3.4

Compare Source

What's Changed

New 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
Misc

New Contributors

Full Changelog: vercel/swr@v2.3.0...v2.3.1

v2.3.0

Compare Source

Feature
Patches
Misc

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

  • Revert "Remove index.js suffix of use-sync-external-store/shim to support React Native" by @​huozhi in #​2802

Full Changelog: vercel/swr@v2.2.3...v2.2.4

v2.2.3

Compare Source

Patches

Misc

New Contributors

Full Changelog: vercel/swr@v2.2.2...v2.2.3

v2.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: vercel/swr@v2.2.1...v2.2.2

v2.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: vercel/swr@v2.2.0...v2.2.1

v2.2.0

Compare Source

What's Changed

New 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

New Contributors

Full Changelog: vercel/swr@v2.1.2...v2.1.3

v2.1.2

Compare Source

Patches
  • Improved type inferring for swr/subscription
  • Adding SWRSubscriptionOptions type for swr/subscription

Changes

New Contributors

Full Changelog: vercel/swr@v2.1.1...v2.1.2

v2.1.1

Compare Source

Patches

Documentation

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

New 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.

  • When the suspense option is true, the returned data will exclude undefined and the isLoading will always be false.
  • When the fallbackData option is provided, the returned data will be the same type of fallbackData, and the isLoading will always be false.

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:

  • New useSWRMutation hook
  • Enhanced mutation and optimistic UI capabilities
  • SWR DevTools
  • Preload resource
  • Improved React 18 support

And more!

Read our blog post and migration guide: https://swr.vercel.app/blog/swr-v2

What's Changed


Configuration

📅 Schedule: Branch creation - "before 7am" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@relativeci
Copy link

relativeci bot commented Oct 14, 2023

Job #212: Bundle Size — 1.28MiB (+0.12%).

389e3d7(current) vs 83a2a25 master#206(baseline)

Bundle metrics  Change 1 change
                 Current
Job #212
     Baseline
Job #206
No change  Initial JS 590.21KiB 590.21KiB
No change  Initial CSS 539.71KiB 539.71KiB
Change  Cache Invalidation 52.35% 0%
No change  Chunks 8 8
No change  Assets 10 10
No change  Modules 18 18
No change  Duplicate Modules 4 4
No change  Duplicate Code 20.6% 20.6%
No change  Packages 0 0
No change  Duplicate Packages 0 0
Bundle size by type  Change 1 change Regression 1 regression
                 Current
Job #212
     Baseline
Job #206
Regression  JS 765.34KiB (+0.21%) 763.73KiB
Not changed  CSS 539.86KiB 539.86KiB
Not changed  IMG 2.7KiB 2.7KiB
Not changed  HTML 294B 294B

View job #212 reportView renovate-swr-2.x branch activity

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants