Skip to content

Commit 221ed4f

Browse files
committed
chore: @npmcli/[email protected]
1 parent 3794f03 commit 221ed4f

File tree

19 files changed

+59
-58
lines changed

19 files changed

+59
-58
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
const comments = await github.paginate(github.rest.issues.listComments, issue)
7272
let commentId = comments?.find(c => c.user.login === 'github-actions[bot]' && c.body.startsWith(body))?.id
7373
74-
body += `Release workflow run: ${workflow.html_url}\n\n#### Force CI to Rerun for This Release\n\n`
75-
body += `This PR will be updated and CI will run for every non-\`chore:\` commit that is pushed to \`main\`. `
76-
body += `To force CI to rerun, run this command:\n\n`
74+
body += `Release workflow run: ${workflow.html_url}\n\n#### Force CI to Update This Release\n\n`
75+
body += `This PR will be updated and CI will run for every non-\`chore:\` commit that is pushed to \`latest\`. `
76+
body += `To force CI to update this PR, run this command:\n\n`
7777
body += `\`\`\`\ngh workflow run release.yml -r ${REF_NAME}\n\`\`\``
7878
7979
if (commentId) {
@@ -162,7 +162,7 @@ jobs:
162162
RELEASE_COMMENT_ID: ${{ needs.release.outputs.comment-id }}
163163
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
164164
run: |
165-
node . exec --offline -- template-oss-release-manager
165+
node . exec --offline -- template-oss-release-manager --lockfile=true
166166
node . run rp-pull-request --ignore-scripts -ws -iwr --if-present
167167
- name: Commit
168168
id: commit

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@isaacs/string-locale-compare": "^1.1.0",
2424
"@npmcli/eslint-config": "^4.0.0",
25-
"@npmcli/template-oss": "4.9.0",
25+
"@npmcli/template-oss": "4.10.0",
2626
"front-matter": "^4.0.2",
2727
"ignore-walk": "^6.0.0",
2828
"jsdom": "^20.0.1",
@@ -56,7 +56,7 @@
5656
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
5757
"ciVersions": "latest",
5858
"engines": "^14.17.0 || ^16.13.0 || >=18.0.0",
59-
"version": "4.9.0",
59+
"version": "4.10.0",
6060
"content": "../scripts/template-oss/index.js",
6161
"workspaceRepo": {
6262
"add": {

mock-registry/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"templateOSS": {
3636
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
37-
"version": "4.9.0"
37+
"version": "4.10.0"
3838
},
3939
"tap": {
4040
"no-coverage": true,
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@npmcli/arborist": "^6.1.1",
4848
"@npmcli/eslint-config": "^4.0.1",
49-
"@npmcli/template-oss": "4.9.0",
49+
"@npmcli/template-oss": "4.10.0",
5050
"nock": "^13.2.9",
5151
"npm-package-arg": "^10.0.0",
5252
"pacote": "^15.0.6",

package-lock.json

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
"@npmcli/git": "^4.0.1",
166166
"@npmcli/mock-registry": "^1.0.0",
167167
"@npmcli/promise-spawn": "^6.0.1",
168-
"@npmcli/template-oss": "4.9.0",
168+
"@npmcli/template-oss": "4.10.0",
169169
"licensee": "^9.0.0",
170170
"nock": "^13.2.4",
171171
"npm-packlist": "^7.0.1",
@@ -186,7 +186,7 @@
186186
"devDependencies": {
187187
"@isaacs/string-locale-compare": "^1.1.0",
188188
"@npmcli/eslint-config": "^4.0.0",
189-
"@npmcli/template-oss": "4.9.0",
189+
"@npmcli/template-oss": "4.10.0",
190190
"front-matter": "^4.0.2",
191191
"ignore-walk": "^6.0.0",
192192
"jsdom": "^20.0.1",
@@ -211,7 +211,7 @@
211211
"devDependencies": {
212212
"@npmcli/arborist": "^6.1.1",
213213
"@npmcli/eslint-config": "^4.0.1",
214-
"@npmcli/template-oss": "4.9.0",
214+
"@npmcli/template-oss": "4.10.0",
215215
"nock": "^13.2.9",
216216
"npm-package-arg": "^10.0.0",
217217
"pacote": "^15.0.6",
@@ -2268,9 +2268,9 @@
22682268
"link": true
22692269
},
22702270
"node_modules/@npmcli/template-oss": {
2271-
"version": "4.9.0",
2272-
"resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.9.0.tgz",
2273-
"integrity": "sha512-zfo9e5bGLXf3GAF2TWDIKBlTjP3zR578nKkCaYTFnw00TwEMjjHzNFskbJNNdBXqW9Lc7BH246LCrhYikmYlCQ==",
2271+
"version": "4.10.0",
2272+
"resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.10.0.tgz",
2273+
"integrity": "sha512-KeC93o3umyr3FpJots5paojysrU/RL/oNVhDEYKr3O+Replidr3EgU96VmnCJwfHcMs64lz9oIYA/94A5fAC9w==",
22742274
"dev": true,
22752275
"hasInstallScript": true,
22762276
"dependencies": {
@@ -2287,6 +2287,7 @@
22872287
"glob": "^8.0.1",
22882288
"handlebars": "^4.7.7",
22892289
"hosted-git-info": "^6.0.0",
2290+
"ini": "^3.0.1",
22902291
"json-parse-even-better-errors": "^3.0.0",
22912292
"just-deep-map-values": "^1.1.1",
22922293
"just-diff": "^5.0.1",
@@ -14968,7 +14969,7 @@
1496814969
"@npmcli/eslint-config": "^4.0.0",
1496914970
"@npmcli/mock-registry": "^1.0.0",
1497014971
"@npmcli/promise-spawn": "^6.0.1",
14971-
"@npmcli/template-oss": "4.9.0",
14972+
"@npmcli/template-oss": "4.10.0",
1497214973
"http-proxy": "^1.18.1",
1497314974
"just-extend": "^6.1.1",
1497414975
"just-safe-set": "^4.1.1",
@@ -15023,7 +15024,7 @@
1502315024
},
1502415025
"devDependencies": {
1502515026
"@npmcli/eslint-config": "^4.0.0",
15026-
"@npmcli/template-oss": "4.9.0",
15027+
"@npmcli/template-oss": "4.10.0",
1502715028
"benchmark": "^2.1.4",
1502815029
"chalk": "^4.1.0",
1502915030
"minify-registry-metadata": "^2.1.0",
@@ -15050,7 +15051,7 @@
1505015051
},
1505115052
"devDependencies": {
1505215053
"@npmcli/eslint-config": "^4.0.0",
15053-
"@npmcli/template-oss": "4.9.0",
15054+
"@npmcli/template-oss": "4.10.0",
1505415055
"tap": "^16.0.1"
1505515056
},
1505615057
"engines": {
@@ -15066,7 +15067,7 @@
1506615067
},
1506715068
"devDependencies": {
1506815069
"@npmcli/eslint-config": "^4.0.0",
15069-
"@npmcli/template-oss": "4.9.0",
15070+
"@npmcli/template-oss": "4.10.0",
1507015071
"nock": "^13.2.4",
1507115072
"tap": "^16.0.1"
1507215073
},
@@ -15090,7 +15091,7 @@
1509015091
},
1509115092
"devDependencies": {
1509215093
"@npmcli/eslint-config": "^4.0.0",
15093-
"@npmcli/template-oss": "4.9.0",
15094+
"@npmcli/template-oss": "4.10.0",
1509415095
"tap": "^16.0.1"
1509515096
},
1509615097
"engines": {
@@ -15116,7 +15117,7 @@
1511615117
},
1511715118
"devDependencies": {
1511815119
"@npmcli/eslint-config": "^4.0.0",
15119-
"@npmcli/template-oss": "4.9.0",
15120+
"@npmcli/template-oss": "4.10.0",
1512015121
"bin-links": "^4.0.1",
1512115122
"minify-registry-metadata": "^2.2.0",
1512215123
"mkdirp": "^1.0.4",
@@ -15134,7 +15135,7 @@
1513415135
},
1513515136
"devDependencies": {
1513615137
"@npmcli/eslint-config": "^4.0.0",
15137-
"@npmcli/template-oss": "4.9.0",
15138+
"@npmcli/template-oss": "4.10.0",
1513815139
"tap": "^16.0.1"
1513915140
},
1514015141
"engines": {
@@ -15150,7 +15151,7 @@
1515015151
},
1515115152
"devDependencies": {
1515215153
"@npmcli/eslint-config": "^4.0.0",
15153-
"@npmcli/template-oss": "4.9.0",
15154+
"@npmcli/template-oss": "4.10.0",
1515415155
"nock": "^13.2.4",
1515515156
"tap": "^16.0.1"
1515615157
},
@@ -15167,7 +15168,7 @@
1516715168
},
1516815169
"devDependencies": {
1516915170
"@npmcli/eslint-config": "^4.0.0",
15170-
"@npmcli/template-oss": "4.9.0",
15171+
"@npmcli/template-oss": "4.10.0",
1517115172
"minipass": "^3.1.1",
1517215173
"nock": "^13.2.4",
1517315174
"tap": "^16.0.1"
@@ -15187,7 +15188,7 @@
1518715188
},
1518815189
"devDependencies": {
1518915190
"@npmcli/eslint-config": "^4.0.0",
15190-
"@npmcli/template-oss": "4.9.0",
15191+
"@npmcli/template-oss": "4.10.0",
1519115192
"nock": "^13.0.7",
1519215193
"spawk": "^1.7.1",
1519315194
"tap": "^16.0.1"
@@ -15208,7 +15209,7 @@
1520815209
},
1520915210
"devDependencies": {
1521015211
"@npmcli/eslint-config": "^4.0.0",
15211-
"@npmcli/template-oss": "4.9.0",
15212+
"@npmcli/template-oss": "4.10.0",
1521215213
"libnpmpack": "^5.0.3",
1521315214
"lodash.clonedeep": "^4.5.0",
1521415215
"nock": "^13.2.4",
@@ -15226,7 +15227,7 @@
1522615227
},
1522715228
"devDependencies": {
1522815229
"@npmcli/eslint-config": "^4.0.0",
15229-
"@npmcli/template-oss": "4.9.0",
15230+
"@npmcli/template-oss": "4.10.0",
1523015231
"nock": "^13.2.4",
1523115232
"tap": "^16.0.1"
1523215233
},
@@ -15243,7 +15244,7 @@
1524315244
},
1524415245
"devDependencies": {
1524515246
"@npmcli/eslint-config": "^4.0.0",
15246-
"@npmcli/template-oss": "4.9.0",
15247+
"@npmcli/template-oss": "4.10.0",
1524715248
"nock": "^13.2.4",
1524815249
"tap": "^16.0.1"
1524915250
},
@@ -15263,7 +15264,7 @@
1526315264
},
1526415265
"devDependencies": {
1526515266
"@npmcli/eslint-config": "^4.0.0",
15266-
"@npmcli/template-oss": "4.9.0",
15267+
"@npmcli/template-oss": "4.10.0",
1526715268
"require-inject": "^1.4.4",
1526815269
"tap": "^16.0.1"
1526915270
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
"@npmcli/git": "^4.0.1",
203203
"@npmcli/mock-registry": "^1.0.0",
204204
"@npmcli/promise-spawn": "^6.0.1",
205-
"@npmcli/template-oss": "4.9.0",
205+
"@npmcli/template-oss": "4.10.0",
206206
"licensee": "^9.0.0",
207207
"nock": "^13.2.4",
208208
"npm-packlist": "^7.0.1",
@@ -256,7 +256,7 @@
256256
},
257257
"templateOSS": {
258258
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
259-
"version": "4.9.0",
259+
"version": "4.10.0",
260260
"content": "./scripts/template-oss/root.js"
261261
},
262262
"license": "Artistic-2.0",

smoke-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@npmcli/eslint-config": "^4.0.0",
2222
"@npmcli/mock-registry": "^1.0.0",
2323
"@npmcli/promise-spawn": "^6.0.1",
24-
"@npmcli/template-oss": "4.9.0",
24+
"@npmcli/template-oss": "4.10.0",
2525
"http-proxy": "^1.18.1",
2626
"just-extend": "^6.1.1",
2727
"just-safe-set": "^4.1.1",
@@ -32,7 +32,7 @@
3232
"license": "ISC",
3333
"templateOSS": {
3434
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
35-
"version": "4.9.0",
35+
"version": "4.10.0",
3636
"content": "../scripts/template-oss/index.js"
3737
},
3838
"tap": {

workspaces/arborist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@npmcli/eslint-config": "^4.0.0",
42-
"@npmcli/template-oss": "4.9.0",
42+
"@npmcli/template-oss": "4.10.0",
4343
"benchmark": "^2.1.4",
4444
"chalk": "^4.1.0",
4545
"minify-registry-metadata": "^2.1.0",
@@ -101,7 +101,7 @@
101101
},
102102
"templateOSS": {
103103
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
104-
"version": "4.9.0",
104+
"version": "4.10.0",
105105
"content": "../../scripts/template-oss/index.js"
106106
}
107107
}

workspaces/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@npmcli/eslint-config": "^4.0.0",
36-
"@npmcli/template-oss": "4.9.0",
36+
"@npmcli/template-oss": "4.10.0",
3737
"tap": "^16.0.1"
3838
},
3939
"dependencies": {
@@ -50,6 +50,6 @@
5050
},
5151
"templateOSS": {
5252
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
53-
"version": "4.9.0"
53+
"version": "4.10.0"
5454
}
5555
}

