From 1f5c07e3aa8c0c297a60bfe063b19aca6ae6f608 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 18:59:52 +0000 Subject: [PATCH] chore(deps): update dependency msw to v2.7.1 (#9387) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [msw](https://mswjs.io) ([source](https://redirect.github.com/mswjs/msw)) | [`2.7.0` -> `2.7.1`](https://renovatebot.com/diffs/npm/msw/2.7.0/2.7.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/msw/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/msw/2.7.0/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.7.0/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
mswjs/msw (msw) ### [`v2.7.1`](https://redirect.github.com/mswjs/msw/releases/tag/v2.7.1) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.7.0...v2.7.1) #### v2.7.1 (2025-02-20) ##### Bug Fixes - **HttpResponse:** support non-configurable status codes ([#​2434](https://redirect.github.com/mswjs/msw/issues/2434)) ([`0cf639e`](https://redirect.github.com/mswjs/msw/commit/0cf639e9c12b25093fe8aa0cce865168ea7db978)) [@​kettanaito](https://redirect.github.com/kettanaito)
--- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index eec0ee4d35..cc1cd20435 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -94,7 +94,7 @@ "lodash.mapvalues": "^4.6.0", "lodash.omit": "4.5.0", "millify": "^6.0.0", - "msw": "2.7.0", + "msw": "2.7.1", "orval": "^6.31.0", "pkginfo": "0.4.1", "plausible-tracker": "0.3.9", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 019939bdd6..8af3a9399c 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -7578,9 +7578,9 @@ __metadata: languageName: node linkType: hard -"msw@npm:2.7.0": - version: 2.7.0 - resolution: "msw@npm:2.7.0" +"msw@npm:2.7.1": + version: 2.7.1 + resolution: "msw@npm:2.7.1" dependencies: "@bundled-es-modules/cookie": "npm:^2.0.1" "@bundled-es-modules/statuses": "npm:^1.0.1" @@ -7607,7 +7607,7 @@ __metadata: optional: true bin: msw: cli/index.js - checksum: 10c0/14fb8299dcb6bcf2c6b3777a3127ed6be795a281598394022650b82889f1b70e0ada96559fefead351b18ed5db4e0a3a64367b758dd64f74dea63edc8eb2b551 + checksum: 10c0/3a25fecbdcaae565509f53a8cda93dc53db113af6d987dfb825ec7471814415f8853c8dc199ae91cc7c3918f9e1877c87607da40ccf1793be6c36b9bf81aa391 languageName: node linkType: hard @@ -10131,7 +10131,7 @@ __metadata: lodash.mapvalues: "npm:^4.6.0" lodash.omit: "npm:4.5.0" millify: "npm:^6.0.0" - msw: "npm:2.7.0" + msw: "npm:2.7.1" orval: "npm:^6.31.0" pkginfo: "npm:0.4.1" plausible-tracker: "npm:0.3.9"