Skip to content

Commit

Permalink
Update dependency ky to v1.7.0 (#2457)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ky](https://togithub.com/sindresorhus/ky) | [`1.6.0` -> `1.7.0`](https://renovatebot.com/diffs/npm/ky/1.2.3/1.7.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ky/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ky/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ky/1.2.3/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ky/1.2.3/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>sindresorhus/ky (ky)</summary>

### [`v1.7.0`](https://togithub.com/sindresorhus/ky/releases/tag/v1.7.0)

[Compare Source](https://togithub.com/sindresorhus/ky/compare/v1.6.0...v1.7.0)

-   Add JSON generics to `ky()` and `HTTPError` ([#&#8203;619](https://togithub.com/sindresorhus/ky/issues/619))  [`f76c7cd`](https://togithub.com/sindresorhus/ky/commit/f76c7cd)

### [`v1.6.0`](https://togithub.com/sindresorhus/ky/releases/tag/v1.6.0)

[Compare Source](https://togithub.com/sindresorhus/ky/compare/v1.5.0...v1.6.0)

-   Add support for the `RateLimit-Reset` header ([#&#8203;618](https://togithub.com/sindresorhus/ky/issues/618))  [`8531b05`](https://togithub.com/sindresorhus/ky/commit/8531b05)
-   Allow explicitly unsetting hooks on `.extend()` ([#&#8203;599](https://togithub.com/sindresorhus/ky/issues/599))  [`0017053`](https://togithub.com/sindresorhus/ky/commit/0017053)
-   Fix signal handling for Request objects ([#&#8203;613](https://togithub.com/sindresorhus/ky/issues/613))  [`2376cf2`](https://togithub.com/sindresorhus/ky/commit/2376cf2)

### [`v1.5.0`](https://togithub.com/sindresorhus/ky/releases/tag/v1.5.0)

[Compare Source](https://togithub.com/sindresorhus/ky/compare/v1.4.0...v1.5.0)

-   Add [`retry.afterStatusCodes`](https://togithub.com/sindresorhus/ky?tab=readme-ov-file#retry) option ([#&#8203;598](https://togithub.com/sindresorhus/ky/issues/598))  [`8764419`](https://togithub.com/sindresorhus/ky/commit/8764419)
-   Add support for passing a function to [`ky.extend()`](https://togithub.com/sindresorhus/ky?tab=readme-ov-file#kyextenddefaultoptions) ([#&#8203;611](https://togithub.com/sindresorhus/ky/issues/611))  [`9587c9d`](https://togithub.com/sindresorhus/ky/commit/9587c9d)
-   TypeScript: Add `KyRequest` and `KyResponse` types ([#&#8203;610](https://togithub.com/sindresorhus/ky/issues/610))  [`8e171f5`](https://togithub.com/sindresorhus/ky/commit/8e171f5)
-   Retry request even if retry delay is zero ([#&#8203;604](https://togithub.com/sindresorhus/ky/issues/604))  [`4886b66`](https://togithub.com/sindresorhus/ky/commit/4886b66)

### [`v1.4.0`](https://togithub.com/sindresorhus/ky/releases/tag/v1.4.0)

[Compare Source](https://togithub.com/sindresorhus/ky/compare/v1.3.0...v1.4.0)

-   Add request method and URL to error messages ([#&#8203;595](https://togithub.com/sindresorhus/ky/issues/595))  [`36d0bd3`](https://togithub.com/sindresorhus/ky/commit/36d0bd3)
-   Clamp `Retry-After` time to `retry.maxRetryAfter` ([#&#8203;603](https://togithub.com/sindresorhus/ky/issues/603))  [`f0f9111`](https://togithub.com/sindresorhus/ky/commit/f0f9111)
-   Fetch with an uncloned request when possible ([#&#8203;601](https://togithub.com/sindresorhus/ky/issues/601))  [`c5be841`](https://togithub.com/sindresorhus/ky/commit/c5be841)
-   Improve robustness of request construction ([#&#8203;600](https://togithub.com/sindresorhus/ky/issues/600))  [`974f1e9`](https://togithub.com/sindresorhus/ky/commit/974f1e9)
-   Improve detection of streaming request support ([#&#8203;581](https://togithub.com/sindresorhus/ky/issues/581)) ([#&#8203;582](https://togithub.com/sindresorhus/ky/issues/582))  [`b1effd9`](https://togithub.com/sindresorhus/ky/commit/b1effd9)

### [`v1.3.0`](https://togithub.com/sindresorhus/ky/releases/tag/v1.3.0)

[Compare Source](https://togithub.com/sindresorhus/ky/compare/v1.2.4...v1.3.0)

-   Add [`stringifyJson`](https://togithub.com/sindresorhus/ky?tab=readme-ov-file#stringifyjson) option ([#&#8203;579](https://togithub.com/sindresorhus/ky/issues/579))  [`2eea67e`](https://togithub.com/sindresorhus/ky/commit/2eea67e)

### [`v1.2.4`](https://togithub.com/sindresorhus/ky/releases/tag/v1.2.4)

[Compare Source](https://togithub.com/sindresorhus/ky/compare/v1.2.3...v1.2.4)

-   Fix request types for use with Node.js ([#&#8203;578](https://togithub.com/sindresorhus/ky/issues/578))  [`10a4ec7`](https://togithub.com/sindresorhus/ky/commit/10a4ec7)

</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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] committed Aug 17, 2024
1 parent 0399d6b commit 48a6777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"jest-extended": "4.0.2",
"jest-junit": "16.0.0",
"json5": "2.2.3",
"ky": "1.6.0",
"ky": "1.7.0",
"ky-universal": "0.12.0",
"lerna": "8.1.8",
"lint-staged": "15.2.9",
Expand Down

0 comments on commit 48a6777

Please sign in to comment.