Skip to content

Commit 4bc7029

Browse files
authored
chore: @npmcli/template-oss@3.8.1 (npm#5461)
1 parent 68e1677 commit 4bc7029

File tree

17 files changed

+49
-88
lines changed

17 files changed

+49
-88
lines changed

.github/workflows/release-please.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
run: echo "::set-output name=branch::${{ fromJSON(needs.release-please.outputs.pr).headBranchName }}"
5050
- uses: actions/checkout@v3
5151
with:
52+
fetch-depth: 0
5253
ref: ${{ steps.ref.outputs.branch }}
5354
- name: Setup git user
5455
run: |

docs/package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"postlint": "template-oss-check",
99
"template-oss-apply": "template-oss-apply --force",
1010
"lintfix": "npm run lint -- --fix",
11-
"preversion": "npm test",
12-
"postversion": "git push origin --follow-tags",
1311
"snap": "tap",
1412
"test": "tap",
1513
"posttest": "npm run lint"
@@ -24,7 +22,7 @@
2422
"@npmcli/eslint-config": "^3.1.0",
2523
"@npmcli/fs": "^2.1.0",
2624
"@npmcli/promise-spawn": "^3.0.0",
27-
"@npmcli/template-oss": "3.8.0",
25+
"@npmcli/template-oss": "3.8.1",
2826
"cmark-gfm": "^0.9.0",
2927
"jsdom": "^18.1.0",
3028
"marked-man": "^0.7.0",
@@ -61,6 +59,6 @@
6159
"ciVersions": [
6260
"16"
6361
],
64-
"version": "3.8.0"
62+
"version": "3.8.1"
6563
}
6664
}

