mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
chore(deps): update dependency msw to v2.4.4 (#8167)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [msw](https://mswjs.io) ([source](https://redirect.github.com/mswjs/msw)) | [`2.4.1` -> `2.4.4`](https://renovatebot.com/diffs/npm/msw/2.4.1/2.4.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/msw/2.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/msw/2.4.1/2.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.4.1/2.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mswjs/msw (msw)</summary> ### [`v2.4.4`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.4) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.4.3...v2.4.4) #### v2.4.4 (2024-09-08) ##### Bug Fixes - **fetch:** follow mocked redirect responses ([#​2268](https://redirect.github.com/mswjs/msw/issues/2268)) ([`f5785bf`](f5785bfba1
)) [@​kettanaito](https://redirect.github.com/kettanaito) ### [`v2.4.3`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.3) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.4.2...v2.4.3) #### v2.4.3 (2024-09-07) ##### Bug Fixes - revert "graphql" as optional peer dependency ([#​2267](https://redirect.github.com/mswjs/msw/issues/2267)) ([`7cd39e7`](7cd39e787a
)) [@​kettanaito](https://redirect.github.com/kettanaito) ### [`v2.4.2`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.2) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.4.1...v2.4.2) #### v2.4.2 (2024-09-04) ##### Bug Fixes - **cli:** support windows paths in the `init` command ([#​2260](https://redirect.github.com/mswjs/msw/issues/2260)) ([`ba285b8`](ba285b887c
)) [@​ivanfernandez2646](https://redirect.github.com/ivanfernandez2646) [@​kettanaito](https://redirect.github.com/kettanaito) - use typescript@4.8 as the minimal supported version ([#​2251](https://redirect.github.com/mswjs/msw/issues/2251)) ([`6b2a7e6`](6b2a7e6be8
)) [@​THETCR](https://redirect.github.com/THETCR) [@​kettanaito](https://redirect.github.com/kettanaito) - keep `graphql` import as require in cjs ([#​2258](https://redirect.github.com/mswjs/msw/issues/2258)) ([`b977602`](b97760270b
)) [@​kettanaito](https://redirect.github.com/kettanaito) </details> --- ### 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 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
61f70ea232
commit
7a0bda5b51
@ -93,7 +93,7 @@
|
|||||||
"lodash.mapvalues": "^4.6.0",
|
"lodash.mapvalues": "^4.6.0",
|
||||||
"lodash.omit": "4.5.0",
|
"lodash.omit": "4.5.0",
|
||||||
"millify": "^6.0.0",
|
"millify": "^6.0.0",
|
||||||
"msw": "2.4.1",
|
"msw": "2.4.4",
|
||||||
"pkginfo": "0.4.1",
|
"pkginfo": "0.4.1",
|
||||||
"plausible-tracker": "0.3.9",
|
"plausible-tracker": "0.3.9",
|
||||||
"prop-types": "15.8.1",
|
"prop-types": "15.8.1",
|
||||||
|
@ -1398,17 +1398,17 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@mswjs/interceptors@npm:^0.29.0":
|
"@mswjs/interceptors@npm:^0.35.0":
|
||||||
version: 0.29.1
|
version: 0.35.6
|
||||||
resolution: "@mswjs/interceptors@npm:0.29.1"
|
resolution: "@mswjs/interceptors@npm:0.35.6"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@open-draft/deferred-promise": "npm:^2.2.0"
|
"@open-draft/deferred-promise": "npm:^2.2.0"
|
||||||
"@open-draft/logger": "npm:^0.3.0"
|
"@open-draft/logger": "npm:^0.3.0"
|
||||||
"@open-draft/until": "npm:^2.0.0"
|
"@open-draft/until": "npm:^2.0.0"
|
||||||
is-node-process: "npm:^1.2.0"
|
is-node-process: "npm:^1.2.0"
|
||||||
outvariant: "npm:^1.2.1"
|
outvariant: "npm:^1.4.3"
|
||||||
strict-event-emitter: "npm:^0.5.1"
|
strict-event-emitter: "npm:^0.5.1"
|
||||||
checksum: 10c0/816660a17b0e89e6e6955072b96882b5807c8c9faa316eab27104e8ba80e8e7d78b1862af42e1044156a5ae3ae2071289dc9211ecdc8fd5f7078d8c8a8a7caa3
|
checksum: 10c0/9472f640183675869368bf2ccf32354db0dfb320c754bcbfc683059f5380674598c59dde4fa58007f74817e31aa1dbd123787fcd0b1d37d53595aa718d06bfbe
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -5506,6 +5506,13 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"graphql@npm:^16.8.1":
|
||||||
|
version: 16.9.0
|
||||||
|
resolution: "graphql@npm:16.9.0"
|
||||||
|
checksum: 10c0/a8850f077ff767377237d1f8b1da2ec70aeb7623cdf1dfc9e1c7ae93accc0c8149c85abe68923be9871a2934b1bce5a2496f846d4d56e1cfb03eaaa7ddba9b6a
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"has-bigints@npm:^1.0.1, has-bigints@npm:^1.0.2":
|
"has-bigints@npm:^1.0.1, has-bigints@npm:^1.0.2":
|
||||||
version: 1.0.2
|
version: 1.0.2
|
||||||
resolution: "has-bigints@npm:1.0.2"
|
resolution: "has-bigints@npm:1.0.2"
|
||||||
@ -7297,19 +7304,20 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"msw@npm:2.4.1":
|
"msw@npm:2.4.4":
|
||||||
version: 2.4.1
|
version: 2.4.4
|
||||||
resolution: "msw@npm:2.4.1"
|
resolution: "msw@npm:2.4.4"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@bundled-es-modules/cookie": "npm:^2.0.0"
|
"@bundled-es-modules/cookie": "npm:^2.0.0"
|
||||||
"@bundled-es-modules/statuses": "npm:^1.0.1"
|
"@bundled-es-modules/statuses": "npm:^1.0.1"
|
||||||
"@bundled-es-modules/tough-cookie": "npm:^0.1.6"
|
"@bundled-es-modules/tough-cookie": "npm:^0.1.6"
|
||||||
"@inquirer/confirm": "npm:^3.0.0"
|
"@inquirer/confirm": "npm:^3.0.0"
|
||||||
"@mswjs/interceptors": "npm:^0.29.0"
|
"@mswjs/interceptors": "npm:^0.35.0"
|
||||||
"@open-draft/until": "npm:^2.1.0"
|
"@open-draft/until": "npm:^2.1.0"
|
||||||
"@types/cookie": "npm:^0.6.0"
|
"@types/cookie": "npm:^0.6.0"
|
||||||
"@types/statuses": "npm:^2.0.4"
|
"@types/statuses": "npm:^2.0.4"
|
||||||
chalk: "npm:^4.1.2"
|
chalk: "npm:^4.1.2"
|
||||||
|
graphql: "npm:^16.8.1"
|
||||||
headers-polyfill: "npm:^4.0.2"
|
headers-polyfill: "npm:^4.0.2"
|
||||||
is-node-process: "npm:^1.2.0"
|
is-node-process: "npm:^1.2.0"
|
||||||
outvariant: "npm:^1.4.2"
|
outvariant: "npm:^1.4.2"
|
||||||
@ -7318,16 +7326,13 @@ __metadata:
|
|||||||
type-fest: "npm:^4.9.0"
|
type-fest: "npm:^4.9.0"
|
||||||
yargs: "npm:^17.7.2"
|
yargs: "npm:^17.7.2"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
graphql: ">= 16.8.x"
|
typescript: ">= 4.8.x"
|
||||||
typescript: ">= 4.7.x"
|
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
graphql:
|
|
||||||
optional: true
|
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
bin:
|
bin:
|
||||||
msw: cli/index.js
|
msw: cli/index.js
|
||||||
checksum: 10c0/9952dd89c289ddb1f9eac36065364b7143d40535a28d1f8eb6b947dc54cdd0e9cb38d656551c886e413baaddcae3e4e1ca80f8613c55729c8fcd3dbc8488cbde
|
checksum: 10c0/0be51fbd6ef1b4fd8906353b6e40473f9466ea7ef9cc805e49c5937886721db20801b2322535b456d523040c012afb34e0e76a5beaa4891cbdde2408d2652094
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -7670,13 +7675,20 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"outvariant@npm:^1.2.1, outvariant@npm:^1.4.0, outvariant@npm:^1.4.2":
|
"outvariant@npm:^1.4.0, outvariant@npm:^1.4.2":
|
||||||
version: 1.4.2
|
version: 1.4.2
|
||||||
resolution: "outvariant@npm:1.4.2"
|
resolution: "outvariant@npm:1.4.2"
|
||||||
checksum: 10c0/48041425a4cb725ff8871b7d9889bfc2eaded867b9b35b6c2450a36fb3632543173098654990caa6c9e9f67d902b2a01f4402c301835e9ecaf4b4695d3161853
|
checksum: 10c0/48041425a4cb725ff8871b7d9889bfc2eaded867b9b35b6c2450a36fb3632543173098654990caa6c9e9f67d902b2a01f4402c301835e9ecaf4b4695d3161853
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"outvariant@npm:^1.4.3":
|
||||||
|
version: 1.4.3
|
||||||
|
resolution: "outvariant@npm:1.4.3"
|
||||||
|
checksum: 10c0/5976ca7740349cb8c71bd3382e2a762b1aeca6f33dc984d9d896acdf3c61f78c3afcf1bfe9cc633a7b3c4b295ec94d292048f83ea2b2594fae4496656eba992c
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"p-limit@npm:^3.0.2":
|
"p-limit@npm:^3.0.2":
|
||||||
version: 3.1.0
|
version: 3.1.0
|
||||||
resolution: "p-limit@npm:3.1.0"
|
resolution: "p-limit@npm:3.1.0"
|
||||||
@ -9790,7 +9802,7 @@ __metadata:
|
|||||||
lodash.mapvalues: "npm:^4.6.0"
|
lodash.mapvalues: "npm:^4.6.0"
|
||||||
lodash.omit: "npm:4.5.0"
|
lodash.omit: "npm:4.5.0"
|
||||||
millify: "npm:^6.0.0"
|
millify: "npm:^6.0.0"
|
||||||
msw: "npm:2.4.1"
|
msw: "npm:2.4.4"
|
||||||
orval: "npm:^6.17.0"
|
orval: "npm:^6.17.0"
|
||||||
pkginfo: "npm:0.4.1"
|
pkginfo: "npm:0.4.1"
|
||||||
plausible-tracker: "npm:0.3.9"
|
plausible-tracker: "npm:0.3.9"
|
||||||
|
Loading…
Reference in New Issue
Block a user