Skip to content

Commit

Permalink
chore(deps): update dependency msw to v2.7.3 (#9408)
Browse files Browse the repository at this point in the history
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.1` ->
`2.7.3`](https://renovatebot.com/diffs/npm/msw/2.7.1/2.7.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/msw/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/msw/2.7.1/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.7.1/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mswjs/msw (msw)</summary>

###
[`v2.7.3`](https://redirect.github.com/mswjs/msw/releases/tag/v2.7.3)

[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.7.2...v2.7.3)

#### v2.7.3 (2025-02-24)

##### Bug Fixes

- do not treat static asset requests as unhandled by default
([#&#8203;2440](https://redirect.github.com/mswjs/msw/issues/2440),
[docs](https://mswjs.io/docs/api/is-common-asset-request))
([`eb45e7a`](https://redirect.github.com/mswjs/msw/commit/eb45e7a93e2e4525c955ff0df1ec149c6b9de70e))
[@&#8203;kettanaito](https://redirect.github.com/kettanaito)

###
[`v2.7.2`](https://redirect.github.com/mswjs/msw/releases/tag/v2.7.2)

[Compare
Source](https://redirect.github.com/mswjs/msw/compare/v2.7.1...v2.7.2)

#### v2.7.2 (2025-02-24)

##### Bug Fixes

- **HttpResponse:** set the default `bodyType` to `any`
([#&#8203;2439](https://redirect.github.com/mswjs/msw/issues/2439))
([`bb1faf8`](https://redirect.github.com/mswjs/msw/commit/bb1faf80645c551053e773382d9b56775f8bb580))
[@&#8203;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 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.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 3, 2025
1 parent 4ae09fd commit add39ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"lodash.mapvalues": "^4.6.0",
"lodash.omit": "4.5.0",
"millify": "^6.0.0",
"msw": "2.7.1",
"msw": "2.7.3",
"orval": "^6.31.0",
"pkginfo": "0.4.1",
"plausible-tracker": "0.3.9",
Expand Down
10 changes: 5 additions & 5 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7578,9 +7578,9 @@ __metadata:
languageName: node
linkType: hard

"msw@npm:2.7.1":
version: 2.7.1
resolution: "msw@npm:2.7.1"
"msw@npm:2.7.3":
version: 2.7.3
resolution: "msw@npm:2.7.3"
dependencies:
"@bundled-es-modules/cookie": "npm:^2.0.1"
"@bundled-es-modules/statuses": "npm:^1.0.1"
Expand All @@ -7607,7 +7607,7 @@ __metadata:
optional: true
bin:
msw: cli/index.js
checksum: 10c0/3a25fecbdcaae565509f53a8cda93dc53db113af6d987dfb825ec7471814415f8853c8dc199ae91cc7c3918f9e1877c87607da40ccf1793be6c36b9bf81aa391
checksum: 10c0/47cad1c4b4615b312477c8977fddfda3e90becd8efc2d81d73be8fb860e45ad0d3f7bca6d4f70ae7ed21894e93975bda66d609aafc3a1c99cb923c5ef67f8686
languageName: node
linkType: hard

Expand Down Expand Up @@ -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.1"
msw: "npm:2.7.3"
orval: "npm:^6.31.0"
pkginfo: "npm:0.4.1"
plausible-tracker: "npm:0.3.9"
Expand Down

0 comments on commit add39ad

Please sign in to comment.