39.md (5936B)
1 # PR #39 Bump got from 12.6.0 to 13.0.0 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-05-29T08:12:10Z 6 - **Branch:** dependabot/npm_and_yarn/got-13.0.0 → main 7 - **Merged:** 2023-08-21T16:15:38Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [39.diff](./39.diff) 10 11 --- 12 13 Bumps [got](https://github.com/sindresorhus/got) from 12.6.0 to 13.0.0. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/sindresorhus/got/releases">got's releases</a>.</em></p> 17 <blockquote> 18 <h2>v13.0.0</h2> 19 <p>As a reminder, Got continues to require ESM. For TypeScript users, this includes having <a href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c#how-can-i-make-my-typescript-project-output-esm"><code>"module": "node16", "moduleResolution": "node16"</code> in your tsconfig</a>.</p> 20 <h3>Breaking</h3> 21 <ul> 22 <li>Require Node.js 16 52a1063</li> 23 <li>Change the <a href="https://github.com/sindresorhus/got/blob/main/documentation/2-options.md#enableunixsockets"><code>enableUnixSockets</code></a> option to be <code>false</code> by default 852c312 24 <ul> 25 <li>Most users don't need it.</li> 26 </ul> 27 </li> 28 </ul> 29 <h3>Improvements</h3> 30 <ul> 31 <li>Allow specifying <code>undefined</code> for options (<a href="https://redirect.github.com/sindresorhus/got/issues/2258">#2258</a>) 1cefe8b</li> 32 </ul> 33 <p><a href="https://github.com/sindresorhus/got/compare/v12.6.1...v13.0.0">https://github.com/sindresorhus/got/compare/v12.6.1...v13.0.0</a></p> 34 <h2>v12.6.1</h2> 35 <ul> 36 <li>Fix <code>get-stream</code> import statement (<a href="https://redirect.github.com/sindresorhus/got/issues/2266">#2266</a>) 67d5039</li> 37 </ul> 38 <p><a href="https://github.com/sindresorhus/got/compare/v12.6.0...v12.6.1">https://github.com/sindresorhus/got/compare/v12.6.0...v12.6.1</a></p> 39 </blockquote> 40 </details> 41 <details> 42 <summary>Commits</summary> 43 <ul> 44 <li><a href="https://github.com/sindresorhus/got/commit/b1d61c173a681755ac23afb2f155f08801c1e7e4"><code>b1d61c1</code></a> 13.0.0</li> 45 <li><a href="https://github.com/sindresorhus/got/commit/81447e9671b166bf703f0896405fa6fad84fb84f"><code>81447e9</code></a> Tweaks</li> 46 <li><a href="https://github.com/sindresorhus/got/commit/852c312468d4412cdbb24678a699e8a5848b6dac"><code>852c312</code></a> Make the <code>enableUnixSockets</code> to be <code>false</code> by default</li> 47 <li><a href="https://github.com/sindresorhus/got/commit/52a1063656d0e617227aa4d9254c80bd11a8c261"><code>52a1063</code></a> Require Node.js 16</li> 48 <li><a href="https://github.com/sindresorhus/got/commit/1cefe8bb00c959942f9fc0a98b6160f2d9f38f97"><code>1cefe8b</code></a> Allow specifying <code>undefined</code> for options (<a href="https://redirect.github.com/sindresorhus/got/issues/2258">#2258</a>)</li> 49 <li><a href="https://github.com/sindresorhus/got/commit/03373111750a0ef1fa7f35eb318ea8997fe4d0bf"><code>0337311</code></a> Fix Renovate logo in the readme (<a href="https://redirect.github.com/sindresorhus/got/issues/2238">#2238</a>)</li> 50 <li><a href="https://github.com/sindresorhus/got/commit/c405f5407863ef8faca3af397204d6f192a56320"><code>c405f54</code></a> 12.6.1</li> 51 <li><a href="https://github.com/sindresorhus/got/commit/67d5039ff5a5518489529f9706199234e9b64ad6"><code>67d5039</code></a> Fix <code>get-stream</code> import statement (<a href="https://redirect.github.com/sindresorhus/got/issues/2266">#2266</a>)</li> 52 <li><a href="https://github.com/sindresorhus/got/commit/469a45554ff29ca13050a2714eabaaec9f7160f7"><code>469a455</code></a> Meta tweaks</li> 53 <li><a href="https://github.com/sindresorhus/got/commit/8f77e8d07d8684cde95d351feafaa308b466dff4"><code>8f77e8d</code></a> Fix readme "axios bugs" urls (<a href="https://redirect.github.com/sindresorhus/got/issues/2253">#2253</a>)</li> 54 <li>Additional commits viewable in <a href="https://github.com/sindresorhus/got/compare/v12.6.0...v13.0.0">compare view</a></li> 55 </ul> 56 </details> 57 <br /> 58 59 60 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 61 62 You can trigger a rebase of this PR by commenting `@dependabot rebase`. 63 64 [//]: # (dependabot-automerge-start) 65 [//]: # (dependabot-automerge-end) 66 67 --- 68 69 <details> 70 <summary>Dependabot commands and options</summary> 71 <br /> 72 73 You can trigger Dependabot actions by commenting on this PR: 74 - `@dependabot rebase` will rebase this PR 75 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 76 - `@dependabot merge` will merge this PR after your CI passes on it 77 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 78 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 79 - `@dependabot reopen` will reopen this PR if it is closed 80 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 81 - `@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) 82 - `@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) 83 - `@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) 84 85 86 </details> 87 88 > **Note** 89 > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. 90 91 92 93 ## Comments 94 95 ### @MTRNord — 2023-06-05T10:25:22Z 96 97 @dependabot rebase 98 99 ### @MTRNord — 2023-06-05T11:51:30Z 100 101 @dependabot rebase 102