dependabot[bot] opened a new pull request, #839: URL: https://github.com/apache/kafka-site/pull/839
Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 19.6.6 to 20.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raineorshine/npm-check-updates/releases">npm-check-updates's releases</a>.</em></p> <blockquote> <h2>v20.0.0</h2> <h2>Auto Cooldown</h2> <p>The cooldown option is now automatically applied from the respective package manager's config:</p> <ul> <li><strong>npm</strong> - <code>min-release-age</code> (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1632">#1632</a>)</li> <li><strong>yarn</strong> - <code>npmMinimalAgeGate</code> (excluding <code>npmPreapprovedPackages</code>) (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1643">#1643</a>)</li> <li><strong>pnpm</strong> - <code>minimumReleaseAge</code> (excluding <code>minimumReleaseAgeExclude</code>) (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1639">#1639</a>)</li> </ul> <p>Why is this a breaking change?</p> <ul> <li>If you use any of the above configs, npm-check-updates will automatically exclude releases that do not exceed the specified minimum age as described in <a href="https://github.com/raineorshine/npm-check-updates#cooldown">https://github.com/raineorshine/npm-check-updates#cooldown</a>.</li> <li>Otherwise, you don't need to do anything.</li> </ul> <h2>Other changes</h2> <ul> <li>Bump strip-ansi from 7.1.2 to 7.2.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1620">raineorshine/npm-check-updates#1620</a></li> <li>Bump lodash and <code>@types/lodash</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1615">raineorshine/npm-check-updates#1615</a></li> <li>Bump <code>@typescript-eslint/eslint-plugin</code> from 8.44.1 to 8.57.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1619">raineorshine/npm-check-updates#1619</a></li> <li>Bump hosted-git-info from 9.0.0 to 9.0.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1622">raineorshine/npm-check-updates#1622</a></li> <li>Bump glob and markdownlint-cli by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1625">raineorshine/npm-check-updates#1625</a></li> <li>update dependencies; fix vulnerabilities by <a href="https://github.com/onemen"><code>@onemen</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1630">raineorshine/npm-check-updates#1630</a></li> <li>Potential fix for code scanning alert no. 13: Incomplete string escaping or encoding by <a href="https://github.com/raineorshine"><code>@raineorshine</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1640">raineorshine/npm-check-updates#1640</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/onemen"><code>@onemen</code></a> made their first contribution in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1630">raineorshine/npm-check-updates#1630</a></li> <li><a href="https://github.com/Copilot"><code>@Copilot</code></a> made their first contribution in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1632">raineorshine/npm-check-updates#1632</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/raineorshine/npm-check-updates/compare/v19.6.6...v20.0.0">https://github.com/raineorshine/npm-check-updates/compare/v19.6.6...v20.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/a5d46efd312c7fbfa9408a2decc1f88e9f0187d0"><code>a5d46ef</code></a> 20.0.0</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/612a33ed3a7080358165542fbac4c59fc9103f87"><code>612a33e</code></a> feat: auto-apply yarn <code>npmMinimalAgeGate</code> as cooldown, respect `npmPreapprove...</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/4e04b4010421cd1682f552c4e6c9d4aa040f098e"><code>4e04b40</code></a> feat: auto-apply pnpm minimumReleaseAge as cooldown (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1639">#1639</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/cfb10833093a3444c562adb4b69a4f27472ca0ef"><code>cfb1083</code></a> Potential fix for code scanning alert no. 13: Incomplete string escaping or e...</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/9b9c1396d17f3b3447a320954ecbb02aad9fb709"><code>9b9c139</code></a> Automatically apply npm <code>min-release-age</code> config as <code>cooldown</code> (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1632">#1632</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/8d9c32e3946055f5af359c74b28c920dac93eae6"><code>8d9c32e</code></a> update dependencies; fix vulnerabilities (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1630">#1630</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/fb07ec22d86b928b56070f1498f0f7ee2acc3699"><code>fb07ec2</code></a> Bump glob and markdownlint-cli (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1625">#1625</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/94f0eee6a0b426fe482349809d0cd058f8e7c92e"><code>94f0eee</code></a> Bump hosted-git-info from 9.0.0 to 9.0.2 (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1622">#1622</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/046f292603aa614527acf0604873d15735d1719d"><code>046f292</code></a> Bump <code>@typescript-eslint/eslint-plugin</code> from 8.44.1 to 8.57.2 (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1619">#1619</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/57f75a66245560115227edd40fc7aa429bad17e6"><code>57f75a6</code></a> Bump lodash and <code>@types/lodash</code> (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1615">#1615</a>)</li> <li>Additional commits viewable in <a href="https://github.com/raineorshine/npm-check-updates/compare/v19.6.6...v20.0.0">compare view</a></li> </ul> </details> <br /> [](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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
