Skip to content

Commit c3115d3

Browse files
chore(deps): bump @oclif/core from 3.27.0 to 4.0.37
Bumps [@oclif/core](https://github.com/oclif/core) from 3.27.0 to 4.0.37. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@3.27.0...4.0.37) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02386c6 commit c3115d3

File tree

3 files changed

+112
-14
lines changed

3 files changed

+112
-14
lines changed

.pnp.cjs

Lines changed: 63 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test:unit": "node --experimental-vm-modules $(yarn bin jest)"
2828
},
2929
"dependencies": {
30-
"@oclif/core": "^3.27.0",
30+
"@oclif/core": "^4.0.37",
3131
"@oclif/plugin-help": "^6.2.19",
3232
"@oclif/plugin-plugins": "^4.3.10",
3333
"@sindresorhus/is": "^6.3.1",

yarn.lock

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ __metadata:
14841484
resolution: "@mittwald/api-code-generator@workspace:packages/generator"
14851485
dependencies:
14861486
"@jest/globals": "npm:^29.7.0"
1487-
"@oclif/core": "npm:^3.27.0"
1487+
"@oclif/core": "npm:^4.0.37"
14881488
"@oclif/plugin-help": "npm:^6.2.19"
14891489
"@oclif/plugin-plugins": "npm:^4.3.10"
14901490
"@sindresorhus/is": "npm:^6.3.1"
@@ -2128,7 +2128,7 @@ __metadata:
21282128
languageName: node
21292129
linkType: hard
21302130

2131-
"@oclif/core@npm:^3.25.2, @oclif/core@npm:^3.27.0":
2131+
"@oclif/core@npm:^3.25.2":
21322132
version: 3.27.0
21332133
resolution: "@oclif/core@npm:3.27.0"
21342134
dependencies:
@@ -2189,6 +2189,32 @@ __metadata:
21892189
languageName: node
21902190
linkType: hard
21912191

2192+
"@oclif/core@npm:^4.0.37":
2193+
version: 4.0.37
2194+
resolution: "@oclif/core@npm:4.0.37"
2195+
dependencies:
2196+
ansi-escapes: "npm:^4.3.2"
2197+
ansis: "npm:^3.3.2"
2198+
clean-stack: "npm:^3.0.1"
2199+
cli-spinners: "npm:^2.9.2"
2200+
debug: "npm:^4.4.0"
2201+
ejs: "npm:^3.1.10"
2202+
get-package-type: "npm:^0.1.0"
2203+
globby: "npm:^11.1.0"
2204+
indent-string: "npm:^4.0.0"
2205+
is-wsl: "npm:^2.2.0"
2206+
lilconfig: "npm:^3.1.3"
2207+
minimatch: "npm:^9.0.5"
2208+
semver: "npm:^7.6.3"
2209+
string-width: "npm:^4.2.3"
2210+
supports-color: "npm:^8"
2211+
widest-line: "npm:^3.1.0"
2212+
wordwrap: "npm:^1.0.0"
2213+
wrap-ansi: "npm:^7.0.0"
2214+
checksum: 10/c1313de99c16d55477057d00e7be75d92240b3254aebed16b4925caff9b0ce3004db80016c240e994a65f766530889bfb878b56372cf21c604b8006883523860
2215+
languageName: node
2216+
linkType: hard
2217+
21922218
"@oclif/plugin-help@npm:^6.2.19":
21932219
version: 6.2.19
21942220
resolution: "@oclif/plugin-help@npm:6.2.19"
@@ -4729,6 +4755,18 @@ __metadata:
47294755
languageName: node
47304756
linkType: hard
47314757

4758+
"debug@npm:^4.4.0":
4759+
version: 4.4.0
4760+
resolution: "debug@npm:4.4.0"
4761+
dependencies:
4762+
ms: "npm:^2.1.3"
4763+
peerDependenciesMeta:
4764+
supports-color:
4765+
optional: true
4766+
checksum: 10/1847944c2e3c2c732514b93d11886575625686056cd765336212dc15de2d2b29612b6cd80e1afba767bb8e1803b778caf9973e98169ef1a24a7a7009e1820367
4767+
languageName: node
4768+
linkType: hard
4769+
47324770
"decamelize-keys@npm:^1.1.0":
47334771
version: 1.1.1
47344772
resolution: "decamelize-keys@npm:1.1.1"
@@ -7774,6 +7812,13 @@ __metadata:
77747812
languageName: node
77757813
linkType: hard
77767814

7815+
"lilconfig@npm:^3.1.3":
7816+
version: 3.1.3
7817+
resolution: "lilconfig@npm:3.1.3"
7818+
checksum: 10/b932ce1af94985f0efbe8896e57b1f814a48c8dbd7fc0ef8469785c6303ed29d0090af3ccad7e36b626bfca3a4dc56cc262697e9a8dd867623cf09a39d54e4c3
7819+
languageName: node
7820+
linkType: hard
7821+
77777822
"lines-and-columns@npm:2.0.3":
77787823
version: 2.0.3
77797824
resolution: "lines-and-columns@npm:2.0.3"
@@ -8597,7 +8642,7 @@ __metadata:
85978642
languageName: node
85988643
linkType: hard
85998644

8600-
"ms@npm:^2.1.2":
8645+
"ms@npm:^2.1.2, ms@npm:^2.1.3":
86018646
version: 2.1.3
86028647
resolution: "ms@npm:2.1.3"
86038648
checksum: 10/aa92de608021b242401676e35cfa5aa42dd70cbdc082b916da7fb925c542173e36bce97ea3e804923fe92c0ad991434e4a38327e15a1b5b5f945d66df615ae6d

0 commit comments

Comments
 (0)