From 09b15bef3d290a6b43e3c9376848b56f999b1b89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:25:30 +0000 Subject: [PATCH] Update dependency msw to v2.5.0 (#1011) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [msw](https://mswjs.io) ([source](https://redirect.github.com/mswjs/msw)) | [`2.4.13` -> `2.5.0`](https://renovatebot.com/diffs/npm/msw/2.4.13/2.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/msw/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/msw/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/msw/2.4.13/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/msw/2.4.13/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
mswjs/msw (msw) ### [`v2.5.0`](https://redirect.github.com/mswjs/msw/releases/tag/v2.5.0) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.4.13...v2.5.0) #### v2.5.0 (2024-10-22) ##### Features - isolate parent and child frames when handling requests ([#​2324](https://redirect.github.com/mswjs/msw/issues/2324)) ([`a1a81ba`](https://redirect.github.com/mswjs/msw/commit/a1a81ba00170bbcdfc6f64baa4a3630e153d77b3)) [@​kettanaito](https://redirect.github.com/kettanaito)
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8059f2893..487817027 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "express": "4.21.1", "finalhandler": "1.3.1", "husky": "9.1.6", - "msw": "2.4.13", + "msw": "2.5.0", "prettier": "3.3.3", "ts-node": "10.9.2", "typedoc": "^0.26.6", @@ -4170,9 +4170,9 @@ "dev": true }, "node_modules/msw": { - "version": "2.4.13", - "resolved": "https://registry.npmjs.org/msw/-/msw-2.4.13.tgz", - "integrity": "sha512-EDA7ls/twh3XG5QEYv0LvAnnFs3wYL6GFNMSqG4hh2+1rq7h78iDbh5jB2iaO8hKi1JVmZLO6ItssXmP1A7nxQ==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/msw/-/msw-2.5.0.tgz", + "integrity": "sha512-DwIGQV/XFzkseQD7Ux3rPWMRa7DpozicRQ87QLX9Gzik2xyqcXvtvlBEUs57RziTBZPe/QzaKSl92fJVdxxt2g==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 2e5c616ef..f2a38e9fb 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "express": "4.21.1", "finalhandler": "1.3.1", "husky": "9.1.6", - "msw": "2.4.13", + "msw": "2.5.0", "prettier": "3.3.3", "ts-node": "10.9.2", "typedoc": "^0.26.6",