Skip to content

Commit 99cf197

Browse files
committed
chore: @npmcli/[email protected]
1 parent 952fbed commit 99cf197

File tree

18 files changed

+88
-61
lines changed

18 files changed

+88
-61
lines changed

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.0",
25+
"@npmcli/template-oss": "4.12.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.0",
59+
"version": "4.12.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.0"
37+
"version": "4.12.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.0",
49+
"@npmcli/template-oss": "4.12.1",
5050
"nock": "^13.3.0",
5151
"npm-package-arg": "^10.1.0",
5252
"pacote": "^15.0.8",

package-lock.json

Lines changed: 54 additions & 27 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.0",
164+
"@npmcli/template-oss": "4.12.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.0",
185+
"@npmcli/template-oss": "4.12.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.0",
210+
"@npmcli/template-oss": "4.12.1",
211211
"nock": "^13.3.0",
212212
"npm-package-arg": "^10.1.0",
213213
"pacote": "^15.0.8",
@@ -2288,9 +2288,9 @@
22882288
"link": true
22892289
},
22902290
"node_modules/@npmcli/template-oss": {
2291-
"version": "4.12.0",
2292-
"resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.12.0.tgz",
2293-
"integrity": "sha512-siPUfzR2EZXfOI98X/OfBa0OgVVeuWzV8Z5+DoziRIEr+pJVBY9tLcwE4oQd6idabUQQyc1DuCQ+OQ0B2loIZA==",
2291+
"version": "4.12.1",
2292+
"resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.12.1.tgz",
2293+
"integrity": "sha512-i+8oZZ4hs9XKpHqITB8WpZMFkTFFhKhqsEJrogwEL4F6gujKO6raVQo3drdO88XzT0p45Cpz2vqjwCXRUkR87w==",
22942294
"dev": true,
22952295
"hasInstallScript": true,
22962296
"dependencies": {
@@ -2304,13 +2304,13 @@
23042304
"@npmcli/package-json": "^3.0.0",
23052305
"@octokit/rest": "^19.0.4",
23062306
"diff": "^5.0.0",
2307-
"glob": "^8.0.1",
2307+
"glob": "^9.3.1",
23082308
"handlebars": "^4.7.7",
23092309
"hosted-git-info": "^6.0.0",
23102310
"ini": "^3.0.1",
23112311
"json-parse-even-better-errors": "^3.0.0",
23122312
"just-deep-map-values": "^1.1.1",
2313-
"just-diff": "^5.0.1",
2313+
"just-diff": "^6.0.0",
23142314
"lodash": "^4.17.21",
23152315
"npm-package-arg": "^10.0.0",
23162316
"proc-log": "^3.0.0",
@@ -2328,11 +2328,38 @@
23282328
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
23292329
}
23302330
},
2331-
"node_modules/@npmcli/template-oss/node_modules/just-diff": {
2332-
"version": "5.2.0",
2333-
"resolved": "https://registry.npmjs.org/just-diff/-/just-diff-5.2.0.tgz",
2334-
"integrity": "sha512-6ufhP9SHjb7jibNFrNxyFZ6od3g+An6Ai9mhGRvcYe8UJlH0prseN64M+6ZBBUoKYHZsitDP42gAJ8+eVWr3lw==",
2335-
"dev": true
2331+
"node_modules/@npmcli/template-oss/node_modules/glob": {
2332+
"version": "9.3.1",
2333+
"resolved": "https://registry.npmjs.org/glob/-/glob-9.3.1.tgz",
2334+
"integrity": "sha512-qERvJb7IGsnkx6YYmaaGvDpf77c951hICMdWaFXyH3PlVob8sbPJJyJX0kWkiCWyXUzoy9UOTNjGg0RbD8bYIw==",
2335+
"dev": true,
2336+
"dependencies": {
2337+
"fs.realpath": "^1.0.0",
2338+
"minimatch": "^7.4.1",
2339+
"minipass": "^4.2.4",
2340+
"path-scurry": "^1.6.1"
2341+
},
2342+
"engines": {
2343+
"node": ">=16 || 14 >=14.17"
2344+
},
2345+
"funding": {
2346+
"url": "https://github.com/sponsors/isaacs"
2347+
}
2348+
},
2349+
"node_modules/@npmcli/template-oss/node_modules/minimatch": {
2350+
"version": "7.4.2",
2351+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz",
2352+
"integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==",
2353+
"dev": true,
2354+
"dependencies": {
2355+
"brace-expansion": "^2.0.1"
2356+
},
2357+
"engines": {
2358+
"node": ">=10"
2359+
},
2360+
"funding": {
2361+
"url": "https://github.com/sponsors/isaacs"
2362+
}
23362363
},
23372364
"node_modules/@octokit/auth-token": {
23382365
"version": "3.0.3",
@@ -15116,7 +15143,7 @@
1511615143
"@npmcli/eslint-config": "^4.0.0",
1511715144
"@npmcli/mock-registry": "^1.0.0",
1511815145
"@npmcli/promise-spawn": "^6.0.2",
15119-
"@npmcli/template-oss": "4.12.0",
15146+
"@npmcli/template-oss": "4.12.1",
1512015147
"http-proxy": "^1.18.1",
1512115148
"just-extend": "^6.2.0",
1512215149
"just-safe-set": "^4.2.1",
@@ -15171,7 +15198,7 @@
1517115198
},
1517215199
"devDependencies": {
1517315200
"@npmcli/eslint-config": "^4.0.0",
15174-
"@npmcli/template-oss": "4.12.0",
15201+
"@npmcli/template-oss": "4.12.1",
1517515202
"benchmark": "^2.1.4",
1517615203
"chalk": "^4.1.0",
1517715204
"minify-registry-metadata": "^3.0.0",
@@ -15199,7 +15226,7 @@
1519915226
},
1520015227
"devDependencies": {
1520115228
"@npmcli/eslint-config": "^4.0.0",
15202-
"@npmcli/template-oss": "4.12.0",
15229+
"@npmcli/template-oss": "4.12.1",
1520315230
"tap": "^16.3.4"
1520415231
},
1520515232
"engines": {
@@ -15216,7 +15243,7 @@
1521615243
"devDependencies": {
1521715244
"@npmcli/eslint-config": "^4.0.0",
1521815245
"@npmcli/mock-registry": "^1.0.0",
15219-
"@npmcli/template-oss": "4.12.0",
15246+
"@npmcli/template-oss": "4.12.1",
1522015247
"nock": "^13.3.0",
1522115248
"tap": "^16.3.4"
1522215249
},
@@ -15240,7 +15267,7 @@
1524015267
},
1524115268
"devDependencies": {
1524215269
"@npmcli/eslint-config": "^4.0.0",
15243-
"@npmcli/template-oss": "4.12.0",
15270+
"@npmcli/template-oss": "4.12.1",
1524415271
"tap": "^16.3.4"
1524515272
},
1524615273
"engines": {
@@ -15267,7 +15294,7 @@
1526715294
"devDependencies": {
1526815295
"@npmcli/eslint-config": "^4.0.0",
1526915296
"@npmcli/mock-registry": "^1.0.0",
15270-
"@npmcli/template-oss": "4.12.0",
15297+
"@npmcli/template-oss": "4.12.1",
1527115298
"bin-links": "^4.0.1",
1527215299
"just-extend": "^6.2.0",
1527315300
"just-safe-set": "^4.2.1",
@@ -15286,7 +15313,7 @@
1528615313
},
1528715314
"devDependencies": {
1528815315
"@npmcli/eslint-config": "^4.0.0",
15289-
"@npmcli/template-oss": "4.12.0",
15316+
"@npmcli/template-oss": "4.12.1",
1529015317
"tap": "^16.3.4"
1529115318
},
1529215319
"engines": {
@@ -15302,7 +15329,7 @@
1530215329
},
1530315330
"devDependencies": {
1530415331
"@npmcli/eslint-config": "^4.0.0",
15305-
"@npmcli/template-oss": "4.12.0",
15332+
"@npmcli/template-oss": "4.12.1",
1530615333
"nock": "^13.3.0",
1530715334
"tap": "^16.3.4"
1530815335
},
@@ -15319,7 +15346,7 @@
1531915346
},
1532015347
"devDependencies": {
1532115348
"@npmcli/eslint-config": "^4.0.0",
15322-
"@npmcli/template-oss": "4.12.0",
15349+
"@npmcli/template-oss": "4.12.1",
1532315350
"minipass": "^4.0.2",
1532415351
"nock": "^13.3.0",
1532515352
"tap": "^16.3.4"
@@ -15339,7 +15366,7 @@
1533915366
},
1534015367
"devDependencies": {
1534115368
"@npmcli/eslint-config": "^4.0.0",
15342-
"@npmcli/template-oss": "4.12.0",
15369+
"@npmcli/template-oss": "4.12.1",
1534315370
"nock": "^13.3.0",
1534415371
"spawk": "^1.7.1",
1534515372
"tap": "^16.3.4"
@@ -15364,7 +15391,7 @@
1536415391
"devDependencies": {
1536515392
"@npmcli/eslint-config": "^4.0.0",
1536615393
"@npmcli/mock-registry": "^1.0.0",
15367-
"@npmcli/template-oss": "4.12.0",
15394+
"@npmcli/template-oss": "4.12.1",
1536815395
"lodash.clonedeep": "^4.5.0",
1536915396
"nock": "^13.3.0",
1537015397
"tap": "^16.3.4"
@@ -15381,7 +15408,7 @@
1538115408
},
1538215409
"devDependencies": {
1538315410
"@npmcli/eslint-config": "^4.0.0",
15384-
"@npmcli/template-oss": "4.12.0",
15411+
"@npmcli/template-oss": "4.12.1",
1538515412
"nock": "^13.3.0",
1538615413
"tap": "^16.3.4"
1538715414
},
@@ -15398,7 +15425,7 @@
1539815425
},
1539915426
"devDependencies": {
1540015427
"@npmcli/eslint-config": "^4.0.0",
15401-
"@npmcli/template-oss": "4.12.0",
15428+
"@npmcli/template-oss": "4.12.1",
1540215429
"nock": "^13.3.0",
1540315430
"tap": "^16.3.4"
1540415431
},
@@ -15418,7 +15445,7 @@
1541815445
},
1541915446
"devDependencies": {
1542015447
"@npmcli/eslint-config": "^4.0.0",
15421-
"@npmcli/template-oss": "4.12.0",
15448+
"@npmcli/template-oss": "4.12.1",
1542215449
"require-inject": "^1.4.4",
1542315450
"tap": "^16.3.4"
1542415451
},

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.0",
197+
"@npmcli/template-oss": "4.12.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.0",
251+
"version": "4.12.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.0",
24+
"@npmcli/template-oss": "4.12.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.0",
35+
"version": "4.12.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.0",
42+
"@npmcli/template-oss": "4.12.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.0",
101+
"version": "4.12.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.0",
36+
"@npmcli/template-oss": "4.12.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.0"
53+
"version": "4.12.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.0",
20+
"@npmcli/template-oss": "4.12.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.0",
44+
"version": "4.12.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.0",
45+
"@npmcli/template-oss": "4.12.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.0",
61+
"version": "4.12.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.0",
55+
"@npmcli/template-oss": "4.12.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.0",
78+
"version": "4.12.1",
7979
"content": "../../scripts/template-oss/index.js"
8080
}
8181
}

0 commit comments

Comments
 (0)