From 39e96432267f4c8039b7dd5962bf10674874ed41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 06:30:22 +0000 Subject: [PATCH] chore(deps): update dependency msw to v0.49.0 (#2480) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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)) | [`0.48.3` -> `0.49.0`](https://renovatebot.com/diffs/npm/msw/0.48.3/0.49.0) | [![age](https://badges.renovateapi.com/packages/npm/msw/0.49.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/msw/0.49.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/msw/0.49.0/compatibility-slim/0.48.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/msw/0.49.0/confidence-slim/0.48.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
mswjs/msw ### [`v0.49.0`](https://togithub.com/mswjs/msw/releases/tag/v0.49.0) [Compare Source](https://togithub.com/mswjs/msw/compare/v0.48.3...v0.49.0) #### v0.49.0 (2022-11-19) ##### Features - support TypeScript 4.9, drop support for TypeScript 4.2, 4.3 ([#​1467](https://togithub.com/mswjs/msw/issues/1467)) ([`af0277d`](https://togithub.com/mswjs/msw/commit/af0277da900e20c7fb270ddb46be20deb487aefc)) [@​wtchnm](https://togithub.com/wtchnm)
--- ### 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 856c0753bc..42b9b2efe6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -70,7 +70,7 @@ "jsdom": "20.0.3", "lodash.clonedeep": "4.5.0", "millify": "^5.0.1", - "msw": "0.48.3", + "msw": "0.49.0", "pkginfo": "0.4.1", "plausible-tracker": "0.3.8", "prettier": "2.7.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 157cace775..7ae50a7edf 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -5631,10 +5631,10 @@ ms@^2.1.1: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== -msw@0.48.3: - version "0.48.3" - resolved "https://registry.yarnpkg.com/msw/-/msw-0.48.3.tgz#e8328533ce4843e747371ffd57207d509b8cb3a6" - integrity sha512-8ENBcX7JVWPA5v9WTeOnCWCMOVtyBiXZyD/0+AKlhOysJRB1ZdBAcMGLIiQ2/VpQ2lC0Yd7SFKg9aviAQSVeaw== +msw@0.49.0: + version "0.49.0" + resolved "https://registry.yarnpkg.com/msw/-/msw-0.49.0.tgz#49c0464353c474c66f548eaddd4773d224f5acf9" + integrity sha512-xX5RMSMjN58j8G/V26Uaf5LP464VltuWyd66TQimLueVYfG47RKydGsd4JW165Jb/gjoaQxh5Tdvv31wdZAOlA== dependencies: "@mswjs/cookies" "^0.2.2" "@mswjs/interceptors" "^0.17.5"