Skip to content

Commit 1c8d17a

Browse files
committed
chore: @npmcli/[email protected]
1 parent abdca39 commit 1c8d17a

File tree

19 files changed

+57
-99
lines changed

19 files changed

+57
-99
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
RELEASE_COMMENT_ID: ${{ needs.release.outputs.comment-id }}
166166
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
167167
run: |
168-
node . exec --offline -- template-oss-release-manager --lockfile=true
168+
node . exec --offline -- template-oss-release-manager --lockfile=true --publish=false
169169
node . run rp-pull-request --ignore-scripts -ws -iwr --if-present
170170
- name: Commit
171171
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.12.1",
25+
"@npmcli/template-oss": "4.14.1",
2626
"front-matter": "^4.0.2",
2727
"ignore-walk": "^6.0.1",
2828
"jsdom": "^21.1.0",
@@ -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.12.1",
59+
"version": "4.14.1",
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.12.1"
37+
"version": "4.14.1"
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.12.1",
49+
"@npmcli/template-oss": "4.14.1",
5050
"nock": "^13.3.0",
5151
"npm-package-arg": "^10.1.0",
5252
"pacote": "^15.0.8",

package-lock.json

Lines changed: 22 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"@npmcli/git": "^4.0.4",
162162
"@npmcli/mock-registry": "^1.0.0",
163163
"@npmcli/promise-spawn": "^6.0.2",
164-
"@npmcli/template-oss": "4.12.1",
164+
"@npmcli/template-oss": "4.14.1",
165165
"licensee": "^10.0.0",
166166
"nock": "^13.3.0",
167167
"npm-packlist": "^7.0.4",
@@ -182,7 +182,7 @@
182182
"devDependencies": {
183183
"@isaacs/string-locale-compare": "^1.1.0",
184184
"@npmcli/eslint-config": "^4.0.0",
185-
"@npmcli/template-oss": "4.12.1",
185+
"@npmcli/template-oss": "4.14.1",
186186
"front-matter": "^4.0.2",
187187
"ignore-walk": "^6.0.1",
188188
"jsdom": "^21.1.0",
@@ -207,7 +207,7 @@
207207
"devDependencies": {
208208
"@npmcli/arborist": "^6.1.1",
209209
"@npmcli/eslint-config": "^4.0.1",
210-
"@npmcli/template-oss": "4.12.1",
210+
"@npmcli/template-oss": "4.14.1",
211211
"nock": "^13.3.0",
212212
"npm-package-arg": "^10.1.0",
213213
"pacote": "^15.0.8",
@@ -2393,9 +2393,9 @@
23932393
"link": true
23942394
},
23952395
"node_modules/@npmcli/template-oss": {
2396-
"version": "4.12.1",
2397-
"resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.12.1.tgz",
2398-
"integrity": "sha512-i+8oZZ4hs9XKpHqITB8WpZMFkTFFhKhqsEJrogwEL4F6gujKO6raVQo3drdO88XzT0p45Cpz2vqjwCXRUkR87w==",
2396+
"version": "4.14.1",
2397+
"resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.14.1.tgz",
2398+
"integrity": "sha512-Ln95z9CNDGluaABAxUW+SXaybahaBn+dDyYxPC0iAAauv/Soyv2gBGM16HT6nXio1NiJMspDm1aCo8ZTMssuFw==",
23992399
"dev": true,
24002400
"hasInstallScript": true,
24012401
"dependencies": {
@@ -2409,10 +2409,10 @@
24092409
"@npmcli/package-json": "^3.0.0",
24102410
"@octokit/rest": "^19.0.4",
24112411
"diff": "^5.0.0",
2412-
"glob": "^9.3.1",
2412+
"glob": "^10.1.0",
24132413
"handlebars": "^4.7.7",
24142414
"hosted-git-info": "^6.0.0",
2415-
"ini": "^3.0.1",
2415+
"ini": "^4.0.0",
24162416
"json-parse-even-better-errors": "^3.0.0",
24172417
"just-deep-map-values": "^1.1.1",
24182418
"just-diff": "^6.0.0",
@@ -2433,48 +2433,6 @@
24332433
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
24342434
}
24352435
},
2436-
"node_modules/@npmcli/template-oss/node_modules/glob": {
2437-
"version": "9.3.5",
2438-
"resolved": "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz",
2439-
"integrity": "sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==",
2440-
"dev": true,
2441-
"dependencies": {
2442-
"fs.realpath": "^1.0.0",
2443-
"minimatch": "^8.0.2",
2444-
"minipass": "^4.2.4",
2445-
"path-scurry": "^1.6.1"
2446-
},
2447-
"engines": {
2448-
"node": ">=16 || 14 >=14.17"
2449-
},
2450-
"funding": {
2451-
"url": "https://github.com/sponsors/isaacs"
2452-
}
2453-
},
2454-
"node_modules/@npmcli/template-oss/node_modules/ini": {
2455-
"version": "3.0.1",
2456-
"resolved": "https://registry.npmjs.org/ini/-/ini-3.0.1.tgz",
2457-
"integrity": "sha512-it4HyVAUTKBc6m8e1iXWvXSTdndF7HbdN713+kvLrymxTaU4AUBWrJ4vEooP+V7fexnVD3LKcBshjGGPefSMUQ==",
2458-
"dev": true,
2459-
"engines": {
2460-
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
2461-
}
2462-
},
2463-
"node_modules/@npmcli/template-oss/node_modules/minimatch": {
2464-
"version": "8.0.4",
2465-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz",
2466-
"integrity": "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==",
2467-
"dev": true,
2468-
"dependencies": {
2469-
"brace-expansion": "^2.0.1"
2470-
},
2471-
"engines": {
2472-
"node": ">=16 || 14 >=14.17"
2473-
},
2474-
"funding": {
2475-
"url": "https://github.com/sponsors/isaacs"
2476-
}
2477-
},
24782436
"node_modules/@octokit/auth-token": {
24792437
"version": "3.0.3",
24802438
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.3.tgz",
@@ -15427,7 +15385,7 @@
1542715385
"@npmcli/eslint-config": "^4.0.0",
1542815386
"@npmcli/mock-registry": "^1.0.0",
1542915387
"@npmcli/promise-spawn": "^6.0.2",
15430-
"@npmcli/template-oss": "4.12.1",
15388+
"@npmcli/template-oss": "4.14.1",
1543115389
"http-proxy": "^1.18.1",
1543215390
"just-extend": "^6.2.0",
1543315391
"just-safe-set": "^4.2.1",
@@ -15482,7 +15440,7 @@
1548215440
},
1548315441
"devDependencies": {
1548415442
"@npmcli/eslint-config": "^4.0.0",
15485-
"@npmcli/template-oss": "4.12.1",
15443+
"@npmcli/template-oss": "4.14.1",
1548615444
"benchmark": "^2.1.4",
1548715445
"chalk": "^4.1.0",
1548815446
"minify-registry-metadata": "^3.0.0",
@@ -15510,7 +15468,7 @@
1551015468
},
1551115469
"devDependencies": {
1551215470
"@npmcli/eslint-config": "^4.0.0",
15513-
"@npmcli/template-oss": "4.12.1",
15471+
"@npmcli/template-oss": "4.14.1",
1551415472
"tap": "^16.3.4"
1551515473
},
1551615474
"engines": {
@@ -15527,7 +15485,7 @@
1552715485
"devDependencies": {
1552815486
"@npmcli/eslint-config": "^4.0.0",
1552915487
"@npmcli/mock-registry": "^1.0.0",
15530-
"@npmcli/template-oss": "4.12.1",
15488+
"@npmcli/template-oss": "4.14.1",
1553115489
"nock": "^13.3.0",
1553215490
"tap": "^16.3.4"
1553315491
},
@@ -15551,7 +15509,7 @@
1555115509
},
1555215510
"devDependencies": {
1555315511
"@npmcli/eslint-config": "^4.0.0",
15554-
"@npmcli/template-oss": "4.12.1",
15512+
"@npmcli/template-oss": "4.14.1",
1555515513
"tap": "^16.3.4"
1555615514
},
1555715515
"engines": {
@@ -15578,7 +15536,7 @@
1557815536
"devDependencies": {
1557915537
"@npmcli/eslint-config": "^4.0.0",
1558015538
"@npmcli/mock-registry": "^1.0.0",
15581-
"@npmcli/template-oss": "4.12.1",
15539+
"@npmcli/template-oss": "4.14.1",
1558215540
"bin-links": "^4.0.1",
1558315541
"just-extend": "^6.2.0",
1558415542
"just-safe-set": "^4.2.1",
@@ -15597,7 +15555,7 @@
1559715555
},
1559815556
"devDependencies": {
1559915557
"@npmcli/eslint-config": "^4.0.0",
15600-
"@npmcli/template-oss": "4.12.1",
15558+
"@npmcli/template-oss": "4.14.1",
1560115559
"tap": "^16.3.4"
1560215560
},
1560315561
"engines": {
@@ -15613,7 +15571,7 @@
1561315571
},
1561415572
"devDependencies": {
1561515573
"@npmcli/eslint-config": "^4.0.0",
15616-
"@npmcli/template-oss": "4.12.1",
15574+
"@npmcli/template-oss": "4.14.1",
1561715575
"nock": "^13.3.0",
1561815576
"tap": "^16.3.4"
1561915577
},
@@ -15630,7 +15588,7 @@
1563015588
},
1563115589
"devDependencies": {
1563215590
"@npmcli/eslint-config": "^4.0.0",
15633-
"@npmcli/template-oss": "4.12.1",
15591+
"@npmcli/template-oss": "4.14.1",
1563415592
"minipass": "^4.0.2",
1563515593
"nock": "^13.3.0",
1563615594
"tap": "^16.3.4"
@@ -15650,7 +15608,7 @@
1565015608
},
1565115609
"devDependencies": {
1565215610
"@npmcli/eslint-config": "^4.0.0",
15653-
"@npmcli/template-oss": "4.12.1",
15611+
"@npmcli/template-oss": "4.14.1",
1565415612
"nock": "^13.3.0",
1565515613
"spawk": "^1.7.1",
1565615614
"tap": "^16.3.4"
@@ -15675,7 +15633,7 @@
1567515633
"devDependencies": {
1567615634
"@npmcli/eslint-config": "^4.0.0",
1567715635
"@npmcli/mock-registry": "^1.0.0",
15678-
"@npmcli/template-oss": "4.12.1",
15636+
"@npmcli/template-oss": "4.14.1",
1567915637
"lodash.clonedeep": "^4.5.0",
1568015638
"nock": "^13.3.0",
1568115639
"tap": "^16.3.4"
@@ -15692,7 +15650,7 @@
1569215650
},
1569315651
"devDependencies": {
1569415652
"@npmcli/eslint-config": "^4.0.0",
15695-
"@npmcli/template-oss": "4.12.1",
15653+
"@npmcli/template-oss": "4.14.1",
1569615654
"nock": "^13.3.0",
1569715655
"tap": "^16.3.4"
1569815656
},
@@ -15709,7 +15667,7 @@
1570915667
},
1571015668
"devDependencies": {
1571115669
"@npmcli/eslint-config": "^4.0.0",
15712-
"@npmcli/template-oss": "4.12.1",
15670+
"@npmcli/template-oss": "4.14.1",
1571315671
"nock": "^13.3.0",
1571415672
"tap": "^16.3.4"
1571515673
},
@@ -15729,7 +15687,7 @@
1572915687
},
1573015688
"devDependencies": {
1573115689
"@npmcli/eslint-config": "^4.0.0",
15732-
"@npmcli/template-oss": "4.12.1",
15690+
"@npmcli/template-oss": "4.14.1",
1573315691
"require-inject": "^1.4.4",
1573415692
"tap": "^16.3.4"
1573515693
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"@npmcli/git": "^4.0.4",
195195
"@npmcli/mock-registry": "^1.0.0",
196196
"@npmcli/promise-spawn": "^6.0.2",
197-
"@npmcli/template-oss": "4.12.1",
197+
"@npmcli/template-oss": "4.14.1",
198198
"licensee": "^10.0.0",
199199
"nock": "^13.3.0",
200200
"npm-packlist": "^7.0.4",
@@ -248,7 +248,7 @@
248248
},
249249
"templateOSS": {
250250
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
251-
"version": "4.12.1",
251+
"version": "4.14.1",
252252
"content": "./scripts/template-oss/root.js"
253253
},
254254
"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.2",
24-
"@npmcli/template-oss": "4.12.1",
24+
"@npmcli/template-oss": "4.14.1",
2525
"http-proxy": "^1.18.1",
2626
"just-extend": "^6.2.0",
2727
"just-safe-set": "^4.2.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.12.1",
35+
"version": "4.14.1",
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.12.1",
42+
"@npmcli/template-oss": "4.14.1",
4343
"benchmark": "^2.1.4",
4444
"chalk": "^4.1.0",
4545
"minify-registry-metadata": "^3.0.0",
@@ -98,7 +98,7 @@
9898
},
9999
"templateOSS": {
100100
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
101-
"version": "4.12.1",
101+
"version": "4.14.1",
102102
"content": "../../scripts/template-oss/index.js"
103103
}
104104
}

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.12.1",
36+
"@npmcli/template-oss": "4.14.1",
3737
"tap": "^16.3.4"
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.12.1"
53+
"version": "4.14.1"
5454
}
5555
}

