Update dependency msw to v2.14.6 #74

Open
nitrix wants to merge 1 commits from renovate/msw-2.x-lockfile into master
Owner

This PR contains the following updates:

Package Change Age Confidence
msw (source) 2.13.42.14.6 age confidence

Release Notes

mswjs/msw (msw)

v2.14.6

Compare Source

v2.14.6 (2026-05-11)

Bug Fixes

v2.14.5

Compare Source

v2.14.5 (2026-05-08)

Bug Fixes

v2.14.4

Compare Source

v2.14.4 (2026-05-07)

Bug Fixes

v2.14.3

Compare Source

v2.14.3 (2026-05-04)

Bug Fixes

v2.14.2

Compare Source

v2.14.2 (2026-04-29)

Bug Fixes

v2.14.1

Compare Source

v2.14.1 (2026-04-29)

Bug Fixes

v2.14.0

Compare Source

v2.14.0 (2026-04-29)

Features
Bug Fixes

v2.13.6

Compare Source

v2.13.6 (2026-04-24)

Bug Fixes

v2.13.5

Compare Source

v2.13.5 (2026-04-23)

Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [msw](https://mswjs.io) ([source](https://github.com/mswjs/msw)) | [`2.13.4` → `2.14.6`](https://renovatebot.com/diffs/npm/msw/2.13.4/2.14.6) | ![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.14.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.13.4/2.14.6?slim=true) | --- ### Release Notes <details> <summary>mswjs/msw (msw)</summary> ### [`v2.14.6`](https://github.com/mswjs/msw/releases/tag/v2.14.6) [Compare Source](https://github.com/mswjs/msw/compare/v2.14.5...v2.14.6) #### v2.14.6 (2026-05-11) ##### Bug Fixes - **defineNetwork:** prevent event forwarding manually ([#&#8203;2740](https://github.com/mswjs/msw/issues/2740)) ([`ccb40e0`](https://github.com/mswjs/msw/commit/ccb40e08e3ef1dd80da217f74a1093be260a3f51)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.14.5`](https://github.com/mswjs/msw/releases/tag/v2.14.5) [Compare Source](https://github.com/mswjs/msw/compare/v2.14.4...v2.14.5) #### v2.14.5 (2026-05-08) ##### Bug Fixes - **ws:** remove all frame listeners on client closure ([#&#8203;2739](https://github.com/mswjs/msw/issues/2739)) ([`91a5d41`](https://github.com/mswjs/msw/commit/91a5d4131ceae9250acc40e0fa44b3c64f030d3e)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.14.4`](https://github.com/mswjs/msw/releases/tag/v2.14.4) [Compare Source](https://github.com/mswjs/msw/compare/v2.14.3...v2.14.4) #### v2.14.4 (2026-05-07) ##### Bug Fixes - add `finalize` API for handler cleanup ([#&#8203;2738](https://github.com/mswjs/msw/issues/2738)) ([`a288f54`](https://github.com/mswjs/msw/commit/a288f5452970da6537ff31fce6b7f99eb620e563)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.14.3`](https://github.com/mswjs/msw/releases/tag/v2.14.3) [Compare Source](https://github.com/mswjs/msw/compare/v2.14.2...v2.14.3) #### v2.14.3 (2026-05-04) ##### Bug Fixes - prevent frame abort listener leak ([#&#8203;2737](https://github.com/mswjs/msw/issues/2737)) ([`c4567d2`](https://github.com/mswjs/msw/commit/c4567d2a398fb3315cebea4b66e9b79022ad569c)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.14.2`](https://github.com/mswjs/msw/releases/tag/v2.14.2) [Compare Source](https://github.com/mswjs/msw/compare/v2.14.1...v2.14.2) #### v2.14.2 (2026-04-29) ##### Bug Fixes - export the `NetworkApi` type ([#&#8203;2734](https://github.com/mswjs/msw/issues/2734)) ([`f0c0321`](https://github.com/mswjs/msw/commit/f0c03214b59f906ca8e92e3f0bb5d08fdf7d6f5e)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.14.1`](https://github.com/mswjs/msw/releases/tag/v2.14.1) [Compare Source](https://github.com/mswjs/msw/compare/v2.14.0...v2.14.1) #### v2.14.1 (2026-04-29) ##### Bug Fixes - export default handler controllers ([#&#8203;2733](https://github.com/mswjs/msw/issues/2733)) ([`f8dc874`](https://github.com/mswjs/msw/commit/f8dc874a236a4bd376c23cce9dd55ed59b8279e2)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.14.0`](https://github.com/mswjs/msw/releases/tag/v2.14.0) [Compare Source](https://github.com/mswjs/msw/compare/v2.13.6...v2.14.0) #### v2.14.0 (2026-04-29) ##### Features - support `ws.onUpgrade` for handling connection upgrades ([#&#8203;2732](https://github.com/mswjs/msw/issues/2732)) ([`e00e4d6`](https://github.com/mswjs/msw/commit/e00e4d693db34884a316f659b8dcfb507cd79dce)) [@&#8203;kettanaito](https://github.com/kettanaito) ##### Bug Fixes - do not clone user-provided responses ([#&#8203;2731](https://github.com/mswjs/msw/issues/2731)) ([`6953307`](https://github.com/mswjs/msw/commit/6953307c8061626d31a3651e69d47c885c0e4b76)) [@&#8203;kettanaito](https://github.com/kettanaito) - **HttpResponse:** forward cookies only when response is used ([#&#8203;2728](https://github.com/mswjs/msw/issues/2728)) ([`30668e6`](https://github.com/mswjs/msw/commit/30668e68f403535636bfb8dc12c64299d9c1c6e6)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.13.6`](https://github.com/mswjs/msw/releases/tag/v2.13.6) [Compare Source](https://github.com/mswjs/msw/compare/v2.13.5...v2.13.6) #### v2.13.6 (2026-04-24) ##### Bug Fixes - **WebSocketHandler:** add public `test()` method ([#&#8203;2727](https://github.com/mswjs/msw/issues/2727)) ([`3da7048`](https://github.com/mswjs/msw/commit/3da7048e05fae80fe3410e3af86f6c3dd3cfaead)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.13.5`](https://github.com/mswjs/msw/releases/tag/v2.13.5) [Compare Source](https://github.com/mswjs/msw/compare/v2.13.4...v2.13.5) #### v2.13.5 (2026-04-23) ##### Bug Fixes - reset generator state on `.resetHandlers()`/`.restoreHandlers()` ([#&#8203;2725](https://github.com/mswjs/msw/issues/2725)) ([`8d16801`](https://github.com/mswjs/msw/commit/8d16801cacd89e5aff336c43e888df19fad04417)) [@&#8203;kettanaito](https://github.com/kettanaito) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzkuNiIsInVwZGF0ZWRJblZlciI6IjQzLjE3MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
nitrix changed title from Update dependency msw to v2.13.5 to Update dependency msw to v2.13.6 2026-04-24 18:03:03 +02:00
nitrix changed title from Update dependency msw to v2.13.6 to Update dependency msw to v2.14.0 2026-04-29 17:03:16 +02:00
nitrix changed title from Update dependency msw to v2.14.0 to Update dependency msw to v2.14.2 2026-04-29 18:03:34 +02:00
nitrix force-pushed renovate/msw-2.x-lockfile from 2743037fc7 to d054560ef4 2026-05-04 20:03:39 +02:00 Compare
nitrix changed title from Update dependency msw to v2.14.2 to Update dependency msw to v2.14.3 2026-05-04 20:03:43 +02:00
nitrix force-pushed renovate/msw-2.x-lockfile from d054560ef4 to b126dae806 2026-05-07 15:03:40 +02:00 Compare
nitrix changed title from Update dependency msw to v2.14.3 to Update dependency msw to v2.14.4 2026-05-07 15:03:44 +02:00
nitrix force-pushed renovate/msw-2.x-lockfile from b126dae806 to 179bcadfa2 2026-05-08 04:03:01 +02:00 Compare
nitrix changed title from Update dependency msw to v2.14.4 to Update dependency msw to v2.14.5 2026-05-08 04:03:05 +02:00
nitrix force-pushed renovate/msw-2.x-lockfile from 179bcadfa2 to 0cad523b92 2026-05-11 12:03:50 +02:00 Compare
nitrix changed title from Update dependency msw to v2.14.5 to Update dependency msw to v2.14.6 2026-05-11 12:03:55 +02:00
nitrix added 1 commit 2026-05-31 22:03:49 +02:00
Update dependency msw to v2.14.6
CI / frontend-test (push) Successful in 34s
CI / backend-test (push) Successful in 1m23s
CI / frontend-e2e (push) Successful in 1m53s
CI / build-and-publish (push) Has been skipped
renovate/artifacts Artifact file update failure
9c510fc28f
nitrix force-pushed renovate/msw-2.x-lockfile from 0cad523b92 to 9c510fc28f 2026-05-31 22:03:49 +02:00 Compare
Some optional checks failed
CI / frontend-test (push) Successful in 34s
Required
Details
CI / backend-test (push) Successful in 1m23s
Required
Details
CI / frontend-e2e (push) Successful in 1m53s
Required
Details
CI / build-and-publish (push) Has been skipped
renovate/artifacts Artifact file update failure
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/msw-2.x-lockfile:renovate/msw-2.x-lockfile
git checkout renovate/msw-2.x-lockfile
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nitrix/fete#74