alixlahuec / zotero-roam

Connector extension between Roam Research & Zotero
https://alix-lahuec.gitbook.io/zotero-roam/
Apache License 2.0
64 stars 6 forks source link

chore(deps): update dependency msw to ^2.4.9 #712

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

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

Release Notes

mswjs/msw (msw) ### [`v2.4.9`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.9) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.4.8...v2.4.9) #### v2.4.9 (2024-09-20) ##### Bug Fixes - **ClientRequest:** support `Request` as init when recording raw headers ([#​2293](https://redirect.github.com/mswjs/msw/issues/2293)) ([`bf982ea`](https://redirect.github.com/mswjs/msw/commit/bf982eaa70ddd5d08706b8877ceb6c6c2517f660)) [@​kettanaito](https://redirect.github.com/kettanaito) ### [`v2.4.8`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.8) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.4.7...v2.4.8) #### v2.4.8 (2024-09-17) ##### Bug Fixes - address `express` and `path-to-regexp` vulnerabilities ([#​2285](https://redirect.github.com/mswjs/msw/issues/2285)) ([`e3487bc`](https://redirect.github.com/mswjs/msw/commit/e3487bc4259368adc33739eb9490bde8421a215c)) [@​markmssd](https://redirect.github.com/markmssd) ### [`v2.4.7`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.7) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.4.6...v2.4.7) #### v2.4.7 (2024-09-15) ##### Bug Fixes - **ClientRequest:** prevent duplicates when recording set headers ([#​2284](https://redirect.github.com/mswjs/msw/issues/2284)) ([`e04eb8f`](https://redirect.github.com/mswjs/msw/commit/e04eb8f44ffcf5ce755aa224d31a8576f4719a9f)) [@​kettanaito](https://redirect.github.com/kettanaito) - use `Object.defineProperty` for Headers proxy ([#​2283](https://redirect.github.com/mswjs/msw/issues/2283)) ([`94e17be`](https://redirect.github.com/mswjs/msw/commit/94e17beea475a494c1de8b58ea399e518f55ddda)) [@​kettanaito](https://redirect.github.com/kettanaito) ### [`v2.4.6`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.6) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.4.5...v2.4.6) #### v2.4.6 (2024-09-13) ##### Bug Fixes - **xhr:** clone request body before calculating its size ([#​2282](https://redirect.github.com/mswjs/msw/issues/2282)) ([`397444b`](https://redirect.github.com/mswjs/msw/commit/397444bcc386bbe560aa649460cb92cdb31d28a9)) [@​kettanaito](https://redirect.github.com/kettanaito) ### [`v2.4.5`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.5) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.4.4...v2.4.5) ##### v2.4.5 (2024-09-11) ##### Bug Fixes - remove cookies with `max-age=0` from cookie store ([#​2275](https://redirect.github.com/mswjs/msw/issues/2275)) ([`c307ab2`](https://redirect.github.com/mswjs/msw/commit/c307ab27643fc80631d3f0a28e72f7339a54af70)) [@​kettanaito](https://redirect.github.com/kettanaito) ### [`v2.4.4`](https://redirect.github.com/mswjs/msw/releases/tag/v2.4.4) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.4.3...v2.4.4) #### v2.4.4 (2024-09-08) ##### Bug Fixes - **fetch:** follow mocked redirect responses ([#​2268](https://redirect.github.com/mswjs/msw/issues/2268)) ([`f5785bf`](https://redirect.github.com/mswjs/msw/commit/f5785bfba1a026075feca4f74cadfcb636ffc257)) [@​kettanaito](https://redirect.github.com/kettanaito) ### [`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) ### [`v2.3.5`](https://redirect.github.com/mswjs/msw/releases/tag/v2.3.5) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.3.4...v2.3.5) #### v2.3.5 (2024-08-02) ##### Bug Fixes - **HttpResponse:** skip setting "Content-Length" if it is already set ([#​2228](https://redirect.github.com/mswjs/msw/issues/2228)) ([`a0234c9`](https://redirect.github.com/mswjs/msw/commit/a0234c9abebada6f66f8a14dfa04bf2aac6e6dcf)) [@​kettanaito](https://redirect.github.com/kettanaito)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Toronto, 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.