workspaces/libnpmaccess/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@npmcli/eslint-config": "^4.0.0",
1919
"@npmcli/mock-registry": "^1.0.0",
20-
"@npmcli/template-oss": "4.12.1",
20+
"@npmcli/template-oss": "4.14.1",
2121
"nock": "^13.3.0",
2222
"tap": "^16.3.4"
2323
},
@@ -41,7 +41,7 @@
4141
],
4242
"templateOSS": {
4343
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
44-
"version": "4.12.1",
44+
"version": "4.14.1",
4545
"content": "../../scripts/template-oss/index.js"
4646
},
4747
"tap": {

workspaces/libnpmdiff/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.12.1",
45+
"@npmcli/template-oss": "4.14.1",
4646
"tap": "^16.3.4"
4747
},
4848
"dependencies": {
@@ -58,7 +58,7 @@
5858
},
5959
"templateOSS": {
6060
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
61-
"version": "4.12.1",
61+
"version": "4.14.1",
6262
"content": "../../scripts/template-oss/index.js"
6363
},
6464
"tap": {

workspaces/libnpmexec/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@npmcli/eslint-config": "^4.0.0",
5454
"@npmcli/mock-registry": "^1.0.0",
55-
"@npmcli/template-oss": "4.12.1",
55+
"@npmcli/template-oss": "4.14.1",
5656
"bin-links": "^4.0.1",
5757
"just-extend": "^6.2.0",
5858
"just-safe-set": "^4.2.1",
@@ -75,7 +75,7 @@
7575
},
7676
"templateOSS": {
7777
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
78-
"version": "4.12.1",
78+
"version": "4.14.1",
7979
"content": "../../scripts/template-oss/index.js"
8080
}
8181
}

0 commit comments

Comments
 (0)