Skip to content

Commit 7aaf70e

Browse files
Bump msw from 2.10.4 to 2.10.5 (#436)
Bumps [msw](https://github.com/mswjs/msw) from 2.10.4 to 2.10.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mswjs/msw/releases">msw's releases</a>.</em></p> <blockquote> <h2>v2.10.5 (2025-08-13)</h2> <h3>Bug Fixes</h3> <ul> <li>export the <code>GraphQLResponseBody</code> type (<a href="https://redirect.github.com/mswjs/msw/issues/2565">#2565</a>) (642523d3258bd1996df986ea0c9270be150bec3d) <a href="https://github.com/breadadams"><code>@​breadadams</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mswjs/msw/commit/dafc616505fa0bb7ceb1248a8fb39276a184b723"><code>dafc616</code></a> chore(release): v2.10.5</li> <li><a href="https://github.com/mswjs/msw/commit/52f08cd8dbb511dd5b019e93eb406601b86f699f"><code>52f08cd</code></a> chore: use single <code>branches-ignore</code> for preview release</li> <li><a href="https://github.com/mswjs/msw/commit/40c52558ca1960c3c146b257341e296ca1258f67"><code>40c5255</code></a> test: use test server vs example.com</li> <li><a href="https://github.com/mswjs/msw/commit/073545670dd5a9dc72da026d8b282337f011f506"><code>0735456</code></a> chore: use fixture vs <code>WebSocketServer</code> (<a href="https://redirect.github.com/mswjs/msw/issues/2567">#2567</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/c94a7b66b17d96f975063b4e8aa0cbc02e3769a7"><code>c94a7b6</code></a> chore: ignore <code>main</code> for preview release</li> <li><a href="https://github.com/mswjs/msw/commit/bb4e80789b8be2393de7a33ce3659a79d12f2ca5"><code>bb4e807</code></a> chore: skip release-preview on main (<a href="https://redirect.github.com/mswjs/msw/issues/2566">#2566</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/642523d3258bd1996df986ea0c9270be150bec3d"><code>642523d</code></a> fix: export the <code>GraphQLResponseBody</code> type (<a href="https://redirect.github.com/mswjs/msw/issues/2565">#2565</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/d3113a95564292c4d180b3e1f50b8f3a536d26e0"><code>d3113a9</code></a> test: add <code>range</code> mocked response test (<a href="https://redirect.github.com/mswjs/msw/issues/2553">#2553</a>)</li> <li>See full diff in <a href="https://github.com/mswjs/msw/compare/v2.10.4...v2.10.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=msw&package-manager=npm_and_yarn&previous-version=2.10.4&new-version=2.10.5)](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 07b9eea commit 7aaf70e

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
"@vscode/vsce": "^3.6.0",
311311
"cross-env": "^10.0.0",
312312
"mocha": "^11.7.1",
313-
"msw": "^2.10.4",
313+
"msw": "^2.10.5",
314314
"typescript": "^5.9.2"
315315
},
316316
"dependencies": {

0 commit comments

Comments
 (0)