Skip to content

Commit 047cde9

Browse files
Update @npmcli/arborist
Update the dependency `@npmcli/arborist` from v6 to v7 in order to transitively upgrade or remove dependencies. For example, the dependency `@npmcli/move-file` is deprecated and dropped by `@npmcli/arborist` v7. Similarly, the dependency `glob` is deprecated at v7 and v8 (both were previously in the dependency tree) and has been upgrade to v10. The exact version I picked is the first v7 release that occurred after the release of the release of v6.5.0, which hopefully means any feature of v6.5.0 used by this project is also present in the selected minimum v7 release. The effect can be seen from within this repository as follows, before (on `main`): $ npm install --omit dev npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm warn deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs npm warn deprecated [email protected]: This package is no longer supported. Please use @npmcli/package-json instead. npm warn deprecated [email protected]: This package is no longer supported. npm warn deprecated [email protected]: This package is no longer supported. npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported npm warn deprecated [email protected]: This package is no longer supported. npm warn deprecated [email protected]: This package is no longer supported. npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported npm warn deprecated [email protected]: This package is no longer supported. npm warn deprecated [email protected]: This package is no longer supported. added 268 packages, and audited 269 packages in 4s [...] after (this commit): $ npm install --omit dev added 187 packages, and audited 188 packages in 3s [...]
1 parent d746a5b commit 047cde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"dependencies": {
1212
"@blueoak/list": "^15.0.0",
13-
"@npmcli/arborist": "^6.5.0",
13+
"@npmcli/arborist": "^7.2.1",
1414
"correct-license-metadata": "^1.4.0",
1515
"docopt": "^0.6.2",
1616
"hasown": "^2.0.0",

0 commit comments

Comments
 (0)