Skip to content

Commit 44c3174

Browse files
escapedcatclaude
andauthored
chore: update dependency yargs to v18 #4432 (#4686)
* fix: update dependency yargs to v18 #4432 - Fix singleton pattern in pkg-check.js (use yargs(process.argv.slice(2))) - Use parseSync() instead of .argv in pkg-check.js - Keep @types/yargs (v18 doesn't ship own types yet) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: bump engines.node to >=22.12.0 yargs v18 requires Node ^20.19.0 || ^22.12.0 || >=23. Tighten the v21.0.0 envelope to match the strictest direct runtime dep so the published metadata reflects actual support. Drop the non-standard leading 'v' in the engine string while we're touching the field. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 43f05f4 commit 44c3174

42 files changed

Lines changed: 73 additions & 46 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

@alias/commitlint-config-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"homepage": "https://commitlint.js.org/",
3030
"engines": {
31-
"node": ">=v22"
31+
"node": ">=22.12.0"
3232
},
3333
"dependencies": {
3434
"@commitlint/config-angular": "^20.5.3"

@alias/commitlint-config-lerna-scopes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"homepage": "https://commitlint.js.org/",
3030
"engines": {
31-
"node": ">=v22"
31+
"node": ">=22.12.0"
3232
},
3333
"dependencies": {
3434
"@commitlint/config-lerna-scopes": "^20.4.3"

@alias/commitlint-config-nx-scopes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"homepage": "https://commitlint.js.org/",
3030
"engines": {
31-
"node": ">=v22"
31+
"node": ">=22.12.0"
3232
},
3333
"dependencies": {
3434
"@commitlint/config-nx-scopes": "^20.5.0"

@alias/commitlint-config-patternplate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"homepage": "https://commitlint.js.org/",
3030
"engines": {
31-
"node": ">=v22"
31+
"node": ">=22.12.0"
3232
},
3333
"dependencies": {
3434
"@commitlint/config-patternplate": "^20.5.3"

@alias/commitlint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"pkg": "pkg-check --skip-main"
1515
},
1616
"engines": {
17-
"node": ">=v22"
17+
"node": ">=22.12.0"
1818
},
1919
"repository": {
2020
"type": "git",

@commitlint/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"pkg": "pkg-check"
1818
},
1919
"engines": {
20-
"node": ">=v22"
20+
"node": ">=22.12.0"
2121
},
2222
"repository": {
2323
"type": "git",
@@ -53,7 +53,7 @@
5353
"@commitlint/read": "^20.5.0",
5454
"@commitlint/types": "^20.5.0",
5555
"tinyexec": "^1.0.0",
56-
"yargs": "^17.0.0"
56+
"yargs": "^18.0.0"
5757
},
5858
"gitHead": "e82f05a737626bb69979d14564f5ff601997f679"
5959
}

@commitlint/config-angular-type-enum/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://commitlint.js.org/",
3131
"engines": {
32-
"node": ">=v22"
32+
"node": ">=22.12.0"
3333
},
3434
"devDependencies": {
3535
"@commitlint/utils": "^20.0.0"

@commitlint/config-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://commitlint.js.org/",
3131
"engines": {
32-
"node": ">=v22"
32+
"node": ">=22.12.0"
3333
},
3434
"devDependencies": {
3535
"@commitlint/lint": "^20.5.3",

@commitlint/config-conventional/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"homepage": "https://commitlint.js.org/",
3434
"engines": {
35-
"node": ">=v22"
35+
"node": ">=22.12.0"
3636
},
3737
"devDependencies": {
3838
"@commitlint/lint": "^20.5.3",

@commitlint/config-lerna-scopes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"engines": {
40-
"node": ">=v22"
40+
"node": ">=22.12.0"
4141
},
4242
"dependencies": {
4343
"@commitlint/config-workspace-scopes": "^20.4.3"

0 commit comments

Comments
 (0)