Skip to content

Commit 31982cc

Browse files
Update dependency msw to v2.4.1 (#943)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [msw](https://mswjs.io) ([source](https://github.com/mswjs/msw)) | [`2.3.5` -> `2.4.1`](https://renovatebot.com/diffs/npm/msw/2.3.5/2.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/msw/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/msw/2.3.5/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.3.5/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mswjs/msw (msw)</summary> ### [`v2.4.1`](https://github.com/mswjs/msw/releases/tag/v2.4.1) [Compare Source](https://github.com/mswjs/msw/compare/v2.4.0...v2.4.1) #### v2.4.1 (2024-08-29) ##### Bug Fixes - import `graphql` lazily ([#&#8203;2250](https://github.com/mswjs/msw/issues/2250)) ([`1799e06`](https://github.com/mswjs/msw/commit/1799e0638f0f860c19ba46db7c4287012f2cb716)) [@&#8203;kettanaito](https://github.com/kettanaito) - add `graphql` to "peerDependencies" ([#&#8203;2249](https://github.com/mswjs/msw/issues/2249)) ([`8a9568a`](https://github.com/mswjs/msw/commit/8a9568ad4593b662a8c320bb1a02b380791a1696)) [@&#8203;THETCR](https://github.com/THETCR) ### [`v2.4.0`](https://github.com/mswjs/msw/releases/tag/v2.4.0) [Compare Source](https://github.com/mswjs/msw/compare/v2.3.5...v2.4.0) #### v2.4.0 (2024-08-28) ##### Features - add `HttpResponse.html()` static method ([#&#8203;2140](https://github.com/mswjs/msw/issues/2140)) ([`8c5580a`](https://github.com/mswjs/msw/commit/8c5580a0e2e6e52785b0132128c36d679ddbe5d5)) [@&#8203;scruffymongrel](https://github.com/scruffymongrel) [@&#8203;kettanaito](https://github.com/kettanaito) - list "graphql" as an optional peer dependency ([#&#8203;2187](https://github.com/mswjs/msw/issues/2187)) ([`40b17fd`](https://github.com/mswjs/msw/commit/40b17fdf655e597b352094527f558f6d839f2970)) [@&#8203;kettanaito](https://github.com/kettanaito) - print request body in `onUnhandledRequest` message ([#&#8203;2227](https://github.com/mswjs/msw/issues/2227)) ([`a2153c9`](https://github.com/mswjs/msw/commit/a2153c93edd752d7c5686573f684721b19f0a115)) [@&#8203;bitttttten](https://github.com/bitttttten) [@&#8203;kettanaito](https://github.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 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/line/line-bot-sdk-nodejs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 84478a7 commit 31982cc

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package-lock.json

Lines changed: 10 additions & 5 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
@@ -72,7 +72,7 @@
7272
"express": "4.19.2",
7373
"finalhandler": "1.2.0",
7474
"husky": "9.1.5",
75-
"msw": "2.3.5",
75+
"msw": "2.4.1",
7676
"prettier": "3.3.3",
7777
"ts-node": "10.9.2",
7878
"typedoc": "^0.25.1",

0 commit comments

Comments
 (0)