Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump got from 11.8.5 to 12.5.2 (#994)
Bumps [got](https://github.com/sindresorhus/got) from 11.8.5 to 12.5.2. <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.2</h2> <ul> <li>Improve TypeScript 4.9 compatibility (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2163">#2163</a>) 39f83b6</li> </ul> <p><a href="https://github.com/sindresorhus/got/compare/v12.5.1...v12.5.2">https://github.com/sindresorhus/got/compare/v12.5.1...v12.5.2</a></p> <h2>v12.5.1</h2> <ul> <li>Fix compatibility with TypeScript and ESM 3b3ea67</li> <li>Fix request body not being properly cached (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2150">#2150</a>) 3e9d3af</li> </ul> <p><a href="https://github.com/sindresorhus/got/compare/v12.5.0...v12.5.1">https://github.com/sindresorhus/got/compare/v12.5.0...v12.5.1</a></p> <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&<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&<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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/got/commit/5f278d74125608b7abe75941cb6a71e21e0fb892"><code>5f278d7</code></a> 12.5.2</li> <li><a href="https://github.com/sindresorhus/got/commit/39f83b6dad77acf9814df6d482a1a0b76732b0a4"><code>39f83b6</code></a> Improve TypeScript 4.9 compatibility (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2163">#2163</a>)</li> <li><a href="https://github.com/sindresorhus/got/commit/623229fad64b89a58c68c9f47fc36a4883cc994a"><code>623229f</code></a> Simplify <code>CookieJar</code> docs (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2155">#2155</a>)</li> <li><a href="https://github.com/sindresorhus/got/commit/07afa3c4807ca83be909995c4347cf1029439ece"><code>07afa3c</code></a> Make GitHub Actions workflow more secure (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2154">#2154</a>)</li> <li><a href="https://github.com/sindresorhus/got/commit/a4482a54eb67bce79552f9f1ea0a3dcef7585991"><code>a4482a5</code></a> 12.5.1</li> <li><a href="https://github.com/sindresorhus/got/commit/3b3ea6776b4f15d69d1b4dde87f32173a3a6fdb2"><code>3b3ea67</code></a> Fix compatibility with TypeScript and ESM</li> <li><a href="https://github.com/sindresorhus/got/commit/3e9d3af606c38f60e6225f8e009aacd6962fef71"><code>3e9d3af</code></a> Fix request body not being properly cached (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2150">#2150</a>)</li> <li><a href="https://github.com/sindresorhus/got/commit/6c7ebab3674fbf8a21275cfe9e06f71740219c05"><code>6c7ebab</code></a> Minor tweaks for ESM strict mode</li> <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>Additional commits viewable in <a href="https://github.com/sindresorhus/got/compare/v11.8.5...v12.5.2">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.2)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information