diff --git a/.github/workflows/ci-arborist.yml b/.github/workflows/ci-npmcli-arborist.yml similarity index 100% rename from .github/workflows/ci-arborist.yml rename to .github/workflows/ci-npmcli-arborist.yml diff --git a/package-lock.json b/package-lock.json index 2b08e3165e288..0aacea31d8049 100644 --- a/package-lock.json +++ b/package-lock.json @@ -164,7 +164,7 @@ }, "devDependencies": { "@npmcli/eslint-config": "^2.0.0", - "@npmcli/template-oss": "^2.4.1", + "@npmcli/template-oss": "^2.4.3", "eslint": "^8.3.0", "licensee": "^8.2.0", "spawk": "^1.7.1", @@ -984,9 +984,9 @@ } }, "node_modules/@npmcli/template-oss": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-2.4.2.tgz", - "integrity": "sha512-qoV92O6dwtcgpCzh04OGSKFQs8xh3NEBT4oWaXpwLWZ/Ir+MgkXKaCFqTp8VmGmHI6vEUMuEKLWqST8fdi842Q==", + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-2.4.3.tgz", + "integrity": "sha512-y+efKAT2WTw3c7ShDxpF9HOPH3XmruO0TPJlJrxMaJ7yPZ/vrrRcGCP00gOr4QHVFtbmfXVMU+kuVIkkKJt7xg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -11552,9 +11552,9 @@ } }, "@npmcli/template-oss": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-2.4.2.tgz", - "integrity": "sha512-qoV92O6dwtcgpCzh04OGSKFQs8xh3NEBT4oWaXpwLWZ/Ir+MgkXKaCFqTp8VmGmHI6vEUMuEKLWqST8fdi842Q==", + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-2.4.3.tgz", + "integrity": "sha512-y+efKAT2WTw3c7ShDxpF9HOPH3XmruO0TPJlJrxMaJ7yPZ/vrrRcGCP00gOr4QHVFtbmfXVMU+kuVIkkKJt7xg==", "dev": true, "requires": { "@npmcli/fs": "^1.0.0", diff --git a/package.json b/package.json index c98d2afe9cc8e..beb6c9ffcbd26 100644 --- a/package.json +++ b/package.json @@ -201,7 +201,7 @@ ], "devDependencies": { "@npmcli/eslint-config": "^2.0.0", - "@npmcli/template-oss": "^2.4.1", + "@npmcli/template-oss": "^2.4.3", "eslint": "^8.3.0", "licensee": "^8.2.0", "spawk": "^1.7.1", @@ -242,7 +242,7 @@ "applyWorkspaceRepoFiles": true, "applyRootModuleFiles": false, "workspaces": [ - "arborist", + "@npmcli/arborist", "libnpmaccess", "libnpmdiff", "libnpmfund", @@ -255,7 +255,7 @@ "libnpmteam", "libnpmversion" ], - "version": "2.4.2" + "version": "2.4.3" }, "license": "Artistic-2.0", "engines": { diff --git a/workspaces/arborist/.gitignore b/workspaces/arborist/.gitignore index c87b8af40925a..6ed44c72b8488 100644 --- a/workspaces/arborist/.gitignore +++ b/workspaces/arborist/.gitignore @@ -4,11 +4,12 @@ /* # keep these +!/.commitlintrc.js +!/.npmrc !/.eslintrc* !/.github !**/.gitignore !/package.json -!/package-lock.json !/docs !/bin !/lib diff --git a/workspaces/arborist/.npmrc b/workspaces/arborist/.npmrc new file mode 100644 index 0000000000000..878b7ddef039b --- /dev/null +++ b/workspaces/arborist/.npmrc @@ -0,0 +1,3 @@ +;This file is automatically added by @npmcli/template-oss. Do not edit. + +package-lock=false diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json index d89bc9d53c304..869820db39625 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -94,9 +94,11 @@ "engines": { "node": "^12.13.0 || ^14.15.0 || >=16" }, - "templateVersion": "2.3.1", "eslintIgnore": [ "test/fixtures/", "!test/fixtures/*.js" - ] + ], + "templateOSS": { + "version": "2.4.3" + } } diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json index f51736e8ea92e..8d2ba3ad765fd 100644 --- a/workspaces/libnpmaccess/package.json +++ b/workspaces/libnpmaccess/package.json @@ -45,6 +45,6 @@ "lib" ], "templateOSS": { - "version": "2.4.2" + "version": "2.4.3" } } diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json index c023f6402edf5..24846f39cf4fb 100644 --- a/workspaces/libnpmdiff/package.json +++ b/workspaces/libnpmdiff/package.json @@ -58,6 +58,6 @@ "tar": "^6.1.0" }, "templateOSS": { - "version": "2.4.2" + "version": "2.4.3" } } diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json index 2e0e7bbfe0222..8c8812a651a05 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -63,6 +63,6 @@ "walk-up-path": "^1.0.0" }, "templateOSS": { - "version": "2.4.2" + "version": "2.4.3" } } diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json index e7ebabac5bbd1..4b7ffc8f30843 100644 --- a/workspaces/libnpmfund/package.json +++ b/workspaces/libnpmfund/package.json @@ -52,6 +52,6 @@ "node": "^12.13.0 || ^14.15.0 || >=16" }, "templateOSS": { - "version": "2.4.2" + "version": "2.4.3" } } diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json index afb361e394ac2..a46de40ac9828 100644 --- a/workspaces/libnpmhook/package.json +++ b/workspaces/libnpmhook/package.json @@ -45,6 +45,6 @@ "node": "^12.13.0 || ^14.15.0 || >=16" }, "templateOSS": { - "version": "2.4.2" + "version": "2.4.3" } } diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json index 948abd822e47f..93297c36338d2 100644 --- a/workspaces/libnpmorg/package.json +++ b/workspaces/libnpmorg/package.json @@ -51,6 +51,6 @@ "node": "^12.13.0 || ^14.15.0 || >=16" }, "templateOSS": { - "version": "2.4.2" + "version": "2.4.3" } } diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json index 4ac45c71edc11..dad28c398585f 100644 --- a/workspaces/libnpmpack/package.json +++ b/workspaces/libnpmpack/package.json @@ -46,6 +46,6 @@ "node": "^12.13.0 || ^14.15.0 || >=16" }, "templateOSS": { - "version": "2.4.2" + "version": "2.4.3" } } diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json index a8c268a7a7f5a..156503af7d3dd 100644 --- a/workspaces/libnpmpublish/package.json +++ b/workspaces/libnpmpublish/package.json @@ -52,6 +52,6 @@ "node": "^12.13.0 || ^14.15.0 || >=16" }, "templateOSS": { - "version": "2.4.2" + "version": "2.4.3" } } diff --git a/workspaces/libnpmsearch/package.json b/workspaces/libnpmsearch/package.json index 54d166cbf749e..5479e41ae3c3d 100644 --- a/workspaces/libnpmsearch/package.json +++ b/workspaces/libnpmsearch/package.json @@ -47,6 +47,6 @@ "node": "^12.13.0 || ^14.15.0 || >=16" }, "templateOSS": { - "version": "2.4.2" + "version": "2.4.3" } } diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json index eeb3bffe077c1..1264402321ee7 100644 --- a/workspaces/libnpmteam/package.json +++ b/workspaces/libnpmteam/package.json @@ -41,6 +41,6 @@ "check-coverage": true }, "templateOSS": { - "version": "2.4.2" + "version": "2.4.3" } } diff --git a/workspaces/libnpmversion/package.json b/workspaces/libnpmversion/package.json index c173e871361fa..6d7823f5d0a5b 100644 --- a/workspaces/libnpmversion/package.json +++ b/workspaces/libnpmversion/package.json @@ -44,6 +44,6 @@ "node": "^12.13.0 || ^14.15.0 || >=16" }, "templateOSS": { - "version": "2.4.2" + "version": "2.4.3" } }