package-lock.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"devDependencies": {
170170
"@npmcli/eslint-config": "^3.1.0",
171171
"@npmcli/promise-spawn": "^3.0.0",
172-
"@npmcli/template-oss": "3.8.0",
172+
"@npmcli/template-oss": "3.8.1",
173173
"fs-minipass": "^2.1.0",
174174
"licensee": "^8.2.0",
175175
"minimatch": "^5.1.0",
@@ -189,7 +189,7 @@
189189
"@npmcli/eslint-config": "^3.1.0",
190190
"@npmcli/fs": "^2.1.0",
191191
"@npmcli/promise-spawn": "^3.0.0",
192-
"@npmcli/template-oss": "3.8.0",
192+
"@npmcli/template-oss": "3.8.1",
193193
"cmark-gfm": "^0.9.0",
194194
"jsdom": "^18.1.0",
195195
"marked-man": "^0.7.0",
@@ -2362,9 +2362,9 @@
23622362
}
23632363
},
23642364
"node_modules/@npmcli/template-oss": {
2365-
"version": "3.8.0",
2366-
"resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-3.8.0.tgz",
2367-
"integrity": "sha512-jpvuS/ZrLTIsHm19Wh8PQx6tJSvhWyto/5Bb16StMUGjM8/eyL+nPQQ+/oREtqI2nTtXOMhIorRjtwATUP8IFg==",
2365+
"version": "3.8.1",
2366+
"resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-3.8.1.tgz",
2367+
"integrity": "sha512-YfOCIVYK7F0EoepXYUrKuD7LEOWEtWxAyxziSTZWJbjIslX/IYgaKrOqJGWl7eXSMW2LJizK31JBcHEyBNtNnQ==",
23682368
"dev": true,
23692369
"hasInstallScript": true,
23702370
"dependencies": {
@@ -13843,7 +13843,7 @@
1384313843
"devDependencies": {
1384413844
"@npmcli/eslint-config": "^3.1.0",
1384513845
"@npmcli/promise-spawn": "^3.0.0",
13846-
"@npmcli/template-oss": "3.8.0",
13846+
"@npmcli/template-oss": "3.8.1",
1384713847
"minify-registry-metadata": "^2.2.0",
1384813848
"rimraf": "^3.0.2",
1384913849
"tap": "^16.0.1",
@@ -13900,7 +13900,7 @@
1390013900
},
1390113901
"devDependencies": {
1390213902
"@npmcli/eslint-config": "^3.1.0",
13903-
"@npmcli/template-oss": "3.8.0",
13903+
"@npmcli/template-oss": "3.8.1",
1390413904
"benchmark": "^2.1.4",
1390513905
"chalk": "^4.1.0",
1390613906
"minify-registry-metadata": "^2.1.0",
@@ -13923,7 +13923,7 @@
1392313923
},
1392413924
"devDependencies": {
1392513925
"@npmcli/eslint-config": "^3.1.0",
13926-
"@npmcli/template-oss": "3.8.0",
13926+
"@npmcli/template-oss": "3.8.1",
1392713927
"nock": "^13.2.4",
1392813928
"tap": "^16.0.1"
1392913929
},
@@ -13946,7 +13946,7 @@
1394613946
},
1394713947
"devDependencies": {
1394813948
"@npmcli/eslint-config": "^3.1.0",
13949-
"@npmcli/template-oss": "3.8.0",
13949+
"@npmcli/template-oss": "3.8.1",
1395013950
"tap": "^16.0.1"
1395113951
},
1395213952
"engines": {
@@ -13974,7 +13974,7 @@
1397413974
},
1397513975
"devDependencies": {
1397613976
"@npmcli/eslint-config": "^3.1.0",
13977-
"@npmcli/template-oss": "3.8.0",
13977+
"@npmcli/template-oss": "3.8.1",
1397813978
"bin-links": "^3.0.3",
1397913979
"minify-registry-metadata": "^2.2.0",
1398013980
"mkdirp": "^1.0.4",
@@ -13992,7 +13992,7 @@
1399213992
},
1399313993
"devDependencies": {
1399413994
"@npmcli/eslint-config": "^3.1.0",
13995-
"@npmcli/template-oss": "3.8.0",
13995+
"@npmcli/template-oss": "3.8.1",
1399613996
"tap": "^16.0.1"
1399713997
},
1399813998
"engines": {
@@ -14008,7 +14008,7 @@
1400814008
},
1400914009
"devDependencies": {
1401014010
"@npmcli/eslint-config": "^3.1.0",
14011-
"@npmcli/template-oss": "3.8.0",
14011+
"@npmcli/template-oss": "3.8.1",
1401214012
"nock": "^13.2.4",
1401314013
"tap": "^16.0.1"
1401414014
},
@@ -14025,7 +14025,7 @@
1402514025
},
1402614026
"devDependencies": {
1402714027
"@npmcli/eslint-config": "^3.1.0",
14028-
"@npmcli/template-oss": "3.8.0",
14028+
"@npmcli/template-oss": "3.8.1",
1402914029
"minipass": "^3.1.1",
1403014030
"nock": "^13.2.4",
1403114031
"tap": "^16.0.1"
@@ -14044,7 +14044,7 @@
1404414044
},
1404514045
"devDependencies": {
1404614046
"@npmcli/eslint-config": "^3.1.0",
14047-
"@npmcli/template-oss": "3.8.0",
14047+
"@npmcli/template-oss": "3.8.1",
1404814048
"nock": "^13.0.7",
1404914049
"tap": "^16.0.1"
1405014050
},
@@ -14064,7 +14064,7 @@
1406414064
},
1406514065
"devDependencies": {
1406614066
"@npmcli/eslint-config": "^3.1.0",
14067-
"@npmcli/template-oss": "3.8.0",
14067+
"@npmcli/template-oss": "3.8.1",
1406814068
"libnpmpack": "^4.1.3",
1406914069
"lodash.clonedeep": "^4.5.0",
1407014070
"nock": "^13.2.4",
@@ -14082,7 +14082,7 @@
1408214082
},
1408314083
"devDependencies": {
1408414084
"@npmcli/eslint-config": "^3.1.0",
14085-
"@npmcli/template-oss": "3.8.0",
14085+
"@npmcli/template-oss": "3.8.1",
1408614086
"nock": "^13.2.4",
1408714087
"tap": "^16.0.1"
1408814088
},
@@ -14099,7 +14099,7 @@
1409914099
},
1410014100
"devDependencies": {
1410114101
"@npmcli/eslint-config": "^3.1.0",
14102-
"@npmcli/template-oss": "3.8.0",
14102+
"@npmcli/template-oss": "3.8.1",
1410314103
"nock": "^13.2.4",
1410414104
"tap": "^16.0.1"
1410514105
},
@@ -14119,7 +14119,7 @@
1411914119
},
1412014120
"devDependencies": {
1412114121
"@npmcli/eslint-config": "^3.1.0",
14122-
"@npmcli/template-oss": "3.8.0",
14122+
"@npmcli/template-oss": "3.8.1",
1412314123
"require-inject": "^1.4.4",
1412414124
"tap": "^16.0.1"
1412514125
},

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
"devDependencies": {
207207
"@npmcli/eslint-config": "^3.1.0",
208208
"@npmcli/promise-spawn": "^3.0.0",
209-
"@npmcli/template-oss": "3.8.0",
209+
"@npmcli/template-oss": "3.8.1",
210210
"fs-minipass": "^2.1.0",
211211
"licensee": "^8.2.0",
212212
"minimatch": "^5.1.0",
@@ -251,7 +251,7 @@
251251
"templateOSS": {
252252
"rootRepo": false,
253253
"rootModule": false,
254-
"version": "3.8.0",
254+
"version": "3.8.1",
255255
"releaseTest": "release.yml"
256256
},
257257
"license": "Artistic-2.0",

smoke-tests/package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"postlint": "template-oss-check",
99
"template-oss-apply": "template-oss-apply --force",
1010
"lintfix": "npm run lint -- --fix",
11-
"preversion": "npm test",
12-
"postversion": "git push origin --follow-tags",
1311
"snap": "tap",
1412
"test": "tap",
1513
"posttest": "npm run lint"
@@ -22,7 +20,7 @@
2220
"devDependencies": {
2321
"@npmcli/eslint-config": "^3.1.0",
2422
"@npmcli/promise-spawn": "^3.0.0",
25-
"@npmcli/template-oss": "3.8.0",
23+
"@npmcli/template-oss": "3.8.1",
2624
"minify-registry-metadata": "^2.2.0",
2725
"rimraf": "^3.0.2",
2826
"tap": "^16.0.1",
@@ -32,7 +30,7 @@
3230
"license": "ISC",
3331
"templateOSS": {
3432
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
35-
"version": "3.8.0",
33+
"version": "3.8.1",
3634
"workspaceRepo": false
3735
},
3836
"tap": {

workspaces/arborist/package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@npmcli/eslint-config": "^3.1.0",
45-
"@npmcli/template-oss": "3.8.0",
45+
"@npmcli/template-oss": "3.8.1",
4646
"benchmark": "^2.1.4",
4747
"chalk": "^4.1.0",
4848
"minify-registry-metadata": "^2.1.0",
@@ -56,9 +56,6 @@
5656
"snap": "tap",
5757
"postsnap": "npm run lintfix",
5858
"test-proxy": "ARBORIST_TEST_PROXY=1 tap --snapshot",
59-
"preversion": "npm test",
60-
"postversion": "npm publish",
61-
"prepublishOnly": "git push origin --follow-tags",
6259
"eslint": "eslint",
6360
"lint": "eslint \"**/*.js\"",
6461
"lintfix": "npm run lint -- --fix",
@@ -103,6 +100,6 @@
103100
},
104101
"templateOSS": {
105102
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
106-
"version": "3.8.0"
103+
"version": "3.8.1"
107104
}
108105
}

workspaces/libnpmaccess/package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,18 @@
66
"license": "ISC",
77
"main": "lib/index.js",
88
"scripts": {
9-
"preversion": "npm test",
10-
"postversion": "npm publish",
119
"postpublish": "git push origin --follow-tags",
1210
"lint": "eslint \"**/*.js\"",
1311
"test": "tap",
1412
"postlint": "template-oss-check",
1513
"lintfix": "npm run lint -- --fix",
16-
"prepublishOnly": "git push origin --follow-tags",
1714
"snap": "tap",
1815
"posttest": "npm run lint",
1916
"template-oss-apply": "template-oss-apply --force"
2017
},
2118
"devDependencies": {
2219
"@npmcli/eslint-config": "^3.1.0",
23-
"@npmcli/template-oss": "3.8.0",
20+
"@npmcli/template-oss": "3.8.1",
2421
"nock": "^13.2.4",
2522
"tap": "^16.0.1"
2623
},
@@ -46,6 +43,6 @@
4643
],
4744
"templateOSS": {
4845
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
49-
"version": "3.8.0"
46+
"version": "3.8.1"
5047
}
5148
}

