Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maint(deps): bump proxy-agent from 6.3.0 to 6.5.0 (#448)
Bumps [proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy-agent) from 6.3.0 to 6.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TooTallNate/proxy-agents/releases">proxy-agent's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <h3>Minor Changes</h3> <ul> <li>85b10b3: Lazily load agents in proxy-agent</li> <li>96b771b: Include ClientRequest in getProxyForUrl parameters for additional flexibility</li> </ul> <h3>Patch Changes</h3> <ul> <li>ad68f63: Dispose of Agent instances in cache correctly</li> <li>Updated dependencies [38760db]</li> <li>Updated dependencies [77c3599]</li> <li>Updated dependencies [913a49a]</li> <li>Updated dependencies [1699a09]</li> <li>Updated dependencies [e90e2b2] <ul> <li>[email protected]</li> <li>[email protected]</li> <li>[email protected]</li> <li>[email protected]</li> </ul> </li> </ul> <h2>[email protected]</h2> <h3>Minor Changes</h3> <ul> <li>e7e0e56: Allow <code>getProxyForUrl()</code> option to return a Promise</li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [c3c405e] <ul> <li>[email protected]</li> <li>[email protected]</li> </ul> </li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>1d39f6c: Fix Electron support by using Node.js native URL object</li> <li>Updated dependencies [1d39f6c]</li> <li>Updated dependencies [e625d10] <ul> <li>[email protected]</li> <li>[email protected]</li> <li>[email protected]</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TooTallNate/proxy-agents/blob/main/packages/proxy-agent/CHANGELOG.md">proxy-agent's changelog</a>.</em></p> <blockquote> <h2>6.5.0</h2> <h3>Minor Changes</h3> <ul> <li>85b10b3: Lazily load agents in proxy-agent</li> <li>96b771b: Include ClientRequest in getProxyForUrl parameters for additional flexibility</li> </ul> <h3>Patch Changes</h3> <ul> <li>ad68f63: Dispose of Agent instances in cache correctly</li> <li>Updated dependencies [38760db]</li> <li>Updated dependencies [77c3599]</li> <li>Updated dependencies [913a49a]</li> <li>Updated dependencies [1699a09]</li> <li>Updated dependencies [e90e2b2] <ul> <li>[email protected]</li> <li>[email protected]</li> <li>[email protected]</li> <li>[email protected]</li> </ul> </li> </ul> <h2>6.4.0</h2> <h3>Minor Changes</h3> <ul> <li>e7e0e56: Allow <code>getProxyForUrl()</code> option to return a Promise</li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [c3c405e] <ul> <li>[email protected]</li> <li>[email protected]</li> </ul> </li> </ul> <h2>6.3.1</h2> <h3>Patch Changes</h3> <ul> <li>1d39f6c: Fix Electron support by using Node.js native URL object</li> <li>Updated dependencies [1d39f6c]</li> <li>Updated dependencies [e625d10] <ul> <li>[email protected]</li> <li>[email protected]</li> <li>[email protected]</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TooTallNate/proxy-agents/commit/7cf0b795e05218d9e49047d5c93de77d2f606510"><code>7cf0b79</code></a> Version Packages (<a href="https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy-agent/issues/352">#352</a>)</li> <li><a href="https://github.com/TooTallNate/proxy-agents/commit/5fd25462f4f6f83de4b5c521fa12dfd45462dd91"><code>5fd2546</code></a> Run format check in CI (<a href="https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy-agent/issues/355">#355</a>)</li> <li><a href="https://github.com/TooTallNate/proxy-agents/commit/96b771ba482b85105a41812c287c3542a975e4be"><code>96b771b</code></a> Pass req to getProxyForUrl callback (<a href="https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy-agent/issues/353">#353</a>)</li> <li><a href="https://github.com/TooTallNate/proxy-agents/commit/85b10b395c65cf3ec52ba3ff2bfe4641a030501b"><code>85b10b3</code></a> [proxy-agent] Lazily load agents (<a href="https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy-agent/issues/327">#327</a>)</li> <li><a href="https://github.com/TooTallNate/proxy-agents/commit/ad68f6391aa2f240973e30df66d6008516508867"><code>ad68f63</code></a> Destroy agent instances when disposed from cache (<a href="https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy-agent/issues/350">#350</a>)</li> <li><a href="https://github.com/TooTallNate/proxy-agents/commit/5555794b6d9e4b0a36fac80a2d3acea876a8f7dc"><code>5555794</code></a> Version Packages (<a href="https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy-agent/issues/311">#311</a>)</li> <li><a href="https://github.com/TooTallNate/proxy-agents/commit/d4d3cd09184813d1dbe3612af8b3919957abf145"><code>d4d3cd0</code></a> Version Packages (<a href="https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy-agent/issues/271">#271</a>)</li> <li><a href="https://github.com/TooTallNate/proxy-agents/commit/e7e0e56d1f260c80a2c3660b6a015b38f83e0b7e"><code>e7e0e56</code></a> [proxy-agent] Allow asynchronous <code>getProxyForUrl</code> (<a href="https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy-agent/issues/275">#275</a>)</li> <li><a href="https://github.com/TooTallNate/proxy-agents/commit/5923589c2e5206504772c250ac4f20fc31122d3b"><code>5923589</code></a> Moved licenses to separate files (<a href="https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy-agent/issues/251">#251</a>)</li> <li><a href="https://github.com/TooTallNate/proxy-agents/commit/523b74c7d2ebfe9442f3e812b449f291c7706780"><code>523b74c</code></a> Restrict use of global URL in certain packages (<a href="https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy-agent/issues/246">#246</a>)</li> <li>Additional commits viewable in <a href="https://github.com/TooTallNate/proxy-agents/commits/[email protected]/packages/proxy-agent">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=proxy-agent&package-manager=npm_and_yarn&previous-version=6.3.0&new-version=6.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 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information