Skip to content

Commit

Permalink
Bump msw from 2.4.9 to 2.6.0 in /src/frontend (#338)
Browse files Browse the repository at this point in the history
Bumps [msw](https://github.com/mswjs/msw) from 2.4.9 to 2.6.0.
<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.6.0 (2024-10-29)</h2>
<h3>Features</h3>
<ul>
<li>support mocking WebSocket APIs (<a
href="https://redirect.github.com/mswjs/msw/issues/2011">#2011</a>)
(ae786f59eb86b3d08c0fa5183ffca90e32af6448) <a
href="https://github.com/kettanaito"><code>@​kettanaito</code></a> <a
href="https://github.com/DanielleHuisman"><code>@​DanielleHuisman</code></a></li>
</ul>
<h2>v2.5.2 (2024-10-27)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>enable provenance for publishing (<a
href="https://redirect.github.com/mswjs/msw/issues/2334">#2334</a>)
(e9b0636c2c50c2aa9fc8d522469fbd96cfd7ccf0) <a
href="https://github.com/kettanaito"><code>@​kettanaito</code></a></li>
</ul>
<h2>v2.5.1 (2024-10-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update<code>@inquirer/confirm</code> requirement to 5.0.0 (<a
href="https://redirect.github.com/mswjs/msw/issues/2325">#2325</a>)
(b65c0a8ffac0a72b7d9980768f8c73e2d763f863) <a
href="https://github.com/greysteil"><code>@​greysteil</code></a> <a
href="https://github.com/kettanaito"><code>@​kettanaito</code></a></li>
</ul>
<h2>v2.5.0 (2024-10-22)</h2>
<h3>Features</h3>
<ul>
<li>isolate parent and child frames when handling requests (<a
href="https://redirect.github.com/mswjs/msw/issues/2324">#2324</a>)
(a1a81ba00170bbcdfc6f64baa4a3630e153d77b3) <a
href="https://github.com/kettanaito"><code>@​kettanaito</code></a></li>
</ul>
<h2>v2.4.13 (2024-10-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update <code>@inquirer/confirm</code> to 4.0 (<a
href="https://redirect.github.com/mswjs/msw/issues/2300">#2300</a>)
(0cf9cce8da519e7bd5a8c8ffcdab348ffb55a3ec) <a
href="https://github.com/greysteil"><code>@​greysteil</code></a> <a
href="https://github.com/kettanaito"><code>@​kettanaito</code></a></li>
</ul>
<h2>v2.4.12 (2024-10-21)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>node:</strong> preserve headers instanceof when recording
raw headers (<a
href="https://redirect.github.com/mswjs/msw/issues/2321">#2321</a>)
(a58a300687a48e13c0268403a71183cf7825f748) <a
href="https://github.com/paoloricciuti"><code>@​paoloricciuti</code></a></li>
</ul>
<h2>v2.4.11 (2024-10-14)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update dependencies (<a
href="https://redirect.github.com/mswjs/msw/issues/2313">#2313</a>)
(8f68f0affd65137d86e77451bb9a3cbed4979d36) <a
href="https://github.com/kettanaito"><code>@​kettanaito</code></a></li>
</ul>
<h2>v2.4.10 (2024-10-11)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>setupWorker:</strong> perform worker update in the
background (<a
href="https://redirect.github.com/mswjs/msw/issues/2311">#2311</a>)
(8e40724cd3e315e0df703cce8d9f2cf7ab6cdc73) <a
href="https://github.com/kettanaito"><code>@​kettanaito</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mswjs/msw/commit/7268ead49a30a3f84b3a30c09871bfd8029c2519"><code>7268ead</code></a>
chore(release): v2.6.0</li>
<li><a
href="https://github.com/mswjs/msw/commit/ae786f59eb86b3d08c0fa5183ffca90e32af6448"><code>ae786f5</code></a>
feat: support mocking WebSocket APIs (<a
href="https://redirect.github.com/mswjs/msw/issues/2011">#2011</a>)</li>
<li><a
href="https://github.com/mswjs/msw/commit/562fac96fb5ba1da950bba170ecb05f5156be938"><code>562fac9</code></a>
chore: rename release preview job to prevent confusion</li>
<li><a
href="https://github.com/mswjs/msw/commit/64d02b7bb40b24498757f03e3f8db52c709f5426"><code>64d02b7</code></a>
chore: publish preview versions (<a
href="https://redirect.github.com/mswjs/msw/issues/2335">#2335</a>)</li>
<li><a
href="https://github.com/mswjs/msw/commit/e32b64d7dd25fa98a9db9865a2dcb7001973aab2"><code>e32b64d</code></a>
chore(release): v2.5.2</li>
<li><a
href="https://github.com/mswjs/msw/commit/e9b0636c2c50c2aa9fc8d522469fbd96cfd7ccf0"><code>e9b0636</code></a>
fix: enable provenance for publishing (<a
href="https://redirect.github.com/mswjs/msw/issues/2334">#2334</a>)</li>
<li><a
href="https://github.com/mswjs/msw/commit/16c7c1020311c23815c9e00131edccaf717abbe5"><code>16c7c10</code></a>
docs: add decision on linting the worker script (<a
href="https://redirect.github.com/mswjs/msw/issues/2333">#2333</a>)</li>
<li><a
href="https://github.com/mswjs/msw/commit/9dc2d71199021c62ad8926555c0313d3b1bd6995"><code>9dc2d71</code></a>
chore(release): v2.5.1</li>
<li><a
href="https://github.com/mswjs/msw/commit/b65c0a8ffac0a72b7d9980768f8c73e2d763f863"><code>b65c0a8</code></a>
fix: update<code>@inquirer/confirm</code> requirement to 5.0.0 (<a
href="https://redirect.github.com/mswjs/msw/issues/2325">#2325</a>)</li>
<li><a
href="https://github.com/mswjs/msw/commit/8073bbe537009cc9dddd24bd37c3844c3287970b"><code>8073bbe</code></a>
chore: update logo to correct svg (<a
href="https://redirect.github.com/mswjs/msw/issues/2327">#2327</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mswjs/msw/compare/v2.4.9...v2.6.0">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.4.9&new-version=2.6.0)](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>
  • Loading branch information
dependabot[bot] authored Nov 2, 2024
1 parent 6d875a3 commit 3eb7f5a
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 82 deletions.
137 changes: 56 additions & 81 deletions src/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-sonarjs": "^1.0.3",
"eslint-ts-patch": "^8.57.0-0",
"jsdom": "^25.0.0",
"msw": "^2.4.9",
"msw": "^2.6.0",
"openapi-types": "^12.1.3",
"orval": "^7.2.0",
"prettier": "^3.3.2",
Expand Down

0 comments on commit 3eb7f5a

Please sign in to comment.