From 8beddc81118bf384f603b03c67dd6f4ca40a8551 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Sun, 13 Jul 2025 10:39:52 +0300 Subject: [PATCH] Update dependency msw to ~2.10.3 (main) (#227672) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [msw](https://mswjs.io) ([source](https://redirect.github.com/mswjs/msw)) | devDependencies | patch | [`~2.10.2` -> `~2.10.3`](https://renovatebot.com/diffs/npm/msw/2.10.2/2.10.3) | --- ### Release Notes
mswjs/msw (msw) ### [`v2.10.3`](https://redirect.github.com/mswjs/msw/releases/tag/v2.10.3) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.10.2...v2.10.3) #### v2.10.3 (2025-07-04) ##### Bug Fixes - **ws:** support `resolutionContext` on `parse` and `run` ([#​2544](https://redirect.github.com/mswjs/msw/issues/2544)) ([`0245685`](https://redirect.github.com/mswjs/msw/commit/024568571990b6068601a0ba9f03e143ccbbfffb)) [@​kettanaito](https://redirect.github.com/kettanaito) - **getResponse:** support `resolutionContext` argument ([#​2543](https://redirect.github.com/mswjs/msw/issues/2543)) ([`ce3ab1f`](https://redirect.github.com/mswjs/msw/commit/ce3ab1fdd3b353d6a1d8db3c69532bde44483a8a)) [@​kettanaito](https://redirect.github.com/kettanaito)
--- ### 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. --- - [ ] 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). Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> (cherry picked from commit c59f244f649a491147d2779e74ba56b3c3d7920e) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index aa41f60e233e7..8c68a750a223f 100644 --- a/package.json +++ b/package.json @@ -1903,7 +1903,7 @@ "mochawesome-merge": "^4.3.0", "mock-fs": "^5.1.2", "ms-chromium-edge-driver": "^0.5.1", - "msw": "~2.10.2", + "msw": "~2.10.3", "mutation-observer": "^1.0.3", "nock": "12.0.3", "node-stdlib-browser": "^1.3.1", diff --git a/yarn.lock b/yarn.lock index b569de1c01dd3..0227e8de0e9aa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -24720,10 +24720,10 @@ msgpackr@^1.11.2: optionalDependencies: msgpackr-extract "^3.0.2" -msw@~2.10.2: - version "2.10.2" - resolved "https://registry.yarnpkg.com/msw/-/msw-2.10.2.tgz#e7a56ed0b6865b00a30b4c4a5b59e5388fd48315" - integrity sha512-RCKM6IZseZQCWcSWlutdf590M8nVfRHG1ImwzOtwz8IYxgT4zhUO0rfTcTvDGiaFE0Rhcc+h43lcF3Jc9gFtwQ== +msw@~2.10.3: + version "2.10.3" + resolved "https://registry.yarnpkg.com/msw/-/msw-2.10.3.tgz#accd0925d2852e9aaa2c86d4fdd724288fee5f35" + integrity sha512-rpqW4wIqISJlgDfu3tiqzuWC/d6jofSuMUsBu1rwepzSwX21aQoagsd+fjahJ8sewa6FwlYhu4no+jfGVQm2IA== dependencies: "@bundled-es-modules/cookie" "^2.0.1" "@bundled-es-modules/statuses" "^1.0.1"