Skip to content

Bump ky from 1.14.3 to 2.1.0 in /javascript - #51

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/javascript/ky-2.1.0
Closed

Bump ky from 1.14.3 to 2.1.0 in /javascript#51
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/javascript/ky-2.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps ky from 1.14.3 to 2.1.0.

Release notes

Sourced from ky's releases.

v2.1.0

Improvements

  • Add QUERY method support (#873) 6edddd9
  • Allow parseJson to handle empty bodies (#877) 294fe63
  • Reject malformed HTTP URLs with baseUrl be60db5
  • Improve Retry-After handling (#874) 3419113
  • Harden retry c426f19

Fixes

  • Fix progress callbacks for empty request and response bodies (#881) 99644d0
  • Fix signal replacement when extending instances (#880) 0bda554
  • Fix extend() dropping numeric retry limit when merging with an object (#867) 06375ef
  • Fix handling of Safari errors with domains 61d6d66

sindresorhus/ky@v2.0.2...v2.1.0

v2.0.2

  • Fix init hook URLSearchParams deletions add0703
  • Fix tuple searchParams mutations leaking across init-hook requests (#861) 346f898

sindresorhus/ky@v2.0.1...v2.0.2

v2.0.1

  • Improve compatibility with custom fetch implementations (#858) 2971991
  • Fix fetch option forwarding 2df9b7e

sindresorhus/ky@v2.0.0...v2.0.1

v2.0.0

Breaking

  • Require Node.js 22 f1da0fc
  • Unify hook signatures around a single state object (#827) ecdd45e
    • All hooks now receive a single {request, options, retryCount, ...} state object instead of separate arguments.
  • Rename prefixUrl to prefix, and allow leading slashes in input (#606) 1f2ad7f
  • Make beforeError hook receive all errors, not just HTTPError (#829) 101c74b
  • Make .json() throw on empty bodies and 204 responses instead of returning an empty string (#854) 1b8e1ff
  • Merge searchParams with input URL instead of replacing (#840) 29e78fe
  • Strip Ky-specific properties from normalized options passed to hooks (#826) 433febd
  • Treat hook errors as fatal outside retry handling (#834) 90c6d00

New

... (truncated)

Commits
  • d27ad21 2.1.0
  • 99644d0 Fix progress callbacks for empty request and response bodies (#881)
  • 0bda554 Fix signal replacement when extending instances (#880)
  • 294fe63 Allow parseJson to handle empty bodies (#877)
  • c426f19 Harden retry
  • be60db5 Reject malformed HTTP URLs with baseUrl
  • 3419113 Improve Retry-After handling (#874)
  • 06375ef Fix extend() dropping numeric retry limit when merging with an object (#867)
  • 6edddd9 Add QUERY method support (#873)
  • f37e82c Fix flaky totalTimeout retry test
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automerge. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 3, 2026
Bumps [ky](https://github.com/sindresorhus/ky) from 1.14.3 to 2.1.0.
- [Release notes](https://github.com/sindresorhus/ky/releases)
- [Commits](sindresorhus/ky@v1.14.3...v2.1.0)

---
updated-dependencies:
- dependency-name: ky
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/javascript/ky-2.1.0 branch from f1f250b to 4f2ce9d Compare September 4, 2026 13:01
@dependabot @github

dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #58.

@dependabot dependabot Bot closed this Sep 4, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/javascript/ky-2.1.0 branch September 4, 2026 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants