mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
chore(deps): update dependency msw to v0.48.1 (#2375)
[![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.47.4` -> `0.48.1`](https://renovatebot.com/diffs/npm/msw/0.47.4/0.48.1) | [![age](https://badges.renovateapi.com/packages/npm/msw/0.48.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/msw/0.48.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/msw/0.48.1/compatibility-slim/0.47.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/msw/0.48.1/confidence-slim/0.47.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mswjs/msw</summary> ### [`v0.48.1`](https://togithub.com/mswjs/msw/releases/tag/v0.48.1) [Compare Source](https://togithub.com/mswjs/msw/compare/v0.48.0...v0.48.1) #### v0.48.1 (2022-11-10) ##### Bug Fixes - bufferUtils import path ([#​1453](https://togithub.com/mswjs/msw/issues/1453)) ([`91b2902`](91b2902ded
)) [@​cksal0805](https://togithub.com/cksal0805) ### [`v0.48.0`](https://togithub.com/mswjs/msw/releases/tag/v0.48.0) [Compare Source](https://togithub.com/mswjs/msw/compare/v0.47.4...v0.48.0) #### v0.48.0 (2022-11-08) ##### Features - add "SetupApi" base class ([#​1445](https://togithub.com/mswjs/msw/issues/1445)) ([`85ba844`](85ba8440f5
)) [@​Toxiapo](https://togithub.com/Toxiapo) [@​kettanaito](https://togithub.com/kettanaito) - do not interfere with shared workers ([#​1448](https://togithub.com/mswjs/msw/issues/1448)) ([`670dda7`](670dda7b97
)) [@​mucsi96](https://togithub.com/mucsi96) [@​kettanaito](https://togithub.com/kettanaito) - makes the library esm-compatible ([#​1399](https://togithub.com/mswjs/msw/issues/1399)) ([`41798eb`](41798ebc69
)) [@​ivanhofer](https://togithub.com/ivanhofer) [@​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://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
1312579bf6
commit
81ff552869
@ -70,7 +70,7 @@
|
||||
"jsdom": "20.0.2",
|
||||
"lodash.clonedeep": "4.5.0",
|
||||
"millify": "^5.0.1",
|
||||
"msw": "0.47.4",
|
||||
"msw": "0.48.1",
|
||||
"pkginfo": "0.4.1",
|
||||
"plausible-tracker": "0.3.8",
|
||||
"prettier": "2.7.1",
|
||||
|
@ -5634,10 +5634,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.47.4:
|
||||
version "0.47.4"
|
||||
resolved "https://registry.yarnpkg.com/msw/-/msw-0.47.4.tgz#5551011609890c6b62a2047055f475a9afae2ad4"
|
||||
integrity sha512-Psftt8Yfl0+l+qqg9OlmKEsxF8S/vtda0CmlR6y8wTaWrMMzuCDa55n2hEGC0ZRDwuV6FFWc/4CjoDsBpATKBw==
|
||||
msw@0.48.1:
|
||||
version "0.48.1"
|
||||
resolved "https://registry.yarnpkg.com/msw/-/msw-0.48.1.tgz#55bed66e91261a710a66e34839b530401c1c0a4c"
|
||||
integrity sha512-lnhIsC5aQOpqu5CjJ11CPl6RYGbY9+LhZZw1zKX3S710O9qGQ7kftmfX1FifmZNk2FuKoygprKITSfqHWpE5LQ==
|
||||
dependencies:
|
||||
"@mswjs/cookies" "^0.2.2"
|
||||
"@mswjs/interceptors" "^0.17.5"
|
||||
|
Loading…
Reference in New Issue
Block a user