workspaces/libnpmaccess/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@npmcli/eslint-config": "^4.0.0",
19-
"@npmcli/template-oss": "4.9.0",
19+
"@npmcli/template-oss": "4.10.0",
2020
"nock": "^13.2.4",
2121
"tap": "^16.0.1"
2222
},
@@ -40,7 +40,7 @@
4040
],
4141
"templateOSS": {
4242
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
43-
"version": "4.9.0",
43+
"version": "4.10.0",
4444
"content": "../../scripts/template-oss/index.js"
4545
},
4646
"tap": {

workspaces/libnpmdiff/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@npmcli/eslint-config": "^4.0.0",
46-
"@npmcli/template-oss": "4.9.0",
46+
"@npmcli/template-oss": "4.10.0",
4747
"tap": "^16.0.1"
4848
},
4949
"dependencies": {
@@ -59,7 +59,7 @@
5959
},
6060
"templateOSS": {
6161
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
62-
"version": "4.9.0",
62+
"version": "4.10.0",
6363
"content": "../../scripts/template-oss/index.js"
6464
},
6565
"tap": {

workspaces/libnpmexec/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@npmcli/eslint-config": "^4.0.0",
54-
"@npmcli/template-oss": "4.9.0",
54+
"@npmcli/template-oss": "4.10.0",
5555
"bin-links": "^4.0.1",
5656
"minify-registry-metadata": "^2.2.0",
5757
"mkdirp": "^1.0.4",
@@ -73,7 +73,7 @@
7373
},
7474
"templateOSS": {
7575
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
76-
"version": "4.9.0",
76+
"version": "4.10.0",
7777
"content": "../../scripts/template-oss/index.js"
7878
}
7979
}

workspaces/libnpmfund/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@npmcli/eslint-config": "^4.0.0",
45-
"@npmcli/template-oss": "4.9.0",
45+
"@npmcli/template-oss": "4.10.0",
4646
"tap": "^16.0.1"
4747
},
4848
"dependencies": {
@@ -53,7 +53,7 @@
5353
},
5454
"templateOSS": {
5555
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
56-
"version": "4.9.0",
56+
"version": "4.10.0",
5757
"content": "../../scripts/template-oss/index.js"
5858
},
5959
"tap": {

workspaces/libnpmhook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@npmcli/eslint-config": "^4.0.0",
40-
"@npmcli/template-oss": "4.9.0",
40+
"@npmcli/template-oss": "4.10.0",
4141
"nock": "^13.2.4",
4242
"tap": "^16.0.1"
4343
},
@@ -46,7 +46,7 @@
4646
},
4747
"templateOSS": {
4848
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
49-
"version": "4.9.0",
49+
"version": "4.10.0",
5050
"content": "../../scripts/template-oss/index.js"
5151
},
5252
"tap": {

0 commit comments

Comments
 (0)