Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @oclif/core from 3.26.8 to 4.0.18 #713

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@mittwald/api-client": "^4.9.0",
"@mittwald/react-use-promise": "^2.1.2",
"@oclif/core": "^3.18.1",
"@oclif/core": "^4.0.18",
"@oclif/plugin-autocomplete": "^3.0.3",
"@oclif/plugin-help": "^6.0.5",
"@oclif/plugin-update": "^4.1.3",
Expand Down
47 changes: 44 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ __metadata:
dependencies:
"@mittwald/api-client": ^4.9.0
"@mittwald/react-use-promise": ^2.1.2
"@oclif/core": ^3.18.1
"@oclif/core": ^4.0.18
"@oclif/plugin-autocomplete": ^3.0.3
"@oclif/plugin-help": ^6.0.5
"@oclif/plugin-update": ^4.1.3
Expand Down Expand Up @@ -1359,7 +1359,7 @@ __metadata:
languageName: node
linkType: hard

"@oclif/core@npm:^3.18.1, @oclif/core@npm:^3.26.6":
"@oclif/core@npm:^3.26.6":
version: 3.26.8
resolution: "@oclif/core@npm:3.26.8"
dependencies:
Expand Down Expand Up @@ -1420,6 +1420,31 @@ __metadata:
languageName: node
linkType: hard

"@oclif/core@npm:^4.0.18":
version: 4.0.18
resolution: "@oclif/core@npm:4.0.18"
dependencies:
ansi-escapes: ^4.3.2
ansis: ^3.3.2
clean-stack: ^3.0.1
cli-spinners: ^2.9.2
debug: ^4.3.5
ejs: ^3.1.10
get-package-type: ^0.1.0
globby: ^11.1.0
indent-string: ^4.0.0
is-wsl: ^2.2.0
lilconfig: ^3.1.2
minimatch: ^9.0.5
string-width: ^4.2.3
supports-color: ^8
widest-line: ^3.1.0
wordwrap: ^1.0.0
wrap-ansi: ^7.0.0
checksum: 80cd06fb4107a85e91285c714b4360dcc9c0ca21d3a82b4c0c825929403e52916afa28b1142fd950fcd940b79bd9c6d271348fe8336d5dd77a34c3aaef04c270
languageName: node
linkType: hard

"@oclif/plugin-autocomplete@npm:^3.0.3":
version: 3.1.7
resolution: "@oclif/plugin-autocomplete@npm:3.1.7"
Expand Down Expand Up @@ -3002,7 +3027,7 @@ __metadata:
languageName: node
linkType: hard

"ansis@npm:^3.3.1":
"ansis@npm:^3.3.1, ansis@npm:^3.3.2":
version: 3.3.2
resolution: "ansis@npm:3.3.2"
checksum: 6d3e8a68a93b03a1e7166cbe63cb6831780a7a9b0bc6c3bf0a33c7237d528d00558af84a54827322a85667d4b52d21f796b884f6120ec203b5ed3f9404ec0d05
Expand Down Expand Up @@ -6154,6 +6179,13 @@ __metadata:
languageName: node
linkType: hard

"lilconfig@npm:^3.1.2":
version: 3.1.2
resolution: "lilconfig@npm:3.1.2"
checksum: 4e8b83ddd1d0ad722600994e6ba5d858ddca14f0587aa6b9c8185e17548149b5e13d4d583d811e9e9323157fa8c6a527e827739794c7502b59243c58e210b8c3
languageName: node
linkType: hard

"lines-and-columns@npm:^1.1.6":
version: 1.2.4
resolution: "lines-and-columns@npm:1.2.4"
Expand Down Expand Up @@ -6710,6 +6742,15 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^9.0.5":
version: 9.0.5
resolution: "minimatch@npm:9.0.5"
dependencies:
brace-expansion: ^2.0.1
checksum: 2c035575eda1e50623c731ec6c14f65a85296268f749b9337005210bb2b34e2705f8ef1a358b188f69892286ab99dc42c8fb98a57bde55c8d81b3023c19cea28
languageName: node
linkType: hard

"minipass-collect@npm:^2.0.1":
version: 2.0.1
resolution: "minipass-collect@npm:2.0.1"
Expand Down
Loading