chore(deps): update dependency npm-check-updates to v13 - autoclosed#28
Closed
renovate[bot] wants to merge 1 commit intomasterfrom
Closed
chore(deps): update dependency npm-check-updates to v13 - autoclosed#28renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.1.0->^13.0.0Release Notes
raineorshine/npm-check-updates
v13.0.0Compare Source
Breaking
--greatest- Instead use--target greatest--newest- Instead use--target newest--ownerChanged- Instead use--format ownerChanged--semverLevel- Renamed to--targetraineorshine/npm-check-updates@v12.5.12...v13.0.0
v12.5.12Compare Source
v12.5.11Compare Source
v12.5.10Compare Source
v12.5.9Compare Source
v12.5.8Compare Source
v12.5.7Compare Source
v12.5.6Compare Source
v12.5.5Compare Source
v12.5.4Compare Source
v12.5.3Compare Source
v12.5.2Compare Source
v12.5.1Compare Source
v12.5.0Compare Source
v12.4.0Compare Source
v12.3.1Compare Source
v12.3.0Compare Source
v12.2.1Compare Source
v12.2.0Compare Source
--retry <n>option to automatically retried failed requests for package information. Defaults to 3 retries.Hopefully this relieves the frustrating situation of having npm-check-updates fail at the end of a long upgrade! You can control the number of retries with
--retry <n>, including setting it to0for no retries (the previous behavior).v12.1.0Compare Source
v12.0.5Compare Source
v12.0.3Compare Source
v12.0.2Compare Source
v12.0.1Compare Source
v12.0.0Compare Source
v11.8.5Compare Source
v11.8.4Compare Source
v11.8.3Compare Source
v11.8.2Compare Source
v11.8.1Compare Source
v11.8.0Compare Source
v11.7.1Compare Source
v11.7.0Compare Source
v11.6.0Compare Source
v11.5.13Compare Source
v11.5.12Compare Source
v11.5.11Compare Source
v11.5.10Compare Source
v11.5.9Compare Source
v11.5.8Compare Source
v11.5.7Compare Source
v11.5.6Compare Source
v11.5.5Compare Source
v11.5.4Compare Source
v11.5.3Compare Source
v11.5.2Compare Source
v11.5.1Compare Source
v11.5.0Compare Source
Minor
npm-check-updateswill now auto-detect yarn and apply--packageManager yarnwhenyarn.lockis present andpackage-lock.jsonis not present. You can override this by explicitly setting--packageManager npm. It will print "Using yarn" when the auto-detection is triggered.v11.4.1Compare Source
v11.4.0Compare Source
Minor
--peerto check peer dependencies of installed packages and filter updates to compatible versions.791aa22Respect peer dependencies (#869)mem(minor)Patch
696168b--deep: Fix Windows pathv11.3.0Compare Source
v11.2.3Compare Source
v11.2.2Compare Source
v11.2.1Compare Source
v11.2.0Compare Source
Wildcards and globs can now be used in filters without having to use regex:
Since special characters are not allowed in package names, this change shouldn't break anything, but please let me know if a filter that was working before
v11.2.0is not now!Commits
ee27448Add filter support for wildcards and glob expressions. Fixes #219.v11.1.11Compare Source
v11.1.10Compare Source
v11.1.9Compare Source
v11.1.8Compare Source
v11.1.7Compare Source
v11.1.6Compare Source
v11.1.5Compare Source
v11.1.4Compare Source
v11.1.3Compare Source
v11.1.2Compare Source
v11.1.1Compare Source
v11.1.0Compare Source
v11.0.2Compare Source
v11.0.1Compare Source
v11.0.0Compare Source
Breaking
--packageFile- Now interprets its argument as a glob pattern. It is possible that a previously supplied argument may be interepreted differently now (though I'm not aware of specific instances). Due to our conservative release policy we are releasing as a major version upgrade and allowing developers to assess for themselves.Features
--deep- Run recursively in current working directory. Alias of--packageFile '**/package.json'.See: #785
raineorshine/npm-check-updates@v10.3.1...v11.0.0
v10.3.1Compare Source
v10.3.0Compare Source
v10.2.5Compare Source
v10.2.4Compare Source
v10.2.3Compare Source
v10.2.2Compare Source
v10.2.1Compare Source
v10.2.0Compare Source
v10.1.1Compare Source
v10.1.0Compare Source
v10.0.0Compare Source
Breaking
--filteroption and argument filters will now throw an error. Use one or the other. Previously the arguments would override the--filteroption, which made for a confusing result when accidentally not quoting the option in the shell. This change is only breaking for those who are relying on the incorrect behavior of argument filters overriding--filter.See: #759
raineorshine/npm-check-updates@v9.2.4...v10.0.0
v9.2.4Compare Source
v9.2.3Compare Source
v9.2.2Compare Source
v9.2.1Compare Source
v9.2.0Compare Source
v9.1.2Compare Source
v9.1.1Compare Source
v9.1.0Compare Source
v9.0.4Compare Source
v9.0.3Compare Source
v9.0.2Compare Source
v9.0.1Compare Source
v9.0.0Compare Source
Breaking
deprecatedin npm are now ignored by default. If the latest version is deprecated, the next highest non-deprecated version will be suggested. Use--deprecatedto include deprecated versions (old behavior).raineorshine/npm-check-updates@v8.1.1...v9.0.0
v8.1.1Compare Source
v8.1.0Compare Source
v8.0.5Compare Source
v8.0.4Compare Source
v8.0.3Compare Source
v8.0.2Compare Source
v8.0.1Compare Source
v8.0.0Compare Source
Breaking
--semverLevel majoris now--target minor.--semverLevel minoris now--target patch. This change was made to provide more intuitive semantics for--semverLevel(now--target). Most people assumed it meant the inclusive upper bound, so now it reflects that. a2111f4c2runnow defaults tosilent: trueinstead ofloglevel: 'silent, unlessloglevelis explicitly specified. If you overrodesilentorloglevel, this may affect the logging behavior. 423e024Deprecated
Options that controlled the target version (upper bound) of upgrades have been consolidated under
--target. The old options are aliased with a deprecation warning and will be removed in the next major version. No functionality has been removed.--greatest: Renamed to--target greatest--newest: Renamed to--target newest--semverLevel: Renamed to--targetSee: 7eca5bf3
Features
Doctor Mode
#722
Usage:
ncu --doctor [-u] [options]Iteratively installs upgrades and runs tests to identify breaking upgrades. Add
-uto execute (modifies your package file, lock file, and node_modules).To be more precise:
npm installandnpm testto ensure tests are currently passing.ncu -uto optimistically upgrade all dependencies.Example:
Github URLs
Added support for GitHub URLs.
See: f0aa792a4
Example:
{ "dependencies": { "chalk": "https://github.com/chalk/chalk#v2.0.0" } }npm aliases
Added support for npm aliases.
See: 0f6f35c
Example:
{ "dependencies": { "request": "npm:postman-request@2.88.1-postman.16" } }Owner Changed
#621
Usage:
ncu --ownerChangedCheck if the npm user that published the package has changed between current and upgraded version.
Output values:
*owner changed**unknown*Example:
Commits
raineorshine/npm-check-updates@v7.1.1...v8.0.0
v7.1.1Compare Source
v7.1.0Compare Source
v7.0.4Compare Source
v7.0.3Compare Source
v7.0.2Compare Source
v7.0.1Compare Source
v7.0.0Compare Source
Breaking
4e4b47f)Patch
f04d00e)Other
raineorshine/npm-check-updates@v6.0.2...v7.0.0
v6.0.1Compare Source
v6.0.0Compare Source
Breaking
--semverLevelnow supports version ranges. This is a breaking change since version ranges are no longer ignored by--semverLevel, which may result in some dependencies having new suggested updates.If you are not using
--semverLevel, NO CHANGE! 😅raineorshine/npm-check-updates@v5.0.0...v6.0.0
v5.0.0Compare Source
Breaking
~node >= 8~
node >= 10.17
Bump minimum node version to
v10.17.0due tomove-file#651If
ncuwas working for you onv4.x, thenv5.0.0will still work. Just doing a major version bump since ncu's officially supported node version is changing.v4should be patched to be compatible with nodev8, but I'll hold off unless someone requests it.raineorshine/npm-check-updates@v4.1.2...v5.0.0
v4.1.2Compare Source
v4.1.1Compare Source
v4.1.0Compare Source
Feature
--concurrencyto set the maximum number of concurrent HTTP requests to the npm registry (default: 8).Fix
--timeoutcorrectly to pacote so that process is properly terminated when timeout is exceeded.v4.0.6Compare Source
v4.0.5Compare Source
v4.0.4Compare Source
v4.0.3Compare Source
v4.0.2Compare Source
v4.0.1Compare Source
v4.0.0Compare Source
ncu v3 excluded prerelease versions (
-alpha,-beta, etc) from the remote by default, as publishing prerelease versions tolatestis unconventional and not recommended. Prereleases versions can be included by specifying--pre(and is implied in options--greatestand--newest).However, when you are already specifying a prerelease version in your package.json dependencies, then clearly you want ncu to find newer prerelease versions. This is now default in v4, albeit with the conservative approach of sticking to the
latesttag.Migration
No effect for most users.
If a prerelease version is published on the
latesttag, and you specify a prerelease version in your package.json, ncu will now suggest upgrades for it.If a prerelease version is published on a different tag, there is no change from ncu v3; you will still need
--pre,--greatest, or--newestto get prerelease upgrades.raineorshine/npm-check-updates@v3.2.2...v4.0.0
v3.2.2Compare Source
v3.2.1Compare Source
v3.2.0Compare Source
Added
--engines-nodeoption to include only packages that satisfy engines.node as specified in the package file.See unit tests for detailed behavior.
v3.1.26Compare Source
v3.1.25Compare Source
v3.1.24Compare Source
v3.1.23Compare Source
v3.1.22Compare Source
v3.1.21Compare Source
v3.1.20Compare Source
v3.1.19Compare Source
v3.1.18Compare Source
v3.1.17Compare Source
v3.1.16Compare Source
v3.1.15Compare Source
v3.1.14Compare Source
v3.1.13Compare Source
v3.1.12Compare Source
v3.1.11Compare Source
v3.1.10Compare Source
v3.1.9Compare Source
v3.1.8Compare Source
v3.1.7Compare Source
v3.1.6Compare Source
v3.1.5Compare Source
v3.1.4Compare Source
v3.1.3Compare Source
v3.1.2Compare Source
v3.1.1Compare Source
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.