workspaces/libnpmdiff/package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,12 @@
3838
"test": "tap",
3939
"posttest": "npm run lint",
4040
"snap": "tap",
41-
"preversion": "npm test",
42-
"postversion": "npm publish",
43-
"prepublishOnly": "git push origin --follow-tags",
4441
"postlint": "template-oss-check",
4542
"template-oss-apply": "template-oss-apply --force"
4643
},
4744
"devDependencies": {
4845
"@npmcli/eslint-config": "^3.1.0",
49-
"@npmcli/template-oss": "3.8.0",
46+
"@npmcli/template-oss": "3.8.1",
5047
"tap": "^16.0.1"
5148
},
5249
"dependencies": {
@@ -61,6 +58,6 @@
6158
},
6259
"templateOSS": {
6360
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
64-
"version": "3.8.0"
61+
"version": "3.8.1"
6562
}
6663
}

workspaces/libnpmexec/package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
"posttest": "npm run lint",
3838
"test": "tap",
3939
"snap": "tap",
40-
"preversion": "npm test",
41-
"postversion": "npm publish",
42-
"prepublishOnly": "git push origin --follow-tags",
4340
"postlint": "template-oss-check",
4441
"lintfix": "npm run lint -- --fix",
4542
"template-oss-apply": "template-oss-apply --force"
@@ -50,7 +47,7 @@
5047
},
5148
"devDependencies": {
5249
"@npmcli/eslint-config": "^3.1.0",
53-
"@npmcli/template-oss": "3.8.0",
50+
"@npmcli/template-oss": "3.8.1",
5451
"bin-links": "^3.0.3",
5552
"minify-registry-metadata": "^2.2.0",
5653
"mkdirp": "^1.0.4",
@@ -74,6 +71,6 @@
7471
},
7572
"templateOSS": {
7673
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
77-
"version": "3.8.0"
74+
"version": "3.8.1"
7875
}
7976
}

