Skip to content

Commit

Permalink
Merge pull request #85 from mittwald/dependabot/npm_and_yarn/oclif/pl…
Browse files Browse the repository at this point in the history
…ugin-update-4.1.3

Bump @oclif/plugin-update from 3.1.28 to 4.1.3
  • Loading branch information
martin-helmich authored Oct 30, 2023
2 parents 2703345 + c5b0712 commit 9e2efa5
Show file tree
Hide file tree
Showing 17 changed files with 108 additions and 51 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3354,10 +3354,10 @@ update the mw CLI

```
USAGE
$ mw update [CHANNEL] [-a] [-v <value> | -i] [--force]
$ mw update [CHANNEL] [-a] [--force] [-i | -v <value>]
FLAGS
-a, --available Install a specific version.
-a, --available See available versions.
-i, --interactive Interactively select version to install. This is ignored if a channel is provided.
-v, --version=<value> Install a specific version.
--force Force a re-download of the requested version.
Expand All @@ -3383,7 +3383,7 @@ EXAMPLES
$ mw update --available
```

_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v3.1.28/src/commands/update.ts)_
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v4.1.3/src/commands/update.ts)_

## `mw user api-token create`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@mittwald/react-use-promise": "^1.3.3",
"@oclif/core": "^3.9.1",
"@oclif/plugin-help": "^6.0.5",
"@oclif/plugin-update": "^3.1.28",
"@oclif/plugin-update": "^4.1.3",
"@oclif/plugin-warn-if-update-available": "^2.0.45",
"axios": "^1.5.0",
"chalk": "^5.3.0",
Expand Down
151 changes: 104 additions & 47 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,15 @@ __metadata:
languageName: node
linkType: hard

"@ljharb/through@npm:^2.3.9":
version: 2.3.11
resolution: "@ljharb/through@npm:2.3.11"
dependencies:
call-bind: ^1.0.2
checksum: 10502726028b8a4e0b270a2213e546821c04ed8d7fe411009a8e47497e4ae99c57eeb9ff3d13620ebdefd7c856b16fc873f27c433cad60465dc132fb4b997233
languageName: node
linkType: hard

"@mittwald/api-client-commons@npm:^4.0.0, @mittwald/api-client-commons@npm:^4.1.0":
version: 4.1.0
resolution: "@mittwald/api-client-commons@npm:4.1.0"
Expand Down Expand Up @@ -332,7 +341,7 @@ __metadata:
"@mittwald/react-use-promise": ^1.3.3
"@oclif/core": ^3.9.1
"@oclif/plugin-help": ^6.0.5
"@oclif/plugin-update": ^3.1.28
"@oclif/plugin-update": ^4.1.3
"@oclif/plugin-warn-if-update-available": ^2.0.45
"@types/chalk": ^2.2.0
"@types/copyfiles": ^2.4.1
Expand Down Expand Up @@ -670,19 +679,6 @@ __metadata:
languageName: node
linkType: hard

"@oclif/color@npm:^1.0.9":
version: 1.0.9
resolution: "@oclif/color@npm:1.0.9"
dependencies:
ansi-styles: ^4.2.1
chalk: ^4.1.0
strip-ansi: ^6.0.1
supports-color: ^8.1.1
tslib: ^2
checksum: 59e3d0c92aeb90a393e6cdcf9ea044e5f2b967ff90ec30d66849e5004e77fc48ff91e45e945e472d0d5ca0c75b58cac4ad97ee22aedf7f396c135fad8878966b
languageName: node
linkType: hard

"@oclif/core@npm:^2.15.0":
version: 2.15.0
resolution: "@oclif/core@npm:2.15.0"
Expand Down Expand Up @@ -719,7 +715,7 @@ __metadata:
languageName: node
linkType: hard

