Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency msw to v2.0.4 (#584)
[![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.3` -> `2.0.4`](https://renovatebot.com/diffs/npm/msw/2.0.3/2.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/msw/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/msw/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.0.3/2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mswjs/msw (msw)</summary> ### [`v2.0.4`](https://togithub.com/mswjs/msw/releases/tag/v2.0.4) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.0.3...v2.0.4) #### v2.0.4 (2023-11-08) ##### Bug Fixes - safely access "request.credentials" in cloudflare ([#​1845](https://togithub.com/mswjs/msw/issues/1845)) ([`bd0cec7`](https://togithub.com/mswjs/msw/commit/bd0cec7a2163ab47301608c1712c55f1cf04327a)) [@​kettanaito](https://togithub.com/kettanaito) [@​mattcosta7](https://togithub.com/mattcosta7) - safely access "Response.type" in cloudflare ([#​1846](https://togithub.com/mswjs/msw/issues/1846)) ([`ccd7096`](https://togithub.com/mswjs/msw/commit/ccd709614129739dea3bcb767c1f9e3809ae1d2b)) [@​kettanaito](https://togithub.com/kettanaito) [@​mattcosta7](https://togithub.com/mattcosta7) - allow setting "timeout" on XMLHttpRequest ([#​1844](https://togithub.com/mswjs/msw/issues/1844)) ([`6296429`](https://togithub.com/mswjs/msw/commit/62964292728398344beda0ffc16e4ca388ba0245)) [@​kettanaito](https://togithub.com/kettanaito) - update [@​mswjs/interceptors](https://togithub.com/mswjs/interceptors) to 0.25.8 ([#​1842](https://togithub.com/mswjs/msw/issues/1842)) ([`629a3cf`](https://togithub.com/mswjs/msw/commit/629a3cf8248d7d9e21f524210d7282cab44f35ab)) [@​kettanaito](https://togithub.com/kettanaito) - allow overriding "Content-Type" in HttpResponse static methods ([#​1839](https://togithub.com/mswjs/msw/issues/1839)) ([`a037e3a`](https://togithub.com/mswjs/msw/commit/a037e3a3f4f4d4cc712d2b3867b3410e4bcfaad6)) [@​kettanaito](https://togithub.com/kettanaito) - narrow `body` type for `HttpResponse.json()` to be serializable json ([#​1838](https://togithub.com/mswjs/msw/issues/1838)) ([`2af274c`](https://togithub.com/mswjs/msw/commit/2af274c154d2e0b696188c10ba1f0271e900c40a)) [@​kettanaito](https://togithub.com/kettanaito) - remove "formdata-node" dependency ([#​1837](https://togithub.com/mswjs/msw/issues/1837)) ([`d49d48e`](https://togithub.com/mswjs/msw/commit/d49d48e9ca6467aeea16f4c3345789626a0396f2)) [@​kettanaito](https://togithub.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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information