Skip to content

Commit c8d6ed4

Browse files
⬆️ Bump swr from 2.3.6 to 2.3.7 (#1236)
Bumps [swr](https://github.com/vercel/swr) from 2.3.6 to 2.3.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/swr/releases">swr's releases</a>.</em></p> <blockquote> <h2>v2.3.7</h2> <h2>What's Changed</h2> <ul> <li>deps: upgrade ci node version to 22 by <a href="https://github.com/promer94"><code>@​promer94</code></a> in <a href="https://redirect.github.com/vercel/swr/pull/4184">vercel/swr#4184</a></li> <li>deps: upgrade pnpm version by <a href="https://github.com/promer94"><code>@​promer94</code></a> in <a href="https://redirect.github.com/vercel/swr/pull/4185">vercel/swr#4185</a></li> <li>deps: upgrade playwright version by <a href="https://github.com/promer94"><code>@​promer94</code></a> in <a href="https://redirect.github.com/vercel/swr/pull/4186">vercel/swr#4186</a></li> <li>deps: upgrade eslint version and fix lint problem by <a href="https://github.com/promer94"><code>@​promer94</code></a> in <a href="https://redirect.github.com/vercel/swr/pull/4187">vercel/swr#4187</a></li> <li>feat: Add <code>strictServerPrefetchWarning</code> by <a href="https://github.com/shuding"><code>@​shuding</code></a> in <a href="https://redirect.github.com/vercel/swr/pull/4183">vercel/swr#4183</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vercel/swr/compare/v2.3.6...v2.3.7">https://github.com/vercel/swr/compare/v2.3.6...v2.3.7</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/swr/commit/5460504a8c08e61008463b8a68883dd5d38bc438"><code>5460504</code></a> 2.3.7</li> <li><a href="https://github.com/vercel/swr/commit/b369dca6a23bb5e309114b53f0cad49536a1151a"><code>b369dca</code></a> feat: Add <code>strictServerPrefetchWarning</code> (<a href="https://redirect.github.com/vercel/swr/issues/4183">#4183</a>)</li> <li><a href="https://github.com/vercel/swr/commit/e5d54c663e93429e67f5ce7b2269921dd97e9c9c"><code>e5d54c6</code></a> deps: upgrade eslint version and fix lint problem (<a href="https://redirect.github.com/vercel/swr/issues/4187">#4187</a>)</li> <li><a href="https://github.com/vercel/swr/commit/cc8071dc209b9247b888522506d4ab77af87d443"><code>cc8071d</code></a> deps: upgrade playwright version (<a href="https://redirect.github.com/vercel/swr/issues/4186">#4186</a>)</li> <li><a href="https://github.com/vercel/swr/commit/991b3b229c5c1e5b9b8082c1618ea48462604083"><code>991b3b2</code></a> deps: upgrade pnpm version (<a href="https://redirect.github.com/vercel/swr/issues/4185">#4185</a>)</li> <li><a href="https://github.com/vercel/swr/commit/4421ba30af65fac9c0fc3a7b54dadbea0a1a62e2"><code>4421ba3</code></a> deps: upgrade ci node version to 22 (<a href="https://redirect.github.com/vercel/swr/issues/4184">#4184</a>)</li> <li>See full diff in <a href="https://github.com/vercel/swr/compare/v2.3.6...v2.3.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=swr&package-manager=npm_and_yarn&previous-version=2.3.6&new-version=2.3.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd3c1c4 commit c8d6ed4

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"linkifyjs": "^4.3.2",
3535
"react": "19.2.0",
3636
"react-dom": "19.2.0",
37-
"swr": "2.3.6",
37+
"swr": "2.3.7",
3838
"url-loader": "4.1.1"
3939
},
4040
"devDependencies": {

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)