"@oclif/core@npm:^2.9.3, @oclif/core@npm:^2.9.4":
"@oclif/core@npm:^2.9.4":
version: 2.9.4
resolution: "@oclif/core@npm:2.9.4"
dependencies:
Expand Down Expand Up @@ -757,7 +753,7 @@ __metadata:
languageName: node
linkType: hard

"@oclif/core@npm:^3.0.4, @oclif/core@npm:^3.3.1, @oclif/core@npm:^3.9.1":
"@oclif/core@npm:^3.0.4, @oclif/core@npm:^3.3.1, @oclif/core@npm:^3.5.0, @oclif/core@npm:^3.9.1":
version: 3.9.1
resolution: "@oclif/core@npm:3.9.1"
dependencies:
Expand Down Expand Up @@ -819,23 +815,21 @@ __metadata:
languageName: node
linkType: hard

"@oclif/plugin-update@npm:^3.1.28":
version: 3.1.28
resolution: "@oclif/plugin-update@npm:3.1.28"
"@oclif/plugin-update@npm:^4.1.3":
version: 4.1.3
resolution: "@oclif/plugin-update@npm:4.1.3"
dependencies:
"@oclif/color": ^1.0.9
"@oclif/core": ^2.9.3
"@oclif/core": ^3.5.0
chalk: ^5
cross-spawn: ^7.0.3
debug: ^4.3.1
filesize: ^6.1.0
fs-extra: ^9.0.1
http-call: ^5.3.0
inquirer: ^8.2.5
inquirer: ^9.2.11
lodash.throttle: ^4.1.1
log-chopper: ^1.0.2
semver: ^7.5.4
tar-fs: ^2.1.1
checksum: 61afe317c4dfe03572e29cb95145a982dff16130c3625c322c9fa746c018a46c65474240efd6638efc8c734a2b16130d26ccff9ba9165fa3d3c8a27145c30934
checksum: 803be881736ca5c6e09d640fb873d9cb85d8a2be3f0592b1b6e7108ff94ca111f1d2098a5eaedc3114e5af70d27b94b717e6361b4e0c60901328903101c3aabf
languageName: node
linkType: hard

Expand Down Expand Up @@ -1850,7 +1844,7 @@ __metadata:
languageName: node
linkType: hard

"ansi-styles@npm:^4.0.0, ansi-styles@npm:^4.1.0, ansi-styles@npm:^4.2.1, ansi-styles@npm:^4.3.0":
"ansi-styles@npm:^4.0.0, ansi-styles@npm:^4.1.0, ansi-styles@npm:^4.3.0":
version: 4.3.0
resolution: "ansi-styles@npm:4.3.0"
dependencies:
Expand Down Expand Up @@ -2216,13 +2210,6 @@ __metadata:
languageName: node
linkType: hard

"byline@npm:5.x":
version: 5.0.0
resolution: "byline@npm:5.0.0"
checksum: 737ca83e8eda2976728dae62e68bc733aea095fab08db4c6f12d3cee3cf45b6f97dce45d1f6b6ff9c2c947736d10074985b4425b31ce04afa1985a4ef3d334a7
languageName: node
linkType: hard

"cacache@npm:^15.0.3, cacache@npm:^15.0.5, cacache@npm:^15.2.0":
version: 15.3.0
resolution: "cacache@npm:15.3.0"
Expand Down Expand Up @@ -2374,7 +2361,7 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:*, chalk@npm:^5.2.0, chalk@npm:^5.3.0":
"chalk@npm:*, chalk@npm:^5, chalk@npm:^5.2.0, chalk@npm:^5.3.0":
version: 5.3.0
resolution: "chalk@npm:5.3.0"
checksum: 623922e077b7d1e9dedaea6f8b9e9352921f8ae3afe739132e0e00c275971bdd331268183b2628cf4ab1727c45ea1f28d7e24ac23ce1db1eb653c414ca8a5a80
Expand Down Expand Up @@ -2563,6 +2550,13 @@ __metadata:
languageName: node
linkType: hard

