Skip to content

Commit 49cd71c

Browse files
Update dependency msw to v2.0.3 (#571)
[![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.1` -> `2.0.3`](https://renovatebot.com/diffs/npm/msw/2.0.1/2.0.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/msw/2.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/msw/2.0.1/2.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.0.1/2.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mswjs/msw (msw)</summary> ### [`v2.0.3`](https://togithub.com/mswjs/msw/releases/tag/v2.0.3) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.0.2...v2.0.3) ##### v2.0.3 (2023-11-04) ##### Bug Fixes - correctly check "undefined" as response body type ([#&#8203;1824](https://togithub.com/mswjs/msw/issues/1824)) ([`a0ec8be`](https://togithub.com/mswjs/msw/commit/a0ec8be311daef0285d8485e315bbb49a9370f44)) [@&#8203;kettanaito](https://togithub.com/kettanaito) - **Safari:** send explicit null response bodies ([#&#8203;1833](https://togithub.com/mswjs/msw/issues/1833)) ([`66fb437`](https://togithub.com/mswjs/msw/commit/66fb437c0936651cf0bb936f21aa77054b147857)) [@&#8203;kettanaito](https://togithub.com/kettanaito) ### [`v2.0.2`](https://togithub.com/mswjs/msw/releases/tag/v2.0.2) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.0.1...v2.0.2) #### v2.0.2 (2023-11-01) ##### Bug Fixes - output a single formatted message to console ([#&#8203;1820](https://togithub.com/mswjs/msw/issues/1820)) ([`2ead392`](https://togithub.com/mswjs/msw/commit/2ead3922f3ec5a4750e3b9e09e75aeb20f13c736)) [@&#8203;kettanaito](https://togithub.com/kettanaito) - prevent one-time handlers from incorrectly marking themselves as used ([#&#8203;1822](https://togithub.com/mswjs/msw/issues/1822)) ([`a179b68`](https://togithub.com/mswjs/msw/commit/a179b68e2dfd3667999c31b1dbd3870a0b92568c)) [@&#8203;joshkel](https://togithub.com/joshkel) - resolve the "eventTargets" error in JSDOM by dropping "instanceof" ([#&#8203;1813](https://togithub.com/mswjs/msw/issues/1813)) ([`f6e5112`](https://togithub.com/mswjs/msw/commit/f6e5112fa0f1ebbd97fb95bcbda1c47a0cc750f9)) [@&#8203;mattcosta7](https://togithub.com/mattcosta7) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c779152 commit 49cd71c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"finalhandler": "1.2.0",
5454
"husky": "8.0.3",
5555
"mocha": "10.2.0",
56-
"msw": "2.0.1",
56+
"msw": "2.0.3",
5757
"nyc": "15.1.0",
5858
"prettier": "3.0.3",
5959
"ts-node": "10.9.1",

0 commit comments

Comments
 (0)