Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @mswjs/interceptors to ^0.37.0 #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mswjs/interceptors ^0.22.0 -> ^0.37.0 age adoption passing confidence

Release Notes

mswjs/interceptors (@​mswjs/interceptors)

v0.37.0

Compare Source

v0.37.0 (2024-11-15)

Features

v0.36.10

Compare Source

v0.36.10 (2024-11-06)

Bug Fixes

v0.36.9

Compare Source

v0.36.9 (2024-11-03)

Bug Fixes

v0.36.8

Compare Source

v0.36.8 (2024-11-03)

Bug Fixes

v0.36.7

Compare Source

v0.36.7 (2024-10-30)

Bug Fixes

v0.36.6

Compare Source

v0.36.6 (2024-10-25)

This release enables automatic decompression of response bodies when using the fetch interceptor.

Bug Fixes

v0.36.5

Compare Source

v0.36.5 (2024-10-16)
Bug Fixes

v0.36.4

Compare Source

v0.36.4 (2024-10-07)

Bug Fixes

v0.36.3

Compare Source

v0.36.3 (2024-10-04)
Bug Fixes

v0.36.2

Compare Source

v0.36.2 (2024-10-03)

Bug Fixes

v0.36.1

Compare Source

v0.36.1 (2024-10-01)

Bug Fixes

v0.36.0

Compare Source

v0.36.0 (2024-09-30)

Features

v0.35.9

Compare Source

v0.35.9 (2024-09-27)

Bug Fixes

v0.35.8

Compare Source

v0.35.8 (2024-09-20)

Bug Fixes

v0.35.7

Compare Source

v0.35.7 (2024-09-19)

Bug Fixes

v0.35.6

Compare Source

v0.35.6 (2024-09-15)

Bug Fixes

v0.35.5

Compare Source

v0.35.5 (2024-09-15)

Bug Fixes

v0.35.4

Compare Source

v0.35.4 (2024-09-14)

Bug Fixes

v0.35.3

Compare Source

v0.35.3 (2024-09-13)

Bug Fixes

v0.35.2

Compare Source

v0.35.2 (2024-09-12)

Bug Fixes

v0.35.1

Compare Source

v0.35.1 (2024-09-10)

Bug Fixes

v0.35.0

Compare Source

v0.35.0 (2024-09-08)

Features

v0.34.3

Compare Source

v0.34.3 (2024-08-13)

Bug Fixes

v0.34.2

Compare Source

v0.34.2 (2024-08-09)

Bug Fixes

v0.34.1

Compare Source

v0.34.1 (2024-08-06)

Bug Fixes

v0.34.0

Compare Source

v0.34.0 (2024-08-01)

Features

v0.33.3

Compare Source

v0.33.3 (2024-07-31)

Bug Fixes

v0.33.2

Compare Source

v0.33.2 (2024-07-24)

Bug Fixes

v0.33.1

Compare Source

v0.33.1 (2024-07-12)

Bug Fixes

v0.33.0

Compare Source

v0.33.0 (2024-07-11)

[!WARNING]
This release contains BREAKING CHANGES.

⚠️ BREAKING CHANGES
  • request.respondWith() has been deprecated in favor of controller.respondWith()
