dependabot[bot] opened a new pull request, #12744: URL: https://github.com/apache/cloudstack/pull/12744
Removes [@tootallnate/once](https://github.com/TooTallNate/once). It's no longer used after updating ancestor dependency [npm-check-updates](https://github.com/raineorshine/npm-check-updates). These dependencies need to be updated together. Removes `@tootallnate/once` Updates `npm-check-updates` from 6.0.1 to 19.6.3 <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.6.3</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/raineorshine/npm-check-updates/compare/v19.6.2...v19.6.3">https://github.com/raineorshine/npm-check-updates/compare/v19.6.2...v19.6.3</a></p> <h2>v19.6.2</h2> <h2>What's Changed</h2> <ul> <li>fix: fix overwrites pnpm-workspace.yaml and .yarnrc.yml into json by <a href="https://github.com/MKruschke"><code>@MKruschke</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1589">raineorshine/npm-check-updates#1589</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/raineorshine/npm-check-updates/compare/v19.6.1...v19.6.2">https://github.com/raineorshine/npm-check-updates/compare/v19.6.1...v19.6.2</a></p> <h2>v19.6.1</h2> <h2>What's Changed</h2> <ul> <li>Swap diff service. by <a href="https://github.com/diegocr"><code>@diegocr</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1603">raineorshine/npm-check-updates#1603</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/raineorshine/npm-check-updates/compare/v19.6.0...v19.6.1">https://github.com/raineorshine/npm-check-updates/compare/v19.6.0...v19.6.1</a></p> <h2>v19.6.0</h2> <h2>What's Changed</h2> <ul> <li>Display link to compare the changes between package versions (--format diff) by <a href="https://github.com/diegocr"><code>@diegocr</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1602">raineorshine/npm-check-updates#1602</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/diegocr"><code>@diegocr</code></a> made their first contribution in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1602">raineorshine/npm-check-updates#1602</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/raineorshine/npm-check-updates/compare/v19.5.0...v19.6.0">https://github.com/raineorshine/npm-check-updates/compare/v19.5.0...v19.6.0</a></p> <h2>v19.5.0</h2> <h2>What's Changed</h2> <ul> <li>feat(homepage): Add <code>--format homepage</code> option to print homepage.</li> </ul> <p>e.g.</p> <pre lang="sh"><code>$ ncu --format homepage ... mocha ^11.7.2 → ^11.7.5 https://mochajs.org/ npm-registry-fetch ^19.0.0 → ^19.1.1 prettier ^3.6.2 → ^3.8.1 https://prettier.io ... </code></pre> <p><strong>Full Changelog</strong>: <a href="https://github.com/raineorshine/npm-check-updates/compare/v19.4.1...v19.5.0">https://github.com/raineorshine/npm-check-updates/compare/v19.4.1...v19.5.0</a></p> <h2>v19.4.1</h2> <h2>What's Changed</h2> <ul> <li>Fixed a small <code>cooldown</code> regression with number types in the ncurc</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/raineorshine/npm-check-updates/compare/v19.4.0...v19.4.1">https://github.com/raineorshine/npm-check-updates/compare/v19.4.0...v19.4.1</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md">npm-check-updates's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>This file only documents <strong>major version</strong> releases. For smaller releases, you're stuck reading the <a href="https://github.com/raineorshine/npm-check-updates/commits/main">commit history</a>.</p> <h2>[18.0.0] - 2025-04-21</h2> <h3>Breaking</h3> <p>The <strong>only</strong> breaking change in v18 is with the <code>-g/--global</code> flag.</p> <p><code>npm-check-updates -g</code> will now auto-detect your package manager based on the execution path. Previously, it defaulted to <code>npm</code>.</p> <ul> <li><code>yarn dlx ncu -g --packageManager yarn</code> → <code>yarn dlx ncu -g</code></li> <li><code>pnpm dlx ncu --global --packageManager pnpm</code> → <code>pnpm dlx ncu -g</code></li> <li><code>bunx ncu -g--packageManager pnpm</code> → <code>bunx ncu -g</code></li> </ul> <p>If for some reason you were running <code>ncu -g</code> with an alternative package manager and relying on it checking the global <code>npm</code> packages, you will need to now explicitly specify npm:</p> <ul> <li><code>ncu -g</code> → <code>ncu -g--packageManager npm</code></li> </ul> <p>Thanks to <a href="https://github.com/LuisFerLCC"><code>@LuisFerLCC</code></a> for the improvement (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1514">#1514</a>).</p> <p><a href="https://github.com/raineorshine/npm-check-updates/compare/v17.1.18...v18.0.0">https://github.com/raineorshine/npm-check-updates/compare/v17.1.18...v18.0.0</a></p> <h2>[17.0.0] - 2024-07-31</h2> <h3>Breaking</h3> <ul> <li>Require node >= 18.18.0</li> <li>Deprecated versions are no longer excluded by default, as it requires fetching package info for every published version, significantly slowing down upgrades. <ul> <li>You can opt in with <code>--no-deprecated</code> in the CLI or <code>deprecated: false</code> in your <code>ncurc</code> config.</li> </ul> </li> <li>In workspaces mode, <code>--root</code> is now set by default (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1353">#1353</a>) <ul> <li>To <strong>not</strong> check the root package.json, use <code>--no-root</code>.</li> </ul> </li> <li>If you have a <a href="https://nodejs.org/api/packages.html#packagemanager">packageManager</a> field in your package.json, it is now upgraded by default (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1390">#1390</a>) <ul> <li>Use <code>--dep prod,dev,optional</code> for the old behavior.</li> </ul> </li> </ul> <p><a href="https://github.com/raineorshine/npm-check-updates/compare/v16.14.20...v17.0.0">https://github.com/raineorshine/npm-check-updates/compare/v16.14.20...v17.0.0</a></p> <h2>[16.0.0] - 2022-07-23</h2> <h3>Breaking</h3> <ul> <li>Automatic detection of package data on stdin has been removed. This feature was deprecated in <code>v14.0.0</code>. Add <code>--stdin</code> for old behavior.</li> <li>Wild card filters now apply to scoped packages. Previously, <code>ncu -f '*vite*'</code> would not include <code>@vitejs/plugin-react</code>. Now, filters will match any part of the package name, including the scope. Use a more specific glob or regex expression for old behavior.</li> </ul> <p><a href="https://github.com/raineorshine/npm-check-updates/compare/v15.3.4...v16.0.0">https://github.com/raineorshine/npm-check-updates/compare/v15.3.4...v16.0.0</a></p> <h2>[15.0.0] - 2022-06-30</h2> <h3>Breaking</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/d8c983bca483fe344a4bd3f78081ccee7429045b"><code>d8c983b</code></a> 19.6.3</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/057f3eb3e01ceb6d1d2d2ed82ba9ea61f9a35151"><code>057f3eb</code></a> fix: --format diff encodeURIComponent</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/a863706f0845bd07457e149a66a863ca00031d80"><code>a863706</code></a> 19.6.2</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/4ea83fc4c8ed7551a29866ce9bfe540dc247b870"><code>4ea83fc</code></a> fix: fix overwrites pnpm-workspace.yaml and .yarnrc.yml into json (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1589">#1589</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/0a62370def87a2fef3d3e8aa9d4ebaf309287576"><code>0a62370</code></a> 19.6.1</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/6ed2658556e77c5529b0c28e2e8e483c445b23f2"><code>6ed2658</code></a> Swap diff service. (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1603">#1603</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/57a09e7889ca805145206a06312b779df9932ded"><code>57a09e7</code></a> 19.6.0</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/0d32cde2280d5470ca3e3d151a6d36a2eaec7a70"><code>0d32cde</code></a> --format diff (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1602">#1602</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/33aab2181acb0deb60107ba7defc1ec0a4ac9829"><code>33aab21</code></a> 19.5.0</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/c273d79d7ea5daa2cdf9000120c8f5e7f084017b"><code>c273d79</code></a> --format homepage (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1600">#1600</a>)</li> <li>Additional commits viewable in <a href="https://github.com/raineorshine/npm-check-updates/compare/v6.0.1...v19.6.3">compare view</a></li> </ul> </details> <details> <summary>Install script changes</summary> <p>This version adds <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </details> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/cloudstack/network/alerts). </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]
