From 2d02713dfe12739f2d68c70412eb87007e178564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 21:53:36 -0500 Subject: [PATCH 1/8] fix(deps): bump ansis from 3.2.1 to 3.3.2 (#885) Bumps [ansis](https://github.com/webdiscus/ansis) from 3.2.1 to 3.3.2. - [Release notes](https://github.com/webdiscus/ansis/releases) - [Changelog](https://github.com/webdiscus/ansis/blob/master/CHANGELOG.md) - [Commits](https://github.com/webdiscus/ansis/commits) --- updated-dependencies: - dependency-name: ansis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ab0f508c..19a79201 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@inquirer/select": "^2.4.1", "@oclif/core": "^4", - "ansis": "^3.2.1", + "ansis": "^3.3.2", "debug": "^4.3.5", "filesize": "^6.1.0", "got": "^13", diff --git a/yarn.lock b/yarn.lock index 7afc4ece..e98123d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2363,10 +2363,10 @@ ansicolors@~0.3.2: resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979" integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg== -ansis@^3.2.0, ansis@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.1.tgz#abf2de690eb7a74fa4292edf82c7887bda5ee549" - integrity sha512-SgzY+k2aa9UqJe3jzrPZhSVzLc2XrE4/h7rk0dMCDwhCq7ipmpPZvyODoxPCms4OpMLTiBTS+Mpl4VZQ6FDitw== +ansis@^3.2.0, ansis@^3.2.1, ansis@^3.3.2: + version "3.3.2" + resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.3.2.tgz#15adc36fea112da95c74d309706e593618accac3" + integrity sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA== anymatch@~3.1.2: version "3.1.3" From 21ac29aaf8765042c4fef9e0f513e6fc423fb319 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 28 Jul 2024 03:00:14 +0000 Subject: [PATCH 2/8] chore(release): 4.4.13 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e40adff8..2a702bdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.4.13](https://github.com/oclif/plugin-update/compare/4.4.12...4.4.13) (2024-07-28) + +### Bug Fixes + +- **deps:** bump ansis from 3.2.1 to 3.3.2 ([#885](https://github.com/oclif/plugin-update/issues/885)) ([2d02713](https://github.com/oclif/plugin-update/commit/2d02713dfe12739f2d68c70412eb87007e178564)) + ## [4.4.12](https://github.com/oclif/plugin-update/compare/4.4.11...4.4.12) (2024-07-23) ### Bug Fixes diff --git a/README.md b/README.md index c333fad6..5c309d3b 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ EXAMPLES $ oclif-example update --available ``` -_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.4.12/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.4.13/src/commands/update.ts)_ diff --git a/package.json b/package.json index 19a79201..983324a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-update", - "version": "4.4.12", + "version": "4.4.13", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": { From 66746e2b43ab07480748f0bec08c768319d28de8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 00:45:18 -0500 Subject: [PATCH 3/8] chore(dev-deps): bump @types/node from 18.19.41 to 18.19.42 (#884) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.19.41 to 18.19.42. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index e98123d8..11c2e7aa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2085,9 +2085,9 @@ undici-types "~5.26.4" "@types/node@^18": - version "18.19.41" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.41.tgz#27695cf2cac63f22c202b9217c0bcf3fb192a2f0" - integrity sha512-LX84pRJ+evD2e2nrgYCHObGWkiQJ1mL+meAgbvnwk/US6vmMY7S2ygBTGV2Jw91s9vUsLSXeDEkUHZIJGLrhsg== + version "18.19.42" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.42.tgz#b54ed4752c85427906aab40917b0f7f3d724bf72" + integrity sha512-d2ZFc/3lnK2YCYhos8iaNIYu9Vfhr92nHiyJHRltXWjXUBjEE+A4I58Tdbnw4VhggSW+2j5y5gTrLs4biNnubg== dependencies: undici-types "~5.26.4" From 5562ceaa78717198d3c8d2c5a653bef98f99dbac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 03:45:16 -0500 Subject: [PATCH 4/8] fix(deps): bump debug from 4.3.5 to 4.3.6 (#883) Bumps [debug](https://github.com/debug-js/debug) from 4.3.5 to 4.3.6. - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](https://github.com/debug-js/debug/compare/4.3.5...4.3.6) --- updated-dependencies: - dependency-name: debug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 983324a6..8a739252 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@inquirer/select": "^2.4.1", "@oclif/core": "^4", "ansis": "^3.3.2", - "debug": "^4.3.5", + "debug": "^4.3.6", "filesize": "^6.1.0", "got": "^13", "semver": "^7.6.3", diff --git a/yarn.lock b/yarn.lock index 11c2e7aa..1935eec6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3022,10 +3022,10 @@ debug@^3.2.7: dependencies: ms "^2.1.1" -debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@~4.3.4: - version "4.3.5" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e" - integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg== +debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@~4.3.4: + version "4.3.6" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b" + integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg== dependencies: ms "2.1.2" From 252150df862f5b574092c175a2003942a968cca0 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 28 Jul 2024 08:45:58 +0000 Subject: [PATCH 5/8] chore(release): 4.4.14 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a702bdb..05e763bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.4.14](https://github.com/oclif/plugin-update/compare/4.4.13...4.4.14) (2024-07-28) + +### Bug Fixes + +- **deps:** bump debug from 4.3.5 to 4.3.6 ([#883](https://github.com/oclif/plugin-update/issues/883)) ([5562cea](https://github.com/oclif/plugin-update/commit/5562ceaa78717198d3c8d2c5a653bef98f99dbac)) + ## [4.4.13](https://github.com/oclif/plugin-update/compare/4.4.12...4.4.13) (2024-07-28) ### Bug Fixes diff --git a/README.md b/README.md index 5c309d3b..818f6c8e 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ EXAMPLES $ oclif-example update --available ``` -_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.4.13/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.4.14/src/commands/update.ts)_ diff --git a/package.json b/package.json index 8a739252..f4d06b4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-update", - "version": "4.4.13", + "version": "4.4.14", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": { From b5a1ba66424c7cda4ca6306b06b45f9bed1fd23b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 06:45:24 -0500 Subject: [PATCH 6/8] fix(deps): bump @inquirer/select from 2.4.1 to 2.4.2 (#882) Bumps [@inquirer/select](https://github.com/SBoudrias/Inquirer.js) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/select@2.4.1...@inquirer/select@2.4.2) --- updated-dependencies: - dependency-name: "@inquirer/select" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 42 +++++++++++++++++++++--------------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index f4d06b4f..a563a03c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": { - "@inquirer/select": "^2.4.1", + "@inquirer/select": "^2.4.2", "@oclif/core": "^4", "ansis": "^3.3.2", "debug": "^4.3.6", diff --git a/yarn.lock b/yarn.lock index 1935eec6..f4c2b87b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1141,13 +1141,13 @@ "@inquirer/core" "^9.0.4" "@inquirer/type" "^1.5.0" -"@inquirer/core@^9.0.4": - version "9.0.4" - resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.4.tgz#0de0b5aadba012f691d2e0aef5c6ccdf9e9e8992" - integrity sha512-46LaWACIctSfVKTu71ziFlqO8SVLhWGSxvaHpf0frfDTphSSpIfeNo5ZH/kJPHYJw4VgPGf/9c3zJN/FnCdaIQ== +"@inquirer/core@^9.0.4", "@inquirer/core@^9.0.5": + version "9.0.5" + resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.5.tgz#b5e14d80e87419231981f48fa86f63d15cb8805b" + integrity sha512-QWG41I7vn62O9stYKg/juKXt1PEbr/4ZZCPb4KgXDQGwgA9M5NBTQ7FnOvT1ridbxkm/wTxLCNraUs7y47pIRQ== dependencies: - "@inquirer/figures" "^1.0.4" - "@inquirer/type" "^1.5.0" + "@inquirer/figures" "^1.0.5" + "@inquirer/type" "^1.5.1" "@types/mute-stream" "^0.0.4" "@types/node" "^20.14.11" "@types/wrap-ansi" "^3.0.0" @@ -1160,10 +1160,10 @@ wrap-ansi "^6.2.0" yoctocolors-cjs "^2.1.2" -"@inquirer/figures@^1.0.4": - version "1.0.4" - resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.4.tgz#a54dab6e205636a881ece0f1017efff6d6174d6e" - integrity sha512-R7Gsg6elpuqdn55fBH2y9oYzrU/yKrSmIsDX4ROT51vohrECFzTf2zw9BfUbOW8xjfmM2QbVoVYdTwhrtEKWSQ== +"@inquirer/figures@^1.0.5": + version "1.0.5" + resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.5.tgz#57f9a996d64d3e3345d2a3ca04d36912e94f8790" + integrity sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA== "@inquirer/input@^2.2.1": version "2.2.3" @@ -1173,21 +1173,21 @@ "@inquirer/core" "^9.0.4" "@inquirer/type" "^1.5.0" -"@inquirer/select@^2.3.10", "@inquirer/select@^2.4.1": - version "2.4.1" - resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.4.1.tgz#385cf2c62a402303d9ea214c358f60364f0ad12c" - integrity sha512-m15ZwV2E2QDy0VbO/BRkVZ6TX6chYU+7K7//R47c3/Xai1d2AESHy4U88G7uq2mR1atl/p4HvMClKASNJvUDRg== +"@inquirer/select@^2.3.10", "@inquirer/select@^2.4.2": + version "2.4.2" + resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.4.2.tgz#d76a7a4ced94ddf195942133cc40e63f92d97035" + integrity sha512-r78JlgShqRxyAtBDeBHSDtfrOhSQwm2ecWGGaxe7kD9JwgL3UN563G1ncVRYdsWD7/tigflcskfipVeoDLhLJg== dependencies: - "@inquirer/core" "^9.0.4" - "@inquirer/figures" "^1.0.4" - "@inquirer/type" "^1.5.0" + "@inquirer/core" "^9.0.5" + "@inquirer/figures" "^1.0.5" + "@inquirer/type" "^1.5.1" ansi-escapes "^4.3.2" yoctocolors-cjs "^2.1.2" -"@inquirer/type@^1.5.0": - version "1.5.0" - resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.0.tgz#0890e6286281b3f118632e6f7c47c0ccb9b29ee3" - integrity sha512-L/UdayX9Z1lLN+itoTKqJ/X4DX5DaWu2Sruwt4XgZzMNv32x4qllbzMX4MbJlz0yxAQtU19UvABGOjmdq1u3qA== +"@inquirer/type@^1.5.0", "@inquirer/type@^1.5.1": + version "1.5.1" + resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.1.tgz#cdd36732e38ea5d2b1a4336aada65ebe7d2765e0" + integrity sha512-m3YgGQlKNS0BM+8AFiJkCsTqHEFCWn6s/Rqye3mYwvqY6LdfUv12eSwbsgNzrYyrLXiy7IrrjDLPysaSBwEfhw== dependencies: mute-stream "^1.0.0" From 1acc896a14eb4f793ce10605860f97712e2a7c84 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 28 Jul 2024 11:46:05 +0000 Subject: [PATCH 7/8] chore(release): 4.4.15 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e763bc..ac49416d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.4.15](https://github.com/oclif/plugin-update/compare/4.4.14...4.4.15) (2024-07-28) + +### Bug Fixes + +- **deps:** bump @inquirer/select from 2.4.1 to 2.4.2 ([#882](https://github.com/oclif/plugin-update/issues/882)) ([b5a1ba6](https://github.com/oclif/plugin-update/commit/b5a1ba66424c7cda4ca6306b06b45f9bed1fd23b)) + ## [4.4.14](https://github.com/oclif/plugin-update/compare/4.4.13...4.4.14) (2024-07-28) ### Bug Fixes diff --git a/README.md b/README.md index 818f6c8e..d3bbfe6a 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ EXAMPLES $ oclif-example update --available ``` -_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.4.14/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.4.15/src/commands/update.ts)_ diff --git a/package.json b/package.json index a563a03c..f0aa2f0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-update", - "version": "4.4.14", + "version": "4.4.15", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": { From 30364f03e5fcdd2becd102760a44e91e982d3551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 21:52:38 -0500 Subject: [PATCH 8/8] chore(dev-deps): bump @oclif/plugin-help from 6.2.6 to 6.2.7 (#881) Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 6.2.6 to 6.2.7. - [Release notes](https://github.com/oclif/plugin-help/releases) - [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-help/compare/6.2.6...6.2.7) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index f4c2b87b..5ce43360 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1288,9 +1288,9 @@ wrap-ansi "^7.0.0" "@oclif/plugin-help@^6", "@oclif/plugin-help@^6.2.2": - version "6.2.6" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.6.tgz#6720ff2f5b5f269300c386b3766da570873c20fd" - integrity sha512-0+9xlMkQK1Y7BmLDx9i3uIPlK8KleFP0ITpv6rGlqgc66HxdQFh5CY4TxcomxR5XL8S6YLCUY3f/iKkaZcdZNw== + version "6.2.7" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.7.tgz#d046b19ff51c13151c04fc55be686bf3022dea34" + integrity sha512-gwrCZW0EjbMe6iIXrkXWpIcfoqo+uMvWRudV3nkwa7ARL2U2GWy8RQ3+bqXvqByauRUcbgv3D6+38lSWqmMwtA== dependencies: "@oclif/core" "^4"