From 417711741ee65ce378fba8ef89a6e7e497a7c095 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 25 Aug 2026 02:30:31 +0000 Subject: [PATCH] chore(release): bump to 2.150.5 --- README.md | 94 ++++++++++++++++++++++++++-------------------------- package.json | 18 +++++----- yarn.lock | 74 ++++++++++++++++++++--------------------- 3 files changed, 93 insertions(+), 93 deletions(-) diff --git a/README.md b/README.md index 7c08528e..1a90ecdf 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/2.150.4 linux-x64 node-v24.19.0 +@salesforce/cli/2.150.5 linux-x64 node-v24.19.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -302,7 +302,7 @@ ERROR CODES ActivationFailed (4) Failed to activate the agent due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/activate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/activate.ts)_ ## `sf agent adl create` @@ -374,7 +374,7 @@ EXAMPLES --source-type retriever --retriever-id 0ppXX0000000001 ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/adl/create.ts)_ ## `sf agent adl delete` @@ -405,7 +405,7 @@ EXAMPLES $ sf agent adl delete --library-id 1JDSG000007IbWX4A0 --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/delete.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/adl/delete.ts)_ ## `sf agent adl file add` @@ -447,7 +447,7 @@ EXAMPLES $ sf agent adl file add -i 1JDSG000007IbWX4A0 --path ./docs/guide.pdf --path ./docs/faq.txt --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/file/add.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/adl/file/add.ts)_ ## `sf agent adl file delete` @@ -480,7 +480,7 @@ EXAMPLES $ sf agent adl file delete --library-id 1JDSG000007IbWX4A0 --file-id a1B2C3D4E5F6G7H8I9 --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/file/delete.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/adl/file/delete.ts)_ ## `sf agent adl file list` @@ -520,7 +520,7 @@ EXAMPLES $ sf agent adl file list --library-id 1JDSG000007IbWX4A0 --target-org myOrg --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/file/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/adl/file/list.ts)_ ## `sf agent adl get` @@ -551,7 +551,7 @@ EXAMPLES $ sf agent adl get --library-id 1JDSG000007IbWX4A0 --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/get.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/adl/get.ts)_ ## `sf agent adl list` @@ -588,7 +588,7 @@ EXAMPLES $ sf agent adl list --target-org myOrg --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/adl/list.ts)_ ## `sf agent adl status` @@ -623,7 +623,7 @@ EXAMPLES $ sf agent adl status --library-id 1JDSG000007IbWX4A0 --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/status.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/adl/status.ts)_ ## `sf agent adl update` @@ -678,7 +678,7 @@ EXAMPLES $ sf agent adl update --library-id 1JDSG000007IbWX4A0 --restrict-to-public-articles --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/update.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/adl/update.ts)_ ## `sf agent adl upload` @@ -725,7 +725,7 @@ EXAMPLES $ sf agent adl upload --library-id 1JDSG000007IbWX4A0 --file ./docs/guide.pdf --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/upload.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/adl/upload.ts)_ ## `sf agent create` @@ -792,7 +792,7 @@ EXAMPLES $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/create.ts)_ ## `sf agent deactivate` @@ -841,7 +841,7 @@ ERROR CODES DeactivationFailed (4) Failed to deactivate the agent due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/deactivate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/deactivate.ts)_ ## `sf agent generate agent-spec` @@ -948,7 +948,7 @@ EXAMPLES $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/generate/agent-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/generate/agent-spec.ts)_ ## `sf agent generate authoring-bundle` @@ -1025,7 +1025,7 @@ EXAMPLES other-package-dir/main/default --target-org my-dev-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/generate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/generate/authoring-bundle.ts)_ ## `sf agent generate template` @@ -1087,7 +1087,7 @@ EXAMPLES my-package --source-org my-scratch-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/generate/template.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/generate/template.ts)_ ## `sf agent generate test-spec` @@ -1176,7 +1176,7 @@ FLAG DESCRIPTIONS metadata. 'testing-center' uses AiEvaluationDefinition metadata. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/generate/test-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/generate/test-spec.ts)_ ## `sf agent mcp asset list` @@ -1212,7 +1212,7 @@ EXAMPLES $ sf agent mcp asset list --target-org myOrg --mcp-server-id 0XSxx0000000001 --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/asset/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/mcp/asset/list.ts)_ ## `sf agent mcp asset replace` @@ -1261,7 +1261,7 @@ EXAMPLES cat assets.json | sf agent mcp asset replace --mcp-server-id 0XSxx0000000001 --assets - --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/asset/replace.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/mcp/asset/replace.ts)_ ## `sf agent mcp create` @@ -1309,7 +1309,7 @@ EXAMPLES cat secret.txt | sf agent mcp create --name myServer --server-url https://mcp.example.com --auth-type OAUTH --identity-provider myIdp --client-id abc123 --client-secret - --scope "read write" --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/mcp/create.ts)_ ## `sf agent mcp delete` @@ -1347,7 +1347,7 @@ EXAMPLES $ sf agent mcp delete --mcp-server-id 0XSxx0000000001 --target-org myOrg --no-prompt ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/delete.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/mcp/delete.ts)_ ## `sf agent mcp fetch` @@ -1384,7 +1384,7 @@ EXAMPLES $ sf agent mcp fetch --target-org myOrg --mcp-server-id 0XSxx0000000001 --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/fetch.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/mcp/fetch.ts)_ ## `sf agent mcp get` @@ -1420,7 +1420,7 @@ EXAMPLES $ sf agent mcp get --target-org myOrg --mcp-server-id 0Mx000000000001 --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/get.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/mcp/get.ts)_ ## `sf agent mcp list` @@ -1462,7 +1462,7 @@ EXAMPLES $ sf agent mcp list --target-org myOrg --type EXTERNAL --status ACTIVE --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/mcp/list.ts)_ ## `sf agent mcp update` @@ -1513,7 +1513,7 @@ EXAMPLES cat secret.txt | sf agent mcp update --mcp-server-id 0XSxx0000000001 --server-url https://mcp.example.com --auth-type OAUTH --identity-provider MyIdp --client-id abc --client-secret - --scope "read write" --target-org myOrg --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/update.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/mcp/update.ts)_ ## `sf agent preview` @@ -1608,7 +1608,7 @@ FLAG DESCRIPTIONS will see null. (3) Type defaults to Text. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/preview.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/preview.ts)_ ## `sf agent preview end` @@ -1692,7 +1692,7 @@ ERROR CODES SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/preview/end.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/preview/end.ts)_ ## `sf agent preview send` @@ -1759,7 +1759,7 @@ ERROR CODES SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/preview/send.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/preview/send.ts)_ ## `sf agent preview sessions` @@ -1795,7 +1795,7 @@ ERROR CODES Succeeded (0) Sessions listed successfully (or empty list if no active sessions). ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/preview/sessions.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/preview/sessions.ts)_ ## `sf agent preview start` @@ -1893,7 +1893,7 @@ ERROR CODES PreviewStartFailed (4) Preview session failed to start due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/preview/start.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/preview/start.ts)_ ## `sf agent publish authoring-bundle` @@ -1957,7 +1957,7 @@ ERROR CODES Failed (1) Compilation errors found in the Agent Script file. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/publish/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/publish/authoring-bundle.ts)_ ## `sf agent test create` @@ -2038,7 +2038,7 @@ ERROR CODES DeploymentFailed (4) Deployment failed due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/test/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/test/create.ts)_ ## `sf agent test list` @@ -2080,7 +2080,7 @@ ERROR CODES Failed (4) Failed to retrieve agent tests due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/test/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/test/list.ts)_ ## `sf agent test results` @@ -2164,7 +2164,7 @@ ERROR CODES Failed (4) Failed to retrieve results due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/test/results.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/test/results.ts)_ ## `sf agent test resume` @@ -2257,7 +2257,7 @@ ERROR CODES OperationFailed (4) Failed to poll test due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/test/resume.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/test/resume.ts)_ ## `sf agent test run` @@ -2350,7 +2350,7 @@ ERROR CODES OperationFailed (4) Failed to start or poll test due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/test/run.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/test/run.ts)_ ## `sf agent test run-eval` @@ -2435,7 +2435,7 @@ ERROR CODES OperationFailed (4) Failed to execute tests due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/test/run-eval.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/test/run-eval.ts)_ ## `sf agent trace delete` @@ -2502,7 +2502,7 @@ ERROR CODES Succeeded (0) Traces deleted successfully (or no traces matched). ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/trace/delete.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/trace/delete.ts)_ ## `sf agent trace list` @@ -2575,7 +2575,7 @@ ERROR CODES Succeeded (0) Trace files listed successfully (or empty list if none found). ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/trace/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/trace/list.ts)_ ## `sf agent trace read` @@ -2663,7 +2663,7 @@ EXAMPLES $ sf agent trace read --session-id --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/trace/read.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/trace/read.ts)_ ## `sf agent validate authoring-bundle` @@ -2720,7 +2720,7 @@ ERROR CODES ServerError (3) Validation/compilation API returned HTTP 500. A server error occurred during compilation. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/validate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.5/src/commands/agent/validate/authoring-bundle.ts)_ ## `sf alias list` @@ -3424,7 +3424,7 @@ EXAMPLES $ sf autocomplete --refresh-cache ``` -_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.56/src/commands/autocomplete/index.ts)_ +_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.3.0/src/commands/autocomplete/index.ts)_ ## `sf commands` @@ -3453,7 +3453,7 @@ DESCRIPTION List all sf commands. ``` -_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.63/src/commands/commands.ts)_ +_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.2.0/src/commands/commands.ts)_ ## `sf config get` @@ -4958,7 +4958,7 @@ DESCRIPTION Display help for sf. ``` -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.58/src/commands/help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.3.0/src/commands/help.ts)_ ## `sf info releasenotes display` @@ -11270,7 +11270,7 @@ DESCRIPTION Once you select a command, hit enter and it will show the help for that command. ``` -_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.54/src/commands/search.ts)_ +_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.3.0/src/commands/search.ts)_ ## `sf sobject describe` @@ -12461,7 +12461,7 @@ EXAMPLES $ sf which "foo bar baz" ``` -_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.61/src/commands/which.ts)_ +_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.3.0/src/commands/which.ts)_ diff --git a/package.json b/package.json index ac333f78..6e78b2f8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.150.4", + "version": "2.150.5", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -147,19 +147,19 @@ "dependencies": { "@inquirer/select": "^2.3.5", "@oclif/core": "4.14.0", - "@oclif/plugin-autocomplete": "3.2.56", - "@oclif/plugin-commands": "4.1.63", - "@oclif/plugin-help": "6.2.58", - "@oclif/plugin-not-found": "3.2.93", + "@oclif/plugin-autocomplete": "3.3.0", + "@oclif/plugin-commands": "4.2.0", + "@oclif/plugin-help": "6.3.0", + "@oclif/plugin-not-found": "3.3.0", "@oclif/plugin-plugins": "5.5.1", - "@oclif/plugin-search": "1.2.54", + "@oclif/plugin-search": "1.3.0", "@oclif/plugin-update": "4.8.0", "@oclif/plugin-version": "2.3.0", - "@oclif/plugin-warn-if-update-available": "3.1.73", - "@oclif/plugin-which": "3.2.61", + "@oclif/plugin-warn-if-update-available": "3.2.0", + "@oclif/plugin-which": "3.3.0", "@salesforce/core": "^9.0.0", "@salesforce/kit": "^4.0.0", - "@salesforce/plugin-agent": "2.0.4", + "@salesforce/plugin-agent": "2.0.5", "@salesforce/plugin-apex": "4.1.1", "@salesforce/plugin-api": "2.0.9", "@salesforce/plugin-auth": "5.0.6", diff --git a/yarn.lock b/yarn.lock index eab674d2..7bb0dd00 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1363,10 +1363,10 @@ react "^18.3.1" wrap-ansi "^9.0.2" -"@oclif/plugin-autocomplete@3.2.56": - version "3.2.56" - resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.56.tgz#51cbbc227c8f33ff4f79cb5fc79e3c8e2c88cec8" - integrity sha512-P96b6RZvQatlJ6pX6sgIFOQhgX2tFVhgSfw53GT/MajecCQNFGVqagJKo2CfcPsacDpuFuPRT6zji8h1oaqtrA== +"@oclif/plugin-autocomplete@3.3.0": + version "3.3.0" + resolved "https://registry.yarnpkg.com/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.3.0.tgz#2f773e93019f65125e85c6d1cc609c84b0883155" + integrity sha512-5CRpSH9FNub2IwAej2PxR6GEbQNLCy0XTzp/KqpZh6U4qiCTLPz20IXcUx9luarJBKRe2qu1cy1acHggo2MMcQ== dependencies: "@oclif/core" "^4" ansis "^3.16.0" @@ -1388,27 +1388,27 @@ semver "^7.8.5" ts-json-schema-generator "^2.9.0" -"@oclif/plugin-commands@4.1.63": - version "4.1.63" - resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-4.1.63.tgz#44cb211d7945290aa7fdbda7ae2a2f1e03fc2d0e" - integrity sha512-Juc7cbqdouooiGJ0x36n2Kp1LZvZgTvYMBEIWoJdUCTvrnV3CpYFrri1OGNBYqFCcPs2ZROMIaqius5KMNhDWA== +"@oclif/plugin-commands@4.2.0": + version "4.2.0" + resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-4.2.0.tgz#4bc7daeda0ae597fddc111683ffbfac60b0a1643" + integrity sha512-NBLhswj/QH3T8fn8lB/3VgoDmJbEA0iFENJ4X7rI3EEGp1TuFgOh7u87pHv+ktjQq5piIwiHJc/TWnCJnot1ZQ== dependencies: "@oclif/core" "^4" "@oclif/table" "^0.5.9" lodash "^4.18.1" object-treeify "^4.0.1" -"@oclif/plugin-help@6.2.58", "@oclif/plugin-help@^6.2.53": - version "6.2.58" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.58.tgz#d53957ef9bf13052d3cd51039786e64490566c91" - integrity sha512-DAYMXZrTWRMLTbpX+rT+ibAmKrZ6IVNGn+fgAGjMoeNlqlSY94eJHocgmqChMwsdWp3H3x+jFmPJiYQt/ifr3Q== +"@oclif/plugin-help@6.3.0", "@oclif/plugin-help@^6.2.53": + version "6.3.0" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.3.0.tgz#eac5e68dafc8fcc46fa06203b481cf72160332aa" + integrity sha512-cpSRv7tyHHFPv39HrV22eNmu8ylrwjmPvqdlNo3URp79+p5319p+a8PI/3ez6A6GZmjwBj1EWUdVz1aPUAsSmw== dependencies: "@oclif/core" "^4" -"@oclif/plugin-not-found@3.2.93", "@oclif/plugin-not-found@^3.2.87": - version "3.2.93" - resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.93.tgz#0f56ec544ef35a893e68f3263f749ca6bda5765d" - integrity sha512-KBizxn+kgTPWLUCo/vDz/oDdEA5Ll5H6x0jJhl05B56yHwgQp46ZxwXmtBsxvvgrmMqJEtFUw2Qrq+nTHWWv4g== +"@oclif/plugin-not-found@3.3.0", "@oclif/plugin-not-found@^3.2.87": + version "3.3.0" + resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.3.0.tgz#1c1370074f630475ac688c215e00f31df44e4146" + integrity sha512-GbdWJOmmBO3xmrVjDXeWG7tXl4vzeGZ+af9ztCfAmhOPEkd/+eeAAadzQPeZoygedqCvsdux3QLq9/MAxusPKg== dependencies: "@inquirer/prompts" "^7.10.1" "@oclif/core" "^4.13.3" @@ -1432,10 +1432,10 @@ which "^4.0.0" yarn "^1.22.22" -"@oclif/plugin-search@1.2.54": - version "1.2.54" - resolved "https://registry.yarnpkg.com/@oclif/plugin-search/-/plugin-search-1.2.54.tgz#b00194d4a0984a146bc6719a130679457e720dea" - integrity sha512-uVTNzqTuQlswmNYKcDOmbRCdffwtxADRIxipZr/SU1NEXeUlCBrZ0l7wLzYG51kje4VRCNlQkte8Fd2Pi8qRsg== +"@oclif/plugin-search@1.3.0": + version "1.3.0" + resolved "https://registry.yarnpkg.com/@oclif/plugin-search/-/plugin-search-1.3.0.tgz#789a4be9b9f36cec18f1b6f0e8a95b191429e62f" + integrity sha512-1i6F2qFHVQu05qgjitixSMbK/G8Ok8nb4BBA/DrcKdvaVVOiDCdbVw1o1eva0mGA5TxiQtLHVqfm+0P3SQ3zGA== dependencies: "@oclif/core" "^4" ansi-escapes "^7.3.0" @@ -1466,10 +1466,10 @@ ansis "^3.17.0" which "^4" -"@oclif/plugin-warn-if-update-available@3.1.73", "@oclif/plugin-warn-if-update-available@^3.1.67": - version "3.1.73" - resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.73.tgz#ced9cb5ad389743762b571edc2760c3c475a39b1" - integrity sha512-rEJmChy3THx7hHF0kkmFoDnrWq7tk4RCI8kBspD7HonCRFGvyVkUO6oY+sn1tgPXqbGUqHD3baFItNKKAJcAiQ== +"@oclif/plugin-warn-if-update-available@3.2.0", "@oclif/plugin-warn-if-update-available@^3.1.67": + version "3.2.0" + resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.2.0.tgz#88f4ed54b0dffae7cf3e579b84c39c2df567920c" + integrity sha512-E7l+/NTjddOi32Q9G1CWzEtuh0EwNylVHfTRlFxlZD50v1oBqBpziWh+Dzz6oAIe4ee5U7EUc7lP22aLxpW3vA== dependencies: "@oclif/core" "^4" ansis "^3.17.0" @@ -1478,10 +1478,10 @@ lodash "^4.18.1" registry-auth-token "^5.1.1" -"@oclif/plugin-which@3.2.61": - version "3.2.61" - resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.2.61.tgz#dc01861d2febe30717332c3e3897a4d78cc42a91" - integrity sha512-5JCplO5IGC1xwOcMPM4Sdi2ORHpp/i1ej4RXY2cZq/W7NQ611bdaePviV9L78QPWKz588BB06ePQ3roQdAX8Ow== +"@oclif/plugin-which@3.3.0": + version "3.3.0" + resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.3.0.tgz#55d694b1c87641b2478c58762420c0cdbb0a5a74" + integrity sha512-zCnq/vlMJEm3etBsPxpxs3xgepCdaylDfYa8LpcCOFdPPAI89CIk3xDs+lV8ANKOueLXbx0qwgh8eFjHr8pc8g== dependencies: "@oclif/core" "^4" ansis "^3.17.0" @@ -1767,10 +1767,10 @@ resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8" integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g== -"@salesforce/agents@^2.0.4": - version "2.0.4" - resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-2.0.4.tgz#143afb797800cb7795c6812a802964512ff79bf9" - integrity sha512-ZUZH6+y4pfowqw6OMeF4rifsSObr0dyMZsBlkgkvwexqKXyg6igKyfwmN3NbjHfgtSfeyJN6n0dfsA3U51qBrQ== +"@salesforce/agents@^2.0.6": + version "2.0.6" + resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-2.0.6.tgz#f7f36fff866d87963fc20190434c7b504fbafef4" + integrity sha512-RF/h/1f9UBPyz91KszoFuGRNI+LkeXQPFuOvCxxWdFBatxMN5wkpcCQsoZ/RIOiE7VrHzjoqk8UDFXPYENmo5g== dependencies: "@salesforce/core" "^9.0.0" "@salesforce/kit" "^4.0.0" @@ -1939,16 +1939,16 @@ jszip "^3.10.1" object-treeify "^2" -"@salesforce/plugin-agent@2.0.4": - version "2.0.4" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-2.0.4.tgz#c6f5213eb5d1f55545eb536a367a190a54d51854" - integrity sha512-8HLTvFB2Kg7Su9piL8s5ce0D4zdnvzLby6hmse9eoPUsa+ipPbMB3kzW5oETcbS7XxUTlqGp3W1W+VaHqGpksw== +"@salesforce/plugin-agent@2.0.5": + version "2.0.5" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-2.0.5.tgz#c8cf6101750fbf9cb9fb82df21931c6f21eba421" + integrity sha512-mEUIZybMsw/XDm/n98aKfhoadg1ZLshMv/OV47OINVSyDYMVM9FLYqIJ8xoopoDNJEA/Oh40wLhR5nyCEIpoeg== dependencies: "@inquirer/core" "^10.3.2" "@inquirer/prompts" "^7.10.1" "@oclif/core" "^4" "@oclif/multi-stage-output" "^0.8.36" - "@salesforce/agents" "^2.0.4" + "@salesforce/agents" "^2.0.6" "@salesforce/core" "^9.0.0" "@salesforce/kit" "^4.0.0" "@salesforce/sf-plugins-core" "^13.0.0"