interceptor.on('request',
-  ({ request }) => request.respondWith(new Response()),
+  ({ controller }) => controller.respondWith(new Response())

The request instance exposed in the listener arguments is a raw, unmodified Fetch API Request instance representing the intercepted request.

Features

v0.32.2

Compare Source

v0.32.2 (2024-07-11)

Bug Fixes

v0.32.1

Compare Source

v0.32.1 (2024-07-06)

Bug Fixes

v0.32.0

Compare Source

v0.32.0 (2024-07-04)

Features

v0.31.1

Compare Source

v0.31.1 (2024-07-04)

Bug Fixes

v0.31.0

Compare Source

v0.31.0 (2024-07-04)

Features

v0.30.1

Compare Source

v0.30.1 (2024-07-02)

Bug Fixes

v0.30.0

Compare Source

v0.30.0 (2024-06-06)

Features
Bug Fixes

v0.29.1

Compare Source

v0.29.1 (2024-04-29)

Bug Fixes

v0.29.0

Compare Source

v0.29.0 (2024-04-26)

Features
Bug Fixes

v0.28.4

Compare Source

v0.28.4 (2024-04-21)

Bug Fixes

v0.28.3

Compare Source

v0.28.3 (2024-04-17)
Bug Fixes

v0.28.2

Compare Source

v0.28.2 (2024-04-17)
Bug Fixes

v0.28.1

Compare Source

v0.28.1 (2024-04-17)
Bug Fixes

v0.28.0

Compare Source

v0.28.0 (2024-04-16)
Features

v0.27.2

Compare Source

v0.27.2 (2024-04-12)
Bug Fixes

v0.27.1

Compare Source

v0.27.1 (2024-04-09)
Bug Fixes

v0.27.0

Compare Source

v0.27.0 (2024-04-06)
Features

v0.26.15

Compare Source

v0.26.15 (2024-03-29)

Bug Fixes

v0.26.14

Compare Source

v0.26.14 (2024-03-27)

Bug Fixes

v0.26.13

Compare Source

v0.26.13 (2024-03-26)

Bug Fixes

v0.26.12

Compare Source

v0.26.12 (2024-03-26)

Bug Fixes

v0.26.11

Compare Source

v0.26.11 (2024-03-24)

Bug Fixes

v0.26.10

Compare Source

v0.26.10 (2024-03-21)

Bug Fixes

v0.26.9

Compare Source

v0.26.9 (2024-03-20)

Bug Fixes

v0.26.8

Compare Source

v0.26.8 (2024-03-12)

Bug Fixes

v0.26.7

Compare Source

v0.26.7 (2024-02-29)

Bug Fixes

v0.26.6

Compare Source

v0.26.6 (2024-02-27)

Bug Fixes

v0.26.5

Compare Source

v0.26.5 (2024-02-18)

Bug Fixes

v0.26.4

Compare Source

v0.26.4 (2024-02-16)

Bug Fixes

v0.26.3

Compare Source

v0.26.3 (2024-02-15)

Bug Fixes

v0.26.2

Compare Source

v0.26.2 (2024-02-15)

Bug Fixes

v0.26.1

Compare Source

v0.26.1 (2024-02-14)

Bug Fixes
  • add "WebSocket" directory to "files" (c7edbd5)

v0.26.0

Compare Source

v0.26.0 (2024-02-14)

Features

v0.25.16

Compare Source

v0.25.16 (2024-02-06)

Bug Fixes

v0.25.15

Compare Source

v0.25.15 (2024-01-25)

Bug Fixes

v0.25.14

Compare Source

v0.25.14 (2024-01-07)
Bug Fixes

v0.25.13

Compare Source

v0.25.13 (2023-11-28)
Bug Fixes

v0.25.12

Compare Source

v0.25.12 (2023-11-16)
Bug Fixes

v0.25.11

Compare Source

v0.25.11 (2023-11-09)
Bug Fixes

v0.25.10

Compare Source

v0.25.10 (2023-11-08)
Bug Fixes

v0.25.9

Compare Source

v0.25.9 (2023-11-08)
Bug Fixes

v0.25.8

Compare Source

v0.25.8 (2023-11-07)
Bug Fixes

v0.25.7

Compare Source

v0.25.7 (2023-10-08)

Bug Fixes

v0.25.6

Compare Source

v0.25.6 (2023-09-27)

Bug Fixes

v0.25.5

Compare Source

v0.25.5 (2023-09-26)

Bug Fixes

v0.25.4

Compare Source

v0.25.4 (2023-09-22)

Bug Fixes

v0.25.3

Compare Source

v0.25.3 (2023-09-21)

Bug Fixes

v0.25.2

Compare Source

v0.25.2 (2023-09-20)

Bug Fixes

v0.25.1

Compare Source

v0.25.1 (2023-09-07)

Bug Fixes

v0.25.0

Compare Source

v0.25.0 (2023-09-07)

Features

v0.24.1

Compare Source

v0.24.1 (2023-09-02)

Bug Fixes

v0.24.0

Compare Source

v0.24.0 (2023-08-30)

Features
Bug Fixes

v0.23.0

Compare Source

v0.23.0 (2023-06-29)

Features

v0.22.16

Compare Source

v0.22.16 (2023-06-29)

Bug Fixes

v0.22.15

Compare Source

v0.22.15 (2023-05-16)

Bug Fixes

v0.22.14

Compare Source

v0.22.14 (2023-05-08)

Bug Fixes

v0.22.13

Compare Source

v0.22.13 (2023-05-03)

Bug Fixes

v0.22.12

Compare Source

v0.22.12 (2023-04-14)

Bug Fixes

v0.22.11

Compare Source

v0.22.11 (2023-04-13)

Bug Fixes

v0.22.10

Compare Source

v0.22.10 (2023-03-30)

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Jun 29, 2023

⚠️ No Changeset found

Latest commit: 86e4572

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/mswjs-interceptors-0.x branch from 16910f2 to 5957b08 Compare August 30, 2023 17:14
@renovate renovate bot changed the title fix(deps): update dependency @mswjs/interceptors to ^0.23.0 fix(deps): update dependency @mswjs/interceptors to ^0.24.0 Aug 30, 2023
@renovate renovate bot changed the title fix(deps): update dependency @mswjs/interceptors to ^0.24.0 fix(deps): update dependency @mswjs/interceptors to ^0.25.0 Sep 7, 2023
@renovate renovate bot force-pushed the renovate/mswjs-interceptors-0.x branch from 5957b08 to ae627af Compare September 7, 2023 13:12
@renovate renovate bot force-pushed the renovate/mswjs-interceptors-0.x branch from ae627af to a3bf24b Compare September 28, 2023 01:00
@renovate renovate bot force-pushed the renovate/mswjs-interceptors-0.x branch from a3bf24b to c760a9b Compare February 14, 2024 18:38
@renovate renovate bot changed the title fix(deps): update dependency @mswjs/interceptors to ^0.25.0 fix(deps): update dependency @mswjs/interceptors to ^0.26.0 Feb 14, 2024
Copy link
Contributor Author

renovate bot commented Feb 14, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 3 workspace projects
 WARN  GET https://registry.npmjs.org/htm/-/htm-3.1.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/nano-jsx/-/nano-jsx-0.0.36.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@changesets/cli/-/cli-2.26.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@parcel/core/-/core-2.8.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@parcel/transformer-typescript-types/-/transformer-typescript-types-2.8.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/msw/-/msw-1.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/parcel/-/parcel-2.8.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@parcel/packager-ts/-/packager-ts-2.8.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@mswjs%2Finterceptors error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/rome error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/turbo error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/htm/-/htm-3.1.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/nano-jsx/-/nano-jsx-0.0.36.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@changesets/cli/-/cli-2.26.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@parcel/core/-/core-2.8.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@parcel/transformer-typescript-types/-/transformer-typescript-types-2.8.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/msw/-/msw-1.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/parcel/-/parcel-2.8.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@parcel/packager-ts/-/packager-ts-2.8.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@mswjs%2Finterceptors error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/rome error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/turbo error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 ERR_INVALID_THIS  Value of "this" must be of type URLSearchParams

pnpm [ERR_INVALID_THIS]: Value of "this" must be of type URLSearchParams
    at Proxy.getAll (node:internal/url:534:13)
    at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/8.2.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:60566:55)
    at /opt/containerbase/tools/pnpm/8.2.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:60628:31
    at Array.reduce (<anonymous>)
    at Proxy.raw (/opt/containerbase/tools/pnpm/8.2.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:60627:33)
    at new Headers (/opt/containerbase/tools/pnpm/8.2.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:60512:28)
    at getNodeRequestOptions (/opt/containerbase/tools/pnpm/8.2.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:60861:23)
    at /opt/containerbase/tools/pnpm/8.2.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:60918:25
    at new Promise (<anonymous>)
    at fetch (/opt/containerbase/tools/pnpm/8.2.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:60916:14)

