chore: bump @npmcli/template-oss from 4.10.0 to 4.11.0 in /cli (#336)

* chore: bump @npmcli/template-oss from 4.10.0 to 4.11.0 in /cli Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.10.0 to 4.11.0. - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/template-oss/compare/v4.10.0...v4.11.0) --- updated-dependencies: - dependency-name: "@npmcli/template-oss" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: postinstall for dependabot template-oss PR * chore: template oss apply Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: npm CLI robot <npm-cli+bot@github.com> Co-authored-by: Luke Karrys <luke@lukekarrys.com>

dependabot[bot] committed Dec 11, 2022 at 15:12 UTC 04685eb52b19085c6979d1b266e4968a37921d1c
2 files changed +107 -124
cli/package.json
+1 -1
@@ -30,7 +30,7 @@
30 },
31 "devDependencies": {
32 "@npmcli/eslint-config": "^4.0.0",
33 - "@npmcli/template-oss": "4.10.0",
33 + "@npmcli/template-oss": "4.11.0",
34 "tap": "^16.3.0"
35 },
36 "author": "GitHub Inc.",
package-lock.json
+106 -123
@@ -34,7 +34,7 @@
34 },
35 "devDependencies": {
36 "@npmcli/eslint-config": "^4.0.0",
37 - "@npmcli/template-oss": "4.10.0",
37 + "@npmcli/template-oss": "4.11.0",
38 "tap": "^16.3.0"
39 },
40 "engines": {
@@ -62,6 +62,47 @@
62 "eslint-plugin-promise": "^6.0.0"
63 }
64 },
65 + "cli/node_modules/@npmcli/template-oss": {
66 + "version": "4.11.0",
67 + "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.11.0.tgz",
68 + "integrity": "sha512-nvZqRxT9AFf56Fj07v1yG9AQVOTNn82ysMVI67IzpktunKFHmZ5Tp8P/al5pPik/nYQ4AieEyh7XC2dMro4moA==",
69 + "dev": true,
70 + "hasInstallScript": true,
71 + "dependencies": {
72 + "@actions/core": "^1.9.1",
73 + "@commitlint/cli": "^17.1.1",
74 + "@commitlint/config-conventional": "^17.1.0",
75 + "@isaacs/string-locale-compare": "^1.1.0",
76 + "@npmcli/arborist": "^6.0.0",
77 + "@npmcli/git": "^4.0.0",
78 + "@npmcli/map-workspaces": "^3.0.0",
79 + "@npmcli/package-json": "^3.0.0",
80 + "@octokit/rest": "^19.0.4",
81 + "diff": "^5.0.0",
82 + "glob": "^8.0.1",
83 + "handlebars": "^4.7.7",
84 + "hosted-git-info": "^6.0.0",
85 + "ini": "^3.0.1",
86 + "json-parse-even-better-errors": "^3.0.0",
87 + "just-deep-map-values": "^1.1.1",
88 + "just-diff": "^5.0.1",
89 + "lodash": "^4.17.21",
90 + "npm-package-arg": "^10.0.0",
91 + "proc-log": "^3.0.0",
92 + "release-please": "npm:@npmcli/release-please@^14.2.6",
93 + "semver": "^7.3.5",
94 + "yaml": "^2.1.1"
95 + },
96 + "bin": {
97 + "template-oss-apply": "bin/apply.js",
98 + "template-oss-check": "bin/check.js",
99 + "template-oss-release-manager": "bin/release-manager.js",
100 + "template-oss-release-please": "bin/release-please.js"
101 + },
102 + "engines": {
103 + "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
104 + }
105 + },
106 "cli/node_modules/brace-expansion": {
107 "version": "1.1.11",
108 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -185,6 +226,25 @@
226 "node": "*"
227 }
228 },
229 + "cli/node_modules/glob": {
230 + "version": "8.0.3",
231 + "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
232 + "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==",
233 + "dev": true,
234 + "dependencies": {
235 + "fs.realpath": "^1.0.0",
236 + "inflight": "^1.0.4",
237 + "inherits": "2",
238 + "minimatch": "^5.0.1",
239 + "once": "^1.3.0"
240 + },
241 + "engines": {
242 + "node": ">=12"
243 + },
244 + "funding": {
245 + "url": "https://github.com/sponsors/isaacs"
246 + }
247 + },
248 "cli/node_modules/glob-parent": {
249 "version": "6.0.2",
250 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
@@ -4910,75 +4970,6 @@
4970 "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
4971 }
4972 },
4913 - "node_modules/@npmcli/template-oss": {
4914 - "version": "4.10.0",
4915 - "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.10.0.tgz",
4916 - "integrity": "sha512-KeC93o3umyr3FpJots5paojysrU/RL/oNVhDEYKr3O+Replidr3EgU96VmnCJwfHcMs64lz9oIYA/94A5fAC9w==",
4917 - "dev": true,
4918 - "hasInstallScript": true,
4919 - "dependencies": {
4920 - "@actions/core": "^1.9.1",
4921 - "@commitlint/cli": "^17.1.1",
4922 - "@commitlint/config-conventional": "^17.1.0",
4923 - "@isaacs/string-locale-compare": "^1.1.0",
4924 - "@npmcli/arborist": "^6.0.0",
4925 - "@npmcli/git": "^4.0.0",
4926 - "@npmcli/map-workspaces": "^3.0.0",
4927 - "@npmcli/package-json": "^3.0.0",
4928 - "@octokit/rest": "^19.0.4",
4929 - "diff": "^5.0.0",
4930 - "glob": "^8.0.1",
4931 - "handlebars": "^4.7.7",
4932 - "hosted-git-info": "^6.0.0",
4933 - "ini": "^3.0.1",
4934 - "json-parse-even-better-errors": "^3.0.0",
4935 - "just-deep-map-values": "^1.1.1",
4936 - "just-diff": "^5.0.1",
4937 - "lodash": "^4.17.21",
4938 - "npm-package-arg": "^10.0.0",
4939 - "proc-log": "^3.0.0",
4940 - "release-please": "npm:@npmcli/release-please@^14.2.6",
4941 - "semver": "^7.3.5",
4942 - "yaml": "^2.1.1"
4943 - },
4944 - "bin": {
4945 - "template-oss-apply": "bin/apply.js",
4946 - "template-oss-check": "bin/check.js",
4947 - "template-oss-release-manager": "bin/release-manager.js",
4948 - "template-oss-release-please": "bin/release-please.js"
4949 - },
4950 - "engines": {
4951 - "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
4952 - }
4953 - },
4954 - "node_modules/@npmcli/template-oss/node_modules/glob": {
4955 - "version": "8.0.3",
4956 - "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
4957 - "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==",
4958 - "dev": true,
4959 - "dependencies": {
4960 - "fs.realpath": "^1.0.0",
4961 - "inflight": "^1.0.4",
4962 - "inherits": "2",
4963 - "minimatch": "^5.0.1",
4964 - "once": "^1.3.0"
4965 - },
4966 - "engines": {
4967 - "node": ">=12"
4968 - },
4969 - "funding": {
4970 - "url": "https://github.com/sponsors/isaacs"
4971 - }
4972 - },
4973 - "node_modules/@npmcli/template-oss/node_modules/yaml": {
4974 - "version": "2.1.3",
4975 - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.3.tgz",
4976 - "integrity": "sha512-AacA8nRULjKMX2DvWvOAdBZMOfQlypSFkjcOcu9FalllIDJ1kvlREzcdIZmidQUqqeMv7jorHjq2HlLv/+c2lg==",
4977 - "dev": true,
4978 - "engines": {
4979 - "node": ">= 14"
4980 - }
4981 - },
4973 "node_modules/@octokit/auth-token": {
4974 "version": "3.0.2",
4975 "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.2.tgz",
@@ -33317,58 +33308,6 @@
33308 "which": "^3.0.0"
33309 }
33310 },
33320 - "@npmcli/template-oss": {
33321 - "version": "4.10.0",
33322 - "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.10.0.tgz",
33323 - "integrity": "sha512-KeC93o3umyr3FpJots5paojysrU/RL/oNVhDEYKr3O+Replidr3EgU96VmnCJwfHcMs64lz9oIYA/94A5fAC9w==",
33324 - "dev": true,
33325 - "requires": {
33326 - "@actions/core": "^1.9.1",
33327 - "@commitlint/cli": "^17.1.1",
33328 - "@commitlint/config-conventional": "^17.1.0",
33329 - "@isaacs/string-locale-compare": "^1.1.0",
33330 - "@npmcli/arborist": "^6.0.0",
33331 - "@npmcli/git": "^4.0.0",
33332 - "@npmcli/map-workspaces": "^3.0.0",
33333 - "@npmcli/package-json": "^3.0.0",
33334 - "@octokit/rest": "^19.0.4",
33335 - "diff": "^5.0.0",
33336 - "glob": "^8.0.1",
33337 - "handlebars": "^4.7.7",
33338 - "hosted-git-info": "^6.0.0",
33339 - "ini": "^3.0.1",
33340 - "json-parse-even-better-errors": "^3.0.0",
33341 - "just-deep-map-values": "^1.1.1",
33342 - "just-diff": "^5.0.1",
33343 - "lodash": "^4.17.21",
33344 - "npm-package-arg": "^10.0.0",
33345 - "proc-log": "^3.0.0",
33346 - "release-please": "npm:@npmcli/release-please@^14.2.6",
33347 - "semver": "^7.3.5",
33348 - "yaml": "^2.1.1"
33349 - },
33350 - "dependencies": {
33351 - "glob": {
33352 - "version": "8.0.3",
33353 - "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
33354 - "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==",
33355 - "dev": true,
33356 - "requires": {
33357 - "fs.realpath": "^1.0.0",
33358 - "inflight": "^1.0.4",
33359 - "inherits": "2",
33360 - "minimatch": "^5.0.1",
33361 - "once": "^1.3.0"
33362 - }
33363 - },
33364 - "yaml": {
33365 - "version": "2.1.3",
33366 - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.3.tgz",
33367 - "integrity": "sha512-AacA8nRULjKMX2DvWvOAdBZMOfQlypSFkjcOcu9FalllIDJ1kvlREzcdIZmidQUqqeMv7jorHjq2HlLv/+c2lg==",
33368 - "dev": true
33369 - }
33370 - }
33371 - },
33311 "@octokit/auth-token": {
33312 "version": "3.0.2",
33313 "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.2.tgz",
@@ -36877,7 +36816,7 @@
36816 "version": "file:cli",
36817 "requires": {
36818 "@npmcli/eslint-config": "^4.0.0",
36880 - "@npmcli/template-oss": "4.10.0",
36819 + "@npmcli/template-oss": "4.11.0",
36820 "@octokit/rest": "^19.0.5",
36821 "front-matter": "^4.0.2",
36822 "minimatch": "^5.1.0",
@@ -36899,6 +36838,37 @@
36838 "which": "^3.0.0"
36839 }
36840 },
36841 + "@npmcli/template-oss": {
36842 + "version": "4.11.0",
36843 + "resolved": "https://registry.npmjs.org/@npmcli/template-oss/-/template-oss-4.11.0.tgz",
36844 + "integrity": "sha512-nvZqRxT9AFf56Fj07v1yG9AQVOTNn82ysMVI67IzpktunKFHmZ5Tp8P/al5pPik/nYQ4AieEyh7XC2dMro4moA==",
36845 + "dev": true,
36846 + "requires": {
36847 + "@actions/core": "^1.9.1",
36848 + "@commitlint/cli": "^17.1.1",
36849 + "@commitlint/config-conventional": "^17.1.0",
36850 + "@isaacs/string-locale-compare": "^1.1.0",
36851 + "@npmcli/arborist": "^6.0.0",
36852 + "@npmcli/git": "^4.0.0",
36853 + "@npmcli/map-workspaces": "^3.0.0",
36854 + "@npmcli/package-json": "^3.0.0",
36855 + "@octokit/rest": "^19.0.4",
36856 + "diff": "^5.0.0",
36857 + "glob": "^8.0.1",
36858 + "handlebars": "^4.7.7",
36859 + "hosted-git-info": "^6.0.0",
36860 + "ini": "^3.0.1",
36861 + "json-parse-even-better-errors": "^3.0.0",
36862 + "just-deep-map-values": "^1.1.1",
36863 + "just-diff": "^5.0.1",
36864 + "lodash": "^4.17.21",
36865 + "npm-package-arg": "^10.0.0",
36866 + "proc-log": "^3.0.0",
36867 + "release-please": "npm:@npmcli/release-please@^14.2.6",
36868 + "semver": "^7.3.5",
36869 + "yaml": "^2.1.1"
36870 + }
36871 + },
36872 "brace-expansion": {
36873 "version": "1.1.11",
36874 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -36998,6 +36968,19 @@
36968 "dev": true,
36969 "peer": true
36970 },
36971 + "glob": {
36972 + "version": "8.0.3",
36973 + "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
36974 + "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==",
36975 + "dev": true,
36976 + "requires": {
36977 + "fs.realpath": "^1.0.0",
36978 + "inflight": "^1.0.4",
36979 + "inherits": "2",
36980 + "minimatch": "^5.0.1",
36981 + "once": "^1.3.0"
36982 + }
36983 + },
36984 "glob-parent": {
36985 "version": "6.0.2",
36986 "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",