octochangelog / octochangelog-webapp

Compare GitHub changelogs across multiple releases in a single view.
https://octochangelog.com
MIT License
58 stars 9 forks source link

Update dependency msw to v2.6.6 #2628

Closed renovate[bot] closed 3 days ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

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

Release Notes

mswjs/msw (msw) ### [`v2.6.6`](https://redirect.github.com/mswjs/msw/releases/tag/v2.6.6) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.6.5...v2.6.6) #### v2.6.6 (2024-11-22) ##### Bug Fixes - **types:** support optional path parameters ([#​2368](https://redirect.github.com/mswjs/msw/issues/2368)) ([`3b7b776`](https://redirect.github.com/mswjs/msw/commit/3b7b776e8c0de341185df4686a895c24326748d3)) [@​kettanaito](https://redirect.github.com/kettanaito) ### [`v2.6.5`](https://redirect.github.com/mswjs/msw/releases/tag/v2.6.5) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.6.4...v2.6.5) #### v2.6.5 (2024-11-16) ##### Bug Fixes - support non-configurable responses ([#​2360](https://redirect.github.com/mswjs/msw/issues/2360)) ([`5bf3e3b`](https://redirect.github.com/mswjs/msw/commit/5bf3e3bf5f9a6d32c79410c11abd539ec4c2ddc5)) [@​kettanaito](https://redirect.github.com/kettanaito) ### [`v2.6.4`](https://redirect.github.com/mswjs/msw/releases/tag/v2.6.4) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.6.3...v2.6.4) #### v2.6.4 (2024-11-10) ##### Bug Fixes - prevent infinite loop when bypassing `sendBeacon()` requests ([#​2353](https://redirect.github.com/mswjs/msw/issues/2353)) ([`2fa98c3`](https://redirect.github.com/mswjs/msw/commit/2fa98c327acc51189f87789d9155c4ec57be2299)) [@​kettanaito](https://redirect.github.com/kettanaito) - remove the internal bypass request header before performing the request as-is in Node.js ([#​2353](https://redirect.github.com/mswjs/msw/issues/2353)) ([`2fa98c3`](https://redirect.github.com/mswjs/msw/commit/2fa98c327acc51189f87789d9155c4ec57be2299)) [@​kettanaito](https://redirect.github.com/kettanaito) ### [`v2.6.3`](https://redirect.github.com/mswjs/msw/releases/tag/v2.6.3) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.6.2...v2.6.3) #### v2.6.3 (2024-11-10) ##### Bug Fixes - **handleRequest:** remove `transformResponse` option ([#​2351](https://redirect.github.com/mswjs/msw/issues/2351)) ([`74c4a3a`](https://redirect.github.com/mswjs/msw/commit/74c4a3a89970bbfc498c812790daef13766dea72)) [@​kettanaito](https://redirect.github.com/kettanaito) ### [`v2.6.2`](https://redirect.github.com/mswjs/msw/releases/tag/v2.6.2) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.6.1...v2.6.2) ##### v2.6.2 (2024-11-07) ##### Bug Fixes - update `@bundled-es-modules/cookie` to 2.0.1 ([#​2312](https://redirect.github.com/mswjs/msw/issues/2312)) ([`c134352`](https://redirect.github.com/mswjs/msw/commit/c134352e8206b91740247f4f196767ab8a8eb921)) [@​kettanaito](https://redirect.github.com/kettanaito) ### [`v2.6.1`](https://redirect.github.com/mswjs/msw/releases/tag/v2.6.1) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.6.0...v2.6.1) ##### v2.6.1 (2024-11-06) ##### Bug Fixes - prevent `instanceof` handler check failures between different MSW versions ([#​2349](https://redirect.github.com/mswjs/msw/issues/2349)) ([`28d26bd`](https://redirect.github.com/mswjs/msw/commit/28d26bd7fa585d76f9ca69a67dfa70a234450ed9)) [@​kettanaito](https://redirect.github.com/kettanaito) ### [`v2.6.0`](https://redirect.github.com/mswjs/msw/releases/tag/v2.6.0) [Compare Source](https://redirect.github.com/mswjs/msw/compare/v2.5.2...v2.6.0) #### v2.6.0 (2024-10-29) ##### Features - support mocking WebSocket APIs ([#​2011](https://redirect.github.com/mswjs/msw/issues/2011)) ([`ae786f5`](https://redirect.github.com/mswjs/msw/commit/ae786f59eb86b3d08c0fa5183ffca90e32af6448)) [@​kettanaito](https://redirect.github.com/kettanaito) [@​DanielleHuisman](https://redirect.github.com/DanielleHuisman)

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 was generated by Mend Renovate. View the repository job log.

cypress[bot] commented 1 week ago

Octochangelog Webapp    Run #9136

Run Properties:  status check passed Passed #9136  •  git commit 6ec4b7a5a7: Update dependency msw to v2.6.6
Project Octochangelog Webapp
Branch Review renovate/msw-2.x
Run status status check passed Passed #9136
Run duration 01m 46s
Commit git commit 6ec4b7a5a7: Update dependency msw to v2.6.6
Committer null
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 7
View all changes introduced in this branch ↗︎
renovate[bot] commented 3 days ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (2.6.6). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

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