Skip to content

Commit c8b67d1

Browse files
Update dependency msw to v2.0.6 (#588)
[![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.5` -> `2.0.6`](https://renovatebot.com/diffs/npm/msw/2.0.5/2.0.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/msw/2.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/msw/2.0.5/2.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.0.5/2.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mswjs/msw (msw)</summary> ### [`v2.0.6`](https://togithub.com/mswjs/msw/releases/tag/v2.0.6) [Compare Source](https://togithub.com/mswjs/msw/compare/v2.0.5...v2.0.6) #### v2.0.6 (2023-11-13) ##### Bug Fixes - **GraphQL:** expose request cookies in "cookies" argument ([#&#8203;1853](https://togithub.com/mswjs/msw/issues/1853)) ([`463b74f`](https://togithub.com/mswjs/msw/commit/463b74faaf445a4f751f8a25c67a8f98627f27f5)) [@&#8203;kettanaito](https://togithub.com/kettanaito) - correct docs link for anonymous GraphQL operations ([#&#8203;1850](https://togithub.com/mswjs/msw/issues/1850)) ([`e628278`](https://togithub.com/mswjs/msw/commit/e62827860e3b6ef291ada81d96025af2755e2505)) [@&#8203;okkimus](https://togithub.com/okkimus) [@&#8203;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>
1 parent 4c9b638 commit c8b67d1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
@@ -53,7 +53,7 @@
5353
"finalhandler": "1.2.0",
5454
"husky": "8.0.3",
5555
"mocha": "10.2.0",
56-
"msw": "2.0.5",
56+
"msw": "2.0.6",
5757
"nyc": "15.1.0",
5858
"prettier": "3.0.3",
5959
"ts-node": "10.9.1",

0 commit comments

Comments
 (0)