diff --git a/.yarn/cache/@oclif-core-npm-5.0.0-e8a9afd92c-776f015f0c.zip b/.yarn/cache/@oclif-core-npm-5.0.0-e8a9afd92c-776f015f0c.zip new file mode 100644 index 000000000..18aa1a57f Binary files /dev/null and b/.yarn/cache/@oclif-core-npm-5.0.0-e8a9afd92c-776f015f0c.zip differ diff --git a/.yarn/cache/@oclif-plugin-autocomplete-npm-3.3.0-463be48432-4780089f45.zip b/.yarn/cache/@oclif-plugin-autocomplete-npm-4.0.0-ef55b5fb47-ab1ab685bf.zip similarity index 84% rename from .yarn/cache/@oclif-plugin-autocomplete-npm-3.3.0-463be48432-4780089f45.zip rename to .yarn/cache/@oclif-plugin-autocomplete-npm-4.0.0-ef55b5fb47-ab1ab685bf.zip index b778f400f..26cdb6ecb 100644 Binary files a/.yarn/cache/@oclif-plugin-autocomplete-npm-3.3.0-463be48432-4780089f45.zip and b/.yarn/cache/@oclif-plugin-autocomplete-npm-4.0.0-ef55b5fb47-ab1ab685bf.zip differ diff --git a/.yarn/cache/@oclif-plugin-help-npm-7.0.0-ce3e5850cd-2929394dc1.zip b/.yarn/cache/@oclif-plugin-help-npm-7.0.0-ce3e5850cd-2929394dc1.zip new file mode 100644 index 000000000..decc46d27 Binary files /dev/null and b/.yarn/cache/@oclif-plugin-help-npm-7.0.0-ce3e5850cd-2929394dc1.zip differ diff --git a/.yarn/cache/@oclif-plugin-update-npm-4.8.0-08b4acc783-5511e1b5e6.zip b/.yarn/cache/@oclif-plugin-update-npm-5.0.0-400502b64c-c15a84c893.zip similarity index 79% rename from .yarn/cache/@oclif-plugin-update-npm-4.8.0-08b4acc783-5511e1b5e6.zip rename to .yarn/cache/@oclif-plugin-update-npm-5.0.0-400502b64c-c15a84c893.zip index 39505c05e..3fd894b2c 100644 Binary files a/.yarn/cache/@oclif-plugin-update-npm-4.8.0-08b4acc783-5511e1b5e6.zip and b/.yarn/cache/@oclif-plugin-update-npm-5.0.0-400502b64c-c15a84c893.zip differ diff --git a/.yarn/cache/@oclif-plugin-warn-if-update-available-npm-4.0.0-0840b35695-b0f735b3aa.zip b/.yarn/cache/@oclif-plugin-warn-if-update-available-npm-4.0.0-0840b35695-b0f735b3aa.zip new file mode 100644 index 000000000..6c14a414e Binary files /dev/null and b/.yarn/cache/@oclif-plugin-warn-if-update-available-npm-4.0.0-0840b35695-b0f735b3aa.zip differ diff --git a/.yarn/cache/@oclif-table-npm-0.5.9-4d8ec49ccc-56a7e2bc99.zip b/.yarn/cache/@oclif-table-npm-0.5.9-4d8ec49ccc-56a7e2bc99.zip deleted file mode 100644 index 8a37bf937..000000000 Binary files a/.yarn/cache/@oclif-table-npm-0.5.9-4d8ec49ccc-56a7e2bc99.zip and /dev/null differ diff --git a/.yarn/cache/@oclif-table-npm-1.0.0-ac1d0a8826-f1d280f338.zip b/.yarn/cache/@oclif-table-npm-1.0.0-ac1d0a8826-f1d280f338.zip new file mode 100644 index 000000000..9585896b8 Binary files /dev/null and b/.yarn/cache/@oclif-table-npm-1.0.0-ac1d0a8826-f1d280f338.zip differ diff --git a/docs/autocomplete.md b/docs/autocomplete.md index fe3ad7bc6..dab9feade 100644 --- a/docs/autocomplete.md +++ b/docs/autocomplete.md @@ -34,4 +34,4 @@ EXAMPLES $ mw autocomplete --refresh-cache ``` -_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.3.0/src/commands/autocomplete/index.ts)_ +_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v4.0.0/src/commands/autocomplete/index.ts)_ diff --git a/docs/help.md b/docs/help.md index 71b91a38e..af8d1b93f 100644 --- a/docs/help.md +++ b/docs/help.md @@ -23,4 +23,4 @@ DESCRIPTION Display help for mw. ``` -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.3.0/src/commands/help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/7.0.0/src/commands/help.ts)_ diff --git a/docs/update.md b/docs/update.md index 048fef5cd..1c2f9babb 100644 --- a/docs/update.md +++ b/docs/update.md @@ -41,4 +41,4 @@ EXAMPLES $ mw update --available ``` -_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.8.0/src/commands/update.ts)_ +_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/5.0.0/src/commands/update.ts)_ diff --git a/package.json b/package.json index a38d54de5..9d58341fc 100644 --- a/package.json +++ b/package.json @@ -50,10 +50,10 @@ "@mittwald/container-deploy": "^1.3.0", "@mittwald/react-use-promise": "^2.6.0", "@oclif/core": "^4.0.18", - "@oclif/plugin-autocomplete": "^3.0.3", - "@oclif/plugin-help": "^6.0.5", - "@oclif/plugin-update": "^4.1.3", - "@oclif/plugin-warn-if-update-available": "^3.0.2", + "@oclif/plugin-autocomplete": "^4.0.0", + "@oclif/plugin-help": "^7.0.0", + "@oclif/plugin-update": "^5.0.0", + "@oclif/plugin-warn-if-update-available": "^4.0.0", "axios-retry": "^4.0.0", "chalk": "^6.0.0", "date-fns": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 5ed27086c..ba2f7f043 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1940,10 +1940,10 @@ __metadata: "@mittwald/container-deploy": ^1.3.0 "@mittwald/react-use-promise": ^2.6.0 "@oclif/core": ^4.0.18 - "@oclif/plugin-autocomplete": ^3.0.3 - "@oclif/plugin-help": ^6.0.5 - "@oclif/plugin-update": ^4.1.3 - "@oclif/plugin-warn-if-update-available": ^3.0.2 + "@oclif/plugin-autocomplete": ^4.0.0 + "@oclif/plugin-help": ^7.0.0 + "@oclif/plugin-update": ^5.0.0 + "@oclif/plugin-warn-if-update-available": ^4.0.0 "@oclif/test": ^4.0.4 "@types/js-yaml": ^4.0.9 "@types/node": ^26.0.0 @@ -2324,19 +2324,45 @@ __metadata: languageName: node linkType: hard -"@oclif/plugin-autocomplete@npm:^3.0.3": - version: 3.3.0 - resolution: "@oclif/plugin-autocomplete@npm:3.3.0" +"@oclif/core@npm:^5.0.0": + version: 5.0.0 + resolution: "@oclif/core@npm:5.0.0" dependencies: - "@oclif/core": ^4 + ansi-escapes: ^4.3.2 + ansis: ^3.17.0 + clean-stack: ^3.0.1 + cli-spinners: ^2.9.2 + debug: ^4.4.3 + ejs: ^6 + get-package-type: ^0.1.0 + indent-string: ^4.0.0 + lilconfig: ^3.1.3 + minimatch: ^10.2.5 + semver: ^7.8.1 + string-width: ^4.2.3 + supports-color: ^8 + tinyglobby: ^0.2.17 + widest-line: ^3.1.0 + wordwrap: ^1.0.0 + wrap-ansi: ^7.0.0 + wsl-utils: ^0.4.0 + checksum: 776f015f0ccc0ab3a011c6eb4f9eb3c85d1200d48af6ae198f24aa8decf339a151064262d1fed9e39065c77810fa9112f137697dac7b8809d439021d8499dada + languageName: node + linkType: hard + +"@oclif/plugin-autocomplete@npm:^4.0.0": + version: 4.0.0 + resolution: "@oclif/plugin-autocomplete@npm:4.0.0" + dependencies: + "@oclif/core": ^5.0.0 ansis: ^3.16.0 debug: ^4.4.1 ejs: ^3.1.10 - checksum: 4780089f45d02ac0d0a1fa59c7de8372d7a55acfc8815effb97b388fdb19351e742074fb37b7342fcd553ee3fe88c7c5d0d7b8e9954d076bf1d713fcbdb45a4d + checksum: ab1ab685bf9d771762aff66ae10402ce0f3eeddcdb913554422f7a28e12337a308ac4dfa7e5d780fc54c152ba21bbaac646ca7289a3ee41a19ff2de8ae8e0a8e languageName: node linkType: hard -"@oclif/plugin-help@npm:^6.0.5, @oclif/plugin-help@npm:^6.2.53": +"@oclif/plugin-help@npm:^6.2.53": version: 6.3.0 resolution: "@oclif/plugin-help@npm:6.3.0" dependencies: @@ -2345,6 +2371,15 @@ __metadata: languageName: node linkType: hard +"@oclif/plugin-help@npm:^7.0.0": + version: 7.0.0 + resolution: "@oclif/plugin-help@npm:7.0.0" + dependencies: + "@oclif/core": ^5.0.0 + checksum: 2929394dc138d248bf93ae5feb70fbce44bee2b634602f25bdced5a093abd66437acb78f11a348b0b48e95f9b7bf8a3372181c3708066d8683f1501fbcdd290f + languageName: node + linkType: hard + "@oclif/plugin-not-found@npm:^3.2.93": version: 3.3.0 resolution: "@oclif/plugin-not-found@npm:3.3.0" @@ -2357,13 +2392,13 @@ __metadata: languageName: node linkType: hard -"@oclif/plugin-update@npm:^4.1.3": - version: 4.8.0 - resolution: "@oclif/plugin-update@npm:4.8.0" +"@oclif/plugin-update@npm:^5.0.0": + version: 5.0.0 + resolution: "@oclif/plugin-update@npm:5.0.0" dependencies: "@inquirer/select": ^2.5.0 - "@oclif/core": ^4 - "@oclif/table": ^0.5.9 + "@oclif/core": ^5.0.0 + "@oclif/table": ^1.0.0 ansis: ^3.17.0 debug: ^4.4.1 filesize: ^6.1.0 @@ -2371,11 +2406,11 @@ __metadata: proxy-agent: ^6.5.0 semver: ^7.8.5 tar-fs: ^2.1.5 - checksum: 5511e1b5e635c2d5ad1eff1da3e4dde975e542803b8b276cac2104fa00e2eb22d31641b0e9d6f666f652864871883c38e311a7f22773f40e48fb4f0dbf96376c + checksum: c15a84c8933de87157c1d5d16b36e7491124bdef57e5aa39d1ea5e155cbab3cd14268158396cf10a4e04779b92cf985c1b5161e86217d5b1ced56d1ca2ceaffa languageName: node linkType: hard -"@oclif/plugin-warn-if-update-available@npm:^3.0.2, @oclif/plugin-warn-if-update-available@npm:^3.1.73": +"@oclif/plugin-warn-if-update-available@npm:^3.1.73": version: 3.2.0 resolution: "@oclif/plugin-warn-if-update-available@npm:3.2.0" dependencies: @@ -2389,9 +2424,23 @@ __metadata: languageName: node linkType: hard -"@oclif/table@npm:^0.5.9": - version: 0.5.9 - resolution: "@oclif/table@npm:0.5.9" +"@oclif/plugin-warn-if-update-available@npm:^4.0.0": + version: 4.0.0 + resolution: "@oclif/plugin-warn-if-update-available@npm:4.0.0" + dependencies: + "@oclif/core": ^5.0.0 + ansis: ^3.17.0 + debug: ^4.4.3 + http-call: ^5.2.2 + lodash: ^4.18.1 + registry-auth-token: ^5.1.1 + checksum: b0f735b3aa837bb540fc42540df3ed060f1f51e9506350e4b37ae02cadd297583abfc511e802c3086978ff0e81d7b5e0b59aa2a36b4cd67b2dd56a34b1dfa5f1 + languageName: node + linkType: hard + +"@oclif/table@npm:^1.0.0": + version: 1.0.0 + resolution: "@oclif/table@npm:1.0.0" dependencies: "@types/react": ^18.3.12 change-case: ^5.4.4 @@ -2403,7 +2452,7 @@ __metadata: string-width: ^8.2.1 strip-ansi: ^7.2.0 wrap-ansi: ^9.0.2 - checksum: 56a7e2bc99a04ffffe75da7bbc58b11c7f954b866606b2af6a807f64ecf9d116489b332fcb0d557de0786125f7e7c61dc8c807ac99c4b8e7bcbf0d6962126ea2 + checksum: f1d280f338439cac768d7fc42812042febb4a8855aa1821a928f20c57fe8df40047e287940e4a6ddaa12e254bc66c3bedf87e11c7ea3adf6287dcb58670d703d languageName: node linkType: hard