Update dependency msw to v2.13.4 #45

Merged
nitrix merged 1 commits from renovate/msw-2.x-lockfile into master 2026-04-20 23:38:04 +02:00
Owner

This PR contains the following updates:

Package Change Age Confidence
msw (source) 2.12.102.13.4 age confidence

Release Notes

mswjs/msw (msw)

v2.13.4

Compare Source

v2.13.4 (2026-04-16)

Bug Fixes

v2.13.3

Compare Source

v2.13.3 (2026-04-14)

Bug Fixes

v2.13.2

Compare Source

v2.13.2 (2026-04-08)

Bug Fixes

v2.13.1

Compare Source

v2.13.1 (2026-04-07)

Bug Fixes

v2.13.0

Compare Source

v2.13.0 (2026-04-06)

Features
  • use the network source architecture (defineNetwork) (#​2650) (2b73790) @​kettanaito @​felmonon
  • handlers are now grouped internally by kind, making handler lookup a O(1) operation.
  • handlers filtering no longer uses an instanceof check. Instead, the kind property of the handler is used.
Bug fixes
  • fix an issue where a WebSocket connection would be logged in the console even when there are no matching event handlers for it.

v2.12.14

Compare Source

v2.12.14 (2026-03-21)

Bug Fixes

v2.12.13

Compare Source

v2.12.13 (2026-03-17)

Bug Fixes

v2.12.12

Compare Source

v2.12.12 (2026-03-17)

Bug Fixes

v2.12.11

Compare Source

v2.12.11 (2026-03-15)

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 Renovate Bot.

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.12.10` → `2.13.4`](https://renovatebot.com/diffs/npm/msw/2.12.10/2.13.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.13.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.12.10/2.13.4?slim=true) | --- ### Release Notes <details> <summary>mswjs/msw (msw)</summary> ### [`v2.13.4`](https://github.com/mswjs/msw/releases/tag/v2.13.4) [Compare Source](https://github.com/mswjs/msw/compare/v2.13.3...v2.13.4) #### v2.13.4 (2026-04-16) ##### Bug Fixes - implement proper `ServiceWorkerSource` singleton pattern ([#&#8203;2715](https://github.com/mswjs/msw/issues/2715)) ([`580256b`](https://github.com/mswjs/msw/commit/580256b09df54ad8f1b41143e78dabc626ecf20c)) [@&#8203;kettanaito](https://github.com/kettanaito) - use `verbatimModuleSyntax` consistently in exports ([#&#8203;2702](https://github.com/mswjs/msw/issues/2702)) ([`9dedf52`](https://github.com/mswjs/msw/commit/9dedf52fc88c355610f6d472c921fe10c54af050)) [@&#8203;christoph-fricke](https://github.com/christoph-fricke) [@&#8203;kettanaito](https://github.com/kettanaito) - update dependencies ([#&#8203;2719](https://github.com/mswjs/msw/issues/2719)) ([`d0cbd2d`](https://github.com/mswjs/msw/commit/d0cbd2d5e1de5a1605dcef43e39300f353be0bd0)) [@&#8203;kettanaito](https://github.com/kettanaito) - **sse:** respect `request.signal` for the underlying stream ([#&#8203;2718](https://github.com/mswjs/msw/issues/2718)) ([`429e05c`](https://github.com/mswjs/msw/commit/429e05ca2395b5ec695b91107600d6e14f4be0f9)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.13.3`](https://github.com/mswjs/msw/releases/tag/v2.13.3) [Compare Source](https://github.com/mswjs/msw/compare/v2.13.2...v2.13.3) #### v2.13.3 (2026-04-14) ##### Bug Fixes - update `rettime` to 0.11.7 ([#&#8203;2711](https://github.com/mswjs/msw/issues/2711)) ([`feee3ed`](https://github.com/mswjs/msw/commit/feee3ed65ca2b78da1ca53b8a99a7eaa87417fc6)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.13.2`](https://github.com/mswjs/msw/releases/tag/v2.13.2) [Compare Source](https://github.com/mswjs/msw/compare/v2.13.1...v2.13.2) #### v2.13.2 (2026-04-08) ##### Bug Fixes - **delay:** prevent `infinite` mode from throwing ([#&#8203;2697](https://github.com/mswjs/msw/issues/2697)) ([`613d4a1`](https://github.com/mswjs/msw/commit/613d4a1d6cd96e006af126d6a13e32e884f48733)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.13.1`](https://github.com/mswjs/msw/releases/tag/v2.13.1) [Compare Source](https://github.com/mswjs/msw/compare/v2.13.0...v2.13.1) #### v2.13.1 (2026-04-07) ##### Bug Fixes - annotate life-cycle events correctly ([#&#8203;2694](https://github.com/mswjs/msw/issues/2694)) ([`e7890e9`](https://github.com/mswjs/msw/commit/e7890e91627c828bd4d788f09e179bffbc8a8506)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.13.0`](https://github.com/mswjs/msw/releases/tag/v2.13.0) [Compare Source](https://github.com/mswjs/msw/compare/v2.12.14...v2.13.0) #### v2.13.0 (2026-04-06) ##### Features - **use the network source architecture** (`defineNetwork`) ([#&#8203;2650](https://github.com/mswjs/msw/issues/2650)) ([`2b73790`](https://github.com/mswjs/msw/commit/2b73790082d412580047c430519340958025226d)) [@&#8203;kettanaito](https://github.com/kettanaito) [@&#8203;felmonon](https://github.com/felmonon) - handlers are now grouped internally by kind, making handler lookup a O(1) operation. - handlers filtering no longer uses an `instanceof` check. Instead, the `kind` property of the handler is used. ##### Bug fixes - fix an issue where a WebSocket connection would be logged in the console even when there are no matching event handlers for it. ### [`v2.12.14`](https://github.com/mswjs/msw/releases/tag/v2.12.14) [Compare Source](https://github.com/mswjs/msw/compare/v2.12.13...v2.12.14) #### v2.12.14 (2026-03-21) ##### Bug Fixes - support wildcard ports in url matching ([#&#8203;2677](https://github.com/mswjs/msw/issues/2677)) ([`f90bf49`](https://github.com/mswjs/msw/commit/f90bf49954db8cdf573627000fc9320acde19cd7)) [@&#8203;trknhr](https://github.com/trknhr) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.12.13`](https://github.com/mswjs/msw/releases/tag/v2.12.13) [Compare Source](https://github.com/mswjs/msw/compare/v2.12.12...v2.12.13) #### v2.12.13 (2026-03-17) ##### Bug Fixes - **GraphQL:** support `application/graphql-response+json` response `content-type` ([#&#8203;2513](https://github.com/mswjs/msw/issues/2513)) ([`4b8c330`](https://github.com/mswjs/msw/commit/4b8c330ac0dec25a61d21693ac38a097250f1255)) [@&#8203;phryneas](https://github.com/phryneas) [@&#8203;kettanaito](https://github.com/kettanaito) - **HttpResponse:** mark implicit `content-type` headers with a symbol ([#&#8203;2675](https://github.com/mswjs/msw/issues/2675)) ([`98716e7`](https://github.com/mswjs/msw/commit/98716e7b337aba0090695c2f70895f2f97afa3ee)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.12.12`](https://github.com/mswjs/msw/releases/tag/v2.12.12) [Compare Source](https://github.com/mswjs/msw/compare/v2.12.11...v2.12.12) #### v2.12.12 (2026-03-17) ##### Bug Fixes - minor improvements ([#&#8203;2672](https://github.com/mswjs/msw/issues/2672)) ([`cd52873`](https://github.com/mswjs/msw/commit/cd528734805ac233f727f3256a5086ed57b6c644)) [@&#8203;kettanaito](https://github.com/kettanaito) - handle special characters in `postinstall` script ([#&#8203;2649](https://github.com/mswjs/msw/issues/2649)) ([`b79d7ae`](https://github.com/mswjs/msw/commit/b79d7aeff41bcea2f8125b5cda718c246d69b5d1)) [@&#8203;aloisklink](https://github.com/aloisklink) [@&#8203;kettanaito](https://github.com/kettanaito) - replace barrel exports with granular exports ([#&#8203;2671](https://github.com/mswjs/msw/issues/2671)) ([`83bc40e`](https://github.com/mswjs/msw/commit/83bc40ebd7207fbf208dd44735f115996d9ff1fa)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.12.11`](https://github.com/mswjs/msw/releases/tag/v2.12.11) [Compare Source](https://github.com/mswjs/msw/compare/v2.12.10...v2.12.11) #### v2.12.11 (2026-03-15) ##### Bug Fixes - **node:** avoid open handles for infinite delays ([#&#8203;2669](https://github.com/mswjs/msw/issues/2669)) ([`3ccc8a3`](https://github.com/mswjs/msw/commit/3ccc8a3c6c6f9e1e1d685a2b6a68135843abf700)) [@&#8203;FelmonFekadu](https://github.com/FelmonFekadu) [@&#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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ni4yIiwidXBkYXRlZEluVmVyIjoiNDMuMTI1LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
nitrix changed title from Update dependency msw to v2.12.11 to Update dependency msw to v2.12.12 2026-03-17 03:02:26 +01:00
nitrix changed title from Update dependency msw to v2.12.12 to Update dependency msw to v2.12.13 2026-03-17 13:03:00 +01:00
nitrix changed title from Update dependency msw to v2.12.13 to Update dependency msw to v2.12.14 2026-03-21 03:02:43 +01:00
nitrix changed title from Update dependency msw to v2.12.14 to Update dependency msw to v2.13.0 2026-04-06 15:03:45 +02:00
nitrix changed title from Update dependency msw to v2.13.0 to Update dependency msw to v2.13.1 2026-04-07 21:04:30 +02:00
nitrix changed title from Update dependency msw to v2.13.1 to Update dependency msw to v2.13.2 2026-04-08 14:04:48 +02:00
nitrix changed title from Update dependency msw to v2.13.2 to Update dependency msw to v2.13.3 2026-04-14 04:02:39 +02:00
nitrix changed title from Update dependency msw to v2.13.3 to Update dependency msw to v2.13.4 2026-04-16 19:02:59 +02:00
nitrix added 1 commit 2026-04-20 23:28:34 +02:00
Update dependency msw to v2.13.4
CI / frontend-test (push) Successful in 37s
CI / backend-test (push) Successful in 1m27s
CI / frontend-e2e (push) Successful in 2m13s
CI / build-and-publish (push) Has been skipped
d732c47139
nitrix force-pushed renovate/msw-2.x-lockfile from 8bca6f6f2e to d732c47139 2026-04-20 23:28:34 +02:00 Compare
nitrix merged commit f8a5aa2eb6 into master 2026-04-20 23:38:04 +02:00
nitrix deleted branch renovate/msw-2.x-lockfile 2026-04-20 23:38:04 +02:00
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#45