Skip to content

chore(deps): bump swr from 2.4.2 to 2.5.0 - #592

Merged
beenuar merged 1 commit into
mainfrom
dependabot/npm_and_yarn/swr-2.5.0
Aug 11, 2026
Merged

chore(deps): bump swr from 2.4.2 to 2.5.0#592
beenuar merged 1 commit into
mainfrom
dependabot/npm_and_yarn/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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 10, 2026
@dependabot
dependabot Bot requested a review from beenuar as a code owner August 10, 2026 06:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 10, 2026
@beenuar

beenuar commented Aug 11, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/swr-2.5.0 branch from 1f82414 to 151550e Compare August 11, 2026 07:39
@beenuar

beenuar commented Aug 11, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/swr-2.5.0 branch from 151550e to ec448d4 Compare August 11, 2026 08:23
@beenuar

beenuar commented Aug 11, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/swr-2.5.0 branch from ec448d4 to 6452bda Compare August 11, 2026 08:38
@beenuar

beenuar commented Aug 11, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

1 similar comment
@beenuar

beenuar commented Aug 11, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/swr-2.5.0 branch from 6452bda to cdc1cbe Compare August 11, 2026 18:37
@beenuar

beenuar commented Aug 11, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/swr-2.5.0 branch from cdc1cbe to 7401a36 Compare August 11, 2026 18:59
@beenuar

beenuar commented Aug 11, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/swr-2.5.0 branch from 7401a36 to 86a5002 Compare August 11, 2026 19:14
@beenuar

beenuar commented Aug 11, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

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] <[email protected]>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/swr-2.5.0 branch from 86a5002 to f2f9615 Compare August 11, 2026 19:27
@beenuar
beenuar merged commit 98e8dfc into main Aug 11, 2026
40 checks passed
@beenuar
beenuar deleted the dependabot/npm_and_yarn/swr-2.5.0 branch August 11, 2026 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant