Skip to content

Conversation

@kibanamachine
Copy link
Contributor

Backport

This will backport the following commits from main to 9.1:

Questions ?

Please refer to the Backport tool documentation

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [msw](https://mswjs.io)
([source](https://redirect.github.com/mswjs/msw)) | devDependencies |
patch | [`~2.11.1` ->
`~2.11.6`](https://renovatebot.com/diffs/npm/msw/2.11.1/2.11.6) |

---

### Release Notes

<details>
<summary>mswjs/msw (msw)</summary>

###
[`v2.11.6`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.6)

[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.11.5...v2.11.6)

#### v2.11.6 (2025-10-20)

##### Bug Fixes

- update `@mswjs/interceptors` to 0.40.0
([#&elastic#8203;2613](https://redirect.github.com/mswjs/msw/issues/2613))
([`50028b7`](https://redirect.github.com/mswjs/msw/commit/50028b7f61b2f6ba9998ed111d9e517ef08bf538))
[@&elastic#8203;kettanaito](https://redirect.github.com/kettanaito)

###
[`v2.11.5`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.5)

[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.11.4...v2.11.5)

#### v2.11.5 (2025-10-09)

##### Bug Fixes

- export `onUnhandledRequest` for use in
[@&elastic#8203;msw/playwright](https://redirect.github.com/msw/playwright)
([#&elastic#8203;2562](https://redirect.github.com/mswjs/msw/issues/2562))
([`54ce919`](https://redirect.github.com/mswjs/msw/commit/54ce91965796ebbdf04426c3f84e23e627d273bc))
[@&elastic#8203;zachatrocity](https://redirect.github.com/zachatrocity)
[@&elastic#8203;kettanaito](https://redirect.github.com/kettanaito)

###
[`v2.11.4`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.4)

[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.11.3...v2.11.4)

#### v2.11.4 (2025-10-08)

##### Bug Fixes

- add missing parameter documentation for `getResponse` function
([#&elastic#8203;2580](https://redirect.github.com/mswjs/msw/issues/2580))
([`f33fb47`](https://redirect.github.com/mswjs/msw/commit/f33fb47c098be4f46d57fad16ea1c6b1d06ef471))
[@&elastic#8203;djpremier](https://redirect.github.com/djpremier)
[@&elastic#8203;kettanaito](https://redirect.github.com/kettanaito)
- **HttpResponse:** preserve request body type after cloning the request
([#&elastic#8203;2600](https://redirect.github.com/mswjs/msw/issues/2600))
([`f40515b`](https://redirect.github.com/mswjs/msw/commit/f40515bf18486b4b3570b309159a10d609779f08))
[@&elastic#8203;Slessi](https://redirect.github.com/Slessi)
[@&elastic#8203;kettanaito](https://redirect.github.com/kettanaito)
- use `statuses` as a shim
([#&elastic#8203;2607](https://redirect.github.com/mswjs/msw/issues/2607))
([`fee715c`](https://redirect.github.com/mswjs/msw/commit/fee715c503d1cd00ca70f0688dd28b6c297aa158))
[@&elastic#8203;kettanaito](https://redirect.github.com/kettanaito)
- use `cookie` directly via a shim
([#&elastic#8203;2606](https://redirect.github.com/mswjs/msw/issues/2606))
([`29d0b53`](https://redirect.github.com/mswjs/msw/commit/29d0b53b8088e773ed9e7acb3abd7457b8a29965))
[@&elastic#8203;kettanaito](https://redirect.github.com/kettanaito)
- **setupWorker:** prevent `WorkerChannel` access in fallback mode
([#&elastic#8203;2594](https://redirect.github.com/mswjs/msw/issues/2594))
([`1e653c9`](https://redirect.github.com/mswjs/msw/commit/1e653c9b06e9bc3e59f71d3500f31ced73f538cb))
[@&elastic#8203;kettanaito](https://redirect.github.com/kettanaito)
- **setupWorker:** remove unused `deferNetworkRequestsUntil`
([#&elastic#8203;2595](https://redirect.github.com/mswjs/msw/issues/2595))
([`44d13d2`](https://redirect.github.com/mswjs/msw/commit/44d13d23ef1c9a75820c89961585cd01049a323c))
[@&elastic#8203;kettanaito](https://redirect.github.com/kettanaito)

###
[`v2.11.3`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.3)

[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.11.2...v2.11.3)

#### v2.11.3 (2025-09-20)

##### Bug Fixes

- migrate to `until-async`
([#&elastic#8203;2590](https://redirect.github.com/mswjs/msw/issues/2590))
([`7087b1e`](https://redirect.github.com/mswjs/msw/commit/7087b1e29eb7ca0a414eff36ed3c98d03147044b))
[@&elastic#8203;kettanaito](https://redirect.github.com/kettanaito)

###
[`v2.11.2`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.2)

[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.11.1...v2.11.2)

#### v2.11.2 (2025-09-10)

##### Bug Fixes

- **setupWorker:** handle in-flight requests after calling
`worker.stop()`
([#&elastic#8203;2578](https://redirect.github.com/mswjs/msw/issues/2578))
([`97cf4c7`](https://redirect.github.com/mswjs/msw/commit/97cf4c744d9b1a17f42ca65ac8ef93b2632b935b))
[@&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 <[email protected]>
Co-authored-by: Maxim Kholod <[email protected]>
(cherry picked from commit ec1b1d8)
@kibanamachine kibanamachine added the backport This PR is a backport of another PR label Nov 3, 2025
@kibanamachine kibanamachine enabled auto-merge (squash) November 3, 2025 17:16
@kibanamachine kibanamachine merged commit 61a05e9 into elastic:9.1 Nov 3, 2025
16 checks passed
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

maxcold added a commit that referenced this pull request Nov 5, 2025
# Backport

This will backport the following commits from `main` to `8.19`:
- [Update dependency msw to ~2.11.6 (main)
(#241559)](#241559)

<!--- Backport version: 10.1.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-11-03T17:07:54Z","message":"Update
dependency msw to ~2.11.6 (main) (#241559)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[msw](https://mswjs.io)\n([source](https://redirect.github.com/mswjs/msw))
| devDependencies |\npatch | [`~2.11.1`
->\n`~2.11.6`](https://renovatebot.com/diffs/npm/msw/2.11.1/2.11.6)
|\n\n---\n\n### Release Notes\n\n<details>\n<summary>mswjs/msw
(msw)</summary>\n\n###\n[`v2.11.6`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.6)\n\n[Compare\nSource](https://redirect.github.com/mswjs/msw/compare/v2.11.5...v2.11.6)\n\n####
v2.11.6 (2025-10-20)\n\n##### Bug Fixes\n\n- update
`@mswjs/interceptors` to
0.40.0\n([#&#8203;2613](https://redirect.github.com/mswjs/msw/issues/2613))\n([`50028b7`](https://redirect.github.com/mswjs/msw/commit/50028b7f61b2f6ba9998ed111d9e517ef08bf538))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n\n###\n[`v2.11.5`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.5)\n\n[Compare\nSource](https://redirect.github.com/mswjs/msw/compare/v2.11.4...v2.11.5)\n\n####
v2.11.5 (2025-10-09)\n\n##### Bug Fixes\n\n- export `onUnhandledRequest`
for use
in\n[@&#8203;msw/playwright](https://redirect.github.com/msw/playwright)\n([#&#8203;2562](https://redirect.github.com/mswjs/msw/issues/2562))\n([`54ce919`](https://redirect.github.com/mswjs/msw/commit/54ce91965796ebbdf04426c3f84e23e627d273bc))\n[@&#8203;zachatrocity](https://redirect.github.com/zachatrocity)\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n\n###\n[`v2.11.4`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.4)\n\n[Compare\nSource](https://redirect.github.com/mswjs/msw/compare/v2.11.3...v2.11.4)\n\n####
v2.11.4 (2025-10-08)\n\n##### Bug Fixes\n\n- add missing parameter
documentation for `getResponse`
function\n([#&#8203;2580](https://redirect.github.com/mswjs/msw/issues/2580))\n([`f33fb47`](https://redirect.github.com/mswjs/msw/commit/f33fb47c098be4f46d57fad16ea1c6b1d06ef471))\n[@&#8203;djpremier](https://redirect.github.com/djpremier)\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n-
**HttpResponse:** preserve request body type after cloning the
request\n([#&#8203;2600](https://redirect.github.com/mswjs/msw/issues/2600))\n([`f40515b`](https://redirect.github.com/mswjs/msw/commit/f40515bf18486b4b3570b309159a10d609779f08))\n[@&#8203;Slessi](https://redirect.github.com/Slessi)\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n-
use `statuses` as a
shim\n([#&#8203;2607](https://redirect.github.com/mswjs/msw/issues/2607))\n([`fee715c`](https://redirect.github.com/mswjs/msw/commit/fee715c503d1cd00ca70f0688dd28b6c297aa158))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n-
use `cookie` directly via a
shim\n([#&#8203;2606](https://redirect.github.com/mswjs/msw/issues/2606))\n([`29d0b53`](https://redirect.github.com/mswjs/msw/commit/29d0b53b8088e773ed9e7acb3abd7457b8a29965))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n-
**setupWorker:** prevent `WorkerChannel` access in fallback
mode\n([#&#8203;2594](https://redirect.github.com/mswjs/msw/issues/2594))\n([`1e653c9`](https://redirect.github.com/mswjs/msw/commit/1e653c9b06e9bc3e59f71d3500f31ced73f538cb))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n-
**setupWorker:** remove unused
`deferNetworkRequestsUntil`\n([#&#8203;2595](https://redirect.github.com/mswjs/msw/issues/2595))\n([`44d13d2`](https://redirect.github.com/mswjs/msw/commit/44d13d23ef1c9a75820c89961585cd01049a323c))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n\n###\n[`v2.11.3`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.3)\n\n[Compare\nSource](https://redirect.github.com/mswjs/msw/compare/v2.11.2...v2.11.3)\n\n####
v2.11.3 (2025-09-20)\n\n##### Bug Fixes\n\n- migrate to
`until-async`\n([#&#8203;2590](https://redirect.github.com/mswjs/msw/issues/2590))\n([`7087b1e`](https://redirect.github.com/mswjs/msw/commit/7087b1e29eb7ca0a414eff36ed3c98d03147044b))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n\n###\n[`v2.11.2`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.2)\n\n[Compare\nSource](https://redirect.github.com/mswjs/msw/compare/v2.11.1...v2.11.2)\n\n####
v2.11.2 (2025-09-10)\n\n##### Bug Fixes\n\n- **setupWorker:** handle
in-flight requests after
calling\n`worker.stop()`\n([#&#8203;2578](https://redirect.github.com/mswjs/msw/issues/2578))\n([`97cf4c7`](https://redirect.github.com/mswjs/msw/commit/97cf4c744d9b1a17f42ca65ac8ef93b2632b935b))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\n---------\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<[email protected]>\nCo-authored-by: Maxim
Kholod
<[email protected]>","sha":"ec1b1d8f7cb128885141c5368690073b6b512114","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Cloud
Security","backport:all-open","v9.3.0","v9.1.7","v9.2.1"],"title":"Update
dependency msw to ~2.11.6
(main)","number":241559,"url":"https://github.com/elastic/kibana/pull/241559","mergeCommit":{"message":"Update
dependency msw to ~2.11.6 (main) (#241559)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[msw](https://mswjs.io)\n([source](https://redirect.github.com/mswjs/msw))
| devDependencies |\npatch | [`~2.11.1`
->\n`~2.11.6`](https://renovatebot.com/diffs/npm/msw/2.11.1/2.11.6)
|\n\n---\n\n### Release Notes\n\n<details>\n<summary>mswjs/msw
(msw)</summary>\n\n###\n[`v2.11.6`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.6)\n\n[Compare\nSource](https://redirect.github.com/mswjs/msw/compare/v2.11.5...v2.11.6)\n\n####
v2.11.6 (2025-10-20)\n\n##### Bug Fixes\n\n- update
`@mswjs/interceptors` to
0.40.0\n([#&#8203;2613](https://redirect.github.com/mswjs/msw/issues/2613))\n([`50028b7`](https://redirect.github.com/mswjs/msw/commit/50028b7f61b2f6ba9998ed111d9e517ef08bf538))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n\n###\n[`v2.11.5`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.5)\n\n[Compare\nSource](https://redirect.github.com/mswjs/msw/compare/v2.11.4...v2.11.5)\n\n####
v2.11.5 (2025-10-09)\n\n##### Bug Fixes\n\n- export `onUnhandledRequest`
for use
in\n[@&#8203;msw/playwright](https://redirect.github.com/msw/playwright)\n([#&#8203;2562](https://redirect.github.com/mswjs/msw/issues/2562))\n([`54ce919`](https://redirect.github.com/mswjs/msw/commit/54ce91965796ebbdf04426c3f84e23e627d273bc))\n[@&#8203;zachatrocity](https://redirect.github.com/zachatrocity)\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n\n###\n[`v2.11.4`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.4)\n\n[Compare\nSource](https://redirect.github.com/mswjs/msw/compare/v2.11.3...v2.11.4)\n\n####
v2.11.4 (2025-10-08)\n\n##### Bug Fixes\n\n- add missing parameter
documentation for `getResponse`
function\n([#&#8203;2580](https://redirect.github.com/mswjs/msw/issues/2580))\n([`f33fb47`](https://redirect.github.com/mswjs/msw/commit/f33fb47c098be4f46d57fad16ea1c6b1d06ef471))\n[@&#8203;djpremier](https://redirect.github.com/djpremier)\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n-
**HttpResponse:** preserve request body type after cloning the
request\n([#&#8203;2600](https://redirect.github.com/mswjs/msw/issues/2600))\n([`f40515b`](https://redirect.github.com/mswjs/msw/commit/f40515bf18486b4b3570b309159a10d609779f08))\n[@&#8203;Slessi](https://redirect.github.com/Slessi)\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n-
use `statuses` as a
shim\n([#&#8203;2607](https://redirect.github.com/mswjs/msw/issues/2607))\n([`fee715c`](https://redirect.github.com/mswjs/msw/commit/fee715c503d1cd00ca70f0688dd28b6c297aa158))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n-
use `cookie` directly via a
shim\n([#&#8203;2606](https://redirect.github.com/mswjs/msw/issues/2606))\n([`29d0b53`](https://redirect.github.com/mswjs/msw/commit/29d0b53b8088e773ed9e7acb3abd7457b8a29965))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n-
**setupWorker:** prevent `WorkerChannel` access in fallback
mode\n([#&#8203;2594](https://redirect.github.com/mswjs/msw/issues/2594))\n([`1e653c9`](https://redirect.github.com/mswjs/msw/commit/1e653c9b06e9bc3e59f71d3500f31ced73f538cb))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n-
**setupWorker:** remove unused
`deferNetworkRequestsUntil`\n([#&#8203;2595](https://redirect.github.com/mswjs/msw/issues/2595))\n([`44d13d2`](https://redirect.github.com/mswjs/msw/commit/44d13d23ef1c9a75820c89961585cd01049a323c))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n\n###\n[`v2.11.3`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.3)\n\n[Compare\nSource](https://redirect.github.com/mswjs/msw/compare/v2.11.2...v2.11.3)\n\n####
v2.11.3 (2025-09-20)\n\n##### Bug Fixes\n\n- migrate to
`until-async`\n([#&#8203;2590](https://redirect.github.com/mswjs/msw/issues/2590))\n([`7087b1e`](https://redirect.github.com/mswjs/msw/commit/7087b1e29eb7ca0a414eff36ed3c98d03147044b))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n\n###\n[`v2.11.2`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.2)\n\n[Compare\nSource](https://redirect.github.com/mswjs/msw/compare/v2.11.1...v2.11.2)\n\n####
v2.11.2 (2025-09-10)\n\n##### Bug Fixes\n\n- **setupWorker:** handle
in-flight requests after
calling\n`worker.stop()`\n([#&#8203;2578](https://redirect.github.com/mswjs/msw/issues/2578))\n([`97cf4c7`](https://redirect.github.com/mswjs/msw/commit/97cf4c744d9b1a17f42ca65ac8ef93b2632b935b))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\n---------\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<[email protected]>\nCo-authored-by: Maxim
Kholod
<[email protected]>","sha":"ec1b1d8f7cb128885141c5368690073b6b512114"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/241559","number":241559,"mergeCommit":{"message":"Update
dependency msw to ~2.11.6 (main) (#241559)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[msw](https://mswjs.io)\n([source](https://redirect.github.com/mswjs/msw))
| devDependencies |\npatch | [`~2.11.1`
->\n`~2.11.6`](https://renovatebot.com/diffs/npm/msw/2.11.1/2.11.6)
|\n\n---\n\n### Release Notes\n\n<details>\n<summary>mswjs/msw
(msw)</summary>\n\n###\n[`v2.11.6`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.6)\n\n[Compare\nSource](https://redirect.github.com/mswjs/msw/compare/v2.11.5...v2.11.6)\n\n####
v2.11.6 (2025-10-20)\n\n##### Bug Fixes\n\n- update
`@mswjs/interceptors` to
0.40.0\n([#&#8203;2613](https://redirect.github.com/mswjs/msw/issues/2613))\n([`50028b7`](https://redirect.github.com/mswjs/msw/commit/50028b7f61b2f6ba9998ed111d9e517ef08bf538))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n\n###\n[`v2.11.5`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.5)\n\n[Compare\nSource](https://redirect.github.com/mswjs/msw/compare/v2.11.4...v2.11.5)\n\n####
v2.11.5 (2025-10-09)\n\n##### Bug Fixes\n\n- export `onUnhandledRequest`
for use
in\n[@&#8203;msw/playwright](https://redirect.github.com/msw/playwright)\n([#&#8203;2562](https://redirect.github.com/mswjs/msw/issues/2562))\n([`54ce919`](https://redirect.github.com/mswjs/msw/commit/54ce91965796ebbdf04426c3f84e23e627d273bc))\n[@&#8203;zachatrocity](https://redirect.github.com/zachatrocity)\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n\n###\n[`v2.11.4`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.4)\n\n[Compare\nSource](https://redirect.github.com/mswjs/msw/compare/v2.11.3...v2.11.4)\n\n####
v2.11.4 (2025-10-08)\n\n##### Bug Fixes\n\n- add missing parameter
documentation for `getResponse`
function\n([#&#8203;2580](https://redirect.github.com/mswjs/msw/issues/2580))\n([`f33fb47`](https://redirect.github.com/mswjs/msw/commit/f33fb47c098be4f46d57fad16ea1c6b1d06ef471))\n[@&#8203;djpremier](https://redirect.github.com/djpremier)\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n-
**HttpResponse:** preserve request body type after cloning the
request\n([#&#8203;2600](https://redirect.github.com/mswjs/msw/issues/2600))\n([`f40515b`](https://redirect.github.com/mswjs/msw/commit/f40515bf18486b4b3570b309159a10d609779f08))\n[@&#8203;Slessi](https://redirect.github.com/Slessi)\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n-
use `statuses` as a
shim\n([#&#8203;2607](https://redirect.github.com/mswjs/msw/issues/2607))\n([`fee715c`](https://redirect.github.com/mswjs/msw/commit/fee715c503d1cd00ca70f0688dd28b6c297aa158))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n-
use `cookie` directly via a
shim\n([#&#8203;2606](https://redirect.github.com/mswjs/msw/issues/2606))\n([`29d0b53`](https://redirect.github.com/mswjs/msw/commit/29d0b53b8088e773ed9e7acb3abd7457b8a29965))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n-
**setupWorker:** prevent `WorkerChannel` access in fallback
mode\n([#&#8203;2594](https://redirect.github.com/mswjs/msw/issues/2594))\n([`1e653c9`](https://redirect.github.com/mswjs/msw/commit/1e653c9b06e9bc3e59f71d3500f31ced73f538cb))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n-
**setupWorker:** remove unused
`deferNetworkRequestsUntil`\n([#&#8203;2595](https://redirect.github.com/mswjs/msw/issues/2595))\n([`44d13d2`](https://redirect.github.com/mswjs/msw/commit/44d13d23ef1c9a75820c89961585cd01049a323c))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n\n###\n[`v2.11.3`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.3)\n\n[Compare\nSource](https://redirect.github.com/mswjs/msw/compare/v2.11.2...v2.11.3)\n\n####
v2.11.3 (2025-09-20)\n\n##### Bug Fixes\n\n- migrate to
`until-async`\n([#&#8203;2590](https://redirect.github.com/mswjs/msw/issues/2590))\n([`7087b1e`](https://redirect.github.com/mswjs/msw/commit/7087b1e29eb7ca0a414eff36ed3c98d03147044b))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n\n###\n[`v2.11.2`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.2)\n\n[Compare\nSource](https://redirect.github.com/mswjs/msw/compare/v2.11.1...v2.11.2)\n\n####
v2.11.2 (2025-09-10)\n\n##### Bug Fixes\n\n- **setupWorker:** handle
in-flight requests after
calling\n`worker.stop()`\n([#&#8203;2578](https://redirect.github.com/mswjs/msw/issues/2578))\n([`97cf4c7`](https://redirect.github.com/mswjs/msw/commit/97cf4c744d9b1a17f42ca65ac8ef93b2632b935b))\n[@&#8203;kettanaito](https://redirect.github.com/kettanaito)\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\n---------\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<[email protected]>\nCo-authored-by: Maxim
Kholod
<[email protected]>","sha":"ec1b1d8f7cb128885141c5368690073b6b512114"}},{"branch":"9.1","label":"v9.1.7","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/241674","number":241674,"state":"MERGED","mergeCommit":{"sha":"61a05e95c8cc30276f6dbd63b018665ea5f16bcf","message":"[9.1]
Update dependency msw to ~2.11.6 (main) (#241559) (#241674)\n\n#
Backport\n\nThis will backport the following commits from `main` to
`9.1`:\n- [Update dependency msw to ~2.11.6
(main)\n(#241559)](https://github.com/elastic/kibana/pull/241559)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
Maxim Kholod
<[email protected]>"}},{"branch":"9.2","label":"v9.2.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/241675","number":241675,"state":"MERGED","mergeCommit":{"sha":"3641e452d1e38367dedd47e3e9d1e93f9779e2c1","message":"[9.2]
Update dependency msw to ~2.11.6 (main) (#241559) (#241675)\n\n#
Backport\n\nThis will backport the following commits from `main` to
`9.2`:\n- [Update dependency msw to ~2.11.6
(main)\n(#241559)](https://github.com/elastic/kibana/pull/241559)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
Maxim Kholod <[email protected]>"}}]}] BACKPORT-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants