Skip to content

Commit 52bd654

Browse files
chore(deps-dev): bump msw from 2.7.3 to 2.7.5 (#36)
Bumps [msw](https://github.com/mswjs/msw) from 2.7.3 to 2.7.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.7.5 (2025-04-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>ws:</strong> ignore <code>/socket.io/</code> path prefix during url matching (<a href="https://redirect.github.com/mswjs/msw/issues/2476">#2476</a>) (69ae82d866aedbe4d72ae1914805798dc14e94d4) <a href="https://github.com/kettanaito"><code>@​kettanaito</code></a></li> </ul> <h2>v2.7.4 (2025-04-12)</h2> <h3>Bug Fixes</h3> <ul> <li>resolve relative URLs against <code>location.href</code> (<a href="https://redirect.github.com/mswjs/msw/issues/2471">#2471</a>) (fa9b07f7b98ed2f5e2ef53a5ee0c2daa6770a256) <a href="https://github.com/kettanaito"><code>@​kettanaito</code></a></li> <li><strong>graphql:</strong> add <code>extensions</code> property to the <code>GraphQLResponseBody</code> type (<a href="https://redirect.github.com/mswjs/msw/issues/2468">#2468</a>) (827a5dc0552f0c07822c0b178c85d6bca3d3bd6c) <a href="https://github.com/ytoshiki"><code>@​ytoshiki</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mswjs/msw/commit/b1c2a13c8bb7960248695736e903d04428a1cf8b"><code>b1c2a13</code></a> chore(release): v2.7.5</li> <li><a href="https://github.com/mswjs/msw/commit/69ae82d866aedbe4d72ae1914805798dc14e94d4"><code>69ae82d</code></a> fix(ws): ignore <code>/socket.io/</code> path prefix during url matching (<a href="https://redirect.github.com/mswjs/msw/issues/2476">#2476</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/4de91fd3ff3107e921d035148dba4495c01de2cf"><code>4de91fd</code></a> chore(release): v2.7.4</li> <li><a href="https://github.com/mswjs/msw/commit/fa9b07f7b98ed2f5e2ef53a5ee0c2daa6770a256"><code>fa9b07f</code></a> fix: resolve relative URLs against <code>location.href</code> (<a href="https://redirect.github.com/mswjs/msw/issues/2471">#2471</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/827a5dc0552f0c07822c0b178c85d6bca3d3bd6c"><code>827a5dc</code></a> fix(graphql): add <code>extensions</code> property to the <code>GraphQLResponseBody</code> type (<a href="https://redirect.github.com/mswjs/msw/issues/2">#2</a>...</li> <li><a href="https://github.com/mswjs/msw/commit/f4be9cec14207db76cc1525e34e3ffe251531458"><code>f4be9ce</code></a> docs: remove badges from readme (<a href="https://redirect.github.com/mswjs/msw/issues/2459">#2459</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/b7d9ce47fd2837e9d8374ee92fed29725b805409"><code>b7d9ce4</code></a> docs: update readme (<a href="https://redirect.github.com/mswjs/msw/issues/2441">#2441</a>)</li> <li>See full diff in <a href="https://github.com/mswjs/msw/compare/v2.7.3...v2.7.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.7.3&new-version=2.7.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1ffc66 commit 52bd654

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@types/jest": "^29.5.14",
2323
"jest": "^29.7.0",
24-
"msw": "^2.7.3",
24+
"msw": "^2.7.5",
2525
"ts-jest": "^29.3.1",
2626
"ts-node": "^10.9.2",
2727
"typescript": "^5.8.2"

0 commit comments

Comments
 (0)