chore(deps): update devdependencies - #125
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
from
December 21, 2022 21:15
982e318 to
b7b4e52
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
from
January 23, 2023 18:35
b7b4e52 to
1f6ada0
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
February 6, 2023 17:52
ba7d550 to
087cecb
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
from
February 9, 2023 19:22
087cecb to
9749386
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
from
March 17, 2023 22:07
9749386 to
b6e73ef
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
March 22, 2023 21:14
f4ad513 to
4999021
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
April 3, 2023 11:23
7423e83 to
832f154
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
from
April 17, 2023 12:16
832f154 to
ff3539e
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
June 1, 2023 19:56
bea682b to
a62f03c
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
from
June 4, 2023 14:42
a62f03c to
f33fd8b
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
3 times, most recently
from
June 19, 2023 09:47
0aae332 to
79f4071
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
3 times, most recently
from
June 29, 2023 02:51
977d7f8 to
17127ed
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
from
July 6, 2023 11:29
17127ed to
6d2ae23
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
4 times, most recently
from
August 22, 2023 18:57
c051505 to
0633afe
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
3 times, most recently
from
August 28, 2023 17:12
c87b438 to
feb2c8b
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
4 times, most recently
from
September 13, 2023 17:20
a53da2c to
0e8613e
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
3 times, most recently
from
September 19, 2023 14:57
b2b237a to
26f1439
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
September 28, 2023 12:52
f7e8959 to
20e06fa
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
October 9, 2023 08:30
6271a93 to
5d83f7e
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
3 times, most recently
from
October 19, 2023 16:52
c17ab3d to
b377c4a
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
from
October 23, 2023 12:29
b377c4a to
618e16d
Compare
Contributor
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: pnpm-lock.yaml |
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
from
November 6, 2023 06:27
618e16d to
500063a
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
November 19, 2023 22:10
1d23caf to
9415b7a
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
from
December 13, 2023 18:14
9415b7a to
e524392
Compare
renovate
Bot
force-pushed
the
renovate/devdependencies
branch
from
January 11, 2024 10:27
e524392 to
3b0e12f
Compare
Contributor
Author
|
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:
16.5.6→23.0.0^3.0.6→^4.0.0^4.2.3→^7.0.0Release Notes
raineorshine/npm-check-updates (npm-check-updates)
v23.0.0Compare Source
1. Node.js 22+ required (#1844)
The minimum supported Node.js is now 22. Supported versions:
^22.22.2 || ^24.15.0 || >=26.0.0(and npm>=10).2. Pure ESM package — CJS build dropped, default export is now callable (#1916, #1894)
The package is now pure ESM (no more CommonJS build), and the default export is now callable directly.
ncu.run()andncu.defineConfig()still work as namespaced properties.require()of ESM (Node 22+), but the import shape changed:3.
filterVersion/rejectVersionno longer accept a predicate function. Usefilter/rejectinstead. (#1933)These options now accept only a string, wildcard, glob, comma/space-delimited list, or
/regex/. (CLI usage is unchanged — the CLI never supported functions.)filterVersion/rejectVersionin.ncurc.jsor via the module API, move it tofilter/rejectinstead. Those receive the package name and the parsed current version, so they can match on both:4. Output is now grouped by default (#1937)
--formatnow defaults to["group"], so upgrades are grouped by major / minor / patch out of the box. This is a better default for most users.no-prefix removes a value from the default list instead of replacing the whole list, so--format no-group,timedisables grouping while adding publish times.5.
--target semvernow respects explicit upper bounds (#1920)An explicit upper bound in a range is now preserved and never exceeded, e.g.
^9.5.0 <10→^9.7.0 <10(previously the bound could be overrun). This can change which versions are selected for ranges with explicit upper bounds.✨ Other improvements
npm-registry-fetchfor faster startup (#1898), and reduced dependencies for a lighter install.@(#1923),--doctor+--errorLevel 2crash (#1900), registry settings ignored by--enginesNode/--ownerChanged(#1925), and YAML catalog preservation (#1922), abort packument stream once required fields are parsed (#1901) for better performance, fix cli options being overridden by .ncurc in --deep mode (#1902), and upgrade a package in all selected sections when versions differ.Full changelog: raineorshine/npm-check-updates@v22.2.9...v23.0.0
v22.2.9Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v22.2.8...v22.2.9
v22.2.8Compare Source
What's Changed
run()return type JSDoc by @XhmikosR in #1868$override references by @XhmikosR in #1877Full Changelog: raineorshine/npm-check-updates@v22.2.7...v22.2.8
v22.2.7Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v22.2.6...v22.2.7
v22.2.6Compare Source
What's Changed
<code>in generated HTML tables by @XhmikosR in #1814New Contributors
Full Changelog: raineorshine/npm-check-updates@v22.2.5...v22.2.6
v22.2.5Compare Source
e951cf4Bump minor and patch.0f9f53dprettieredf4212Make deep tests path-agnostic with regex patternsb820131Only show missing time when time or cooldown format is requestedFull Changelog: raineorshine/npm-check-updates@v22.2.3...v22.2.5
v22.2.3Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v22.2.2...v22.2.3
v22.2.2Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v22.2.1...v22.2.2
v22.2.1Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v22.2.0...v22.2.1
v22.2.0Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v22.1.1...v22.2.0
v22.1.1Compare Source
What's Changed
New Contributors
Full Changelog: raineorshine/npm-check-updates@v22.1.0...v22.1.1
v22.1.0Compare Source
What's Changed
--format time: consistent caching, interactive support, and human-readable timestamps by @onemen in #1693Full Changelog: raineorshine/npm-check-updates@v22.0.1...v22.1.0
v22.0.1Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v22.0.0...v22.0.1
v22.0.0Compare Source
v21.0.3Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v21.0.2...v21.0.3
v21.0.2Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v21.0.1...v21.0.2
v21.0.1Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v21.0.0...v21.0.1
v21.0.0Compare Source
This is a major breaking change with significant architectural updates.
ESM Migration & Module System
import ncu from 'npm-check-updates'import * as ncu from 'npm-check-updates'orimport { run } from 'npm-check-updates'^20.19.0 || ^22.12.0 || >=24.0.0. This is required for nativerequire(esm)support and the Rolldown engine.>=10.0.0.Configuration Files (
.ncurc.js).ncurc.jsthat usemodule.exportswill now fail in projects that are"type": "module"..ncurc.cjsor convert them to useexport default.Dependency Updates (Pure ESM versions)
camelcase^6.3.0^9.0.0chai^4.3.10^6.2.2chai-as-promised^7.1.2^8.0.2find-up5.0.08.0.0p-map^4.0.0^7.0.4untildify^4.0.0^6.0.0Tooling & Build Changes
strip-ansiwith Node.js built-inutil.stripVTControlCharacters.vite-nodewithtsxfor TypeScript support in ESM context.Migration Guide
If you are upgrading to v21 from earlier versions:
1. Environment Check
^20.19.0 || ^22.12.0 || >=24.0.0.10.0.0.2. Update Configuration Files
If you have a
.ncurc.jsfile:Option A: Rename it to
.ncurc.cjs.Option B: Convert it to ESM:
3. Update Programmatic Usage
If you import
npm-check-updatesin your scripts:import ncu from ...toimport * as ncu from 'npm-check-updates'.Testing
Tests now use
tsxfor module loading. When running tests manually:mocha --node-option import=tsx 'test/**/*.test.ts'Or use the npm script:
npm testRelated Issues & PRs
PR 1649
v20.0.2Compare Source
What's Changed
New Contributors
Full Changelog: raineorshine/npm-check-updates@v20.0.1...v20.0.2
v20.0.1Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v20.0.0...v20.0.1
v20.0.0Compare Source
Auto Cooldown
The cooldown option is now automatically applied from the respective package manager's config:
min-release-age(#1632)npmMinimalAgeGate(excludingnpmPreapprovedPackages) (#1643)minimumReleaseAge(excludingminimumReleaseAgeExclude) (#1639)Why is this a breaking change?
Other changes
v19.6.6Compare Source
Full Changelog: raineorshine/npm-check-updates@v19.6.5...v19.6.6
v19.6.5Compare Source
What's Changed
New Contributors
Full Changelog: raineorshine/npm-check-updates@v19.6.3...v19.6.5
v19.6.3Compare Source
Full Changelog: raineorshine/npm-check-updates@v19.6.2...v19.6.3
v19.6.2Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v19.6.1...v19.6.2
v19.6.1Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v19.6.0...v19.6.1
v19.6.0Compare Source
What's Changed
New Contributors
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.