From 51f064ed7d49dd54275113563831ad5b43b14387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:46:06 -0600 Subject: [PATCH] build(deps-dev): bump msw from 2.6.9 to 2.7.0 (#6578) * build(deps-dev): bump msw from 2.6.9 to 2.7.0 Bumps [msw](https://github.com/mswjs/msw) from 2.6.9 to 2.7.0. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](https://github.com/mswjs/msw/compare/v2.6.9...v2.7.0) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * reduce number of dependabot PRs in config --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Delilah C. <23665803+goplayoutside3@users.noreply.github.com> --- .github/dependabot.yml | 2 +- packages/app-project/package.json | 2 +- yarn.lock | 17 ++++++----------- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3dab2d7415..0d0870fa1c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" - open-pull-requests-limit: 15 + open-pull-requests-limit: 10 labels: - "dependencies" groups: diff --git a/packages/app-project/package.json b/packages/app-project/package.json index 2b2e6273f9..3d20ed0352 100644 --- a/packages/app-project/package.json +++ b/packages/app-project/package.json @@ -71,7 +71,7 @@ "eslint-plugin-jsx-a11y": "~6.10.1", "jsdom": "~25.0.1", "mocha": "~10.8.2", - "msw": "~2.6.9", + "msw": "~2.7.0", "msw-storybook-addon": "~2.0.3", "nock": "~13.5.1", "selfsigned": "~2.4.1", diff --git a/yarn.lock b/yarn.lock index 4d023e91b3..a7a5de027f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13502,10 +13502,10 @@ msw-storybook-addon@~2.0.3: dependencies: is-node-process "^1.0.1" -msw@~2.6.9: - version "2.6.9" - resolved "https://registry.yarnpkg.com/msw/-/msw-2.6.9.tgz#d84bf19e1944f392a0795a69c68ff287af80af13" - integrity sha512-b2z9MvsEOYG5G7jtJasXO3ucHDcqCjf046e9wELIixBbYCRZCEmB4gqcb+C7ASyXBafNBR0D2u31YtG01OdX3A== +msw@~2.7.0: + version "2.7.0" + resolved "https://registry.yarnpkg.com/msw/-/msw-2.7.0.tgz#d13ff87f7e018fc4c359800ff72ba5017033fb56" + integrity sha512-BIodwZ19RWfCbYTxWTUfTXc+sg4OwjCAgxU1ZsgmggX/7S3LdUifsbUPJs61j0rWb19CZRGY5if77duhc0uXzw== dependencies: "@bundled-es-modules/cookie" "^2.0.1" "@bundled-es-modules/statuses" "^1.0.1" @@ -13516,12 +13516,12 @@ msw@~2.6.9: "@open-draft/until" "^2.1.0" "@types/cookie" "^0.6.0" "@types/statuses" "^2.0.4" - chalk "^4.1.2" graphql "^16.8.1" headers-polyfill "^4.0.2" is-node-process "^1.2.0" outvariant "^1.4.3" path-to-regexp "^6.3.0" + picocolors "^1.1.1" strict-event-emitter "^0.5.1" type-fest "^4.26.1" yargs "^17.7.2" @@ -14844,12 +14844,7 @@ pg-types@^4.0.1: postgres-interval "^3.0.0" postgres-range "^1.1.1" -picocolors@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1" - integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew== - -picocolors@^1.1.0: +picocolors@^1.0.0, picocolors@^1.1.0, picocolors@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==