Skip to content

Commit 5d7d519

Browse files
sorccuclaude
andcommitted
chore(deps): weekly CLI dependency update (2026-07-17) [RED-709]
Bump the direct dependencies whose latest version is both compatible with our Node 20.19.0 floor and past pnpm's 2-day release-age embargo: mqtt 5.15.1 -> 5.15.2 string-width 8.2.1 -> 8.2.2 @typescript-eslint/typescript-estree 8.62.1 -> 8.64.0 oclif 4.23.24 -> 4.23.27 tar 7.5.19 -> 7.5.20 eslint 10.6.0 -> 10.7.0 typescript-eslint 8.62.1 -> 8.64.0 vitest 3.2.6 -> 3.2.7 Held back — newest major raises the minimum Node above our floor, and each is already at its latest installable version, so no manifest change: @commitlint/cli, @commitlint/config-conventional 21.x needs >=22.12.0 lint-staged 17.x needs >=22.22.1 nanoid 6.x needs ^22 || ^24 || >=26 Deferred: typescript stays at 6.0.3. 7.0.2 clears both gates, but TypeScript 7 is the native port and typescript-eslint 8.64.0 declares peer typescript ">=4.8.4 <6.1.0", so it would break the lint toolchain. Tracked separately. Excluded: @types/node, deliberately held near our minimum supported Node major so code cannot reach for APIs missing on the oldest Node we support. Nothing was blocked by the release-age embargo this week. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b16528a commit 5d7d519

4 files changed

Lines changed: 351 additions & 475 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"@commitlint/config-conventional": "^20.5.3",
1717
"@eslint/js": "^10.0.1",
1818
"@stylistic/eslint-plugin": "^5.10.0",
19-
"eslint": "^10.6.0",
19+
"eslint": "^10.7.0",
2020
"globals": "^17.7.0",
2121
"lint-staged": "^16.4.0",
2222
"rimraf": "^6.1.3",
2323
"simple-git-hooks": "^2.13.1",
24-
"typescript-eslint": "^8.62.1"
24+
"typescript-eslint": "^8.64.0"
2525
},
2626
"simple-git-hooks": {
2727
"commit-msg": "pnpm exec commitlint --edit",

packages/cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"@oclif/core": "^4.11.14",
113113
"@oclif/plugin-help": "^6.2.53",
114114
"@oclif/plugin-warn-if-update-available": "^3.1.68",
115-
"@typescript-eslint/typescript-estree": "^8.62.1",
115+
"@typescript-eslint/typescript-estree": "^8.64.0",
116116
"acorn": "^8.17.0",
117117
"acorn-walk": "^8.3.5",
118118
"archiver": "^8.0.0",
@@ -136,15 +136,15 @@
136136
"log-symbols": "^7.0.1",
137137
"luxon": "^3.7.2",
138138
"minimatch": "^10.2.5",
139-
"mqtt": "^5.15.1",
139+
"mqtt": "^5.15.2",
140140
"open": "^11.0.0",
141141
"p-queue": "^9.3.1",
142142
"prompts": "^2.4.2",
143143
"proxy-from-env": "^2.1.0",
144144
"recast": "^0.23.12",
145145
"semver": "^7.8.5",
146146
"socks-proxy-agent": "^10.1.0",
147-
"string-width": "^8.2.1",
147+
"string-width": "^8.2.2",
148148
"uuid": "^14.0.1",
149149
"yaml": "^2.9.0"
150150
},
@@ -160,10 +160,10 @@
160160
"config": "^4.4.2",
161161
"cross-env": "^10.1.0",
162162
"nanoid": "^5.1.16",
163-
"oclif": "^4.23.24",
163+
"oclif": "^4.23.27",
164164
"rimraf": "^6.1.3",
165-
"tar": "^7.5.19",
165+
"tar": "^7.5.20",
166166
"typescript": "^6.0.3",
167-
"vitest": "^3.2.6"
167+
"vitest": "^3.2.7"
168168
}
169169
}

packages/create-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@
7878
"rimraf": "^6.1.3",
7979
"typescript": "^6.0.3",
8080
"uuid": "^14.0.1",
81-
"vitest": "^3.2.6"
81+
"vitest": "^3.2.7"
8282
}
8383
}

0 commit comments

Comments
 (0)