Skip to content

Commit ddc1d29

Browse files
Update dependency msw to v2.8.0 (#1275)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [msw](https://mswjs.io) ([source](https://redirect.github.com/mswjs/msw)) | [`2.7.6` -> `2.8.0`](https://renovatebot.com/diffs/npm/msw/2.7.6/2.8.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/msw/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/msw/2.7.6/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.7.6/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mswjs/msw (msw)</summary> ### [`v2.8.0`](https://redirect.github.com/mswjs/msw/releases/tag/v2.8.0) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.7.6...v2.8.0) #### v2.8.0 (2025-05-08) ##### Features - support typescript 5.6 - 5.8 ([#&#8203;2493](https://redirect.github.com/mswjs/msw/issues/2493)) ([`3fce594`](https://redirect.github.com/mswjs/msw/commit/3fce59462cb302ec3472218a19ad5dc4bb5020e9)) [@&#8203;kettanaito](https://redirect.github.com/kettanaito) - migrate to ESM internally, remain CJS-first ([#&#8203;2490](https://redirect.github.com/mswjs/msw/issues/2490)) ([`17d553b`](https://redirect.github.com/mswjs/msw/commit/17d553ba9a20967f739cea5c869904f91b7d2691)) [@&#8203;kettanaito](https://redirect.github.com/kettanaito) [@&#8203;Andarist](https://redirect.github.com/Andarist) - **SetupServerApi:** allow using custom interceptors ([#&#8203;2464](https://redirect.github.com/mswjs/msw/issues/2464)) ([`0cc656a`](https://redirect.github.com/mswjs/msw/commit/0cc656ab64c13e5113d0575c9c1be64a6e80ce2d)) [@&#8203;tastypackets](https://redirect.github.com/tastypackets) [@&#8203;kettanaito](https://redirect.github.com/kettanaito) - **HttpResponse:** support explicitly empty response body via `null` type argument ([#&#8203;2118](https://redirect.github.com/mswjs/msw/issues/2118)) ([`50ce6a4`](https://redirect.github.com/mswjs/msw/commit/50ce6a4682aa7200e510f286fdad5803e23fc27b)) [@&#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:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSB1cGdyYWRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 11ea61d commit ddc1d29

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"express": "5.1.0",
7171
"finalhandler": "2.1.0",
7272
"husky": "9.1.7",
73-
"msw": "2.7.6",
73+
"msw": "2.8.0",
7474
"prettier": "3.5.3",
7575
"typedoc": "^0.28.0",
7676
"typedoc-plugin-markdown": "^4.3.0",

0 commit comments

Comments
 (0)