Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 31, 2025

Bumps got from 11.8.3 to 14.6.6.

Release notes

Sourced from got's releases.

v14.6.6

  • Fix stream auto-end for empty PATCH/DELETE/OPTIONS 4d5168c
    • The bug was introduced in sindresorhus/got@b65b0e1, where it incorrectly auto-closed streams for empty PATCH/DELETE/OPTIONS when using streams. This broke the documented use case of piping data to a got stream for these methods.
    • Docs:

      got.stream does not auto-end for OPTIONS, DELETE, or PATCH so you can pipe or write a body without getting write after end. Call stream.end() when you are not piping a body.


sindresorhus/got@v14.6.5...v14.6.6

v14.6.5

  • Fix TypeScript type inference for got.extend() with responseType option f7ab6e9

sindresorhus/got@v14.6.4...v14.6.5

v14.6.4

  • Fix dnsLookup option type to accept Node.js dns.lookup 47c3155

sindresorhus/got@v14.6.3...v14.6.4

v14.6.3

  • Fix socket reuse timing and DNS timing fb03d84 61d5e3b

sindresorhus/got@v14.6.2...v14.6.3

v14.6.2

  • Fix path segments containing colons being misidentified as absolute URLs 0a16a9c

sindresorhus/got@v14.6.1...v14.6.2

v14.6.1

  • Fix the TS code not being built in 14.6.0.

sindresorhus/got@v14.6.0...v14.6.1

v14.6.0

Improvements

  • Add beforeCache hook 1c3a041
  • Add retryCount to beforeRequest hook context 91cdc48

... (truncated)

Commits
  • de19b46 14.6.6
  • 4d5168c Fix stream auto-end for empty PATCH/DELETE/OPTIONS
  • 388df48 14.6.5
  • f7ab6e9 Fix TypeScript type inference for got.extend() with responseType option
  • a149dfb Meta tweaks
  • edc8348 14.6.4
  • 47c3155 Fix dnsLookup option type to accept Node.js dns.lookup
  • 6633001 14.6.3
  • 61d5e3b Fix DNS cache timing confusion
  • fb03d84 Fix socket reuse timing phases preservation
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 14.6.6.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](sindresorhus/got@v11.8.3...v14.6.6)

---
updated-dependencies:
- dependency-name: got
  dependency-version: 14.6.6
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 31, 2025
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants