ral-facilities / inventory-management-system

Apache License 2.0
2 stars 0 forks source link

Update dependency msw to v2.4.3 (develop) #926

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
msw (source) 2.3.5 -> 2.4.3 age adoption passing confidence

Release Notes

mswjs/msw (msw) ### [`v2.4.3`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.3) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.4.2...v2.4.3) #### v2.4.3 (2024-09-07) ##### Bug Fixes - revert "graphql" as optional peer dependency ([#​2267](https://redirect.github.com/mswjs/msw/issues/2267)) ([`7cd39e7`](https://redirect.github.com/mswjs/msw/commit/7cd39e787aa9766eef914bce3d65daec1ce16635)) [@​kettanaito](https://redirect.github.com/kettanaito) ### [`v2.4.2`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.2) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.4.1...v2.4.2) #### v2.4.2 (2024-09-04) ##### Bug Fixes - **cli:** support windows paths in the `init` command ([#​2260](https://redirect.github.com/mswjs/msw/issues/2260)) ([`ba285b8`](https://redirect.github.com/mswjs/msw/commit/ba285b887cedfa22f32ae1e8d6569e57174cb561)) [@​ivanfernandez2646](https://redirect.github.com/ivanfernandez2646) [@​kettanaito](https://redirect.github.com/kettanaito) - use typescript@4.8 as the minimal supported version ([#​2251](https://redirect.github.com/mswjs/msw/issues/2251)) ([`6b2a7e6`](https://redirect.github.com/mswjs/msw/commit/6b2a7e6be8f9b63c2549ad7fbf271d38f803ad6e)) [@​THETCR](https://redirect.github.com/THETCR) [@​kettanaito](https://redirect.github.com/kettanaito) - keep `graphql` import as require in cjs ([#​2258](https://redirect.github.com/mswjs/msw/issues/2258)) ([`b977602`](https://redirect.github.com/mswjs/msw/commit/b97760270b28bd633b56332d87a9d834f653cad2)) [@​kettanaito](https://redirect.github.com/kettanaito) ### [`v2.4.1`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.1) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.4.0...v2.4.1) #### v2.4.1 (2024-08-29) ##### Bug Fixes - import `graphql` lazily ([#​2250](https://redirect.github.com/mswjs/msw/issues/2250)) ([`1799e06`](https://redirect.github.com/mswjs/msw/commit/1799e0638f0f860c19ba46db7c4287012f2cb716)) [@​kettanaito](https://redirect.github.com/kettanaito) - add `graphql` to "peerDependencies" ([#​2249](https://redirect.github.com/mswjs/msw/issues/2249)) ([`8a9568a`](https://redirect.github.com/mswjs/msw/commit/8a9568ad4593b662a8c320bb1a02b380791a1696)) [@​THETCR](https://redirect.github.com/THETCR) ### [`v2.4.0`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.0) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.3.5...v2.4.0) #### v2.4.0 (2024-08-28) ##### Features - add `HttpResponse.html()` static method ([#​2140](https://redirect.github.com/mswjs/msw/issues/2140)) ([`8c5580a`](https://redirect.github.com/mswjs/msw/commit/8c5580a0e2e6e52785b0132128c36d679ddbe5d5)) [@​scruffymongrel](https://redirect.github.com/scruffymongrel) [@​kettanaito](https://redirect.github.com/kettanaito) - list "graphql" as an optional peer dependency ([#​2187](https://redirect.github.com/mswjs/msw/issues/2187)) ([`40b17fd`](https://redirect.github.com/mswjs/msw/commit/40b17fdf655e597b352094527f558f6d839f2970)) [@​kettanaito](https://redirect.github.com/kettanaito) - print request body in `onUnhandledRequest` message ([#​2227](https://redirect.github.com/mswjs/msw/issues/2227)) ([`a2153c9`](https://redirect.github.com/mswjs/msw/commit/a2153c93edd752d7c5686573f684721b19f0a115)) [@​bitttttten](https://redirect.github.com/bitttttten) [@​kettanaito](https://redirect.github.com/kettanaito)

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), 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 was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.23%. Comparing base (beff6d3) to head (7a06f02). Report is 4 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #926 +/- ## ========================================= Coverage 99.23% 99.23% ========================================= Files 72 72 Lines 16075 16075 Branches 2841 2362 -479 ========================================= Hits 15952 15952 - Misses 119 122 +3 + Partials 4 1 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

joelvdavies commented 2 months ago

Error caused by graphql being moved into peer dependencies (see https://github.com/mswjs/msw/pull/2249). Will wait to see if fixed (it seems they didn't expect it to break in this way), otherwise would need to be added to dev dependencies.