Skip to content

Commit

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

---

### Release Notes

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

### [`v2.2.3`](https://togithub.com/mswjs/msw/releases/tag/v2.2.3)

[Compare Source](https://togithub.com/mswjs/msw/compare/v2.2.2...v2.2.3)

#### v2.2.3 (2024-03-08)

##### Bug Fixes

- remove the upper range for `typescript` peer dependency
([#&#8203;2077](https://togithub.com/mswjs/msw/issues/2077))
([`07cc073`](https://togithub.com/mswjs/msw/commit/07cc073f0ddd46333de4ba42d3dc0dd2d01925b6))
[@&#8203;kettanaito](https://togithub.com/kettanaito)

### [`v2.2.2`](https://togithub.com/mswjs/msw/releases/tag/v2.2.2)

[Compare Source](https://togithub.com/mswjs/msw/compare/v2.2.1...v2.2.2)

#### v2.2.2 (2024-02-28)

##### Bug Fixes

- set correct "Content-Length" response header for special characters
([#&#8203;2045](https://togithub.com/mswjs/msw/issues/2045))
([#&#8203;2046](https://togithub.com/mswjs/msw/issues/2046))
([`eb3e284`](https://togithub.com/mswjs/msw/commit/eb3e284a3e27956987854d23878aa4ea11c56dde))
[@&#8203;ZeroCho](https://togithub.com/ZeroCho)

### [`v2.2.1`](https://togithub.com/mswjs/msw/releases/tag/v2.2.1)

[Compare Source](https://togithub.com/mswjs/msw/compare/v2.2.0...v2.2.1)

#### v2.2.1 (2024-02-17)

##### Bug Fixes

- remove unused types
([#&#8203;2043](https://togithub.com/mswjs/msw/issues/2043))
([`a78d57d`](https://togithub.com/mswjs/msw/commit/a78d57d3e917d9b5ee4ac98e6851a3ab504ccd1a))
[@&#8203;kettanaito](https://togithub.com/kettanaito)

### [`v2.2.0`](https://togithub.com/mswjs/msw/releases/tag/v2.2.0)

[Compare Source](https://togithub.com/mswjs/msw/compare/v2.1.7...v2.2.0)

#### v2.2.0 (2024-02-12)

##### Features

- **support concurrent test runs via "server.boundary"**
([announcement](https://mswjs.io/blog/introducing-server-boundary),
[#&#8203;2000](https://togithub.com/mswjs/msw/issues/2000))
([`450e7bc`](https://togithub.com/mswjs/msw/commit/450e7bc72e7a9315053b50c450621ab037ddc5f6))
[@&#8203;kettanaito](https://togithub.com/kettanaito)
- automatically set "Content-Length" on text/json responses
([#&#8203;1996](https://togithub.com/mswjs/msw/issues/1996))
([`a957235`](https://togithub.com/mswjs/msw/commit/a95723520939d2ec7a588b59197e7823d0c89c94))
[@&#8203;kettanaito](https://togithub.com/kettanaito)
- add `msw/core/http` and `msw/core/graphql` export paths
([#&#8203;2004](https://togithub.com/mswjs/msw/issues/2004))
([`31442cf`](https://togithub.com/mswjs/msw/commit/31442cfc9571cbc36a5b9d8b8ce8d54d61bfaeee))
[@&#8203;thepassle](https://togithub.com/thepassle)
[@&#8203;kettanaito](https://togithub.com/kettanaito)
- drop webpack 4 support (remove "chokidar")
([#&#8203;2021](https://togithub.com/mswjs/msw/issues/2021))
([`a076142`](https://togithub.com/mswjs/msw/commit/a0761424c6b59b54e70840e5d74f789f8a8fa6e6))
[@&#8203;sairus2k](https://togithub.com/sairus2k)
[@&#8203;kettanaito](https://togithub.com/kettanaito)
- use a lightweight
"[@&#8203;inquirer/confirm](https://togithub.com/inquirer/confirm)" in
the CLI ([#&#8203;2020](https://togithub.com/mswjs/msw/issues/2020))
([`f25af8a`](https://togithub.com/mswjs/msw/commit/f25af8a1e5379a723fe7bf0655bb8d8dc7ca1961))
[@&#8203;sairus2k](https://togithub.com/sairus2k)
[@&#8203;kettanaito](https://togithub.com/kettanaito)

##### Bug Fixes

- **setupWorker:** set "response.url" in "response:\*" events
([#&#8203;2031](https://togithub.com/mswjs/msw/issues/2031))
([`0e9d65f`](https://togithub.com/mswjs/msw/commit/0e9d65ffbfb1f83a47c7dc2fcb2c885cbbf5d2ac))
[@&#8203;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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 19, 2024
1 parent e0c3fc3 commit e35aa38
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 170 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Expand Up @@ -90,7 +90,7 @@
"lodash.mapvalues": "^4.6.0",
"lodash.omit": "4.5.0",
"millify": "^6.0.0",
"msw": "2.1.7",
"msw": "2.2.3",
"pkginfo": "0.4.1",
"plausible-tracker": "0.3.8",
"prop-types": "15.8.1",
Expand Down

0 comments on commit e35aa38

Please sign in to comment.