forked from line/line-bot-sdk-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 81d9e9a
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) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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
[@​msw/playwright](https://redirect.github.com/msw/playwright)
([#​2562](https://redirect.github.com/mswjs/msw/issues/2562))
([`54ce919`](https://redirect.github.com/mswjs/msw/commit/54ce91965796ebbdf04426c3f84e23e627d273bc))
[@​zachatrocity](https://redirect.github.com/zachatrocity)
[@​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
([#​2580](https://redirect.github.com/mswjs/msw/issues/2580))
([`f33fb47`](https://redirect.github.com/mswjs/msw/commit/f33fb47c098be4f46d57fad16ea1c6b1d06ef471))
[@​djpremier](https://redirect.github.com/djpremier)
[@​kettanaito](https://redirect.github.com/kettanaito)
- **HttpResponse:** preserve request body type after cloning the request
([#​2600](https://redirect.github.com/mswjs/msw/issues/2600))
([`f40515b`](https://redirect.github.com/mswjs/msw/commit/f40515bf18486b4b3570b309159a10d609779f08))
[@​Slessi](https://redirect.github.com/Slessi)
[@​kettanaito](https://redirect.github.com/kettanaito)
- use `statuses` as a shim
([#​2607](https://redirect.github.com/mswjs/msw/issues/2607))
([`fee715c`](https://redirect.github.com/mswjs/msw/commit/fee715c503d1cd00ca70f0688dd28b6c297aa158))
[@​kettanaito](https://redirect.github.com/kettanaito)
- use `cookie` directly via a shim
([#​2606](https://redirect.github.com/mswjs/msw/issues/2606))
([`29d0b53`](https://redirect.github.com/mswjs/msw/commit/29d0b53b8088e773ed9e7acb3abd7457b8a29965))
[@​kettanaito](https://redirect.github.com/kettanaito)
- **setupWorker:** prevent `WorkerChannel` access in fallback mode
([#​2594](https://redirect.github.com/mswjs/msw/issues/2594))
([`1e653c9`](https://redirect.github.com/mswjs/msw/commit/1e653c9b06e9bc3e59f71d3500f31ced73f538cb))
[@​kettanaito](https://redirect.github.com/kettanaito)
- **setupWorker:** remove unused `deferNetworkRequestsUntil`
([#​2595](https://redirect.github.com/mswjs/msw/issues/2595))
([`44d13d2`](https://redirect.github.com/mswjs/msw/commit/44d13d23ef1c9a75820c89961585cd01049a323c))
[@​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 81d9e9aCopy full SHA for 81d9e9a
File tree
Expand file treeCollapse file tree
2 files changed
+27
-45
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
2 files changed
+27
-45
lines changedOpen diff view settings
Collapse file
+26-44Lines changed: 26 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments