Bump npm-check-updates from 16.2.1 to 16.3.2 #4

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/npm-check-updates-16.3.2 into main 2022-09-25 19:32:52 +01:00
dependabot[bot] commented 2022-09-23 22:48:05 +01:00 (Migrated from github.com)

Bumps npm-check-updates from 16.2.1 to 16.3.2.

Release notes

Sourced from npm-check-updates's releases.

v16.3.0

Feature

  • Added workspace support! 🚢

Upgrade all workspaces:

ncu --workspaces
ncu -ws

Upgrade a single workspace:

ncu --workspace a
ncu -w a

Upgrade more than one workspace:

ncu --workspace a --workspace b
ncu -w a -w b

Upgrade all workspaces AND the root project:

ncu --workspaces --root

Upgrade a single workspace AND the root project:

ncu --workspace a --root

Notes

  • If workspaces or --workspace is run in --interactive mode, ncu will prompt to npm install once in the root project rather than separately in each workspace (#1182).
  • Running --deep will not trigger workspace support.
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 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 16.2.1 to 16.3.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>v16.3.0</h2> <h2>Feature</h2> <ul> <li>Added workspace support! 🚢</li> </ul> <p>Upgrade all workspaces:</p> <pre><code>ncu --workspaces ncu -ws </code></pre> <p>Upgrade a single workspace:</p> <pre><code>ncu --workspace a ncu -w a </code></pre> <p>Upgrade more than one workspace:</p> <pre><code>ncu --workspace a --workspace b ncu -w a -w b </code></pre> <p>Upgrade all workspaces AND the root project:</p> <pre><code>ncu --workspaces --root </code></pre> <p>Upgrade a single workspace AND the root project:</p> <pre><code>ncu --workspace a --root </code></pre> <h2>Notes</h2> <ul> <li>If <code>workspaces</code> or <code>--workspace</code> is run in <code>--interactive</code> mode, ncu will prompt to <code>npm install</code> once in the root project rather than separately in each workspace (<a href="https://github-redirect.dependabot.com/raineorshine/npm-check-updates/issues/1182">#1182</a>).</li> <li>Running <code>--deep</code> will not trigger workspace support.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/43f9acb94203c1be11e16204fb0093275e2c8039"><code>43f9acb</code></a> 16.3.2</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/d4f97ee189b9e004623417d23e95195c9d504d9f"><code>d4f97ee</code></a> Customize update-notifier message (<a href="https://github-redirect.dependabot.com/raineorshine/npm-check-updates/issues/1193">#1193</a>).</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/97088db7f42e96ade2caf024e5de442ce083d8e2"><code>97088db</code></a> 16.3.1</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/669cb2807c5c8a85f9b1beea0505d6fe7496aad1"><code>669cb28</code></a> Ignore short github urls (<a href="https://github-redirect.dependabot.com/raineorshine/npm-check-updates/issues/1194">#1194</a>).</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/f2bb8e1e54f352d05586eac55a0afd30d331e2f6"><code>f2bb8e1</code></a> 16.3.0</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/00291f56f78ed8c869a692cc7692f434735dbb34"><code>00291f5</code></a> Replace --withWorkspace and --withWorkspaces with --root.</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/8d07c3d4fc7c15eb75b6c544837354c32bc5bbe2"><code>8d07c3d</code></a> Bump dependencies and build.</li> <li>See full diff in <a href="https://github.com/raineorshine/npm-check-updates/compare/v16.2.1...v16.3.2">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=16.2.1&new-version=16.3.2)](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 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>
Sign in to join this conversation.
No description provided.