Skip to content

Commit

Permalink
Update dependency msw to v2.1.7 (#700)
Browse files Browse the repository at this point in the history
[![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.1.6` -> `2.1.7`](https://renovatebot.com/diffs/npm/msw/2.1.6/2.1.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/msw/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/msw/2.1.6/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.1.6/2.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mswjs/msw (msw)</summary>

### [`v2.1.7`](https://togithub.com/mswjs/msw/releases/tag/v2.1.7)

[Compare Source](https://togithub.com/mswjs/msw/compare/v2.1.6...v2.1.7)

#### v2.1.7 (2024-02-06)

##### Bug Fixes

- support intercepting fetch requests in React Native
([#&#8203;2017](https://togithub.com/mswjs/msw/issues/2017))
([`e430795`](https://togithub.com/mswjs/msw/commit/e4307954722980a6d3320c79ab5398ad8084f37b))
[@&#8203;sairus2k](https://togithub.com/sairus2k)
[@&#8203;kettanaito](https://togithub.com/kettanaito)
- improve fetch compatibility with React Native
([#&#8203;2016](https://togithub.com/mswjs/msw/issues/2016))
([`aeafcd2`](https://togithub.com/mswjs/msw/commit/aeafcd20b6a97a2bb613df7a7c374d0c796d49e5))
[@&#8203;kettanaito](https://togithub.com/kettanaito)

Special thanks to
[@&#8203;willdawsonme](https://togithub.com/willdawsonme) for
investigating these issues.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent e92f866 commit 839d042
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"finalhandler": "1.2.0",
"husky": "9.0.10",
"mocha": "10.2.0",
"msw": "2.1.6",
"msw": "2.1.7",
"nyc": "15.1.0",
"prettier": "3.2.5",
"ts-node": "10.9.2",
Expand Down

0 comments on commit 839d042

Please sign in to comment.