Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency @mswjs/interceptors to v0.30.1 (#2207)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@mswjs/interceptors](https://togithub.com/mswjs/interceptors) | [`0.30.0` -> `0.30.1`](https://renovatebot.com/diffs/npm/@mswjs%2finterceptors/0.28.3/0.30.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@mswjs%2finterceptors/0.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mswjs%2finterceptors/0.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mswjs%2finterceptors/0.28.3/0.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mswjs%2finterceptors/0.28.3/0.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mswjs/interceptors (@​mswjs/interceptors)</summary> ### [`v0.30.1`](https://togithub.com/mswjs/interceptors/releases/tag/v0.30.1) [Compare Source](https://togithub.com/mswjs/interceptors/compare/v0.30.0...v0.30.1) #### v0.30.1 (2024-07-02) ##### Bug Fixes - **ClientRequest:** account for missing `agent.destroy` when terminating a request ([#​585](https://togithub.com/mswjs/interceptors/issues/585)) ([`1226eb7`](https://togithub.com/mswjs/interceptors/commit/1226eb773f487268cbaef6e035e2f0e9f402bce9)) [@​freben](https://togithub.com/freben) [@​kettanaito](https://togithub.com/kettanaito) ### [`v0.30.0`](https://togithub.com/mswjs/interceptors/releases/tag/v0.30.0) [Compare Source](https://togithub.com/mswjs/interceptors/compare/v0.29.1...v0.30.0) #### v0.30.0 (2024-06-06) ##### Features - **WebSocket:** add connection "info" to the "connection" event payload ([#​577](https://togithub.com/mswjs/interceptors/issues/577)) ([`8c633ad`](https://togithub.com/mswjs/interceptors/commit/8c633adc2e047153398e72d1c7cdd9778157f50c)) [@​DanielleHuisman](https://togithub.com/DanielleHuisman) [@​kettanaito](https://togithub.com/kettanaito) ##### Bug Fixes - set "WebSocket.protocol" to an empty string by default ([#​578](https://togithub.com/mswjs/interceptors/issues/578)) ([`87ae1e3`](https://togithub.com/mswjs/interceptors/commit/87ae1e382e87c6a481e7b29760ad5e9500b5aa0b)) [@​DanielleHuisman](https://togithub.com/DanielleHuisman) ### [`v0.29.1`](https://togithub.com/mswjs/interceptors/releases/tag/v0.29.1) [Compare Source](https://togithub.com/mswjs/interceptors/compare/v0.29.0...v0.29.1) #### v0.29.1 (2024-04-29) ##### Bug Fixes - **ClientRequest:** decode uri for username and password before setting basic authentication header ([#​565](https://togithub.com/mswjs/interceptors/issues/565)) ([`2cb46d7`](https://togithub.com/mswjs/interceptors/commit/2cb46d75d9111bc7a86cfdc12cc2e1306f3c6f3e)) [@​kettanaito](https://togithub.com/kettanaito) [@​mdesousa](https://togithub.com/mdesousa) ### [`v0.29.0`](https://togithub.com/mswjs/interceptors/releases/tag/v0.29.0) [Compare Source](https://togithub.com/mswjs/interceptors/compare/v0.28.4...v0.29.0) ##### v0.29.0 (2024-04-26) ##### Features - add "unhandledException" event ([#​566](https://togithub.com/mswjs/interceptors/issues/566)) ([`a3afcf1`](https://togithub.com/mswjs/interceptors/commit/a3afcf1a01464c18e96489366ca41ed887d16405)) [@​kettanaito](https://togithub.com/kettanaito) ##### Bug Fixes - support IPv6 during ClientRequest options parsing ([#​489](https://togithub.com/mswjs/interceptors/issues/489)) ([`8652556`](https://togithub.com/mswjs/interceptors/commit/8652556913f95f304690bbf0d067f7cec99de8ea)) [@​mikicho](https://togithub.com/mikicho) ### [`v0.28.4`](https://togithub.com/mswjs/interceptors/releases/tag/v0.28.4) [Compare Source](https://togithub.com/mswjs/interceptors/compare/v0.28.3...v0.28.4) ##### v0.28.4 (2024-04-21) ##### Bug Fixes - support throwing `Response.error()` ([#​563](https://togithub.com/mswjs/interceptors/issues/563)) ([`9dda725`](https://togithub.com/mswjs/interceptors/commit/9dda7255775984ecbb7133d7e0f309948252857e)) [@​kettanaito](https://togithub.com/kettanaito) </details> --- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
- Loading branch information