"cli-width@npm:^4.1.0":
version: 4.1.0
resolution: "cli-width@npm:4.1.0"
checksum: 0a79cff2dbf89ef530bcd54c713703ba94461457b11e5634bd024c78796ed21401e32349c004995954e06f442d82609287e7aabf6a5f02c919a1cf3b9b6854ff
languageName: node
linkType: hard

"clipanion@npm:^3.2.1":
version: 3.2.1
resolution: "clipanion@npm:3.2.1"
Expand Down Expand Up @@ -3173,6 +3167,13 @@ __metadata:
languageName: node
linkType: hard

"escape-string-regexp@npm:^5.0.0":
version: 5.0.0
resolution: "escape-string-regexp@npm:5.0.0"
checksum: 20daabe197f3cb198ec28546deebcf24b3dbb1a5a269184381b3116d12f0532e06007f4bc8da25669d6a7f8efb68db0758df4cd981f57bc5b57f521a3e12c59e
languageName: node
linkType: hard

"eslint-config-prettier@npm:^9.0.0":
version: 9.0.0
resolution: "eslint-config-prettier@npm:9.0.0"
Expand Down Expand Up @@ -3464,7 +3465,7 @@ __metadata:
languageName: node
linkType: hard

"external-editor@npm:^3.0.3":
"external-editor@npm:^3.0.3, external-editor@npm:^3.1.0":
version: 3.1.0
resolution: "external-editor@npm:3.1.0"
dependencies:
Expand Down Expand Up @@ -3550,6 +3551,16 @@ __metadata:
languageName: node
linkType: hard

"figures@npm:^5.0.0":
version: 5.0.0
resolution: "figures@npm:5.0.0"
dependencies:
escape-string-regexp: ^5.0.0
is-unicode-supported: ^1.2.0
checksum: e6e8b6d1df2f554d4effae4a5ceff5d796f9449f6d4e912d74dab7d5f25916ecda6c305b9084833157d56485a0c78b37164430ddc5675bcee1330e346710669e
languageName: node
linkType: hard

"file-entry-cache@npm:^6.0.1":
version: 6.0.1
resolution: "file-entry-cache@npm:6.0.1"
Expand Down Expand Up @@ -4380,7 +4391,7 @@ __metadata:
languageName: node
linkType: hard

"inquirer@npm:^8.0.0, inquirer@npm:^8.2.5":
"inquirer@npm:^8.0.0":
version: 8.2.5
resolution: "inquirer@npm:8.2.5"
dependencies:
Expand All @@ -4403,6 +4414,29 @@ __metadata:
languageName: node
linkType: hard

"inquirer@npm:^9.2.11":
version: 9.2.11
resolution: "inquirer@npm:9.2.11"
dependencies:
"@ljharb/through": ^2.3.9
ansi-escapes: ^4.3.2
chalk: ^5.3.0
cli-cursor: ^3.1.0
cli-width: ^4.1.0
external-editor: ^3.1.0
figures: ^5.0.0
lodash: ^4.17.21
mute-stream: 1.0.0
ora: ^5.4.1
run-async: ^3.0.0
rxjs: ^7.8.1
string-width: ^4.2.3
strip-ansi: ^6.0.1
wrap-ansi: ^6.2.0
checksum: af59b422eb6005dac90f6c5e8295013d0611ac5471ff4fbf4ad3e228136e0f41db73af2d5a68e36770f9e31ac203ae1589d35c3e970acbc6110bb5df905928f9
languageName: node
linkType: hard

"interpret@npm:^1.0.0":
version: 1.4.0
resolution: "interpret@npm:1.4.0"
Expand Down Expand Up @@ -4649,6 +4683,13 @@ __metadata:
languageName: node
linkType: hard

