Bump npm-check-updates from 18.0.1 to 19.0.0 in /frontend #131

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/frontend/npm-check-updates-19.0.0 into main
dependabot[bot] commented 2025-10-02 12:54:24 +01:00 (Migrated from github.com)

Bumps npm-check-updates from 18.0.1 to 19.0.0.

Release notes

Sourced from npm-check-updates's releases.

v19.0.0

Breaking

  • node >= 20 required
  • --workspaces (plural) short option -ws changed to -w
    • Better compatibility with commander v13
    • Short option should always be a single character for consistency
    • Replaces the short option for --workspace (singular)
    • --workspace (singular) no longer has a short option.

v18.2.0

Thanks to community members for raising awareness and to @​SebastianSedzik for the implementation.

See: #1547

Feature: --cooldown

Usage:

ncu --cooldown [n]
ncu -c [n]

The cooldown option helps protect against supply chain attacks by requiring package versions to be published at least the given number of days before considering them for upgrade.

Note that previous stable versions will not be suggested. The package will be completely ignored if its latest published version is within the cooldown period. This is due to a limitation of the npm registry, which does not provide a way to query previous stable versions.

Example:

Let's examine how cooldown works with a package that has these versions available:

1.0.0          Released 7 days ago    (initial version)
1.1.0          Released 6 days ago    (minor update)
1.1.1          Released 5 days ago    (patch update)
1.2.0          Released 5 days ago    (minor update)
2.0.0-beta.1   Released 5 days ago    (beta release)
1.2.1          Released 4 days ago    (patch update)
1.3.0          Released 4 days ago    (minor update) [latest]
2.0.0-beta.2   Released 3 days ago    (beta release)
2.0.0-beta.3   Released 2 days ago    (beta release) [beta]

With default target (latest):

$ ncu --cooldown 5

No update will be suggested because:

  • Latest version (1.3.0) is only 4 days old.
  • Cooldown requires versions to be at least 5 days old

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 18.0.1 to 19.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>v19.0.0</h2> <h2>Breaking</h2> <ul> <li>node <code>&gt;= 20</code> required</li> <li><code>--workspaces</code> (plural) short option <code>-ws</code> changed to <code>-w</code> <ul> <li>Better compatibility with commander <a href="https://github.com/tj/commander.js/releases/tag/v13.0.0">v13</a></li> <li>Short option should always be a single character for consistency</li> <li><strong>Replaces the short option for <code>--workspace</code> (singular)</strong></li> <li><strong><code>--workspace</code> (singular) no longer has a short option.</strong></li> </ul> </li> </ul> <h2>v18.2.0</h2> <p>Thanks to community members for raising awareness and to <a href="https://github.com/SebastianSedzik"><code>@​SebastianSedzik</code></a> for the implementation.</p> <p>See: <a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1547">#1547</a></p> <h2>Feature: <code>--cooldown</code></h2> <p>Usage:</p> <pre><code>ncu --cooldown [n] ncu -c [n] </code></pre> <p>The cooldown option helps protect against supply chain attacks by requiring package versions to be published at least the given number of days before considering them for upgrade.</p> <p>Note that previous stable versions will not be suggested. The package will be completely ignored if its latest published version is within the cooldown period. This is due to a limitation of the npm registry, which does not provide a way to query previous stable versions.</p> <p>Example:</p> <p>Let's examine how cooldown works with a package that has these versions available:</p> <pre><code>1.0.0 Released 7 days ago (initial version) 1.1.0 Released 6 days ago (minor update) 1.1.1 Released 5 days ago (patch update) 1.2.0 Released 5 days ago (minor update) 2.0.0-beta.1 Released 5 days ago (beta release) 1.2.1 Released 4 days ago (patch update) 1.3.0 Released 4 days ago (minor update) [latest] 2.0.0-beta.2 Released 3 days ago (beta release) 2.0.0-beta.3 Released 2 days ago (beta release) [beta] </code></pre> <p>With default target (latest):</p> <pre lang="js"><code>$ ncu --cooldown 5 </code></pre> <p>No update will be suggested because:</p> <ul> <li>Latest version (1.3.0) is only 4 days old.</li> <li>Cooldown requires versions to be at least 5 days old</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/601f818f8f7bdade16165ddf4877e1577ef9aee8"><code>601f818</code></a> 19.0.0</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/73639a9d56e932a349dac4b5d8325ed2a35ea66f"><code>73639a9</code></a> v19 (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1559">#1559</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/db78e1fce1bba0da0c48e264f017161b8200a6a6"><code>db78e1f</code></a> Consider &quot;Idle timeout reached&quot; acceptable for timeout error.</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/be924750aa59e3e5125126ac27565260fa8c9dda"><code>be92475</code></a> 18.3.1</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/9cf588579ecf17b4363f0a93fcb831b36f38598f"><code>9cf5885</code></a> Update --workspace and --workspaces description to match default --root.</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/11d35c0737150c3119158633b62f4df4f1647bfb"><code>11d35c0</code></a> Bump minor</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/574d483d1f3a8ef5de29021568748fb3bbb1cc99"><code>574d483</code></a> Enhance performance of get peer deps (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1554">#1554</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/c55567b5edf33a596fa8a52700ccaf681c8ba0fc"><code>c55567b</code></a> 18.3.0</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/b4283aee9cf95f9a944f135d1eab3648e517cab4"><code>b4283ae</code></a> fix(cooldown): support newest, minor, patch, and semver targets (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1553">#1553</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/90fc55d4933985d0e1bec1ae2917f4b62bc0e6ad"><code>90fc55d</code></a> feat: add defineConfig helper (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1551">#1551</a>)</li> <li>Additional commits viewable in <a href="https://github.com/raineorshine/npm-check-updates/compare/v18.0.1...v19.0.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=18.0.1&new-version=19.0.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>
dependabot[bot] commented 2025-10-14 06:19:03 +01:00 (Migrated from github.com)

Superseded by #136.

Superseded by #136.

Pull request closed

Sign in to join this conversation.
No description provided.