@renovate renovate bot force-pushed the renovate/mswjs-interceptors-0.x branch from c760a9b to 2f1a033 Compare April 6, 2024 16:57
@renovate renovate bot changed the title fix(deps): update dependency @mswjs/interceptors to ^0.26.0 fix(deps): update dependency @mswjs/interceptors to ^0.27.0 Apr 6, 2024
@renovate renovate bot force-pushed the renovate/mswjs-interceptors-0.x branch from 2f1a033 to 489c480 Compare April 16, 2024 19:51
@renovate renovate bot changed the title fix(deps): update dependency @mswjs/interceptors to ^0.27.0 fix(deps): update dependency @mswjs/interceptors to ^0.28.0 Apr 16, 2024
@renovate renovate bot force-pushed the renovate/mswjs-interceptors-0.x branch from 489c480 to e6b51b8 Compare April 26, 2024 12:15
@renovate renovate bot changed the title fix(deps): update dependency @mswjs/interceptors to ^0.28.0 fix(deps): update dependency @mswjs/interceptors to ^0.29.0 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/mswjs-interceptors-0.x branch from e6b51b8 to b099547 Compare June 6, 2024 18:41
@renovate renovate bot changed the title fix(deps): update dependency @mswjs/interceptors to ^0.29.0 fix(deps): update dependency @mswjs/interceptors to ^0.30.0 Jun 6, 2024
Copy link
Contributor Author

