Skip to content

Commit 81d9e9a

Browse files
Update dependency msw to v2.11.5 (line#1420)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [msw](https://mswjs.io) ([source](https://redirect.github.com/mswjs/msw)) | [`2.11.3` -> `2.11.5`](https://renovatebot.com/diffs/npm/msw/2.11.3/2.11.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.11.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.11.3/2.11.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mswjs/msw (msw)</summary> ### [`v2.11.5`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.5) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.11.4...v2.11.5) #### v2.11.5 (2025-10-09) ##### Bug Fixes - export `onUnhandledRequest` for use in [@&#8203;msw/playwright](https://redirect.github.com/msw/playwright) ([#&#8203;2562](https://redirect.github.com/mswjs/msw/issues/2562)) ([`54ce919`](https://redirect.github.com/mswjs/msw/commit/54ce91965796ebbdf04426c3f84e23e627d273bc)) [@&#8203;zachatrocity](https://redirect.github.com/zachatrocity) [@&#8203;kettanaito](https://redirect.github.com/kettanaito) ### [`v2.11.4`](https://redirect.github.com/mswjs/msw/releases/tag/v2.11.4) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.11.3...v2.11.4) #### v2.11.4 (2025-10-08) ##### Bug Fixes - add missing parameter documentation for `getResponse` function ([#&#8203;2580](https://redirect.github.com/mswjs/msw/issues/2580)) ([`f33fb47`](https://redirect.github.com/mswjs/msw/commit/f33fb47c098be4f46d57fad16ea1c6b1d06ef471)) [@&#8203;djpremier](https://redirect.github.com/djpremier) [@&#8203;kettanaito](https://redirect.github.com/kettanaito) - **HttpResponse:** preserve request body type after cloning the request ([#&#8203;2600](https://redirect.github.com/mswjs/msw/issues/2600)) ([`f40515b`](https://redirect.github.com/mswjs/msw/commit/f40515bf18486b4b3570b309159a10d609779f08)) [@&#8203;Slessi](https://redirect.github.com/Slessi) [@&#8203;kettanaito](https://redirect.github.com/kettanaito) - use `statuses` as a shim ([#&#8203;2607](https://redirect.github.com/mswjs/msw/issues/2607)) ([`fee715c`](https://redirect.github.com/mswjs/msw/commit/fee715c503d1cd00ca70f0688dd28b6c297aa158)) [@&#8203;kettanaito](https://redirect.github.com/kettanaito) - use `cookie` directly via a shim ([#&#8203;2606](https://redirect.github.com/mswjs/msw/issues/2606)) ([`29d0b53`](https://redirect.github.com/mswjs/msw/commit/29d0b53b8088e773ed9e7acb3abd7457b8a29965)) [@&#8203;kettanaito](https://redirect.github.com/kettanaito) - **setupWorker:** prevent `WorkerChannel` access in fallback mode ([#&#8203;2594](https://redirect.github.com/mswjs/msw/issues/2594)) ([`1e653c9`](https://redirect.github.com/mswjs/msw/commit/1e653c9b06e9bc3e59f71d3500f31ced73f538cb)) [@&#8203;kettanaito](https://redirect.github.com/kettanaito) - **setupWorker:** remove unused `deferNetworkRequestsUntil` ([#&#8203;2595](https://redirect.github.com/mswjs/msw/issues/2595)) ([`44d13d2`](https://redirect.github.com/mswjs/msw/commit/44d13d23ef1c9a75820c89961585cd01049a323c)) [@&#8203;kettanaito](https://redirect.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Motoi Okuzono <[email protected]>
1 parent 854b05a commit 81d9e9a

File tree

2 files changed

+27
-45
lines changed

2 files changed

+27
-45
lines changed

package-lock.json

Lines changed: 26 additions & 44 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": "5.1.0",
7373
"finalhandler": "2.1.0",
7474
"husky": "9.1.7",
75-
"msw": "2.11.3",
75+
"msw": "2.11.5",
7676
"prettier": "3.6.2",
7777
"typedoc": "^0.28.14",
7878
"typedoc-plugin-markdown": "^4.3.0",

0 commit comments

Comments
 (0)