Skip to content

Commit 7c821d3

Browse files
chore(deps): bump @oclif/core from 3.27.0 to 4.2.7
Bumps [@oclif/core](https://github.com/oclif/core) from 3.27.0 to 4.2.7. - [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.2.7) --- 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 15b3928 commit 7c821d3

3 files changed

Lines changed: 126 additions & 14 deletions

File tree

.pnp.cjs

Lines changed: 70 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.2.7",
3131
"@oclif/plugin-help": "^6.2.19",
3232
"@oclif/plugin-plugins": "^4.3.10",
3333
"@sindresorhus/is": "^6.3.1",

yarn.lock

Lines changed: 55 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.2.7"
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.2.7":
2193+
version: 4.2.7
2194+
resolution: "@oclif/core@npm:4.2.7"
2195+
dependencies:
2196+
ansi-escapes: "npm:^4.3.2"
2197+
ansis: "npm:^3.14.0"
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/fbb0aa7717018cc7efb5a115bad51647ef42f7583196d1d196d90b0f9e0448573745f9b28eb8d7ac16377d64ca92d7ae5b6d0a1a869ee298ceecb6124441b2d3
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"
@@ -3537,6 +3563,13 @@ __metadata:
35373563
languageName: node
35383564
linkType: hard
35393565

3566+
"ansis@npm:^3.14.0":
3567+
version: 3.15.0
3568+
resolution: "ansis@npm:3.15.0"
3569+
checksum: 10/f9517e855789b2c8cc1f442d36499e8238e6dbf4b6bc6cc27d2826050749253d758f633aaec122a5f39a0e00c3753c1ebe6e47f7daa3f45f339bbbbbebc7fbfd
3570+
languageName: node
3571+
linkType: hard
3572+
35403573
"ansis@npm:^3.3.2":
35413574
version: 3.3.2
35423575
resolution: "ansis@npm:3.3.2"
@@ -4729,6 +4762,18 @@ __metadata:
47294762
languageName: node
47304763
linkType: hard
47314764

4765+
"debug@npm:^4.4.0":
4766+
version: 4.4.0
4767+
resolution: "debug@npm:4.4.0"
4768+
dependencies:
4769+
ms: "npm:^2.1.3"
4770+
peerDependenciesMeta:
4771+
supports-color:
4772+
optional: true
4773+
checksum: 10/1847944c2e3c2c732514b93d11886575625686056cd765336212dc15de2d2b29612b6cd80e1afba767bb8e1803b778caf9973e98169ef1a24a7a7009e1820367
4774+
languageName: node
4775+
linkType: hard
4776+
47324777
"decamelize-keys@npm:^1.1.0":
47334778
version: 1.1.1
47344779
resolution: "decamelize-keys@npm:1.1.1"
@@ -7774,6 +7819,13 @@ __metadata:
77747819
languageName: node
77757820
linkType: hard
77767821

7822+
"lilconfig@npm:^3.1.3":
7823+
version: 3.1.3
7824+
resolution: "lilconfig@npm:3.1.3"
7825+
checksum: 10/b932ce1af94985f0efbe8896e57b1f814a48c8dbd7fc0ef8469785c6303ed29d0090af3ccad7e36b626bfca3a4dc56cc262697e9a8dd867623cf09a39d54e4c3
7826+
languageName: node
7827+
linkType: hard
7828+
77777829
"lines-and-columns@npm:2.0.3":
77787830
version: 2.0.3
77797831
resolution: "lines-and-columns@npm:2.0.3"
@@ -8597,7 +8649,7 @@ __metadata:
85978649
languageName: node
85988650
linkType: hard
85998651

8600-
"ms@npm:^2.1.2":
8652+
"ms@npm:^2.1.2, ms@npm:^2.1.3":
86018653
version: 2.1.3
86028654
resolution: "ms@npm:2.1.3"
86038655
checksum: 10/aa92de608021b242401676e35cfa5aa42dd70cbdc082b916da7fb925c542173e36bce97ea3e804923fe92c0ad991434e4a38327e15a1b5b5f945d66df615ae6d

0 commit comments

Comments
 (0)