Skip to content

Commit 47276ab

Browse files
Bump msw from 2.11.6 to 2.12.2 (#490)
Bumps [msw](https://github.com/mswjs/msw) from 2.11.6 to 2.12.2. <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.12.2 (2025-11-14)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>node:</strong> move <code>browser</code> and <code>react-native</code> export conditions lower (<a href="https://redirect.github.com/mswjs/msw/issues/2627">#2627</a>) (102d85a1fdb60558f07e778621edf33393ae18b5) <a href="https://github.com/vidschofelix"><code>@​vidschofelix</code></a></li> </ul> <h2>v2.12.1 (2025-11-09)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>setupWorker:</strong> fix response init in <code>response:*</code> events (<a href="https://redirect.github.com/mswjs/msw/issues/2621">#2621</a>) (7f48f21189f1c04349890bb8523f772f6ae9eb08) <a href="https://github.com/jbms"><code>@​jbms</code></a></li> </ul> <h2>v2.12.0 (2025-11-05)</h2> <h3>Features</h3> <ul> <li>support server-sent events (SSE) (<a href="https://redirect.github.com/mswjs/msw/issues/2299">#2299</a>) (d5a16d8fdf0a9fa5e1ed0d66133ed87214d2e403) <a href="https://github.com/kettanaito"><code>@​kettanaito</code></a> <a href="https://github.com/Andarist"><code>@​Andarist</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mswjs/msw/commit/063564ee43f068372fa7c2c9152ceb82ade7cc8f"><code>063564e</code></a> chore(release): v2.12.2</li> <li><a href="https://github.com/mswjs/msw/commit/102d85a1fdb60558f07e778621edf33393ae18b5"><code>102d85a</code></a> fix(node): move <code>browser</code> and <code>react-native</code> export conditions lower (<a href="https://redirect.github.com/mswjs/msw/issues/2627">#2627</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/5b57874ce6d7ea29d175a5b7d6ef358b47d75e5a"><code>5b57874</code></a> chore(release): v2.12.1</li> <li><a href="https://github.com/mswjs/msw/commit/7f48f21189f1c04349890bb8523f772f6ae9eb08"><code>7f48f21</code></a> fix(setupWorker): fix response init in <code>response:*</code> events (<a href="https://redirect.github.com/mswjs/msw/issues/2621">#2621</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/bc0b70950497975bbc1a58d8f8e62d8b44287c48"><code>bc0b709</code></a> chore(release): v2.12.0</li> <li><a href="https://github.com/mswjs/msw/commit/d5a16d8fdf0a9fa5e1ed0d66133ed87214d2e403"><code>d5a16d8</code></a> feat: support server-sent events (SSE) (<a href="https://redirect.github.com/mswjs/msw/issues/2299">#2299</a>)</li> <li>See full diff in <a href="https://github.com/mswjs/msw/compare/v2.11.6...v2.12.2">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.11.6&new-version=2.12.2)](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 9ce5304 commit 47276ab

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 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
@@ -330,7 +330,7 @@
330330
"@vscode/test-electron": "^2.5.2",
331331
"@vscode/vsce": "^3.6.2",
332332
"mocha": "^11.7.5",
333-
"msw": "^2.11.6",
333+
"msw": "^2.12.2",
334334
"typescript": "^5.9.3"
335335
},
336336
"dependencies": {

0 commit comments

Comments
 (0)