workspaces/libnpmfund/package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,12 @@
3737
"posttest": "npm run lint",
3838
"test": "tap",
3939
"snap": "tap",
40-
"preversion": "npm test",
41-
"postversion": "npm publish",
42-
"prepublishOnly": "git push origin --follow-tags",
4340
"postlint": "template-oss-check",
4441
"template-oss-apply": "template-oss-apply --force"
4542
},
4643
"devDependencies": {
4744
"@npmcli/eslint-config": "^3.1.0",
48-
"@npmcli/template-oss": "3.8.0",
45+
"@npmcli/template-oss": "3.8.1",
4946
"tap": "^16.0.1"
5047
},
5148
"dependencies": {
@@ -56,6 +53,6 @@
5653
},
5754
"templateOSS": {
5855
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
59-
"version": "3.8.0"
56+
"version": "3.8.1"
6057
}
6158
}

workspaces/libnpmhook/package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
"lint": "eslint \"**/*.js\"",
1515
"postlint": "template-oss-check",
1616
"lintfix": "npm run lint -- --fix",
17-
"preversion": "npm test",
18-
"postversion": "npm publish",
19-
"prepublishOnly": "git push origin --follow-tags",
2017
"snap": "tap",
2118
"posttest": "npm run lint",
2219
"template-oss-apply": "template-oss-apply --force"
@@ -40,7 +37,7 @@
4037
},
4138
"devDependencies": {
4239
"@npmcli/eslint-config": "^3.1.0",
43-
"@npmcli/template-oss": "3.8.0",
40+
"@npmcli/template-oss": "3.8.1",
4441
"nock": "^13.2.4",
4542
"tap": "^16.0.1"
4643
},
@@ -49,6 +46,6 @@
4946
},
5047
"templateOSS": {
5148
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
52-
"version": "3.8.0"
49+
"version": "3.8.1"
5350
}
5451
}

0 commit comments

Comments
 (0)