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 nock from 13.5.6 to 14.0.0 (#1174)
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [nock](https://github.com/nock/nock) from 13.5.6 to 14.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nock/nock/releases">nock's releases</a>.</em></p> <blockquote> <h2>v14.0.0</h2> <h3>BREAKING CHANGES</h3> <ul> <li>drop support for Node < 18</li> </ul> <h3>Features</h3> <ul> <li>support for native <code>fetch</code> (<a href="https://redirect.github.com/nock/nock/issues/2813">#2813</a>) (<a href="https://github.com/nock/nock/commit/ef3f158b18273b91edffbc5bad363c8381d1c1e2">ef3f158</a>)</li> </ul> <h2>v14.0.0-beta.19</h2> <h1><a href="https://github.com/nock/nock/compare/v14.0.0-beta.18...v14.0.0-beta.19">14.0.0-beta.19</a> (2024-12-04)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>backport:</strong> memory leaks due to timer references outliving the timers (<a href="https://redirect.github.com/nock/nock/issues/2773">#2773</a>) (<a href="https://redirect.github.com/nock/nock/issues/2773">#2773</a>) (<a href="https://github.com/nock/nock/commit/66eb7f48a7bdf50ee79face6403326b02d23253b">66eb7f4</a>)</li> <li>call <code>fs.createReadStream</code> lazily (<a href="https://redirect.github.com/nock/nock/issues/2357">#2357</a>) (<a href="https://github.com/nock/nock/commit/ba9fc424d5a17cbdde62745d4bdd8159331a1b8d">ba9fc42</a>)</li> <li>remove duplicates from <code>activeMocks()</code> and <code>pendingMocks()</code> (<a href="https://redirect.github.com/nock/nock/issues/2356">#2356</a>) (<a href="https://github.com/nock/nock/commit/7e957b38fbc797f1c3480f1de8e0659f9998cdc3">7e957b3</a>)</li> <li>support literal query string (<a href="https://redirect.github.com/nock/nock/issues/2590">#2590</a>) (<a href="https://github.com/nock/nock/commit/4162fa8b2ddaf6a3c5b52162b03629118236847f">4162fa8</a>)</li> <li><strong>types:</strong> return type of BackOptions.afterRecord (<a href="https://redirect.github.com/nock/nock/issues/2782">#2782</a>) (<a href="https://github.com/nock/nock/commit/fc90bd3a861264c069b779d0b45c7754573e839f">fc90bd3</a>)</li> </ul> <h2>v14.0.0-beta.18</h2> <h1><a href="https://github.com/nock/nock/compare/v14.0.0-beta.17...v14.0.0-beta.18">14.0.0-beta.18</a> (2024-11-25)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>recorder:</strong> recompress fetch body on record (<a href="https://redirect.github.com/nock/nock/issues/2810">#2810</a>) (<a href="https://github.com/nock/nock/commit/be35f239f41d2c7dfd9ee68e89d5f8dfa133fd28">be35f23</a>)</li> </ul> <h2>v14.0.0-beta.17</h2> <h1><a href="https://github.com/nock/nock/compare/v14.0.0-beta.16...v14.0.0-beta.17">14.0.0-beta.17</a> (2024-11-21)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>fetch:</strong> add support for aborting requests using AbortSignal (<a href="https://redirect.github.com/nock/nock/issues/2809">#2809</a>) (<a href="https://github.com/nock/nock/commit/a143911683285eb51678378bf912c95fda74235c">a143911</a>)</li> </ul> <h2>v14.0.0-beta.16</h2> <h1><a href="https://github.com/nock/nock/compare/v14.0.0-beta.15...v14.0.0-beta.16">14.0.0-beta.16</a> (2024-11-14)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>fetch:</strong> support Content-Encoding response header (<a href="https://redirect.github.com/nock/nock/issues/2797">#2797</a>) (<a href="https://github.com/nock/nock/commit/451e69c7fe521874742b84eae4b47c468a052acc">451e69c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nock/nock/commit/ef3f158b18273b91edffbc5bad363c8381d1c1e2"><code>ef3f158</code></a> feat: support for native <code>fetch</code> (<a href="https://redirect.github.com/nock/nock/issues/2813">#2813</a>)</li> <li><a href="https://github.com/nock/nock/commit/c8b2b22dc9df354a3154b76cd203a5a434a3e134"><code>c8b2b22</code></a> Fix: GitHub workflow script injection (<a href="https://redirect.github.com/nock/nock/issues/2805">#2805</a>)</li> <li>See full diff in <a href="https://github.com/nock/nock/compare/v13.5.6...v14.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nock&package-manager=npm_and_yarn&previous-version=13.5.6&new-version=14.0.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 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information