generated from X-oss-byte/next.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 291ad51
authored
Update dependency @mswjs/interceptors to v0.35.2 (#2604)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@mswjs/interceptors](https://redirect.github.com/mswjs/interceptors) | [`0.35.1` -> `0.35.2`](https://renovatebot.com/diffs/npm/@mswjs%2finterceptors/0.28.3/0.35.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>mswjs/interceptors (@​mswjs/interceptors)</summary>
### [`v0.35.2`](https://redirect.github.com/mswjs/interceptors/releases/tag/v0.35.2)
[Compare Source](https://redirect.github.com/mswjs/interceptors/compare/v0.35.1...v0.35.2)
#### v0.35.2 (2024-09-12)
##### Bug Fixes
- use correct path for `_http_common` in tsconfig.json ([#​634](https://redirect.github.com/mswjs/interceptors/issues/634)) ([`0fff663`](https://redirect.github.com/mswjs/interceptors/commit/0fff663c548da73caa2481b1d97da193d6df299d)) [@​sjoleee](https://redirect.github.com/sjoleee)
### [`v0.35.1`](https://redirect.github.com/mswjs/interceptors/releases/tag/v0.35.1)
[Compare Source](https://redirect.github.com/mswjs/interceptors/compare/v0.35.0...v0.35.1)
#### v0.35.1 (2024-09-10)
##### Bug Fixes
- **fetch:** rebase relative redirect URL against `request.url` ([#​628](https://redirect.github.com/mswjs/interceptors/issues/628)) ([`1161c7b`](https://redirect.github.com/mswjs/interceptors/commit/1161c7be64e8381be4b859e0548f3d6d7f49c608)) [@​mikicho](https://redirect.github.com/mikicho)
### [`v0.35.0`](https://redirect.github.com/mswjs/interceptors/releases/tag/v0.35.0)
[Compare Source](https://redirect.github.com/mswjs/interceptors/compare/v0.34.3...v0.35.0)
#### v0.35.0 (2024-09-08)
##### Features
- **fetch:** support following redirect responses ([#​627](https://redirect.github.com/mswjs/interceptors/issues/627)) ([`7410d45`](https://redirect.github.com/mswjs/interceptors/commit/7410d45a919bacadc2995d6173f3f7e7340f6e50)) [@​kettanaito](https://redirect.github.com/kettanaito)
### [`v0.34.3`](https://redirect.github.com/mswjs/interceptors/releases/tag/v0.34.3)
[Compare Source](https://redirect.github.com/mswjs/interceptors/compare/v0.34.2...v0.34.3)
#### v0.34.3 (2024-08-13)
##### Bug Fixes
- **ClientRequest:** use `urlToHttpOptions` from `node:url` ([#​618](https://redirect.github.com/mswjs/interceptors/issues/618)) ([`5a591ab`](https://redirect.github.com/mswjs/interceptors/commit/5a591ab37a37c8bceb6fc7df0c7506d42edd04d0)) [@​kettanaito](https://redirect.github.com/kettanaito)
- **XMLHttpRequest:** calculate `total` length of response body ([#​616](https://redirect.github.com/mswjs/interceptors/issues/616)) ([`0c0a4f1`](https://redirect.github.com/mswjs/interceptors/commit/0c0a4f12d8ad8c3887b33f5e777b84310a34ad5c)) [@​kettanaito](https://redirect.github.com/kettanaito) [@​abhishekpaturkar](https://redirect.github.com/abhishekpaturkar)
### [`v0.34.2`](https://redirect.github.com/mswjs/interceptors/releases/tag/v0.34.2)
[Compare Source](https://redirect.github.com/mswjs/interceptors/compare/v0.34.1...v0.34.2)
#### v0.34.2 (2024-08-09)
##### Bug Fixes
- **XMLHttpRequest:** support request `upload` events ([#​613](https://redirect.github.com/mswjs/interceptors/issues/613)) ([`472bcbe`](https://redirect.github.com/mswjs/interceptors/commit/472bcbe4b6b7f0652da10eb647a3aaa898ad4f7c)) [@​kettanaito](https://redirect.github.com/kettanaito)
### [`v0.34.1`](https://redirect.github.com/mswjs/interceptors/releases/tag/v0.34.1)
[Compare Source](https://redirect.github.com/mswjs/interceptors/compare/v0.34.0...v0.34.1)
#### v0.34.1 (2024-08-06)
##### Bug Fixes
- **WebSocket:** use 1011 as close `code` for unhandled interceptor errors ([#​612](https://redirect.github.com/mswjs/interceptors/issues/612)) ([`42daf43`](https://redirect.github.com/mswjs/interceptors/commit/42daf43056b25c0faefcbeb3b1a90f4b9335b3d8)) [@​kettanaito](https://redirect.github.com/kettanaito)
- **WebSocket:** set `wasClean` to `true` on normal connection closures ([#​611](https://redirect.github.com/mswjs/interceptors/issues/611)) ([`94a390c`](https://redirect.github.com/mswjs/interceptors/commit/94a390c0444e91c65fa255013de421cd64b50ab8)) [@​kettanaito](https://redirect.github.com/kettanaito)
- **WebSocket:** treat interceptor exceptions as closures with error ([#​609](https://redirect.github.com/mswjs/interceptors/issues/609)) ([`ca522a3`](https://redirect.github.com/mswjs/interceptors/commit/ca522a32c2966217749aaed7072bee58c7509b39)) [@​kettanaito](https://redirect.github.com/kettanaito)
### [`v0.34.0`](https://redirect.github.com/mswjs/interceptors/releases/tag/v0.34.0)
[Compare Source](https://redirect.github.com/mswjs/interceptors/compare/v0.33.3...v0.34.0)
#### v0.34.0 (2024-08-01)
##### Features
- add `FetchInterceptor` to the `node` preset ([#​603](https://redirect.github.com/mswjs/interceptors/issues/603)) ([`d679a4d`](https://redirect.github.com/mswjs/interceptors/commit/d679a4de255094a66f35b0482542002543563dcb)) [@​mikicho](https://redirect.github.com/mikicho) [@​kettanaito](https://redirect.github.com/kettanaito)
- **WebSocket:** support passthrough, correctly emit the `error` event ([#​608](https://redirect.github.com/mswjs/interceptors/issues/608)) ([`5d9d71e`](https://redirect.github.com/mswjs/interceptors/commit/5d9d71ee0339c3c59b569c32d387323d8bf2742b)) [@​kettanaito](https://redirect.github.com/kettanaito)
### [`v0.33.3`](https://redirect.github.com/mswjs/interceptors/releases/tag/v0.33.3)
[Compare Source](https://redirect.github.com/mswjs/interceptors/compare/v0.33.2...v0.33.3)
##### v0.33.3 (2024-07-31)
##### Bug Fixes
- **WebSocket:** emit "error" event on `server` connection errors ([#​607](https://redirect.github.com/mswjs/interceptors/issues/607)) ([`67aebe5`](https://redirect.github.com/mswjs/interceptors/commit/67aebe5c34266032a0a5e9e34ee81e1a8803bda2)) [@​kettanaito](https://redirect.github.com/kettanaito)
### [`v0.33.2`](https://redirect.github.com/mswjs/interceptors/releases/tag/v0.33.2)
[Compare Source](https://redirect.github.com/mswjs/interceptors/compare/v0.33.1...v0.33.2)
#### v0.33.2 (2024-07-24)
##### Bug Fixes
- support lowercase HTTP request methods ([#​605](https://redirect.github.com/mswjs/interceptors/issues/605)) ([`83e4b95`](https://redirect.github.com/mswjs/interceptors/commit/83e4b959f378b4f667478b3421d5fa90b62632e4)) [@​mikicho](https://redirect.github.com/mikicho) [@​kettanaito](https://redirect.github.com/kettanaito)
### [`v0.33.1`](https://redirect.github.com/mswjs/interceptors/releases/tag/v0.33.1)
[Compare Source](https://redirect.github.com/mswjs/interceptors/compare/v0.33.0...v0.33.1)
#### v0.33.1 (2024-07-12)
##### Bug Fixes
- **ClientRequest:** improve rawHeaders recording ([#​602](https://redirect.github.com/mswjs/interceptors/issues/602)) ([`5135505`](https://redirect.github.com/mswjs/interceptors/commit/51355054a08f97823341b0bff7aa2d46bda10083)) [@​mikicho](https://redirect.github.com/mikicho) [@​kettanaito](https://redirect.github.com/kettanaito)
### [`v0.33.0`](https://redirect.github.com/mswjs/interceptors/releases/tag/v0.33.0)
[Compare Source](https://redirect.github.com/mswjs/interceptors/compare/v0.32.2...v0.33.0)
##### v0.33.0 (2024-07-11)
> \[!WARNING]
> This release contains **BREAKING CHANGES**.
##### 1 parent b624320 commit 291ad51Copy full SHA for 291ad51
1 file changed
+1
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 |
| - | |
| 144 | + | |
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
|
0 commit comments