dependabot[bot] opened a new pull request, #857:
URL: https://github.com/apache/kafka-site/pull/857

   Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) 
from 21.0.3 to 22.1.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>v22.1.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix: make --dep and --format robust to PowerShell arg rewriting 
(comma-or-space-delimited) by <a 
href="https://github.com/onemen";><code>@​onemen</code></a> in <a 
href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1694";>raineorshine/npm-check-updates#1694</a></li>
   <li>Bump <code>@​typescript-eslint/eslint-plugin</code> from 8.59.0 to 
8.59.1 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1697";>raineorshine/npm-check-updates#1697</a></li>
   <li>Bump eslint-plugin-promise from 7.2.1 to 7.3.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/1702";>raineorshine/npm-check-updates#1702</a></li>
   <li>Bump <code>@​types/bun</code> from 1.3.12 to 1.3.13 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1699";>raineorshine/npm-check-updates#1699</a></li>
   <li>Bump vite-bundle-analyzer from 1.3.7 to 1.3.8 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1700";>raineorshine/npm-check-updates#1700</a></li>
   <li>Enhance <code>--format time</code>: consistent caching, interactive 
support, and human-readable timestamps by <a 
href="https://github.com/onemen";><code>@​onemen</code></a> in <a 
href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1693";>raineorshine/npm-check-updates#1693</a></li>
   <li>fix: ignore .pnpm-store in glob traversal to prevent OOM with --deep by 
<a href="https://github.com/Copilot";><code>@​Copilot</code></a> in <a 
href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1705";>raineorshine/npm-check-updates#1705</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/raineorshine/npm-check-updates/compare/v22.0.1...v22.1.0";>https://github.com/raineorshine/npm-check-updates/compare/v22.0.1...v22.1.0</a></p>
   <h2>v22.0.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix: suppress cooldown config log messages when JSON output is active by 
<a href="https://github.com/Copilot";><code>@​Copilot</code></a> in <a 
href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1692";>raineorshine/npm-check-updates#1692</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/raineorshine/npm-check-updates/compare/v22.0.0...v22.0.1";>https://github.com/raineorshine/npm-check-updates/compare/v22.0.0...v22.0.1</a></p>
   <h2>v22.0.0</h2>
   <h2>Breaking Changes</h2>
   <p><code>--cooldown</code> now falls back to the greatest non-prerelease 
version rather than skipping the upgrade entirely when the latest version falls 
within the cooldown window.</p>
   <ul>
   <li>This <em>only</em> affects <code>--cooldown</code> (or inferred cooldown 
from 
<code>min-release-age</code>/<code>minimumReleaseAge</code>/<code>npmMinimalAgeGate</code>).</li>
   <li>This <em>only</em> affects <code>--target latest</code> (which is the 
default).</li>
   </ul>
   <h3>⚠️ WARNING</h3>
   <p>In rare circumstances, it is now possible for <code>ncu --cooldown 
10</code> to install a version <strong>that was never published to 
latest</strong>. This is because the npm registry does not store a history of 
versions published to the <code>latest</code> dist-tag. It is 
<em>impossible</em> to fall back to an earlier <code>latest</code> version, 
because there is no record of it. However, we do have a list of all published 
versions, and it's <em>likely</em> that a boring version like 
<code>1.0.1</code> was published to <code>latest</code> at some point. Versions 
like <code>1.0.1-pre.0</code>, <code>1.0.1-beta</code>, 
<code>1.0.1-build.58157394</code>, etc will be ignored, as you would expect.</p>
   <p>While npm-check-updates typically takes a conservative approach to 
version upgrades, following semver exactly and only upgrading to the 
<code>latest</code> version, falling back to the highest version outside the 
cooldown window is clearly the more intuitive behavior, and this outweighs the 
few cases where the results would be undesirable. The discussion in <a 
href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1556";>#1556</a>
 and the large amount of confusion since the initial release of 
<code>--cooldown</code> attest to this.</p>
   <h3>How to opt out of the new behavior</h3>
   <p>You can opt out of the new behavior by using <code>--target 
&quot;@latest&quot;</code>. This forces a strict upgrade (or downgrade) to the 
<code>latest</code> tag only, without any fallback behavior.</p>
   <p>For granular control, use a custom ncurc function to set the <a 
