Skip to content

Commit

Permalink
Update dependency msw to v2.0.4 (#584)
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.0.3` -> `2.0.4`](https://renovatebot.com/diffs/npm/msw/2.0.3/2.0.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/msw/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/msw/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

#### v2.0.4 (2023-11-08)

##### Bug Fixes

- safely access "request.credentials" in cloudflare
([#&#8203;1845](https://togithub.com/mswjs/msw/issues/1845))
([`bd0cec7`](https://togithub.com/mswjs/msw/commit/bd0cec7a2163ab47301608c1712c55f1cf04327a))
[@&#8203;kettanaito](https://togithub.com/kettanaito)
[@&#8203;mattcosta7](https://togithub.com/mattcosta7)
- safely access "Response.type" in cloudflare
([#&#8203;1846](https://togithub.com/mswjs/msw/issues/1846))
([`ccd7096`](https://togithub.com/mswjs/msw/commit/ccd709614129739dea3bcb767c1f9e3809ae1d2b))
[@&#8203;kettanaito](https://togithub.com/kettanaito)
[@&#8203;mattcosta7](https://togithub.com/mattcosta7)
- allow setting "timeout" on XMLHttpRequest
([#&#8203;1844](https://togithub.com/mswjs/msw/issues/1844))
([`6296429`](https://togithub.com/mswjs/msw/commit/62964292728398344beda0ffc16e4ca388ba0245))
[@&#8203;kettanaito](https://togithub.com/kettanaito)
- update
[@&#8203;mswjs/interceptors](https://togithub.com/mswjs/interceptors) to
0.25.8 ([#&#8203;1842](https://togithub.com/mswjs/msw/issues/1842))
([`629a3cf`](https://togithub.com/mswjs/msw/commit/629a3cf8248d7d9e21f524210d7282cab44f35ab))
[@&#8203;kettanaito](https://togithub.com/kettanaito)
- allow overriding "Content-Type" in HttpResponse static methods
([#&#8203;1839](https://togithub.com/mswjs/msw/issues/1839))
([`a037e3a`](https://togithub.com/mswjs/msw/commit/a037e3a3f4f4d4cc712d2b3867b3410e4bcfaad6))
[@&#8203;kettanaito](https://togithub.com/kettanaito)
- narrow `body` type for `HttpResponse.json()` to be serializable json
([#&#8203;1838](https://togithub.com/mswjs/msw/issues/1838))
([`2af274c`](https://togithub.com/mswjs/msw/commit/2af274c154d2e0b696188c10ba1f0271e900c40a))
[@&#8203;kettanaito](https://togithub.com/kettanaito)
- remove "formdata-node" dependency
([#&#8203;1837](https://togithub.com/mswjs/msw/issues/1837))
([`d49d48e`](https://togithub.com/mswjs/msw/commit/d49d48e9ca6467aeea16f4c3345789626a0396f2))
[@&#8203;kettanaito](https://togithub.com/kettanaito)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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/line/line-bot-sdk-nodejs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent a1337ab commit e5ba2eb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 56 deletions.
68 changes: 13 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"finalhandler": "1.2.0",
"husky": "8.0.3",
"mocha": "10.2.0",
"msw": "2.0.3",
"msw": "2.0.4",
"nyc": "15.1.0",
"prettier": "3.0.3",
"ts-node": "10.9.1",
Expand Down

0 comments on commit e5ba2eb

Please sign in to comment.