Commit df2af32
authored
fix(deps): Update dependency got to v14 (#22)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [got](https://redirect.github.com/sindresorhus/got) | dependencies | major | [`^13.0.0` -> `^14.0.0`](https://renovatebot.com/diffs/npm/got/13.0.0/14.4.8) |
---
### Release Notes
<details>
<summary>sindresorhus/got (got)</summary>
### [`v14.4.8`](https://redirect.github.com/sindresorhus/got/releases/tag/v14.4.8)
[Compare Source](https://redirect.github.com/sindresorhus/got/compare/v14.4.7...v14.4.8)
- Fix infinite loop when retrying with `request.options` in `afterResponse` hook [`dad6a91`](https://redirect.github.com/sindresorhus/got/commit/dad6a91)
***
### [`v14.4.7`](https://redirect.github.com/sindresorhus/got/releases/tag/v14.4.7)
[Compare Source](https://redirect.github.com/sindresorhus/got/compare/v14.4.6...v14.4.7)
- Fix: Gracefully handle undefined request ([#​2404](https://redirect.github.com/sindresorhus/got/issues/2404)) [`06029e0`](https://redirect.github.com/sindresorhus/got/commit/06029e0)
***
### [`v14.4.6`](https://redirect.github.com/sindresorhus/got/releases/tag/v14.4.6)
[Compare Source](https://redirect.github.com/sindresorhus/got/compare/v14.4.5...v14.4.6)
- Fix timeout error firing even though it's cancelled ([#​2399](https://redirect.github.com/sindresorhus/got/issues/2399)) [`7a92064`](https://redirect.github.com/sindresorhus/got/commit/7a92064)
### [`v14.4.5`](https://redirect.github.com/sindresorhus/got/releases/tag/v14.4.5)
[Compare Source](https://redirect.github.com/sindresorhus/got/compare/v14.4.4...v14.4.5)
- Fix a crash with Got accessing a non-existent request ([#​2391](https://redirect.github.com/sindresorhus/got/issues/2391)) [`c079b93`](https://redirect.github.com/sindresorhus/got/commit/c079b93)
### [`v14.4.4`](https://redirect.github.com/sindresorhus/got/releases/tag/v14.4.4)
[Compare Source](https://redirect.github.com/sindresorhus/got/compare/v14.4.3...v14.4.4)
- Fix support for `AbortSignal#timeout()` ([#​2388](https://redirect.github.com/sindresorhus/got/issues/2388)) [`92b378e`](https://redirect.github.com/sindresorhus/got/commit/92b378e)
### [`v14.4.3`](https://redirect.github.com/sindresorhus/got/releases/tag/v14.4.3)
[Compare Source](https://redirect.github.com/sindresorhus/got/compare/v14.4.2...v14.4.3)
- Fix cache with HTTP2 ([#​2380](https://redirect.github.com/sindresorhus/got/issues/2380)) [`f2f8cb2`](https://redirect.github.com/sindresorhus/got/commit/f2f8cb2)
### [`v14.4.2`](https://redirect.github.com/sindresorhus/got/releases/tag/v14.4.2)
[Compare Source](https://redirect.github.com/sindresorhus/got/compare/v14.4.1...v14.4.2)
- Fix handling of invalid arguments ([#​2367](https://redirect.github.com/sindresorhus/got/issues/2367)) [`f44ef43`](https://redirect.github.com/sindresorhus/got/commit/f44ef43)
### [`v14.4.1`](https://redirect.github.com/sindresorhus/got/releases/tag/v14.4.1)
[Compare Source](https://redirect.github.com/sindresorhus/got/compare/v14.4.0...v14.4.1)
- Fix missing dependency [`dfc54d9`](https://redirect.github.com/sindresorhus/got/commit/dfc54d9)
### [`v14.4.0`](https://redirect.github.com/sindresorhus/got/releases/tag/v14.4.0)
[Compare Source](https://redirect.github.com/sindresorhus/got/compare/v14.3.0...v14.4.0)
- Improve TypeScript types with generic extend ([#​2353](https://redirect.github.com/sindresorhus/got/issues/2353)) [`15ca4a0`](https://redirect.github.com/sindresorhus/got/commit/15ca4a0)
### [`v14.3.0`](https://redirect.github.com/sindresorhus/got/releases/tag/v14.3.0)
[Compare Source](https://redirect.github.com/sindresorhus/got/compare/v14.2.1...v14.3.0)
- Update dependencies [`dbab6c3`](https://redirect.github.com/sindresorhus/got/commit/dbab6c3)
### [`v14.2.1`](https://redirect.github.com/sindresorhus/got/releases/tag/v14.2.1)
[Compare Source](https://redirect.github.com/sindresorhus/got/compare/v14.2.0...v14.2.1)
- Fix error handling when UTF-8 decoding fails ([#​2336](https://redirect.github.com/sindresorhus/got/issues/2336)) [`c81a611`](https://redirect.github.com/sindresorhus/got/commit/c81a611)
### [`v14.2.0`](https://redirect.github.com/sindresorhus/got/releases/tag/v14.2.0)
[Compare Source](https://redirect.github.com/sindresorhus/got/compare/v14.1.0...v14.2.0)
- Add `cause` property with the original error to `RequestError` ([#​2327](https://redirect.github.com/sindresorhus/got/issues/2327)) [`4cbd01d`](https://redirect.github.com/sindresorhus/got/commit/4cbd01d)
### [`v14.1.0`](https://redirect.github.com/sindresorhus/got/releases/tag/v14.1.0)
[Compare Source](https://redirect.github.com/sindresorhus/got/compare/v14.0.0...v14.1.0)
- Allow typing the body of a `RequestError` response ([#​2325](https://redirect.github.com/sindresorhus/got/issues/2325)) [`5e4f6ff`](https://redirect.github.com/sindresorhus/got/commit/5e4f6ff)
### [`v14.0.0`](https://redirect.github.com/sindresorhus/got/releases/tag/v14.0.0)
[Compare Source](https://redirect.github.com/sindresorhus/got/compare/v13.0.0...v14.0.0)
##### Breaking
- Require Node.js 20 ([#​2313](https://redirect.github.com/sindresorhus/got/issues/2313)) [`a004263`](https://redirect.github.com/sindresorhus/got/commit/a004263)
- Why not target the oldest active Node.js LTS, which is Node.js 18? I usually strictly follow this convention in my packages. However, this package is the exception because the HTTP part of Node.js is consistently buggy, and I don't have time to work around issues in older Node.js releases. I you need to still support Node.js 18, I suggest staying on Got v13, which is quite stable. Node.js 18 will be out of active LTS in 5 months.
##### Improvements
- Make `followRedirect` option accept a function ([#​2306](https://redirect.github.com/sindresorhus/got/issues/2306)) [`7c3f147`](https://redirect.github.com/sindresorhus/got/commit/7c3f147)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->1 parent 84233c4 commit df2af32
2 files changed
+146
-84
lines changed
0 commit comments