Open renovate[bot] opened 2 years ago
This PR contains the following updates:
12.1.0
12.6.1
📅 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.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
This PR contains the following updates:
12.1.0
->12.6.1
Release Notes
sindresorhus/got (got)
### [`v12.6.1`](https://redirect.github.com/sindresorhus/got/releases/tag/v12.6.1) [Compare Source](https://redirect.github.com/sindresorhus/got/compare/v12.6.0...v12.6.1) - Fix `get-stream` import statement ([#2266](https://redirect.github.com/sindresorhus/got/issues/2266)) [`67d5039`](https://redirect.github.com/sindresorhus/got/commit/67d5039) ### [`v12.6.0`](https://redirect.github.com/sindresorhus/got/releases/tag/v12.6.0) [Compare Source](https://redirect.github.com/sindresorhus/got/compare/v12.5.3...v12.6.0) - Update dependencies [`88c88fb`](https://redirect.github.com/sindresorhus/got/commit/88c88fb) [`979272e`](https://redirect.github.com/sindresorhus/got/commit/979272e) - Loosen URL validation strictness ([#2200](https://redirect.github.com/sindresorhus/got/issues/2200)) [`0ca0b7f`](https://redirect.github.com/sindresorhus/got/commit/0ca0b7f) ### [`v12.5.3`](https://redirect.github.com/sindresorhus/got/releases/tag/v12.5.3) [Compare Source](https://redirect.github.com/sindresorhus/got/compare/v12.5.2...v12.5.3) - Fix abort event listeners not always being cleaned up ([#2162](https://redirect.github.com/sindresorhus/got/issues/2162)) [`3cc40b5`](https://redirect.github.com/sindresorhus/got/commit/3cc40b5) ### [`v12.5.2`](https://redirect.github.com/sindresorhus/got/releases/tag/v12.5.2) [Compare Source](https://redirect.github.com/sindresorhus/got/compare/v12.5.1...v12.5.2) - Improve TypeScript 4.9 compatibility ([#2163](https://redirect.github.com/sindresorhus/got/issues/2163)) [`39f83b6`](https://redirect.github.com/sindresorhus/got/commit/39f83b6) ### [`v12.5.1`](https://redirect.github.com/sindresorhus/got/releases/tag/v12.5.1) [Compare Source](https://redirect.github.com/sindresorhus/got/compare/v12.5.0...v12.5.1) - Fix compatibility with TypeScript and ESM [`3b3ea67`](https://redirect.github.com/sindresorhus/got/commit/3b3ea67) - Fix request body not being properly cached ([#2150](https://redirect.github.com/sindresorhus/got/issues/2150)) [`3e9d3af`](https://redirect.github.com/sindresorhus/got/commit/3e9d3af) ### [`v12.5.0`](https://redirect.github.com/sindresorhus/got/releases/tag/v12.5.0) [Compare Source](https://redirect.github.com/sindresorhus/got/compare/v12.4.1...v12.5.0) - Disable method rewriting on 307 and 308 status codes ([#2145](https://redirect.github.com/sindresorhus/got/issues/2145)) [`e049e94`](https://redirect.github.com/sindresorhus/got/commit/e049e94) - Upgrade dependencies [`8630815`](https://redirect.github.com/sindresorhus/got/commit/8630815) [`f0ac0b3`](https://redirect.github.com/sindresorhus/got/commit/f0ac0b3) [`4c3762a`](https://redirect.github.com/sindresorhus/got/commit/4c3762a) ### [`v12.4.1`](https://redirect.github.com/sindresorhus/got/releases/tag/v12.4.1) [Compare Source](https://redirect.github.com/sindresorhus/got/compare/v12.4.0...v12.4.1) ##### Fixes - Fix `options.context` being not extensible [`b671480`](https://redirect.github.com/sindresorhus/got/commit/b671480715dbbff908e9a385f5e714570c663cd7) - Don't emit `uploadProgress` after promise cancelation [`693de21`](https://redirect.github.com/sindresorhus/got/commit/693de217b030816f574d6e4cb505ee2e77b21c29) ### [`v12.4.0`](https://redirect.github.com/sindresorhus/got/releases/tag/v12.4.0) [Compare Source](https://redirect.github.com/sindresorhus/got/compare/v12.3.1...v12.4.0) ##### Improvements - Support FormData without known length ([#2120](https://redirect.github.com/sindresorhus/got/issues/2120)) [`850773c`](https://redirect.github.com/sindresorhus/got/commit/850773c) ##### Fixes - Don't call `beforeError` hooks with `HTTPError` if the `throwHttpErrors` option is `false` ([#2104](https://redirect.github.com/sindresorhus/got/issues/2104)) [`3927348`](https://redirect.github.com/sindresorhus/got/commit/3927348) ### [`v12.3.1`](https://redirect.github.com/sindresorhus/got/releases/tag/v12.3.1) [Compare Source](https://redirect.github.com/sindresorhus/got/compare/v12.3.0...v12.3.1) - Don't freeze signal when freezing Options ([#2100](https://redirect.github.com/sindresorhus/got/issues/2100)) [`43b1467`](https://redirect.github.com/sindresorhus/got/commit/43b1467) ### [`v12.3.0`](https://redirect.github.com/sindresorhus/got/releases/tag/v12.3.0) [Compare Source](https://redirect.github.com/sindresorhus/got/compare/v12.2.0...v12.3.0) - Add `.off()` method for events ([#2092](https://redirect.github.com/sindresorhus/got/issues/2092)) [`88056be`](https://redirect.github.com/sindresorhus/got/commit/88056be) ### [`v12.2.0`](https://redirect.github.com/sindresorhus/got/releases/tag/v12.2.0) [Compare Source](https://redirect.github.com/sindresorhus/got/compare/v12.1.0...v12.2.0) - [Support `AbortController`](https://redirect.github.com/sindresorhus/got/blob/main/documentation/2-options.md#signal) ([#2020](https://redirect.github.com/sindresorhus/got/issues/2020)) [`6a6d2a9`](https://redirect.github.com/sindresorhus/got/commit/6a6d2a9) - Add [`enableUnixSockets`](https://redirect.github.com/sindresorhus/got/blob/main/documentation/2-options.md#enableunixsockets) option ([#2062](https://redirect.github.com/sindresorhus/got/issues/2062)) [`461b3d4`](https://redirect.github.com/sindresorhus/got/commit/461b3d4)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.