mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
chore(deps): update dependency msw to v2.3.5 (#7816)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [msw](https://mswjs.io) ([source](https://togithub.com/mswjs/msw)) |
[`2.3.4` -> `2.3.5`](https://renovatebot.com/diffs/npm/msw/2.3.4/2.3.5)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/msw/2.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/msw/2.3.4/2.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.3.4/2.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>mswjs/msw (msw)</summary>
### [`v2.3.5`](https://togithub.com/mswjs/msw/releases/tag/v2.3.5)
[Compare Source](https://togithub.com/mswjs/msw/compare/v2.3.4...v2.3.5)
#### v2.3.5 (2024-08-02)
##### Bug Fixes
- **HttpResponse:** skip setting "Content-Length" if it is already set
([#​2228](https://togithub.com/mswjs/msw/issues/2228))
([`a0234c9`](a0234c9abe
))
[@​kettanaito](https://togithub.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://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
42610768d0
commit
02fbe83358
@ -94,7 +94,7 @@
|
||||
"lodash.mapvalues": "^4.6.0",
|
||||
"lodash.omit": "4.5.0",
|
||||
"millify": "^6.0.0",
|
||||
"msw": "2.3.4",
|
||||
"msw": "2.3.5",
|
||||
"pkginfo": "0.4.1",
|
||||
"plausible-tracker": "0.3.9",
|
||||
"prop-types": "15.8.1",
|
||||
|
@ -7334,9 +7334,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"msw@npm:2.3.4":
|
||||
version: 2.3.4
|
||||
resolution: "msw@npm:2.3.4"
|
||||
"msw@npm:2.3.5":
|
||||
version: 2.3.5
|
||||
resolution: "msw@npm:2.3.5"
|
||||
dependencies:
|
||||
"@bundled-es-modules/cookie": "npm:^2.0.0"
|
||||
"@bundled-es-modules/statuses": "npm:^1.0.1"
|
||||
@ -7362,7 +7362,7 @@ __metadata:
|
||||
optional: true
|
||||
bin:
|
||||
msw: cli/index.js
|
||||
checksum: 10c0/e9a5a1de80f1688c1dd5c4de86c0192891568912d0f98500b552ecfe233d80559941d2bd563b3f7a792919a8a5fd380e222461f4b2a331ab1ab65fcb5fe30a97
|
||||
checksum: 10c0/f944d8eb67ccdcf74aba0ce433395a9616420b8b36d43f033635817ef7535553c7bf6854392a95b093546e3481ca99e9017525b6c0bd02f51528b669e672214d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -9827,7 +9827,7 @@ __metadata:
|
||||
lodash.mapvalues: "npm:^4.6.0"
|
||||
lodash.omit: "npm:4.5.0"
|
||||
millify: "npm:^6.0.0"
|
||||
msw: "npm:2.3.4"
|
||||
msw: "npm:2.3.5"
|
||||
orval: "npm:^6.17.0"
|
||||
pkginfo: "npm:0.4.1"
|
||||
plausible-tracker: "npm:0.3.9"
|
||||
|
Loading…
Reference in New Issue
Block a user