href="https://github.com/raineorshine/npm-check-updates#target";>target</a> or 
disable <a 
href="https://github.com/raineorshine/npm-check-updates#cooldown";>cooldown</a> 
for a single package.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>Bump verdaccio from 6.5.1 to 6.5.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/1679";>raineorshine/npm-check-updates#1679</a></li>
   <li>Bump vite from 8.0.8 to 8.0.9 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1680";>raineorshine/npm-check-updates#1680</a></li>
   <li>Bump <code>@​typescript-eslint/parser</code> from 8.58.2 to 8.59.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/1681";>raineorshine/npm-check-updates#1681</a></li>
   <li>Bump <code>@​typescript-eslint/eslint-plugin</code> from 8.58.2 to 
8.59.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/1682";>raineorshine/npm-check-updates#1682</a></li>
   <li>Update dependencies by <a 
href="https://github.com/onemen";><code>@​onemen</code></a> in <a 
href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1685";>raineorshine/npm-check-updates#1685</a></li>
   <li>build: stub cosmiconfig's typescript dependency to reduce bundle size by 
8MB by <a href="https://github.com/onemen";><code>@​onemen</code></a> in <a 
href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1686";>raineorshine/npm-check-updates#1686</a></li>
   <li>feat(cooldown): fall back to greatest passing version when latest is 
within cooldown by <a 
href="https://github.com/marcosgilf";><code>@​marcosgilf</code></a> in <a 
href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1688";>raineorshine/npm-check-updates#1688</a></li>
   </ul>
   <h2>New Contributors</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/raineorshine/npm-check-updates/commit/55ee69bc7a9d7a786537b3359924af9784a112ae";><code>55ee69b</code></a>
 22.1.0</li>
   <li><a 
href="https://github.com/raineorshine/npm-check-updates/commit/43484c55100e6a04d14f1bfcb879915520f62b02";><code>43484c5</code></a>
 fix: ignore .pnpm-store in glob traversal to prevent OOM with --deep (<a 
href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1705";>#1705</a>)</li>
   <li><a 
href="https://github.com/raineorshine/npm-check-updates/commit/7cd76874db4229cc9af753a7f77ea935cb059a67";><code>7cd7687</code></a>
 Enhance <code>--format time</code>: consistent caching, interactive support, 
and human-r...</li>
   <li><a 
href="https://github.com/raineorshine/npm-check-updates/commit/191a2ced58c567b37629f0b1365040969fede2c6";><code>191a2ce</code></a>
 Bump vite-bundle-analyzer from 1.3.7 to 1.3.8 (<a 
href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1700";>#1700</a>)</li>
   <li><a 
href="https://github.com/raineorshine/npm-check-updates/commit/3adb697ac9d6cb1d5b698adf37b618d353125c0a";><code>3adb697</code></a>
 Bump <code>@​types/bun</code> from 1.3.12 to 1.3.13 (<a 
href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1699";>#1699</a>)</li>
   <li><a 
href="https://github.com/raineorshine/npm-check-updates/commit/403f966eda46ca58c791a820bf7a9b28525902f6";><code>403f966</code></a>
 Bump eslint-plugin-promise from 7.2.1 to 7.3.0 (<a 
href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1702";>#1702</a>)</li>
   <li><a 
href="https://github.com/raineorshine/npm-check-updates/commit/eaa870c8673629b4cf449da8bb7671c6395070e2";><code>eaa870c</code></a>
 Bump <code>@​typescript-eslint/eslint-plugin</code> from 8.59.0 to 8.59.1 (<a 
href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1697";>#1697</a>)</li>
   <li><a 
href="https://github.com/raineorshine/npm-check-updates/commit/e84834a56c4751172d2961b3d44741ab463a90b3";><code>e84834a</code></a>
 fix: make --dep and --format robust to PowerShell arg rewriting 
(comma-or-spa...</li>
   <li><a 
href="https://github.com/raineorshine/npm-check-updates/commit/28b5fcbb360b77db55fe915a31f8100727db9c74";><code>28b5fcb</code></a>
 22.0.1</li>
   <li><a 
href="https://github.com/raineorshine/npm-check-updates/commit/127c552f17aedaffba3200824b46076bea4d6a1e";><code>127c552</code></a>
 fix: suppress cooldown config log messages when JSON output is active (<a 
href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1692";>#1692</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/raineorshine/npm-check-updates/compare/v21.0.3...v22.1.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=npm-check-updates&package-manager=npm_and_yarn&previous-version=21.0.3&new-version=22.1.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 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]

Reply via email to