Skip to content

build(deps): bump swr from 2.4.2 to 2.5.0 in /packages/ui - #81

Merged
purvanshjoshi merged 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/ui/swr-2.5.0
Aug 10, 2026
Merged

build(deps): bump swr from 2.4.2 to 2.5.0 in /packages/ui#81
purvanshjoshi merged 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/ui/swr-2.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps swr from 2.4.2 to 2.5.0.

Release notes

Sourced from swr's releases.

v.2.5.0

Features

RSC cache preloading

Preload data in React Server Components and pass it to client hooks through SWRConfig. This avoids a duplicate initial browser request and hydrates the result into the SWR cache. The new cacheData option is experimental.

vercel/swr#4275

New unload() API

Use unload() to clear the entire SWR cache and discard in-flight requests and mutations. Mounted hooks revalidate by default, or you can pass { revalidate: false } to keep the cache empty until the next revalidation.

vercel/swr#4298

Fixes

New Contributors

Full Changelog: vercel/swr@v2.4.2...v2.5.0

v2.5.0-beta.1

Feature

Full Changelog: vercel/swr@v2.5.0-beta.0...v2.5.0-beta.1

v2.5.0-beta.0

Features

Patches

New Contributors

Full Changelog: vercel/swr@v2.4.2...v2.5.0-beta.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [swr](https://github.com/vercel/swr) from 2.4.2 to 2.5.0.
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](vercel/swr@v2.4.2...v2.5.0)

---
updated-dependencies:
- dependency-name: swr
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

@purvanshjoshi purvanshjoshi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved: swr 2.5.0 minor — green. CI checks green.

@purvanshjoshi
purvanshjoshi merged commit 2ca2c6e into main Aug 10, 2026
9 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/packages/ui/swr-2.5.0 branch August 10, 2026 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies pkg: ui type: build Auto-generated label for type: build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant