-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update @elastic/kibana-cloud-security-posture dependencies (main) #208427
Update @elastic/kibana-cloud-security-posture dependencies (main) #208427
Conversation
Pinging @elastic/kibana-cloud-security-posture (Team:Cloud Security) |
/ci |
1 similar comment
/ci |
383e615
to
dd943cb
Compare
/ci |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
💚 Build Succeeded
Metrics [docs]
History
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just one question
} | ||
} | ||
} | ||
global.BroadcastChannel = BroadcastChannelMock; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice finding @seanrathier!
I was wondering if maybe we can just replace it with the node's native BroadcastChannel class?
I.e would the following work?
import { BroadcastChannel } from 'node:worker_threads';
global.BroadcastChannel = BroadcastChannel;
setupFilesAfterEnv: [ | ||
'<rootDir>/x-pack/solutions/security/plugins/cloud_security_posture/jest.setup.js', | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice to know we can have this setting per plugin
Starting backport for target branches: 7.17, 8.16, 8.17, 8.18, 8.x, 9.0 https://github.com/elastic/kibana/actions/runs/13574660838 |
…astic#208427) This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@mswjs/http-middleware](https://mswjs.io) ([source](https://github.com/mswjs/http-middleware)) | devDependencies | patch | [`0.10.1` -> `0.10.3`](https://renovatebot.com/diffs/npm/@mswjs%2fhttp-middleware/0.10.1/0.10.3) | | | [msw](https://mswjs.io) ([source](https://github.com/mswjs/msw)) | devDependencies | minor | [`~2.5.2` -> `~2.7.0`](https://renovatebot.com/diffs/npm/msw/2.5.2/2.7.0) | `2.7.3` (+2) | --- ### Release Notes <details> <summary>mswjs/http-middleware (@&elastic#8203;mswjs/http-middleware)</summary> ### [`v0.10.3`](https://github.com/mswjs/http-middleware/releases/tag/v0.10.3) [Compare Source](https://github.com/mswjs/http-middleware/compare/v0.10.2...v0.10.3) #### v0.10.3 (2025-01-12) ##### Bug Fixes - remove unused `parserOptions`, fix handlers type ([#&elastic#8203;51](https://github.com/mswjs/http-middleware/issues/51)) ([`372fd85`](https://github.com/mswjs/http-middleware/commit/372fd85464d3f90d2d8847cf0abe0c5e67aa9d4f)) [@&elastic#8203;vivekmiyani](https://github.com/vivekmiyani) ### [`v0.10.2`](https://github.com/mswjs/http-middleware/releases/tag/v0.10.2) [Compare Source](https://github.com/mswjs/http-middleware/compare/v0.10.1...v0.10.2) #### v0.10.2 (2024-10-25) ##### Bug Fixes - consume undisturbed request stream as-is ([#&elastic#8203;39](https://github.com/mswjs/http-middleware/issues/39)) ([`13cee76`](https://github.com/mswjs/http-middleware/commit/13cee76e5aa3cc0d4dd0067b34655214a786b61a)) [@&elastic#8203;c0per](https://github.com/c0per) [@&elastic#8203;LeBenLeBen](https://github.com/LeBenLeBen) [@&elastic#8203;kettanaito](https://github.com/kettanaito) </details> <details> <summary>mswjs/msw (msw)</summary> ### [`v2.7.0`](https://github.com/mswjs/msw/releases/tag/v2.7.0) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.9...v2.7.0) #### v2.7.0 (2024-12-17) ##### Features - use `picocolors` instead of `chalk` ([#&elastic#8203;2377](https://github.com/mswjs/msw/issues/2377)) ([`85bdd82`](https://github.com/mswjs/msw/commit/85bdd82dfe4cd3d514d7820dad3338b485084fbf)) [@&elastic#8203;Namchee](https://github.com/Namchee) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.6.9`](https://github.com/mswjs/msw/releases/tag/v2.6.9) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.8...v2.6.9) #### v2.6.9 (2024-12-16) ##### Bug Fixes - support `SharedArrayBuffer` in `HttpResponse.arrayBuffer` ([#&elastic#8203;2389](https://github.com/mswjs/msw/issues/2389)) ([`41f00e1`](https://github.com/mswjs/msw/commit/41f00e1a67e21010ab9c1a46c8e92193b655f24a)) [@&elastic#8203;danilofuchs](https://github.com/danilofuchs) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.6.8`](https://github.com/mswjs/msw/releases/tag/v2.6.8) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.7...v2.6.8) #### v2.6.8 (2024-12-07) ##### Bug Fixes - **setupServer:** reapply interception after calling `server.listen()` after `server.close()` ([#&elastic#8203;2383](https://github.com/mswjs/msw/issues/2383)) ([`00da9ca`](https://github.com/mswjs/msw/commit/00da9cad4249b61732ee375d9dbefeb76028cc2b)) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.6.7`](https://github.com/mswjs/msw/releases/tag/v2.6.7) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.6...v2.6.7) #### v2.6.7 (2024-12-06) ##### Bug Fixes - **setupWorker:** correctly delete internal `accept` header on passthrough ([#&elastic#8203;2375](https://github.com/mswjs/msw/issues/2375)) ([`3f40055`](https://github.com/mswjs/msw/commit/3f40055b1d3814da4b30e5eb7555e09b1084798c)) [@&elastic#8203;smouillour](https://github.com/smouillour) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.6.6`](https://github.com/mswjs/msw/releases/tag/v2.6.6) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.5...v2.6.6) #### v2.6.6 (2024-11-22) ##### Bug Fixes - **types:** support optional path parameters ([#&elastic#8203;2368](https://github.com/mswjs/msw/issues/2368)) ([`3b7b776`](https://github.com/mswjs/msw/commit/3b7b776e8c0de341185df4686a895c24326748d3)) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.6.5`](https://github.com/mswjs/msw/releases/tag/v2.6.5) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.4...v2.6.5) #### v2.6.5 (2024-11-16) ##### Bug Fixes - support non-configurable responses ([#&elastic#8203;2360](https://github.com/mswjs/msw/issues/2360)) ([`5bf3e3b`](https://github.com/mswjs/msw/commit/5bf3e3bf5f9a6d32c79410c11abd539ec4c2ddc5)) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.6.4`](https://github.com/mswjs/msw/releases/tag/v2.6.4) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.3...v2.6.4) #### v2.6.4 (2024-11-10) ##### Bug Fixes - prevent infinite loop when bypassing `sendBeacon()` requests ([#&elastic#8203;2353](https://github.com/mswjs/msw/issues/2353)) ([`2fa98c3`](https://github.com/mswjs/msw/commit/2fa98c327acc51189f87789d9155c4ec57be2299)) [@&elastic#8203;kettanaito](https://github.com/kettanaito) - remove the internal bypass request header before performing the request as-is in Node.js ([#&elastic#8203;2353](https://github.com/mswjs/msw/issues/2353)) ([`2fa98c3`](https://github.com/mswjs/msw/commit/2fa98c327acc51189f87789d9155c4ec57be2299)) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.6.3`](https://github.com/mswjs/msw/releases/tag/v2.6.3) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.2...v2.6.3) #### v2.6.3 (2024-11-10) ##### Bug Fixes - **handleRequest:** remove `transformResponse` option ([#&elastic#8203;2351](https://github.com/mswjs/msw/issues/2351)) ([`74c4a3a`](https://github.com/mswjs/msw/commit/74c4a3a89970bbfc498c812790daef13766dea72)) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.6.2`](https://github.com/mswjs/msw/releases/tag/v2.6.2) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.1...v2.6.2) #### v2.6.2 (2024-11-07) ##### Bug Fixes - update `@bundled-es-modules/cookie` to 2.0.1 ([#&elastic#8203;2312](https://github.com/mswjs/msw/issues/2312)) ([`c134352`](https://github.com/mswjs/msw/commit/c134352e8206b91740247f4f196767ab8a8eb921)) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.6.1`](https://github.com/mswjs/msw/releases/tag/v2.6.1) [Compare Source](https://github.com/mswjs/msw/compare/v2.6.0...v2.6.1) #### v2.6.1 (2024-11-06) ##### Bug Fixes - prevent `instanceof` handler check failures between different MSW versions ([#&elastic#8203;2349](https://github.com/mswjs/msw/issues/2349)) ([`28d26bd`](https://github.com/mswjs/msw/commit/28d26bd7fa585d76f9ca69a67dfa70a234450ed9)) [@&elastic#8203;kettanaito](https://github.com/kettanaito) ### [`v2.6.0`](https://github.com/mswjs/msw/releases/tag/v2.6.0) [Compare Source](https://github.com/mswjs/msw/compare/v2.5.2...v2.6.0) #### v2.6.0 (2024-10-29) ##### Features - support mocking WebSocket APIs ([#&elastic#8203;2011](https://github.com/mswjs/msw/issues/2011)) ([`ae786f5`](https://github.com/mswjs/msw/commit/ae786f59eb86b3d08c0fa5183ffca90e32af6448)) [@&elastic#8203;kettanaito](https://github.com/kettanaito) [@&elastic#8203;DanielleHuisman](https://github.com/DanielleHuisman) </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkIFNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Sean Rathier <[email protected]> Co-authored-by: seanrathier <[email protected]> (cherry picked from commit 837667d)
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
…n) (#208427) (#212691) # Backport This will backport the following commits from `main` to `9.0`: - [Update @elastic/kibana-cloud-security-posture dependencies (main) (#208427)](#208427) <!--- Backport version: 9.6.6 --> ### 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-02-27T19:49:09Z","message":"Update @elastic/kibana-cloud-security-posture dependencies (main) (#208427)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change | Pending |\n|---|---|---|---|---|\n| [@mswjs/http-middleware](https://mswjs.io)\n([source](https://github.com/mswjs/http-middleware)) |\ndevDependencies | patch | [`0.10.1` ->\n`0.10.3`](https://renovatebot.com/diffs/npm/@mswjs%2fhttp-middleware/0.10.1/0.10.3)\n| |\n| [msw](https://mswjs.io)\n([source](https://github.com/mswjs/msw)) | devDependencies |\nminor | [`~2.5.2` ->\n`~2.7.0`](https://renovatebot.com/diffs/npm/msw/2.5.2/2.7.0) | `2.7.3`\n(+2) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>mswjs/http-middleware (@​mswjs/http-middleware)</summary>\n\n###\n[`v0.10.3`](https://github.com/mswjs/http-middleware/releases/tag/v0.10.3)\n\n[Compare\nSource](https://github.com/mswjs/http-middleware/compare/v0.10.2...v0.10.3)\n\n#### v0.10.3 (2025-01-12)\n\n##### Bug Fixes\n\n- remove unused `parserOptions`, fix handlers type\n([#​51](https://github.com/mswjs/http-middleware/issues/51))\n([`372fd85`](https://github.com/mswjs/http-middleware/commit/372fd85464d3f90d2d8847cf0abe0c5e67aa9d4f))\n[@​vivekmiyani](https://github.com/vivekmiyani)\n\n###\n[`v0.10.2`](https://github.com/mswjs/http-middleware/releases/tag/v0.10.2)\n\n[Compare\nSource](https://github.com/mswjs/http-middleware/compare/v0.10.1...v0.10.2)\n\n#### v0.10.2 (2024-10-25)\n\n##### Bug Fixes\n\n- consume undisturbed request stream as-is\n([#​39](https://github.com/mswjs/http-middleware/issues/39))\n([`13cee76`](https://github.com/mswjs/http-middleware/commit/13cee76e5aa3cc0d4dd0067b34655214a786b61a))\n[@​c0per](https://github.com/c0per)\n[@​LeBenLeBen](https://github.com/LeBenLeBen)\n[@​kettanaito](https://github.com/kettanaito)\n\n</details>\n\n<details>\n<summary>mswjs/msw (msw)</summary>\n\n###\n[`v2.7.0`](https://github.com/mswjs/msw/releases/tag/v2.7.0)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.9...v2.7.0)\n\n#### v2.7.0 (2024-12-17)\n\n##### Features\n\n- use `picocolors` instead of `chalk`\n([#​2377](https://github.com/mswjs/msw/issues/2377))\n([`85bdd82`](https://github.com/mswjs/msw/commit/85bdd82dfe4cd3d514d7820dad3338b485084fbf))\n[@​Namchee](https://github.com/Namchee)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.9`](https://github.com/mswjs/msw/releases/tag/v2.6.9)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.8...v2.6.9)\n\n#### v2.6.9 (2024-12-16)\n\n##### Bug Fixes\n\n- support `SharedArrayBuffer` in `HttpResponse.arrayBuffer`\n([#​2389](https://github.com/mswjs/msw/issues/2389))\n([`41f00e1`](https://github.com/mswjs/msw/commit/41f00e1a67e21010ab9c1a46c8e92193b655f24a))\n[@​danilofuchs](https://github.com/danilofuchs)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.8`](https://github.com/mswjs/msw/releases/tag/v2.6.8)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.7...v2.6.8)\n\n#### v2.6.8 (2024-12-07)\n\n##### Bug Fixes\n\n- **setupServer:** reapply interception after calling `server.listen()`\nafter `server.close()`\n([#​2383](https://github.com/mswjs/msw/issues/2383))\n([`00da9ca`](https://github.com/mswjs/msw/commit/00da9cad4249b61732ee375d9dbefeb76028cc2b))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.7`](https://github.com/mswjs/msw/releases/tag/v2.6.7)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.6...v2.6.7)\n\n#### v2.6.7 (2024-12-06)\n\n##### Bug Fixes\n\n- **setupWorker:** correctly delete internal `accept` header on\npassthrough\n([#​2375](https://github.com/mswjs/msw/issues/2375))\n([`3f40055`](https://github.com/mswjs/msw/commit/3f40055b1d3814da4b30e5eb7555e09b1084798c))\n[@​smouillour](https://github.com/smouillour)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.6`](https://github.com/mswjs/msw/releases/tag/v2.6.6)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.5...v2.6.6)\n\n#### v2.6.6 (2024-11-22)\n\n##### Bug Fixes\n\n- **types:** support optional path parameters\n([#​2368](https://github.com/mswjs/msw/issues/2368))\n([`3b7b776`](https://github.com/mswjs/msw/commit/3b7b776e8c0de341185df4686a895c24326748d3))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.5`](https://github.com/mswjs/msw/releases/tag/v2.6.5)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.4...v2.6.5)\n\n#### v2.6.5 (2024-11-16)\n\n##### Bug Fixes\n\n- support non-configurable responses\n([#​2360](https://github.com/mswjs/msw/issues/2360))\n([`5bf3e3b`](https://github.com/mswjs/msw/commit/5bf3e3bf5f9a6d32c79410c11abd539ec4c2ddc5))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.4`](https://github.com/mswjs/msw/releases/tag/v2.6.4)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.3...v2.6.4)\n\n#### v2.6.4 (2024-11-10)\n\n##### Bug Fixes\n\n- prevent infinite loop when bypassing `sendBeacon()` requests\n([#​2353](https://github.com/mswjs/msw/issues/2353))\n([`2fa98c3`](https://github.com/mswjs/msw/commit/2fa98c327acc51189f87789d9155c4ec57be2299))\n[@​kettanaito](https://github.com/kettanaito)\n- remove the internal bypass request header before performing the\nrequest as-is in Node.js\n([#​2353](https://github.com/mswjs/msw/issues/2353))\n([`2fa98c3`](https://github.com/mswjs/msw/commit/2fa98c327acc51189f87789d9155c4ec57be2299))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.3`](https://github.com/mswjs/msw/releases/tag/v2.6.3)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.2...v2.6.3)\n\n#### v2.6.3 (2024-11-10)\n\n##### Bug Fixes\n\n- **handleRequest:** remove `transformResponse` option\n([#​2351](https://github.com/mswjs/msw/issues/2351))\n([`74c4a3a`](https://github.com/mswjs/msw/commit/74c4a3a89970bbfc498c812790daef13766dea72))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.2`](https://github.com/mswjs/msw/releases/tag/v2.6.2)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.1...v2.6.2)\n\n#### v2.6.2 (2024-11-07)\n\n##### Bug Fixes\n\n- update `@bundled-es-modules/cookie` to 2.0.1\n([#​2312](https://github.com/mswjs/msw/issues/2312))\n([`c134352`](https://github.com/mswjs/msw/commit/c134352e8206b91740247f4f196767ab8a8eb921))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.1`](https://github.com/mswjs/msw/releases/tag/v2.6.1)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.0...v2.6.1)\n\n#### v2.6.1 (2024-11-06)\n\n##### Bug Fixes\n\n- prevent `instanceof` handler check failures between different MSW\nversions\n([#​2349](https://github.com/mswjs/msw/issues/2349))\n([`28d26bd`](https://github.com/mswjs/msw/commit/28d26bd7fa585d76f9ca69a67dfa70a234450ed9))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.0`](https://github.com/mswjs/msw/releases/tag/v2.6.0)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.5.2...v2.6.0)\n\n#### v2.6.0 (2024-10-29)\n\n##### Features\n\n- support mocking WebSocket APIs\n([#​2011](https://github.com/mswjs/msw/issues/2011))\n([`ae786f5`](https://github.com/mswjs/msw/commit/ae786f59eb86b3d08c0fa5183ffca90e32af6448))\n[@​kettanaito](https://github.com/kettanaito)\n[@​DanielleHuisman](https://github.com/DanielleHuisman)\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👻 **Immortal**: This PR will be recreated if closed unmerged. Get\n[config\nhelp](https://github.com/renovatebot/renovate/discussions) if\nthat's undesired.\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\n---------\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: Sean Rathier <[email protected]>\nCo-authored-by: seanrathier <[email protected]>","sha":"837667d3424b333f911573d47763a4c7c3f17316","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Cloud Security","backport:all-open","v9.1.0"],"title":"Update @elastic/kibana-cloud-security-posture dependencies (main)","number":208427,"url":"https://github.com/elastic/kibana/pull/208427","mergeCommit":{"message":"Update @elastic/kibana-cloud-security-posture dependencies (main) (#208427)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change | Pending |\n|---|---|---|---|---|\n| [@mswjs/http-middleware](https://mswjs.io)\n([source](https://github.com/mswjs/http-middleware)) |\ndevDependencies | patch | [`0.10.1` ->\n`0.10.3`](https://renovatebot.com/diffs/npm/@mswjs%2fhttp-middleware/0.10.1/0.10.3)\n| |\n| [msw](https://mswjs.io)\n([source](https://github.com/mswjs/msw)) | devDependencies |\nminor | [`~2.5.2` ->\n`~2.7.0`](https://renovatebot.com/diffs/npm/msw/2.5.2/2.7.0) | `2.7.3`\n(+2) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>mswjs/http-middleware (@​mswjs/http-middleware)</summary>\n\n###\n[`v0.10.3`](https://github.com/mswjs/http-middleware/releases/tag/v0.10.3)\n\n[Compare\nSource](https://github.com/mswjs/http-middleware/compare/v0.10.2...v0.10.3)\n\n#### v0.10.3 (2025-01-12)\n\n##### Bug Fixes\n\n- remove unused `parserOptions`, fix handlers type\n([#​51](https://github.com/mswjs/http-middleware/issues/51))\n([`372fd85`](https://github.com/mswjs/http-middleware/commit/372fd85464d3f90d2d8847cf0abe0c5e67aa9d4f))\n[@​vivekmiyani](https://github.com/vivekmiyani)\n\n###\n[`v0.10.2`](https://github.com/mswjs/http-middleware/releases/tag/v0.10.2)\n\n[Compare\nSource](https://github.com/mswjs/http-middleware/compare/v0.10.1...v0.10.2)\n\n#### v0.10.2 (2024-10-25)\n\n##### Bug Fixes\n\n- consume undisturbed request stream as-is\n([#​39](https://github.com/mswjs/http-middleware/issues/39))\n([`13cee76`](https://github.com/mswjs/http-middleware/commit/13cee76e5aa3cc0d4dd0067b34655214a786b61a))\n[@​c0per](https://github.com/c0per)\n[@​LeBenLeBen](https://github.com/LeBenLeBen)\n[@​kettanaito](https://github.com/kettanaito)\n\n</details>\n\n<details>\n<summary>mswjs/msw (msw)</summary>\n\n###\n[`v2.7.0`](https://github.com/mswjs/msw/releases/tag/v2.7.0)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.9...v2.7.0)\n\n#### v2.7.0 (2024-12-17)\n\n##### Features\n\n- use `picocolors` instead of `chalk`\n([#​2377](https://github.com/mswjs/msw/issues/2377))\n([`85bdd82`](https://github.com/mswjs/msw/commit/85bdd82dfe4cd3d514d7820dad3338b485084fbf))\n[@​Namchee](https://github.com/Namchee)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.9`](https://github.com/mswjs/msw/releases/tag/v2.6.9)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.8...v2.6.9)\n\n#### v2.6.9 (2024-12-16)\n\n##### Bug Fixes\n\n- support `SharedArrayBuffer` in `HttpResponse.arrayBuffer`\n([#​2389](https://github.com/mswjs/msw/issues/2389))\n([`41f00e1`](https://github.com/mswjs/msw/commit/41f00e1a67e21010ab9c1a46c8e92193b655f24a))\n[@​danilofuchs](https://github.com/danilofuchs)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.8`](https://github.com/mswjs/msw/releases/tag/v2.6.8)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.7...v2.6.8)\n\n#### v2.6.8 (2024-12-07)\n\n##### Bug Fixes\n\n- **setupServer:** reapply interception after calling `server.listen()`\nafter `server.close()`\n([#​2383](https://github.com/mswjs/msw/issues/2383))\n([`00da9ca`](https://github.com/mswjs/msw/commit/00da9cad4249b61732ee375d9dbefeb76028cc2b))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.7`](https://github.com/mswjs/msw/releases/tag/v2.6.7)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.6...v2.6.7)\n\n#### v2.6.7 (2024-12-06)\n\n##### Bug Fixes\n\n- **setupWorker:** correctly delete internal `accept` header on\npassthrough\n([#​2375](https://github.com/mswjs/msw/issues/2375))\n([`3f40055`](https://github.com/mswjs/msw/commit/3f40055b1d3814da4b30e5eb7555e09b1084798c))\n[@​smouillour](https://github.com/smouillour)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.6`](https://github.com/mswjs/msw/releases/tag/v2.6.6)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.5...v2.6.6)\n\n#### v2.6.6 (2024-11-22)\n\n##### Bug Fixes\n\n- **types:** support optional path parameters\n([#​2368](https://github.com/mswjs/msw/issues/2368))\n([`3b7b776`](https://github.com/mswjs/msw/commit/3b7b776e8c0de341185df4686a895c24326748d3))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.5`](https://github.com/mswjs/msw/releases/tag/v2.6.5)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.4...v2.6.5)\n\n#### v2.6.5 (2024-11-16)\n\n##### Bug Fixes\n\n- support non-configurable responses\n([#​2360](https://github.com/mswjs/msw/issues/2360))\n([`5bf3e3b`](https://github.com/mswjs/msw/commit/5bf3e3bf5f9a6d32c79410c11abd539ec4c2ddc5))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.4`](https://github.com/mswjs/msw/releases/tag/v2.6.4)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.3...v2.6.4)\n\n#### v2.6.4 (2024-11-10)\n\n##### Bug Fixes\n\n- prevent infinite loop when bypassing `sendBeacon()` requests\n([#​2353](https://github.com/mswjs/msw/issues/2353))\n([`2fa98c3`](https://github.com/mswjs/msw/commit/2fa98c327acc51189f87789d9155c4ec57be2299))\n[@​kettanaito](https://github.com/kettanaito)\n- remove the internal bypass request header before performing the\nrequest as-is in Node.js\n([#​2353](https://github.com/mswjs/msw/issues/2353))\n([`2fa98c3`](https://github.com/mswjs/msw/commit/2fa98c327acc51189f87789d9155c4ec57be2299))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.3`](https://github.com/mswjs/msw/releases/tag/v2.6.3)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.2...v2.6.3)\n\n#### v2.6.3 (2024-11-10)\n\n##### Bug Fixes\n\n- **handleRequest:** remove `transformResponse` option\n([#​2351](https://github.com/mswjs/msw/issues/2351))\n([`74c4a3a`](https://github.com/mswjs/msw/commit/74c4a3a89970bbfc498c812790daef13766dea72))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.2`](https://github.com/mswjs/msw/releases/tag/v2.6.2)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.1...v2.6.2)\n\n#### v2.6.2 (2024-11-07)\n\n##### Bug Fixes\n\n- update `@bundled-es-modules/cookie` to 2.0.1\n([#​2312](https://github.com/mswjs/msw/issues/2312))\n([`c134352`](https://github.com/mswjs/msw/commit/c134352e8206b91740247f4f196767ab8a8eb921))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.1`](https://github.com/mswjs/msw/releases/tag/v2.6.1)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.0...v2.6.1)\n\n#### v2.6.1 (2024-11-06)\n\n##### Bug Fixes\n\n- prevent `instanceof` handler check failures between different MSW\nversions\n([#​2349](https://github.com/mswjs/msw/issues/2349))\n([`28d26bd`](https://github.com/mswjs/msw/commit/28d26bd7fa585d76f9ca69a67dfa70a234450ed9))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.0`](https://github.com/mswjs/msw/releases/tag/v2.6.0)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.5.2...v2.6.0)\n\n#### v2.6.0 (2024-10-29)\n\n##### Features\n\n- support mocking WebSocket APIs\n([#​2011](https://github.com/mswjs/msw/issues/2011))\n([`ae786f5`](https://github.com/mswjs/msw/commit/ae786f59eb86b3d08c0fa5183ffca90e32af6448))\n[@​kettanaito](https://github.com/kettanaito)\n[@​DanielleHuisman](https://github.com/DanielleHuisman)\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👻 **Immortal**: This PR will be recreated if closed unmerged. Get\n[config\nhelp](https://github.com/renovatebot/renovate/discussions) if\nthat's undesired.\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\n---------\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: Sean Rathier <[email protected]>\nCo-authored-by: seanrathier <[email protected]>","sha":"837667d3424b333f911573d47763a4c7c3f17316"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/208427","number":208427,"mergeCommit":{"message":"Update @elastic/kibana-cloud-security-posture dependencies (main) (#208427)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change | Pending |\n|---|---|---|---|---|\n| [@mswjs/http-middleware](https://mswjs.io)\n([source](https://github.com/mswjs/http-middleware)) |\ndevDependencies | patch | [`0.10.1` ->\n`0.10.3`](https://renovatebot.com/diffs/npm/@mswjs%2fhttp-middleware/0.10.1/0.10.3)\n| |\n| [msw](https://mswjs.io)\n([source](https://github.com/mswjs/msw)) | devDependencies |\nminor | [`~2.5.2` ->\n`~2.7.0`](https://renovatebot.com/diffs/npm/msw/2.5.2/2.7.0) | `2.7.3`\n(+2) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>mswjs/http-middleware (@​mswjs/http-middleware)</summary>\n\n###\n[`v0.10.3`](https://github.com/mswjs/http-middleware/releases/tag/v0.10.3)\n\n[Compare\nSource](https://github.com/mswjs/http-middleware/compare/v0.10.2...v0.10.3)\n\n#### v0.10.3 (2025-01-12)\n\n##### Bug Fixes\n\n- remove unused `parserOptions`, fix handlers type\n([#​51](https://github.com/mswjs/http-middleware/issues/51))\n([`372fd85`](https://github.com/mswjs/http-middleware/commit/372fd85464d3f90d2d8847cf0abe0c5e67aa9d4f))\n[@​vivekmiyani](https://github.com/vivekmiyani)\n\n###\n[`v0.10.2`](https://github.com/mswjs/http-middleware/releases/tag/v0.10.2)\n\n[Compare\nSource](https://github.com/mswjs/http-middleware/compare/v0.10.1...v0.10.2)\n\n#### v0.10.2 (2024-10-25)\n\n##### Bug Fixes\n\n- consume undisturbed request stream as-is\n([#​39](https://github.com/mswjs/http-middleware/issues/39))\n([`13cee76`](https://github.com/mswjs/http-middleware/commit/13cee76e5aa3cc0d4dd0067b34655214a786b61a))\n[@​c0per](https://github.com/c0per)\n[@​LeBenLeBen](https://github.com/LeBenLeBen)\n[@​kettanaito](https://github.com/kettanaito)\n\n</details>\n\n<details>\n<summary>mswjs/msw (msw)</summary>\n\n###\n[`v2.7.0`](https://github.com/mswjs/msw/releases/tag/v2.7.0)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.9...v2.7.0)\n\n#### v2.7.0 (2024-12-17)\n\n##### Features\n\n- use `picocolors` instead of `chalk`\n([#​2377](https://github.com/mswjs/msw/issues/2377))\n([`85bdd82`](https://github.com/mswjs/msw/commit/85bdd82dfe4cd3d514d7820dad3338b485084fbf))\n[@​Namchee](https://github.com/Namchee)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.9`](https://github.com/mswjs/msw/releases/tag/v2.6.9)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.8...v2.6.9)\n\n#### v2.6.9 (2024-12-16)\n\n##### Bug Fixes\n\n- support `SharedArrayBuffer` in `HttpResponse.arrayBuffer`\n([#​2389](https://github.com/mswjs/msw/issues/2389))\n([`41f00e1`](https://github.com/mswjs/msw/commit/41f00e1a67e21010ab9c1a46c8e92193b655f24a))\n[@​danilofuchs](https://github.com/danilofuchs)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.8`](https://github.com/mswjs/msw/releases/tag/v2.6.8)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.7...v2.6.8)\n\n#### v2.6.8 (2024-12-07)\n\n##### Bug Fixes\n\n- **setupServer:** reapply interception after calling `server.listen()`\nafter `server.close()`\n([#​2383](https://github.com/mswjs/msw/issues/2383))\n([`00da9ca`](https://github.com/mswjs/msw/commit/00da9cad4249b61732ee375d9dbefeb76028cc2b))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.7`](https://github.com/mswjs/msw/releases/tag/v2.6.7)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.6...v2.6.7)\n\n#### v2.6.7 (2024-12-06)\n\n##### Bug Fixes\n\n- **setupWorker:** correctly delete internal `accept` header on\npassthrough\n([#​2375](https://github.com/mswjs/msw/issues/2375))\n([`3f40055`](https://github.com/mswjs/msw/commit/3f40055b1d3814da4b30e5eb7555e09b1084798c))\n[@​smouillour](https://github.com/smouillour)\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.6`](https://github.com/mswjs/msw/releases/tag/v2.6.6)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.5...v2.6.6)\n\n#### v2.6.6 (2024-11-22)\n\n##### Bug Fixes\n\n- **types:** support optional path parameters\n([#​2368](https://github.com/mswjs/msw/issues/2368))\n([`3b7b776`](https://github.com/mswjs/msw/commit/3b7b776e8c0de341185df4686a895c24326748d3))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.5`](https://github.com/mswjs/msw/releases/tag/v2.6.5)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.4...v2.6.5)\n\n#### v2.6.5 (2024-11-16)\n\n##### Bug Fixes\n\n- support non-configurable responses\n([#​2360](https://github.com/mswjs/msw/issues/2360))\n([`5bf3e3b`](https://github.com/mswjs/msw/commit/5bf3e3bf5f9a6d32c79410c11abd539ec4c2ddc5))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.4`](https://github.com/mswjs/msw/releases/tag/v2.6.4)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.3...v2.6.4)\n\n#### v2.6.4 (2024-11-10)\n\n##### Bug Fixes\n\n- prevent infinite loop when bypassing `sendBeacon()` requests\n([#​2353](https://github.com/mswjs/msw/issues/2353))\n([`2fa98c3`](https://github.com/mswjs/msw/commit/2fa98c327acc51189f87789d9155c4ec57be2299))\n[@​kettanaito](https://github.com/kettanaito)\n- remove the internal bypass request header before performing the\nrequest as-is in Node.js\n([#​2353](https://github.com/mswjs/msw/issues/2353))\n([`2fa98c3`](https://github.com/mswjs/msw/commit/2fa98c327acc51189f87789d9155c4ec57be2299))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.3`](https://github.com/mswjs/msw/releases/tag/v2.6.3)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.2...v2.6.3)\n\n#### v2.6.3 (2024-11-10)\n\n##### Bug Fixes\n\n- **handleRequest:** remove `transformResponse` option\n([#​2351](https://github.com/mswjs/msw/issues/2351))\n([`74c4a3a`](https://github.com/mswjs/msw/commit/74c4a3a89970bbfc498c812790daef13766dea72))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.2`](https://github.com/mswjs/msw/releases/tag/v2.6.2)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.1...v2.6.2)\n\n#### v2.6.2 (2024-11-07)\n\n##### Bug Fixes\n\n- update `@bundled-es-modules/cookie` to 2.0.1\n([#​2312](https://github.com/mswjs/msw/issues/2312))\n([`c134352`](https://github.com/mswjs/msw/commit/c134352e8206b91740247f4f196767ab8a8eb921))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.1`](https://github.com/mswjs/msw/releases/tag/v2.6.1)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.6.0...v2.6.1)\n\n#### v2.6.1 (2024-11-06)\n\n##### Bug Fixes\n\n- prevent `instanceof` handler check failures between different MSW\nversions\n([#​2349](https://github.com/mswjs/msw/issues/2349))\n([`28d26bd`](https://github.com/mswjs/msw/commit/28d26bd7fa585d76f9ca69a67dfa70a234450ed9))\n[@​kettanaito](https://github.com/kettanaito)\n\n###\n[`v2.6.0`](https://github.com/mswjs/msw/releases/tag/v2.6.0)\n\n[Compare\nSource](https://github.com/mswjs/msw/compare/v2.5.2...v2.6.0)\n\n#### v2.6.0 (2024-10-29)\n\n##### Features\n\n- support mocking WebSocket APIs\n([#​2011](https://github.com/mswjs/msw/issues/2011))\n([`ae786f5`](https://github.com/mswjs/msw/commit/ae786f59eb86b3d08c0fa5183ffca90e32af6448))\n[@​kettanaito](https://github.com/kettanaito)\n[@​DanielleHuisman](https://github.com/DanielleHuisman)\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👻 **Immortal**: This PR will be recreated if closed unmerged. Get\n[config\nhelp](https://github.com/renovatebot/renovate/discussions) if\nthat's undesired.\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\n---------\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by: Sean Rathier <[email protected]>\nCo-authored-by: seanrathier <[email protected]>","sha":"837667d3424b333f911573d47763a4c7c3f17316"}}]}] BACKPORT--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
This PR contains the following updates:
0.10.1
->0.10.3
~2.5.2
->~2.7.0
2.7.3
(+2)Release Notes
mswjs/http-middleware (@mswjs/http-middleware)
v0.10.3
Compare Source
v0.10.3 (2025-01-12)
Bug Fixes
parserOptions
, fix handlers type (#51) (372fd85
) @vivekmiyaniv0.10.2
Compare Source
v0.10.2 (2024-10-25)
Bug Fixes
13cee76
) @c0per @LeBenLeBen @kettanaitomswjs/msw (msw)
v2.7.0
Compare Source
v2.7.0 (2024-12-17)
Features
picocolors
instead ofchalk
(#2377) (85bdd82
) @Namchee @kettanaitov2.6.9
Compare Source
v2.6.9 (2024-12-16)
Bug Fixes
SharedArrayBuffer
inHttpResponse.arrayBuffer
(#2389) (41f00e1
) @danilofuchs @kettanaitov2.6.8
Compare Source
v2.6.8 (2024-12-07)
Bug Fixes
server.listen()
afterserver.close()
(#2383) (00da9ca
) @kettanaitov2.6.7
Compare Source
v2.6.7 (2024-12-06)
Bug Fixes
accept
header on passthrough (#2375) (3f40055
) @smouillour @kettanaitov2.6.6
Compare Source
v2.6.6 (2024-11-22)
Bug Fixes
3b7b776
) @kettanaitov2.6.5
Compare Source
v2.6.5 (2024-11-16)
Bug Fixes
5bf3e3b
) @kettanaitov2.6.4
Compare Source
v2.6.4 (2024-11-10)
Bug Fixes
sendBeacon()
requests (#2353) (2fa98c3
) @kettanaito2fa98c3
) @kettanaitov2.6.3
Compare Source
v2.6.3 (2024-11-10)
Bug Fixes
transformResponse
option (#2351) (74c4a3a
) @kettanaitov2.6.2
Compare Source
v2.6.2 (2024-11-07)
Bug Fixes
@bundled-es-modules/cookie
to 2.0.1 (#2312) (c134352
) @kettanaitov2.6.1
Compare Source
v2.6.1 (2024-11-06)
Bug Fixes
instanceof
handler check failures between different MSW versions (#2349) (28d26bd
) @kettanaitov2.6.0
Compare Source
v2.6.0 (2024-10-29)
Features
ae786f5
) @kettanaito @DanielleHuismanConfiguration
📅 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.