Bump got from 11.8.5 to 12.5.0 #449

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/got-12.5.0 into main
dependabot[bot] commented 2022-09-21 07:05:18 +00:00 (Migrated from github.com)

Bumps got from 11.8.5 to 12.5.0.

Release notes

Sourced from got's releases.

v12.5.0

  • Disable method rewriting on 307 and 308 status codes (#2145) e049e94
  • Upgrade dependencies 8630815 f0ac0b3 4c3762a

https://github.com/sindresorhus/got/compare/v12.4.1...v12.5.0

v12.4.1

Fixes

  • Fix options.context being not extensible b671480715dbbff908e9a385f5e714570c663cd7
  • Don't emit uploadProgress after promise cancelation 693de217b030816f574d6e4cb505ee2e77b21c29

https://github.com/sindresorhus/got/compare/v12.4.0...v12.4.1

v12.4.0

Improvements

  • Support FormData without known length (#2120) 850773c

Fixes

  • Don't call beforeError hooks with HTTPError if the throwHttpErrors option is false (#2104) 3927348

https://github.com/sindresorhus/got/compare/v12.3.1...v12.4.0

v12.3.1

  • Don't freeze signal when freezing Options (#2100) 43b1467

https://github.com/sindresorhus/got/compare/v12.3.0...v12.3.1

v12.3.0

  • Add .off() method for events (#2092) 88056be

https://github.com/sindresorhus/got/compare/v12.2.0...v12.3.0

v12.2.0

https://github.com/sindresorhus/got/compare/v12.1.0...v12.2.0

v12.1.0

Improvements

Fixes

  • Do not redirect to UNIX sockets (#2047) 861ccd9

... (truncated)

Commits

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 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.5 to 12.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/got/releases">got's releases</a>.</em></p> <blockquote> <h2>v12.5.0</h2> <ul> <li>Disable method rewriting on 307 and 308 status codes (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2145">#2145</a>) e049e94</li> <li>Upgrade dependencies 8630815 f0ac0b3 4c3762a</li> </ul> <p><a href="https://github.com/sindresorhus/got/compare/v12.4.1...v12.5.0">https://github.com/sindresorhus/got/compare/v12.4.1...v12.5.0</a></p> <h2>v12.4.1</h2> <h3>Fixes</h3> <ul> <li>Fix <code>options.context</code> being not extensible b671480715dbbff908e9a385f5e714570c663cd7</li> <li>Don't emit <code>uploadProgress</code> after promise cancelation 693de217b030816f574d6e4cb505ee2e77b21c29</li> </ul> <p><a href="https://github.com/sindresorhus/got/compare/v12.4.0...v12.4.1">https://github.com/sindresorhus/got/compare/v12.4.0...v12.4.1</a></p> <h2>v12.4.0</h2> <h3>Improvements</h3> <ul> <li>Support FormData without known length (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2120">#2120</a>) 850773c</li> </ul> <h3>Fixes</h3> <ul> <li>Don&amp;<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/39">#39</a>;t call <code>beforeError</code> hooks with <code>HTTPError</code> if the <code>throwHttpErrors</code> option is <code>false</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2104">#2104</a>) 3927348</li> </ul> <p><a href="https://github.com/sindresorhus/got/compare/v12.3.1...v12.4.0">https://github.com/sindresorhus/got/compare/v12.3.1...v12.4.0</a></p> <h2>v12.3.1</h2> <ul> <li>Don&amp;<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/39">#39</a>;t freeze signal when freezing Options (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2100">#2100</a>) 43b1467</li> </ul> <p><a href="https://github.com/sindresorhus/got/compare/v12.3.0...v12.3.1">https://github.com/sindresorhus/got/compare/v12.3.0...v12.3.1</a></p> <h2>v12.3.0</h2> <ul> <li>Add <code>.off()</code> method for events (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2092">#2092</a>) 88056be</li> </ul> <p><a href="https://github.com/sindresorhus/got/compare/v12.2.0...v12.3.0">https://github.com/sindresorhus/got/compare/v12.2.0...v12.3.0</a></p> <h2>v12.2.0</h2> <ul> <li><a href="https://github.com/sindresorhus/got/blob/main/documentation/2-options.md#signal">Support <code>AbortController</code></a> (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2020">#2020</a>) 6a6d2a9</li> <li>Add <a href="https://github.com/sindresorhus/got/blob/main/documentation/2-options.md#enableunixsockets"><code>enableUnixSockets</code></a> option (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2062">#2062</a>) 461b3d4</li> </ul> <p><a href="https://github.com/sindresorhus/got/compare/v12.1.0...v12.2.0">https://github.com/sindresorhus/got/compare/v12.1.0...v12.2.0</a></p> <h2>v12.1.0</h2> <h3>Improvements</h3> <ul> <li>Add <code>response.ok</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2043">#2043</a>) 22d58fb <ul> <li>This is only useful if you have <a href="https://github.com/sindresorhus/got/blob/main/documentation/2-options.md#throwhttperrors"><code>{throwHttpErrors: false}</code></a></li> </ul> </li> </ul> <h3>Fixes</h3> <ul> <li>Do not redirect to UNIX sockets (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2047">#2047</a>) 861ccd9</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/got/commit/73501b63fed981f7958e6f732d7c13791c050126"><code>73501b6</code></a> 12.5.0</li> <li><a href="https://github.com/sindresorhus/got/commit/4c3762af0661e1be2fa0abdff02af1eb497fc115"><code>4c3762a</code></a> Update <code>cacheable-request</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2146">#2146</a>)</li> <li><a href="https://github.com/sindresorhus/got/commit/e049e945bd6148207578eb00eabf60426e8c1101"><code>e049e94</code></a> Improve docs and disable method rewriting on 307 and 308 (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2145">#2145</a>)</li> <li><a href="https://github.com/sindresorhus/got/commit/26fffe94618b370629f6148b6d21ebfeab1e5299"><code>26fffe9</code></a> Correct RFC reference in TS docs as well (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2144">#2144</a>)</li> <li><a href="https://github.com/sindresorhus/got/commit/b3fd50c7f6b1686106c2cae1c65b1b3d2ed9df30"><code>b3fd50c</code></a> Correct RFC number <code>allowGetBody</code> documentation (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2143">#2143</a>)</li> <li><a href="https://github.com/sindresorhus/got/commit/f0ac0b3fdfa82f53edfdc821ae3afa398b1bab0a"><code>f0ac0b3</code></a> Update <code>form-data-encoder</code> and <code>then-busboy</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2135">#2135</a>)</li> <li><a href="https://github.com/sindresorhus/got/commit/2e4b4fae839908cb423a4002288add8ec57f6350"><code>2e4b4fa</code></a> Meta tweaks</li> <li><a href="https://github.com/sindresorhus/got/commit/f1f550b51ecc90ac6b2e509cf695c08c887601fe"><code>f1f550b</code></a> Remove moot comment</li> <li><a href="https://github.com/sindresorhus/got/commit/86308155d1bc43c635773183db908af902922549"><code>8630815</code></a> Upgrade dependencies (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2132">#2132</a>)</li> <li><a href="https://github.com/sindresorhus/got/commit/47818bba983e76f9878a2e0476cb19cdb666a50a"><code>47818bb</code></a> Meta tweaks</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/got/compare/v11.8.5...v12.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=got&package-manager=npm_and_yarn&previous-version=11.8.5&new-version=12.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
dependabot[bot] commented 2022-09-21 12:33:16 +00:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-bds/Maneger#449
No description provided.