"is-unicode-supported@npm:^1.2.0":
version: 1.3.0
resolution: "is-unicode-supported@npm:1.3.0"
checksum: 20a1fc161afafaf49243551a5ac33b6c4cf0bbcce369fcd8f2951fbdd000c30698ce320de3ee6830497310a8f41880f8066d440aa3eb0a853e2aa4836dd89abc
languageName: node
linkType: hard

"is-upper-case@npm:^2.0.2":
version: 2.0.2
resolution: "is-upper-case@npm:2.0.2"
Expand Down Expand Up @@ -5022,15 +5063,6 @@ __metadata:
languageName: node
linkType: hard

"log-chopper@npm:^1.0.2":
version: 1.0.2
resolution: "log-chopper@npm:1.0.2"
dependencies:
byline: 5.x
checksum: c5990ddaab57ee642d991f451f39fa7aeed89db94aae1e95abb8e77b50f6307d97b2f8fec72344f69726a9e40c22cdbdc09a9d14d0668fc43e0cef761debedd8
languageName: node
linkType: hard

"log-symbols@npm:^4.0.0, log-symbols@npm:^4.1.0":
version: 4.1.0
resolution: "log-symbols@npm:4.1.0"
Expand Down Expand Up @@ -5814,6 +5846,13 @@ __metadata:
languageName: node
linkType: hard

"mute-stream@npm:1.0.0":
version: 1.0.0
resolution: "mute-stream@npm:1.0.0"
checksum: 36fc968b0e9c9c63029d4f9dc63911950a3bdf55c9a87f58d3a266289b67180201cade911e7699f8b2fa596b34c9db43dad37649e3f7fdd13c3bb9edb0017ee7
languageName: node
linkType: hard

"napi-build-utils@npm:^1.0.1":
version: 1.0.2
resolution: "napi-build-utils@npm:1.0.2"
Expand Down Expand Up @@ -7403,6 +7442,13 @@ __metadata:
languageName: node
linkType: hard

"run-async@npm:^3.0.0":
version: 3.0.0
resolution: "run-async@npm:3.0.0"
checksum: 280c03d5a88603f48103fc6fd69f07fb0c392a1e0d319c34ec96a2516030e07ba06f79231a563c78698b882649c2fc1fda601bc84705f57d50efcd1fa506cfc0
languageName: node
linkType: hard

"run-parallel@npm:^1.1.9":
version: 1.2.0
resolution: "run-parallel@npm:1.2.0"
Expand All @@ -7412,7 +7458,7 @@ __metadata:
languageName: node
linkType: hard

"rxjs@npm:^7.5.5":
"rxjs@npm:^7.5.5, rxjs@npm:^7.8.1":
version: 7.8.1
resolution: "rxjs@npm:7.8.1"
dependencies:
Expand Down Expand Up @@ -8227,7 +8273,7 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.4.0, tslib@npm:^2.5.0":
"tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.4.0, tslib@npm:^2.5.0":
version: 2.6.0
resolution: "tslib@npm:2.6.0"
checksum: c01066038f950016a18106ddeca4649b4d76caa76ec5a31e2a26e10586a59fceb4ee45e96719bf6c715648e7c14085a81fee5c62f7e9ebee68e77a5396e5538f
Expand Down Expand Up @@ -8796,6 +8842,17 @@ __metadata:
languageName: node
linkType: hard

"wrap-ansi@npm:^6.2.0":
version: 6.2.0
resolution: "wrap-ansi@npm:6.2.0"
dependencies:
ansi-styles: ^4.0.0
string-width: ^4.1.0
strip-ansi: ^6.0.0
checksum: 6cd96a410161ff617b63581a08376f0cb9162375adeb7956e10c8cd397821f7eb2a6de24eb22a0b28401300bf228c86e50617cd568209b5f6775b93c97d2fe3a
languageName: node
linkType: hard

"wrap-ansi@npm:^8.1.0":
version: 8.1.0
resolution: "wrap-ansi@npm:8.1.0"
Expand Down

0 comments on commit 9e2efa5

Please sign in to comment.