Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2022-09-02 00:16:12 +0300
committerGitHub <noreply@github.com>2022-09-02 00:16:12 +0300
commit4bc702912487117e5c5316b0052917950464f278 (patch)
treed23ba10bc989487901c21db9c8d39db5f8b1fecd
parent68e1677483d34d0b4662fb93455a2d024163c2d2 (diff)
chore: @npmcli/template-oss@3.8.1 (#5461)
-rw-r--r--.github/workflows/release-please.yml1
-rw-r--r--docs/package.json6
-rw-r--r--package-lock.json36
-rw-r--r--package.json4
-rw-r--r--smoke-tests/package.json6
-rw-r--r--workspaces/arborist/package.json7
-rw-r--r--workspaces/libnpmaccess/package.json7
-rw-r--r--workspaces/libnpmdiff/package.json7
-rw-r--r--workspaces/libnpmexec/package.json7
-rw-r--r--workspaces/libnpmfund/package.json7
-rw-r--r--workspaces/libnpmhook/package.json7
-rw-r--r--workspaces/libnpmorg/package.json7
-rw-r--r--workspaces/libnpmpack/package.json7
-rw-r--r--workspaces/libnpmpublish/package.json7
-rw-r--r--workspaces/libnpmsearch/package.json7
-rw-r--r--workspaces/libnpmteam/package.json7
-rw-r--r--workspaces/libnpmversion/package.json7
17 files changed, 49 insertions, 88 deletions
diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml
index 6e0604199..42c997281 100644
--- a/.github/workflows/release-please.yml
+++ b/.github/workflows/release-please.yml
@@ -49,6 +49,7 @@ jobs:
run: echo "::set-output name=branch::${{ fromJSON(needs.release-please.outputs.pr).headBranchName }}"
- uses: actions/checkout@v3
with:
+ fetch-depth: 0
ref: ${{ steps.ref.outputs.branch }}
- name: Setup git user
run: |
diff --git a/docs/package.json b/docs/package.json
index 7d96037e5..46297b934 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -8,8 +8,6 @@
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run lint -- --fix",
- "preversion": "npm test",
- "postversion": "git push origin --follow-tags",
"snap": "tap",
"test": "tap",
"posttest": "npm run lint"
@@ -24,7 +22,7 @@
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
@@ -61,6 +59,6 @@
"ciVersions": [
"16"
],
- "version": "3.8.0"
+ "version": "3.8.1"
}
}
diff --git a/package-lock.json b/package-lock.json
index 83d293f6a..abf787c57 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -169,7 +169,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"fs-minipass": "^2.1.0",
"licensee": "^8.2.0",
"minimatch": "^5.1.0",
@@ -189,7 +189,7 @@
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/fs": "^2.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
@@ -2362,9 +2362,9 @@
}
},
"node_modules/@npmcli/template-oss": {
- "version": "3.8.0",
- "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-3.8.0.tgz",
- "integrity": "sha512-jpvuS/ZrLTIsHm19Wh8PQx6tJSvhWyto/5Bb16StMUGjM8/eyL+nPQQ+/oREtqI2nTtXOMhIorRjtwATUP8IFg==",
+ "version": "3.8.1",
+ "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-3.8.1.tgz",
+ "integrity": "sha512-YfOCIVYK7F0EoepXYUrKuD7LEOWEtWxAyxziSTZWJbjIslX/IYgaKrOqJGWl7eXSMW2LJizK31JBcHEyBNtNnQ==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@@ -13843,7 +13843,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"minify-registry-metadata": "^2.2.0",
"rimraf": "^3.0.2",
"tap": "^16.0.1",
@@ -13900,7 +13900,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"benchmark": "^2.1.4",
"chalk": "^4.1.0",
"minify-registry-metadata": "^2.1.0",
@@ -13923,7 +13923,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -13946,7 +13946,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"tap": "^16.0.1"
},
"engines": {
@@ -13974,7 +13974,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"bin-links": "^3.0.3",
"minify-registry-metadata": "^2.2.0",
"mkdirp": "^1.0.4",
@@ -13992,7 +13992,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"tap": "^16.0.1"
},
"engines": {
@@ -14008,7 +14008,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -14025,7 +14025,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"minipass": "^3.1.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
@@ -14044,7 +14044,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"nock": "^13.0.7",
"tap": "^16.0.1"
},
@@ -14064,7 +14064,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"libnpmpack": "^4.1.3",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
@@ -14082,7 +14082,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -14099,7 +14099,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -14119,7 +14119,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"require-inject": "^1.4.4",
"tap": "^16.0.1"
},
diff --git a/package.json b/package.json
index f280f1a37..b612ff1f4 100644
--- a/package.json
+++ b/package.json
@@ -206,7 +206,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"fs-minipass": "^2.1.0",
"licensee": "^8.2.0",
"minimatch": "^5.1.0",
@@ -251,7 +251,7 @@
"templateOSS": {
"rootRepo": false,
"rootModule": false,
- "version": "3.8.0",
+ "version": "3.8.1",
"releaseTest": "release.yml"
},
"license": "Artistic-2.0",
diff --git a/smoke-tests/package.json b/smoke-tests/package.json
index 12342862c..f7c83fb8f 100644
--- a/smoke-tests/package.json
+++ b/smoke-tests/package.json
@@ -8,8 +8,6 @@
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run lint -- --fix",
- "preversion": "npm test",
- "postversion": "git push origin --follow-tags",
"snap": "tap",
"test": "tap",
"posttest": "npm run lint"
@@ -22,7 +20,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/promise-spawn": "^3.0.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"minify-registry-metadata": "^2.2.0",
"rimraf": "^3.0.2",
"tap": "^16.0.1",
@@ -32,7 +30,7 @@
"license": "ISC",
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.8.0",
+ "version": "3.8.1",
"workspaceRepo": false
},
"tap": {
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index 206d44451..b7cd92ba4 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -42,7 +42,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"benchmark": "^2.1.4",
"chalk": "^4.1.0",
"minify-registry-metadata": "^2.1.0",
@@ -56,9 +56,6 @@
"snap": "tap",
"postsnap": "npm run lintfix",
"test-proxy": "ARBORIST_TEST_PROXY=1 tap --snapshot",
- "preversion": "npm test",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
"eslint": "eslint",
"lint": "eslint \"**/*.js\"",
"lintfix": "npm run lint -- --fix",
@@ -103,6 +100,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.8.0"
+ "version": "3.8.1"
}
}
diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json
index ca21f9de9..94c688e07 100644
--- a/workspaces/libnpmaccess/package.json
+++ b/workspaces/libnpmaccess/package.json
@@ -6,21 +6,18 @@
"license": "ISC",
"main": "lib/index.js",
"scripts": {
- "preversion": "npm test",
- "postversion": "npm publish",
"postpublish": "git push origin --follow-tags",
"lint": "eslint \"**/*.js\"",
"test": "tap",
"postlint": "template-oss-check",
"lintfix": "npm run lint -- --fix",
- "prepublishOnly": "git push origin --follow-tags",
"snap": "tap",
"posttest": "npm run lint",
"template-oss-apply": "template-oss-apply --force"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -46,6 +43,6 @@
],
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.8.0"
+ "version": "3.8.1"
}
}
diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json
index d672eada1..9f61ee8f5 100644
--- a/workspaces/libnpmdiff/package.json
+++ b/workspaces/libnpmdiff/package.json
@@ -38,15 +38,12 @@
"test": "tap",
"posttest": "npm run lint",
"snap": "tap",
- "preversion": "npm test",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"tap": "^16.0.1"
},
"dependencies": {
@@ -61,6 +58,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.8.0"
+ "version": "3.8.1"
}
}
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 16439d854..7f7b8eac4 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -37,9 +37,6 @@
"posttest": "npm run lint",
"test": "tap",
"snap": "tap",
- "preversion": "npm test",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
"postlint": "template-oss-check",
"lintfix": "npm run lint -- --fix",
"template-oss-apply": "template-oss-apply --force"
@@ -50,7 +47,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"bin-links": "^3.0.3",
"minify-registry-metadata": "^2.2.0",
"mkdirp": "^1.0.4",
@@ -74,6 +71,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.8.0"
+ "version": "3.8.1"
}
}
diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json
index 039846307..68db1d647 100644
--- a/workspaces/libnpmfund/package.json
+++ b/workspaces/libnpmfund/package.json
@@ -37,15 +37,12 @@
"posttest": "npm run lint",
"test": "tap",
"snap": "tap",
- "preversion": "npm test",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"tap": "^16.0.1"
},
"dependencies": {
@@ -56,6 +53,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.8.0"
+ "version": "3.8.1"
}
}
diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json
index 88eb3bc7f..446170777 100644
--- a/workspaces/libnpmhook/package.json
+++ b/workspaces/libnpmhook/package.json
@@ -14,9 +14,6 @@
"lint": "eslint \"**/*.js\"",
"postlint": "template-oss-check",
"lintfix": "npm run lint -- --fix",
- "preversion": "npm test",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
"snap": "tap",
"posttest": "npm run lint",
"template-oss-apply": "template-oss-apply --force"
@@ -40,7 +37,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -49,6 +46,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.8.0"
+ "version": "3.8.1"
}
}
diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json
index 7aef13f1a..b5ecf40cb 100644
--- a/workspaces/libnpmorg/package.json
+++ b/workspaces/libnpmorg/package.json
@@ -14,9 +14,6 @@
],
"license": "ISC",
"scripts": {
- "preversion": "npm test",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
"lint": "eslint \"**/*.js\"",
"test": "tap",
"posttest": "npm run lint",
@@ -31,7 +28,7 @@
],
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"minipass": "^3.1.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
@@ -52,6 +49,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.8.0"
+ "version": "3.8.1"
}
}
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index f1bb29dfc..e808c7b8e 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -13,9 +13,6 @@
],
"license": "ISC",
"scripts": {
- "preversion": "npm test",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
"lint": "eslint \"**/*.js\"",
"test": "tap",
"posttest": "npm run lint",
@@ -26,7 +23,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"nock": "^13.0.7",
"tap": "^16.0.1"
},
@@ -47,6 +44,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.8.0"
+ "version": "3.8.1"
}
}
diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json
index 4083976aa..dd88dd546 100644
--- a/workspaces/libnpmpublish/package.json
+++ b/workspaces/libnpmpublish/package.json
@@ -17,9 +17,6 @@
"eslint": "eslint",
"lint": "eslint \"**/*.js\"",
"lintfix": "npm run lint -- --fix",
- "preversion": "npm test",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
"test": "tap",
"posttest": "npm run lint",
"postlint": "template-oss-check",
@@ -28,7 +25,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"libnpmpack": "^4.1.3",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
@@ -53,6 +50,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.8.0"
+ "version": "3.8.1"
}
}
diff --git a/workspaces/libnpmsearch/package.json b/workspaces/libnpmsearch/package.json
index cc3c582ae..f9b8cdded 100644
--- a/workspaces/libnpmsearch/package.json
+++ b/workspaces/libnpmsearch/package.json
@@ -16,9 +16,6 @@
],
"license": "ISC",
"scripts": {
- "preversion": "npm test",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
"posttest": "npm run lint",
"test": "tap",
"lint": "eslint \"**/*.js\"",
@@ -29,7 +26,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -48,6 +45,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.8.0"
+ "version": "3.8.1"
}
}
diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json
index 8f53bf5fd..2d5a91b5e 100644
--- a/workspaces/libnpmteam/package.json
+++ b/workspaces/libnpmteam/package.json
@@ -6,9 +6,6 @@
"license": "ISC",
"main": "lib/index.js",
"scripts": {
- "preversion": "npm test",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
"lint": "eslint \"**/*.js\"",
"test": "tap",
"posttest": "npm run lint",
@@ -19,7 +16,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"nock": "^13.2.4",
"tap": "^16.0.1"
},
@@ -42,6 +39,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.8.0"
+ "version": "3.8.1"
}
}
diff --git a/workspaces/libnpmversion/package.json b/workspaces/libnpmversion/package.json
index ee18df936..ff6415afc 100644
--- a/workspaces/libnpmversion/package.json
+++ b/workspaces/libnpmversion/package.json
@@ -19,9 +19,6 @@
"test": "tap",
"posttest": "npm run lint",
"snap": "tap",
- "preversion": "npm test",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags",
"postlint": "template-oss-check",
"lintfix": "npm run lint -- --fix",
"template-oss-apply": "template-oss-apply --force"
@@ -31,7 +28,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
- "@npmcli/template-oss": "3.8.0",
+ "@npmcli/template-oss": "3.8.1",
"require-inject": "^1.4.4",
"tap": "^16.0.1"
},
@@ -47,6 +44,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.8.0"
+ "version": "3.8.1"
}
}