Skip to content

Commit 42d4f51

Browse files
Update dependency msw to v2.13.5 (main) (elastic#268091)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [msw](https://mswjs.io) ([source](https://redirect.github.com/mswjs/msw)) | devDependencies | patch | [`2.13.4` -> `2.13.5`](https://renovatebot.com/diffs/npm/msw/2.13.4/2.13.5) | `2.14.3` (+4) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mswjs/msw (msw)</summary> ### [`v2.13.5`](https://redirect.github.com/mswjs/msw/releases/tag/v2.13.5) [Compare Source](https://redirect.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()` ([#&elastic#8203;2725](https://redirect.github.com/mswjs/msw/issues/2725)) ([`8d16801`](https://redirect.github.com/mswjs/msw/commit/8d16801cacd89e5aff336c43e888df19fad04417)) [@&elastic#8203;kettanaito](https://redirect.github.com/kettanaito) </details> --- ### Configuration 📅 **Schedule**: 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkIFNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
1 parent 77d0d83 commit 42d4f51

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2150,7 +2150,7 @@
21502150
"mochawesome-merge": "5.1.1",
21512151
"mock-fs": "5.5.0",
21522152
"ms-chromium-edge-driver": "0.5.1",
2153-
"msw": "2.13.4",
2153+
"msw": "2.13.5",
21542154
"mutation-observer": "1.0.3",
21552155
"nock": "12.0.3",
21562156
"node-stdlib-browser": "1.3.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28583,10 +28583,10 @@ msgpackr@^1.11.2:
2858328583
optionalDependencies:
2858428584
msgpackr-extract "^3.0.2"
2858528585

28586-
msw@2.13.4:
28587-
version "2.13.4"
28588-
resolved "https://registry.yarnpkg.com/msw/-/msw-2.13.4.tgz#4e1bf1d727f1481deee900be0f960c5f01a4f59f"
28589-
integrity sha512-fPlKBeFe+8rpcyR3umUmmHuNwu6gc6T3STvkgEa9WDX/HEgal9wDeflpCUAIRtmvaLZM2igfI5y1bZ9G5J26KA==
28586+
msw@2.13.5:
28587+
version "2.13.5"
28588+
resolved "https://registry.yarnpkg.com/msw/-/msw-2.13.5.tgz#3ef9183096c962435781fc37db490239c6b1a77b"
28589+
integrity sha512-LuJem+CbqbywJtafv4zh5kcCQNmZnKwfJgJ/LcNYjeG3CU/xJLepJM1CNZcbp+oV8tXFGvUfswPGru34Mx7QGQ==
2859028590
dependencies:
2859128591
"@inquirer/confirm" "^6.0.11"
2859228592
"@mswjs/interceptors" "^0.41.3"

0 commit comments

Comments
 (0)