BoBeenLee / bbl-nx

homepage
https://bbl-nx.vercel.app/
4 stars 0 forks source link

chore(deps): update dependency msw to v1 #155

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
msw (source) ^0.49.0 -> ^1.0.0 age adoption passing confidence

Release Notes

mswjs/msw (msw) ### [`v1.2.2`](https://togithub.com/mswjs/msw/releases/tag/v1.2.2) [Compare Source](https://togithub.com/mswjs/msw/compare/v1.2.1...v1.2.2) #### v1.2.2 (2023-06-09) ##### Bug Fixes - log `ReadableStream` responses as text/json ([#​1622](https://togithub.com/mswjs/msw/issues/1622)) ([`4c7e952`](https://togithub.com/mswjs/msw/commit/4c7e952e69f1a82115fafa695ae39b3169486570)) [@​esquevin](https://togithub.com/esquevin) [@​kettanaito](https://togithub.com/kettanaito) - support typescript 5.1 as a peer dependency ([#​1633](https://togithub.com/mswjs/msw/issues/1633)) ([`8e37d9c`](https://togithub.com/mswjs/msw/commit/8e37d9cbdef16bc6f5c1146a493bfced49657a5d)) [@​gthb](https://togithub.com/gthb) [@​kettanaito](https://togithub.com/kettanaito) ### [`v1.2.1`](https://togithub.com/mswjs/msw/releases/tag/v1.2.1) [Compare Source](https://togithub.com/mswjs/msw/compare/v1.2.0...v1.2.1) #### v1.2.1 (2023-03-24) ##### Bug Fixes - update dependencies to support ESM ([#​1575](https://togithub.com/mswjs/msw/issues/1575)) ([`e7a6008`](https://togithub.com/mswjs/msw/commit/e7a60081526bd6f00ac17a62c424abf59976555b)) [@​kettanaito](https://togithub.com/kettanaito) - update "headers-polyfill" to 3.1.2 to fix the ESM issue ([#​1571](https://togithub.com/mswjs/msw/issues/1571)) ([`4f44f11`](https://togithub.com/mswjs/msw/commit/4f44f115e28d35ff137c7ccf886c0029399b5d30)) [@​cstenglein](https://togithub.com/cstenglein) ### [`v1.2.0`](https://togithub.com/mswjs/msw/releases/tag/v1.2.0) [Compare Source](https://togithub.com/mswjs/msw/compare/v1.1.1...v1.2.0) #### v1.2.0 (2023-03-22) ##### Features - add `operationName` to GraphQL request ([#​1568](https://togithub.com/mswjs/msw/issues/1568)) ([`115b435`](https://togithub.com/mswjs/msw/commit/115b435aef089a3c4fe9a618d5756c9cb944fe13)) [@​ligaz](https://togithub.com/ligaz) [@​kettanaito](https://togithub.com/kettanaito) ### [`v1.1.1`](https://togithub.com/mswjs/msw/releases/tag/v1.1.1) [Compare Source](https://togithub.com/mswjs/msw/compare/v1.1.0...v1.1.1) #### v1.1.1 (2023-03-20) ##### Bug Fixes - **typescript:** support typescript 5.0 ([#​1566](https://togithub.com/mswjs/msw/issues/1566)) ([`c0616d1`](https://togithub.com/mswjs/msw/commit/c0616d1473d168018ad8bba7194f8654a6ed153a)) [@​mattcosta7](https://togithub.com/mattcosta7) ### [`v1.1.0`](https://togithub.com/mswjs/msw/releases/tag/v1.1.0) [Compare Source](https://togithub.com/mswjs/msw/compare/v1.0.1...v1.1.0) #### v1.1.0 (2023-02-24) ##### Features - support global fetch in Node.js ([#​1543](https://togithub.com/mswjs/msw/issues/1543)) ([`049f21d`](https://togithub.com/mswjs/msw/commit/049f21df0e7c1b9811e083e83b7534cf0a06021a)) [@​kettanaito](https://togithub.com/kettanaito) ##### Bug Fixes - return types of "setupWorker" and "setupServer" API ([#​1540](https://togithub.com/mswjs/msw/issues/1540)) ([`78d1834`](https://togithub.com/mswjs/msw/commit/78d18344388d5e17cb71ae67f5d250ce139baf59)) [@​kettanaito](https://togithub.com/kettanaito) ### [`v1.0.1`](https://togithub.com/mswjs/msw/releases/tag/v1.0.1) [Compare Source](https://togithub.com/mswjs/msw/compare/v1.0.0...v1.0.1) #### v1.0.1 (2023-02-10) ##### Bug Fixes - add "package.json" subpath export ([#​1530](https://togithub.com/mswjs/msw/issues/1530)) ([`12a581f`](https://togithub.com/mswjs/msw/commit/12a581f480e3a2f9bdcda7874f98114c148c9d85)) [@​iceu-bb](https://togithub.com/iceu-bb) [@​kettanaito](https://togithub.com/kettanaito) ### [`v1.0.0`](https://togithub.com/mswjs/msw/releases/tag/v1.0.0) [Compare Source](https://togithub.com/mswjs/msw/compare/v0.49.3...v1.0.0) #### v1.0.0 (2023-01-25) ##### ⚠️ BREAKING CHANGES - rename "SetupWorkerApi"/"SetupServerApi" types to "SetupWorker"/"SetupServer" ([#​1478](https://togithub.com/mswjs/msw/issues/1478)) ([`4fde47e`](https://togithub.com/mswjs/msw/commit/4fde47ef00bbddc6fdea2b6bdb8ac77b1d398c33)) [@​gduliscouet-ubitransport](https://togithub.com/gduliscouet-ubitransport) [@​kettanaito](https://togithub.com/kettanaito) ##### Features - throw and suggest a URL polyfill for React Native ([#​1520](https://togithub.com/mswjs/msw/issues/1520)) ([`b4ac829`](https://togithub.com/mswjs/msw/commit/b4ac82921d13bd539f1d53ec9c6345c91dc6637b)) [@​kettanaito](https://togithub.com/kettanaito)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

⚠ 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:

The artifact failure details are included below:

File name: pnpm-lock.yaml
/usr/local/bin/docker: line 4: .: filename argument required
.: usage: . filename [arguments]
renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 1.x releases. But if you manually upgrade to 1.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.