Skip to content

Commit d7e921d

Browse files
Update dependency msw to v2.1.0 (#658)
[![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.14` -> `2.1.0`](https://renovatebot.com/diffs/npm/msw/2.0.14/2.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/msw/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/msw/2.0.14/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.0.14/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mswjs/msw (msw)</summary> ### [`v2.1.0`](https://togithub.com/mswjs/msw/releases/tag/v2.1.0) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.0.14...v2.1.0) #### v2.1.0 (2024-01-15) ##### Features - up tsconfig target for more modern syntax ([#&#8203;1780](https://togithub.com/mswjs/msw/issues/1780)) ([`29182ce`](https://togithub.com/mswjs/msw/commit/29182cebaaa5e7acfebcc513e5f84e8723236d27)) [@&#8203;thepassle](https://togithub.com/thepassle) [@&#8203;kettanaito](https://togithub.com/kettanaito) - add "requestId" as response resolver argument ([#&#8203;1942](https://togithub.com/mswjs/msw/issues/1942)) ([`51ab8cc`](https://togithub.com/mswjs/msw/commit/51ab8cc0e31848e82eebc2f3e0cdf280f4a2ef8e)) [@&#8203;skvale](https://togithub.com/skvale) [@&#8203;kettanaito](https://togithub.com/kettanaito) - support multiple directories in "msw.workerDirectory" ([#&#8203;1832](https://togithub.com/mswjs/msw/issues/1832)) ([`4dbf99a`](https://togithub.com/mswjs/msw/commit/4dbf99ac542b2f2dbca70874d638fb7261d9ffdd)) [@&#8203;kettanaito](https://togithub.com/kettanaito) - deprecate "waitUntilReady" (deferNetworkUntil) worker option ([#&#8203;1964](https://togithub.com/mswjs/msw/issues/1964)) ([`86a22ac`](https://togithub.com/mswjs/msw/commit/86a22ac92f77a11c0fd165f1313de1cc8f936f16)) [@&#8203;kettanaito](https://togithub.com/kettanaito) - support throwing responses in response resolvers ([#&#8203;1963](https://togithub.com/mswjs/msw/issues/1963)) ([`39dc0e6`](https://togithub.com/mswjs/msw/commit/39dc0e64497df448de74fe827fe6f1b4ecdbf5c4)) [@&#8203;kettanaito](https://togithub.com/kettanaito) Shoutout to [@&#8203;mattcosta7](https://togithub.com/mattcosta7) for his continuous on the library's performance and stability 🎉 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7c5c572 commit d7e921d

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

package-lock.json

Lines changed: 28 additions & 28 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.14",
56+
"msw": "2.1.0",
5757
"nyc": "15.1.0",
5858
"prettier": "3.2.2",
5959
"ts-node": "10.9.2",

0 commit comments

Comments
 (0)