[9.1] Update dependency msw to ~2.10.2 (main) (#223986)#225738
Merged
kibanamachine merged 1 commit intoelastic:9.1from Jun 29, 2025
Merged
[9.1] Update dependency msw to ~2.10.2 (main) (#223986)#225738kibanamachine merged 1 commit intoelastic:9.1from
kibanamachine merged 1 commit intoelastic:9.1from
Conversation
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [msw](https://mswjs.io) ([source](https://github.com/mswjs/msw)) | devDependencies | minor | [`~2.9.0` -> `~2.10.2`](https://renovatebot.com/diffs/npm/msw/2.9.0/2.10.2) | --- ### Release Notes <details> <summary>mswjs/msw (msw)</summary> ### [`v2.10.2`](https://github.com/mswjs/msw/releases/tag/v2.10.2) [Compare Source](https://github.com/mswjs/msw/compare/v2.10.1...v2.10.2) #### v2.10.2 (2025-06-09) ##### Bug Fixes - **TypeScript:** support `Response.error()` and `HttpResponse.error()` as mocked responses ([#&elastic#8203;2132](https://github.com/mswjs/msw/issues/2132)) ([`72cc8dd`](https://github.com/mswjs/msw/commit/72cc8ddac8f030f747b674148b03e5a025e412d2)) [@&elastic#8203;jacquesg](https://github.com/jacquesg) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.10.1`](https://github.com/mswjs/msw/releases/tag/v2.10.1) [Compare Source](https://github.com/mswjs/msw/compare/v2.10.0...v2.10.1) #### v2.10.1 (2025-06-07) ##### Bug Fixes - update `@mswjs/interceptors` to support WebSocket server protocol ([#&elastic#8203;2528](https://github.com/mswjs/msw/issues/2528)) ([`6704fa0`](https://github.com/mswjs/msw/commit/6704fa042a3eaa71b68eb7b9028a7464b2b30cef)) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.10.0`](https://github.com/mswjs/msw/releases/tag/v2.10.0) [Compare Source](https://github.com/mswjs/msw/compare/v2.9.0...v2.10.0) #### v2.10.0 (2025-06-07) ##### Features - **WebSocketHandler:** add `run` method ([#&elastic#8203;2527](https://github.com/mswjs/msw/issues/2527)) ([`94fc78e`](https://github.com/mswjs/msw/commit/94fc78ea50bd8c3334945d3047650c8b82c2f754)) [@&elastic#8203;kettanaito](https://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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkIFNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> (cherry picked from commit bdb60c6)
1 task
Contributor
💚 Build Succeeded
Metrics [docs]
|
jeramysoucy
added a commit
that referenced
this pull request
Jul 4, 2025
# Backport This will backport the following commits from `main` to `8.19`: - [Update dependency msw to ~2.10.2 (main) (#223986)](#223986) <!--- Backport version: 10.0.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-06-28T22:58:21Z","message":"Update dependency msw to ~2.10.2 (main) (#223986)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [msw](https://mswjs.io)\n([source](https://github.com/mswjs/msw)) | devDependencies |\nminor | [`~2.9.0` ->\n`~2.10.2`](https://renovatebot.com/diffs/npm/msw/2.9.0/2.10.2) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>mswjs/msw (msw)</summary>\n\n###\n[`v2.10.2`](https://github.com/mswjs/msw/releases/tag/v2.10.2)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.10.1...v2.10.2)\n\n#### v2.10.2 (2025-06-09)\n\n##### Bug Fixes\n\n- **TypeScript:** support `Response.error()` and `HttpResponse.error()`\nas mocked responses\n([#​2132](https://github.com/mswjs/msw/issues/2132))\n([`72cc8dd`](https://github.com/mswjs/msw/commit/72cc8ddac8f030f747b674148b03e5a025e412d2))\n[@​jacquesg](https://github.com/jacquesg)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.10.1`](https://github.com/mswjs/msw/releases/tag/v2.10.1)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.10.0...v2.10.1)\n\n#### v2.10.1 (2025-06-07)\n\n##### Bug Fixes\n\n- update `@mswjs/interceptors` to support WebSocket server protocol\n([#​2528](https://github.com/mswjs/msw/issues/2528))\n([`6704fa0`](https://github.com/mswjs/msw/commit/6704fa042a3eaa71b68eb7b9028a7464b2b30cef))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.10.0`](https://github.com/mswjs/msw/releases/tag/v2.10.0)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.9.0...v2.10.0)\n\n#### v2.10.0 (2025-06-07)\n\n##### Features\n\n- **WebSocketHandler:** add `run` method\n([#​2527](https://github.com/mswjs/msw/issues/2527))\n([`94fc78e`](https://github.com/mswjs/msw/commit/94fc78ea50bd8c3334945d3047650c8b82c2f754))\n[@​kettanaito](https://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://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"bdb60c60185b96230dc6abea1897255c811c4057","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Cloud Security","backport:all-open","v9.1.0","v9.2.0","v9.0.4"],"title":"Update dependency msw to ~2.10.2 (main)","number":223986,"url":"https://github.com/elastic/kibana/pull/223986","mergeCommit":{"message":"Update dependency msw to ~2.10.2 (main) (#223986)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [msw](https://mswjs.io)\n([source](https://github.com/mswjs/msw)) | devDependencies |\nminor | [`~2.9.0` ->\n`~2.10.2`](https://renovatebot.com/diffs/npm/msw/2.9.0/2.10.2) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>mswjs/msw (msw)</summary>\n\n###\n[`v2.10.2`](https://github.com/mswjs/msw/releases/tag/v2.10.2)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.10.1...v2.10.2)\n\n#### v2.10.2 (2025-06-09)\n\n##### Bug Fixes\n\n- **TypeScript:** support `Response.error()` and `HttpResponse.error()`\nas mocked responses\n([#​2132](https://github.com/mswjs/msw/issues/2132))\n([`72cc8dd`](https://github.com/mswjs/msw/commit/72cc8ddac8f030f747b674148b03e5a025e412d2))\n[@​jacquesg](https://github.com/jacquesg)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.10.1`](https://github.com/mswjs/msw/releases/tag/v2.10.1)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.10.0...v2.10.1)\n\n#### v2.10.1 (2025-06-07)\n\n##### Bug Fixes\n\n- update `@mswjs/interceptors` to support WebSocket server protocol\n([#​2528](https://github.com/mswjs/msw/issues/2528))\n([`6704fa0`](https://github.com/mswjs/msw/commit/6704fa042a3eaa71b68eb7b9028a7464b2b30cef))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.10.0`](https://github.com/mswjs/msw/releases/tag/v2.10.0)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.9.0...v2.10.0)\n\n#### v2.10.0 (2025-06-07)\n\n##### Features\n\n- **WebSocketHandler:** add `run` method\n([#​2527](https://github.com/mswjs/msw/issues/2527))\n([`94fc78e`](https://github.com/mswjs/msw/commit/94fc78ea50bd8c3334945d3047650c8b82c2f754))\n[@​kettanaito](https://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://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"bdb60c60185b96230dc6abea1897255c811c4057"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/225738","number":225738,"state":"MERGED","mergeCommit":{"sha":"2d2c752e5b4d5d2fd71c1ba6620ab5ce8d6fb5ed","message":"[9.1] Update dependency msw to ~2.10.2 (main) (#223986) (#225738)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.1`:\n- [Update dependency msw to ~2.10.2 (main)\n(#223986)](https://github.com/elastic/kibana/pull/223986)\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>"}},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/223986","number":223986,"mergeCommit":{"message":"Update dependency msw to ~2.10.2 (main) (#223986)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [msw](https://mswjs.io)\n([source](https://github.com/mswjs/msw)) | devDependencies |\nminor | [`~2.9.0` ->\n`~2.10.2`](https://renovatebot.com/diffs/npm/msw/2.9.0/2.10.2) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>mswjs/msw (msw)</summary>\n\n###\n[`v2.10.2`](https://github.com/mswjs/msw/releases/tag/v2.10.2)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.10.1...v2.10.2)\n\n#### v2.10.2 (2025-06-09)\n\n##### Bug Fixes\n\n- **TypeScript:** support `Response.error()` and `HttpResponse.error()`\nas mocked responses\n([#​2132](https://github.com/mswjs/msw/issues/2132))\n([`72cc8dd`](https://github.com/mswjs/msw/commit/72cc8ddac8f030f747b674148b03e5a025e412d2))\n[@​jacquesg](https://github.com/jacquesg)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.10.1`](https://github.com/mswjs/msw/releases/tag/v2.10.1)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.10.0...v2.10.1)\n\n#### v2.10.1 (2025-06-07)\n\n##### Bug Fixes\n\n- update `@mswjs/interceptors` to support WebSocket server protocol\n([#​2528](https://github.com/mswjs/msw/issues/2528))\n([`6704fa0`](https://github.com/mswjs/msw/commit/6704fa042a3eaa71b68eb7b9028a7464b2b30cef))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.10.0`](https://github.com/mswjs/msw/releases/tag/v2.10.0)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.9.0...v2.10.0)\n\n#### v2.10.0 (2025-06-07)\n\n##### Features\n\n- **WebSocketHandler:** add `run` method\n([#​2527](https://github.com/mswjs/msw/issues/2527))\n([`94fc78e`](https://github.com/mswjs/msw/commit/94fc78ea50bd8c3334945d3047650c8b82c2f754))\n[@​kettanaito](https://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://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"bdb60c60185b96230dc6abea1897255c811c4057"}},{"branch":"9.0","label":"v9.0.4","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/225737","number":225737,"state":"MERGED","mergeCommit":{"sha":"d3fe89ea3d9a234be579979271607b47a7a61cc5","message":"[9.0] Update dependency msw to ~2.10.2 (main) (#223986) (#225737)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.0`:\n- [Update dependency msw to ~2.10.2 (main)\n(#223986)](https://github.com/elastic/kibana/pull/223986)\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>"}}]}] BACKPORT--> --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mainto9.1:Questions ?
Please refer to the Backport tool documentation