dependabot[bot] opened a new pull request, #847: URL: https://github.com/apache/kafka-site/pull/847
Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 19.6.6 to 21.0.2. <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>v21.0.2</h2> <h2>What's Changed</h2> <ul> <li>fix: skip intersects() for non-semver specs like catalog: in peer dep checks by <a href="https://github.com/terminalchai"><code>@terminalchai</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1675">raineorshine/npm-check-updates#1675</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/raineorshine/npm-check-updates/compare/v21.0.1...v21.0.2">https://github.com/raineorshine/npm-check-updates/compare/v21.0.1...v21.0.2</a></p> <h2>v21.0.1</h2> <h2>What's Changed</h2> <ul> <li>fix: seeing catalog when inside workspaces by <a href="https://github.com/Zamiell"><code>@Zamiell</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1656">raineorshine/npm-check-updates#1656</a></li> <li>Bump <code>@types/bun</code> from 1.3.11 to 1.3.12 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1663">raineorshine/npm-check-updates#1663</a></li> <li>Bump globals from 17.4.0 to 17.5.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/1664">raineorshine/npm-check-updates#1664</a></li> <li>Bump <code>@typescript-eslint/parser</code> from 8.58.1 to 8.58.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/1665">raineorshine/npm-check-updates#1665</a></li> <li>Bump prettier from 3.8.1 to 3.8.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/1667">raineorshine/npm-check-updates#1667</a></li> <li>Bump verdaccio from 6.4.0 to 6.5.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/1669">raineorshine/npm-check-updates#1669</a></li> <li>Bump sinon from 21.0.3 to 21.1.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/1668">raineorshine/npm-check-updates#1668</a></li> <li>Skip CI on PRs with no file changes by <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1672">raineorshine/npm-check-updates#1672</a></li> <li>Bump <code>@typescript-eslint/eslint-plugin</code> from 8.58.1 to 8.58.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/1666">raineorshine/npm-check-updates#1666</a></li> <li>Fix wrong message when all packages are within cooldown window by <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1671">raineorshine/npm-check-updates#1671</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/raineorshine/npm-check-updates/compare/v21.0.0...v21.0.1">https://github.com/raineorshine/npm-check-updates/compare/v21.0.0...v21.0.1</a></p> <h2>v21.0.0</h2> <h3>⚠️ Breaking Changes</h3> <p>This is a <strong>major breaking change</strong> with significant architectural updates.</p> <h4>ESM Migration & Module System</h4> <ul> <li><strong>Pure ESM:</strong> Converted to pure ESM with dual-build support (ESM/CJS) via Vite 8.</li> <li><strong>Import Syntax:</strong> Programmatic usage now requires named imports or namespace imports. <ul> <li><strong>Old:</strong> <code>import ncu from 'npm-check-updates'</code></li> <li><strong>New:</strong> <code>import * as ncu from 'npm-check-updates'</code> or <code>import { run } from 'npm-check-updates'</code></li> </ul> </li> <li><strong>Node.js Requirements:</strong> Now requires <code>^20.19.0 || ^22.12.0 || >=24.0.0</code>. This is required for native <code>require(esm)</code> support and the Rolldown engine.</li> <li><strong>npm Requirements:</strong> Minimum version increased to <code>>=10.0.0</code>.</li> </ul> <h4>Configuration Files (<code>.ncurc.js</code>)</h4> <ul> <li>Files named <code>.ncurc.js</code> that use <code>module.exports</code> will now fail in projects that are not <code>"type": "module"</code>.</li> <li><strong>Fix:</strong> Rename these files to <code>.ncurc.cjs</code> or convert them to use <code>export default</code>.</li> </ul> <h4>Dependency Updates (Pure ESM versions)</h4> <table> <thead> <tr> <th align="left">Package</th> <th align="left">Old Version</th> <th align="left">New Version</th> </tr> </thead> <tbody> <tr> <td align="left"><code>camelcase</code></td> <td align="left"><code>^6.3.0</code></td> <td align="left"><code>^9.0.0</code></td> </tr> <tr> <td align="left"><code>chai</code></td> <td align="left"><code>^4.3.10</code></td> <td align="left"><code>^6.2.2</code></td> </tr> <tr> <td align="left"><code>chai-as-promised</code></td> <td align="left"><code>^7.1.2</code></td> <td align="left"><code>^8.0.2</code></td> </tr> <tr> <td align="left"><code>find-up</code></td> <td align="left"><code>5.0.0</code></td> <td align="left"><code>8.0.0</code></td> </tr> </tbody> </table> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/e8d64772597771628b561b2ce093839b79a822e5"><code>e8d6477</code></a> 21.0.2</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/c0d6cb2d814e2d5171c9b1c646bb0c7e0a50b835"><code>c0d6cb2</code></a> fix: skip intersects() for non-semver specs like catalog: in peer dep checks ...</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/3878bc700d922efcb09ad5e4435052e32c049515"><code>3878bc7</code></a> 21.0.1</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/67216d13fcd0f893bcc6392902611cf38936f311"><code>67216d1</code></a> Fix wrong message when all packages are within cooldown window (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1671">#1671</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/52e4653670ed3e11a05e9ff51445958351240283"><code>52e4653</code></a> Bump <code>@typescript-eslint/eslint-plugin</code> from 8.58.1 to 8.58.2 (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1666">#1666</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/68bea41aa075832c4679117f983102872481c7f0"><code>68bea41</code></a> Skip CI on PRs with no file changes (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1672">#1672</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/eef7e4dd0baef0622ff7958bd0c785f3a3e99c8a"><code>eef7e4d</code></a> Bump sinon from 21.0.3 to 21.1.2 (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1668">#1668</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/cc64806f40b010587d6fa76b9d9b3b634be9338a"><code>cc64806</code></a> Bump verdaccio from 6.4.0 to 6.5.0 (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1669">#1669</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/a55d025bed941bb15c61771d4a59f7a1c0e0a5fc"><code>a55d025</code></a> Bump prettier from 3.8.1 to 3.8.2 (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1667">#1667</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/eb3573985b6c520d696f79905f31589a85b50d31"><code>eb35739</code></a> Bump <code>@typescript-eslint/parser</code> from 8.58.1 to 8.58.2 (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1665">#1665</a>)</li> <li>Additional commits viewable in <a href="https://github.com/raineorshine/npm-check-updates/compare/v19.6.6...v21.0.2">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]