renovate bot commented Jun 6, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 3 workspace projects
 WARN  GET https://registry.npmjs.org/htm/-/htm-3.1.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/nano-jsx/-/nano-jsx-0.0.36.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@changesets/cli/-/cli-2.26.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@parcel/core/-/core-2.8.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@parcel/transformer-typescript-types/-/transformer-typescript-types-2.8.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/msw/-/msw-1.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/parcel/-/parcel-2.8.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@parcel/packager-ts/-/packager-ts-2.8.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@mswjs%2Finterceptors error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/rome error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/turbo error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/htm/-/htm-3.1.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/nano-jsx/-/nano-jsx-0.0.36.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@changesets/cli/-/cli-2.26.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@parcel/core/-/core-2.8.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@parcel/transformer-typescript-types/-/transformer-typescript-types-2.8.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/msw/-/msw-1.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/parcel/-/parcel-2.8.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@parcel/packager-ts/-/packager-ts-2.8.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@mswjs%2Finterceptors error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/rome error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/turbo error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 ERR_INVALID_THIS  Value of "this" must be of type URLSearchParams

pnpm [ERR_INVALID_THIS]: Value of "this" must be of type URLSearchParams
    at Proxy.getAll (node:internal/url:543:13)
    at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/8.2.0/22.11.0/node_modules/pnpm/dist/pnpm.cjs:60566:55)
    at /opt/containerbase/tools/pnpm/8.2.0/22.11.0/node_modules/pnpm/dist/pnpm.cjs:60628:31
    at Array.reduce (<anonymous>)
    at Proxy.raw (/opt/containerbase/tools/pnpm/8.2.0/22.11.0/node_modules/pnpm/dist/pnpm.cjs:60627:33)
    at new Headers (/opt/containerbase/tools/pnpm/8.2.0/22.11.0/node_modules/pnpm/dist/pnpm.cjs:60512:28)
    at getNodeRequestOptions (/opt/containerbase/tools/pnpm/8.2.0/22.11.0/node_modules/pnpm/dist/pnpm.cjs:60861:23)
    at /opt/containerbase/tools/pnpm/8.2.0/22.11.0/node_modules/pnpm/dist/pnpm.cjs:60918:25
    at new Promise (<anonymous>)
    at fetch (/opt/containerbase/tools/pnpm/8.2.0/22.11.0/node_modules/pnpm/dist/pnpm.cjs:60916:14)

@renovate renovate bot force-pushed the renovate/mswjs-interceptors-0.x branch from b099547 to 4b1faf0 Compare July 9, 2024 20:45
@renovate renovate bot changed the title fix(deps): update dependency @mswjs/interceptors to ^0.30.0 fix(deps): update dependency @mswjs/interceptors to ^0.32.0 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/mswjs-interceptors-0.x branch from 4b1faf0 to df58c99 Compare July 11, 2024 19:22
@renovate renovate bot changed the title fix(deps): update dependency @mswjs/interceptors to ^0.32.0 fix(deps): update dependency @mswjs/interceptors to ^0.33.0 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/mswjs-interceptors-0.x branch from df58c99 to b683a3d Compare August 1, 2024 16:56
@renovate renovate bot changed the title fix(deps): update dependency @mswjs/interceptors to ^0.33.0 fix(deps): update dependency @mswjs/interceptors to ^0.34.0 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/mswjs-interceptors-0.x branch from b683a3d to 203147c Compare September 8, 2024 13:40
@renovate renovate bot changed the title fix(deps): update dependency @mswjs/interceptors to ^0.34.0 fix(deps): update dependency @mswjs/interceptors to ^0.35.0 Sep 8, 2024
@renovate renovate bot force-pushed the renovate/mswjs-interceptors-0.x branch from 203147c to eb2c0e9 Compare September 30, 2024 14:16
@renovate renovate bot changed the title fix(deps): update dependency @mswjs/interceptors to ^0.35.0 fix(deps): update dependency @mswjs/interceptors to ^0.36.0 Sep 30, 2024
@renovate renovate bot force-pushed the renovate/mswjs-interceptors-0.x branch from eb2c0e9 to 86e4572 Compare November 15, 2024 13:21
@renovate renovate bot changed the title fix(deps): update dependency @mswjs/interceptors to ^0.36.0 fix(deps): update dependency @mswjs/interceptors to ^0.37.0 Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants