chore: bumping @npmcli/template-oss from 4.30.0 to 5.0.0
Michael Smith committed
May 11, 2026 at 08:35 UTC
864652535b90e00e3f9574dbfa9a693b7d356df7
2 files changed
+17
-95
cli/package.json
+1
-1
@@ -31,7 +31,7 @@
31
},
32
"devDependencies": {
33
"@npmcli/eslint-config": "^6.0.0",
34
- "@npmcli/template-oss": "4.30.0",
34
+ "@npmcli/template-oss": "5.0.0",
35
"tap": "^21.6.3"
36
},
37
"author": "GitHub Inc.",
package-lock.json
+16
-94
@@ -95,7 +95,7 @@
95
},
96
"devDependencies": {
97
"@npmcli/eslint-config": "^6.0.0",
98
- "@npmcli/template-oss": "4.30.0",
98
+ "@npmcli/template-oss": "5.0.0",
99
"tap": "^21.6.3"
100
},
101
"engines": {
@@ -133,72 +133,6 @@
133
"node": "^20.17.0 || >=22.9.0"
134
}
135
},
136
- "cli/node_modules/@npmcli/template-oss": {
137
- "version": "4.30.0",
138
- "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.30.0.tgz",
139
- "integrity": "sha512-GNp1qp/GeIeYn2A+CjPhdWX3IzySHiafzpLy3KVNg7Qmx84/0oXMQVyeAJ4N44Nm3eIk6OL5VOaExGh2+F+mdg==",
140
- "dev": true,
141
- "hasInstallScript": true,
142
- "license": "ISC",
143
- "workspaces": [
144
- "workspace/test-workspace"
145
- ],
146
- "dependencies": {
147
- "@actions/core": "^2.0.0",
148
- "@commitlint/cli": "^20.1.0",
149
- "@commitlint/config-conventional": "^20.0.0",
150
- "@isaacs/string-locale-compare": "^1.1.0",
151
- "@npmcli/arborist": "^9.1.2",
152
- "@npmcli/git": "^7.0.0",
153
- "@npmcli/map-workspaces": "^5.0.0",
154
- "@npmcli/package-json": "^7.0.0",
155
- "@octokit/rest": "^22.0.0",
156
- "dedent": "^1.5.1",
157
- "diff": "^8.0.2",
158
- "glob": "^13.0.0",
159
- "handlebars": "^4.7.7",
160
- "hosted-git-info": "^9.0.0",
161
- "ini": "^6.0.0",
162
- "json-parse-even-better-errors": "^5.0.0",
163
- "just-deep-map-values": "^1.1.1",
164
- "just-diff": "^6.0.0",
165
- "just-omit": "^2.2.0",
166
- "lodash": "^4.17.21",
167
- "minimatch": "^10.0.3",
168
- "npm-package-arg": "^13.0.0",
169
- "proc-log": "^6.0.0",
170
- "release-please": "^17.1.1",
171
- "semver": "^7.3.5",
172
- "yaml": "^2.1.1"
173
- },
174
- "bin": {
175
- "template-oss-apply": "bin/apply.js",
176
- "template-oss-check": "bin/check.js",
177
- "template-oss-release-manager": "bin/release-manager.js",
178
- "template-oss-release-please": "bin/release-please.js"
179
- },
180
- "engines": {
181
- "node": "^20.17.0 || >=22.9.0"
182
- }
183
- },
184
- "cli/node_modules/glob": {
185
- "version": "13.0.6",
186
- "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
187
- "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
188
- "dev": true,
189
- "license": "BlueOak-1.0.0",
190
- "dependencies": {
191
- "minimatch": "^10.2.2",
192
- "minipass": "^7.1.3",
193
- "path-scurry": "^2.0.2"
194
- },
195
- "engines": {
196
- "node": "18 || 20 || >=22"
197
- },
198
- "funding": {
199
- "url": "https://github.com/sponsors/isaacs"
200
- }
201
- },
136
"cli/node_modules/hosted-git-info": {
137
"version": "9.0.2",
138
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-9.0.2.tgz",
@@ -229,16 +163,6 @@
163
"node": ">=20"
164
}
165
},
232
- "cli/node_modules/json-parse-even-better-errors": {
233
- "version": "5.0.0",
234
- "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-5.0.0.tgz",
235
- "integrity": "sha512-ZF1nxZ28VhQouRWhUcVlUIN3qwSgPuswK05s/HIaoetAoE/9tngVmCHjSxmSQPav1nd+lPtTL0YZ/2AFdR/iYQ==",
236
- "dev": true,
237
- "license": "MIT",
238
- "engines": {
239
- "node": "^20.17.0 || >=22.9.0"
240
- }
241
- },
166
"cli/node_modules/lru-cache": {
167
"version": "11.2.6",
168
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz",
@@ -330,23 +254,6 @@
254
"node": "^20.17.0 || >=22.9.0"
255
}
256
},
333
- "cli/node_modules/path-scurry": {
334
- "version": "2.0.2",
335
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
336
- "integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
337
- "dev": true,
338
- "license": "BlueOak-1.0.0",
339
- "dependencies": {
340
- "lru-cache": "^11.0.0",
341
- "minipass": "^7.1.2"
342
- },
343
- "engines": {
344
- "node": "18 || 20 || >=22"
345
- },
346
- "funding": {
347
- "url": "https://github.com/sponsors/isaacs"
348
- }
349
- },
257
"cli/node_modules/tar": {
258
"version": "7.5.13",
259
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.13.tgz",
@@ -13120,6 +13027,21 @@
13027
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
13028
"license": "MIT"
13029
},
13030
+ "node_modules/body-parser/node_modules/qs": {
13031
+ "version": "6.15.1",
13032
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.1.tgz",
13033
+ "integrity": "sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg==",
13034
+ "license": "BSD-3-Clause",
13035
+ "dependencies": {
13036
+ "side-channel": "^1.1.0"
13037
+ },
13038
+ "engines": {
13039
+ "node": ">=0.6"
13040
+ },
13041
+ "funding": {
13042
+ "url": "https://github.com/sponsors/ljharb"
13043
+ }
13044
+ },
13045
"node_modules/body-parser/node_modules/statuses": {
13046
"version": "2.0.2",
13047
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",