carlsonp / kort

A NodeJS application for conducting a variety of UX research methods.
GNU General Public License v3.0
12 stars 9 forks source link

Bump npm-check-updates from 12.5.12 to 14.1.1 #320

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps npm-check-updates from 12.5.12 to 14.1.1.

Release notes

Sourced from npm-check-updates's releases.

v14.1.0

Features

Group

You can now group upgrades by risk level using --format group:

Interactive Mode

Interactive mode was completely rewritten for a better user experience.

Inspired by npm-check.

Combine with --format group for a truly luxe experience:

Static Registry

A new option --packageManager staticRegistry allows upgrades to be recommended from a static JSON file. This can be used to power custom versioning infrastructure that is completely independent from the npm registry.

Thanks to agrouse who did a fine job on the PR.

Example:

$ ncu --packageManager staticRegistry --registry ./my-registry.json

my-registry.json:

{
  "prettier": "2.7.0",
  "typescript": "4.7.0"
}

The latest versions of prettier and typescript are set in the registry file. When ncu is run, it will recommend upgrades from the static registry file without touching the npm registry:

$ ncu --packageManager staticRegistry --registry ./my-registry.json
Checking /Users/raine/projects/ncu-issues/14.1.0/package.json
[====================] 2/2 100%

prettier ^2.0.1 → ^2.7.0 </tr></table>

... (truncated)

Commits
  • c81980c 14.1.1
  • 470aa95 Use prompts-ncu in npm registry rather than github branch (#1146).
  • 1c2192a 14.1.0
  • 1d9ed15 Improve interactive mode (#1141)
  • a64c50b Fix doctor help text formatting in test.
  • 3b42a2a Automatically mention extended help text in description if it exists.
  • 19e27cb Consolidate doctor help text.
  • 9d65860 Improve --packageManager help text. Automate word wrap in extended help.
  • 8512d66 Static registry (#1143)
  • a638997 Add isGlobalDeprecated for better --global handling (#1144)
  • Additional commits viewable in compare view


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)