Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump cacheable-request from 10.2.7 to 10.2.14 in /docs (#68
) Bumps [cacheable-request](https://github.com/jaredwray/cacheable) from 10.2.7 to 10.2.14. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jaredwray/cacheable/releases">cacheable-request's releases</a>.</em></p> <blockquote> <h2>v10.2.12</h2> <h2>What's Changed</h2> <ul> <li>reverting back to previous get-stream by <a href="https://github.com/jaredwray"><code>@jaredwray</code></a> in <a href="https://redirect.github.com/jaredwray/cacheable-request/pull/253">jaredwray/cacheable-request#253</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jaredwray/cacheable-request/compare/v10.2.11...v10.2.12">https://github.com/jaredwray/cacheable-request/compare/v10.2.11...v10.2.12</a></p> <h2>v10.2.11</h2> <h1>Major Changes Made</h1> <ul> <li>Upgraded get-stream to 7.0.0 and now using <code>getStreamAsBuffer </code></li> <li>Removed support for Nodejs 14 as it is incompatible with GOT and get-stream</li> </ul> <p>NOTE: testing has started with Nodejs version 20 and there is an issue that we are working to resolve in the next month <a href="https://redirect.github.com/jaredwray/cacheable-request/issues/251">jaredwray/cacheable-request#251</a></p> <h2>What's Changed</h2> <ul> <li>upgrading xo to 0.54.2 by <a href="https://github.com/jaredwray"><code>@jaredwray</code></a> in <a href="https://redirect.github.com/jaredwray/cacheable-request/pull/238">jaredwray/cacheable-request#238</a></li> <li>upgrading delay to 6.0.0 by <a href="https://github.com/jaredwray"><code>@jaredwray</code></a> in <a href="https://redirect.github.com/jaredwray/cacheable-request/pull/239">jaredwray/cacheable-request#239</a></li> <li>upgrading <code>@types/node</code> to 20.2.3 by <a href="https://github.com/jaredwray"><code>@jaredwray</code></a> in <a href="https://redirect.github.com/jaredwray/cacheable-request/pull/240">jaredwray/cacheable-request#240</a></li> <li>upgrading typescript to 5.1.3 by <a href="https://github.com/jaredwray"><code>@jaredwray</code></a> in <a href="https://redirect.github.com/jaredwray/cacheable-request/pull/248">jaredwray/cacheable-request#248</a></li> <li>upgrading eslint-plugin-jest and types to latest by <a href="https://github.com/jaredwray"><code>@jaredwray</code></a> in <a href="https://redirect.github.com/jaredwray/cacheable-request/pull/249">jaredwray/cacheable-request#249</a></li> <li>upgraded get-stream to 7.0.0 by <a href="https://github.com/jaredwray"><code>@jaredwray</code></a> in <a href="https://redirect.github.com/jaredwray/cacheable-request/pull/250">jaredwray/cacheable-request#250</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jaredwray/cacheable-request/compare/v10.2.10...v10.2.11">https://github.com/jaredwray/cacheable-request/compare/v10.2.10...v10.2.11</a></p> <h2>v10.2.10</h2> <h1>Code Cleanup</h1> <p>In this release there were minor code clean up with how we identified <code>undefined</code> values. Nothing major.</p> <h2>What's Changed</h2> <ul> <li>upgrading typescript and jest to latest by <a href="https://github.com/jaredwray"><code>@jaredwray</code></a> in <a href="https://redirect.github.com/jaredwray/cacheable-request/pull/230">jaredwray/cacheable-request#230</a></li> <li>upgrading <code>@types/node</code> to 18.15.10 by <a href="https://github.com/jaredwray"><code>@jaredwray</code></a> in <a href="https://redirect.github.com/jaredwray/cacheable-request/pull/231">jaredwray/cacheable-request#231</a></li> <li>upgrading sqlite3 and <code>@keyv/sqlite</code> to latest by <a href="https://github.com/jaredwray"><code>@jaredwray</code></a> in <a href="https://redirect.github.com/jaredwray/cacheable-request/pull/232">jaredwray/cacheable-request#232</a></li> <li>Upgrading xo to 0.54.1 by <a href="https://github.com/jaredwray"><code>@jaredwray</code></a> in <a href="https://redirect.github.com/jaredwray/cacheable-request/pull/235">jaredwray/cacheable-request#235</a></li> <li>upgrading typescript and ts-jest to latest by <a href="https://github.com/jaredwray"><code>@jaredwray</code></a> in <a href="https://redirect.github.com/jaredwray/cacheable-request/pull/236">jaredwray/cacheable-request#236</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jaredwray/cacheable-request/compare/v10.2.8...v10.2.10">https://github.com/jaredwray/cacheable-request/compare/v10.2.8...v10.2.10</a></p> <h2>v10.2.8</h2> <p>Updated body-parser to 1.20.2 - release notes here <a href="https://github.com/expressjs/body-parser/releases/tag/1.20.2">https://github.com/expressjs/body-parser/releases/tag/1.20.2</a></p> <h2>What's Changed</h2> <ul> <li>security fix for http-cache-semantics 4.1.1 by <a href="https://github.com/jaredwray"><code>@jaredwray</code></a> in <a href="https://redirect.github.com/jaredwray/cacheable-request/pull/224">jaredwray/cacheable-request#224</a></li> <li>upgrading typescript and <code>@types/node</code> to latest by <a href="https://github.com/jaredwray"><code>@jaredwray</code></a> in <a href="https://redirect.github.com/jaredwray/cacheable-request/pull/227">jaredwray/cacheable-request#227</a></li> <li>upgrading jest to 29.4.3 by <a href="https://github.com/jaredwray"><code>@jaredwray</code></a> in <a href="https://redirect.github.com/jaredwray/cacheable-request/pull/228">jaredwray/cacheable-request#228</a></li> <li>upgrading body-parser to 1.20.2 by <a href="https://github.com/jaredwray"><code>@jaredwray</code></a> in <a href="https://redirect.github.com/jaredwray/cacheable-request/pull/229">jaredwray/cacheable-request#229</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jaredwray/cacheable-request/compare/v10.2.6...v10.2.8">https://github.com/jaredwray/cacheable-request/compare/v10.2.6...v10.2.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/jaredwray/cacheable/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cacheable-request&package-manager=npm_and_yarn&previous-version=10.2.7&new-version=10.2.14)](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