From f12bf599d4655d145a8e4eca9ac52dcd377f0703 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 7 Jan 2026 22:51:13 +0000 Subject: [PATCH] chore(release): bump to 2.119.0 --- README.md | 78 ++++++++++++++++++++++++++++++++++++---------------- package.json | 4 +-- yarn.lock | 32 ++++++++++----------- 3 files changed, 72 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index 314f0347..3b2cde7d 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.118.19 linux-x64 node-v22.21.1 +@salesforce/cli/2.119.0 linux-x64 node-v22.21.1 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -7870,7 +7870,7 @@ FLAG DESCRIPTIONS If you specify this flag, don’t specify --metadata or --source-dir. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/convert/mdapi.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.3/src/commands/project/convert/mdapi.ts)_ ## `sf project convert source` @@ -7943,7 +7943,7 @@ FLAG DESCRIPTIONS Override the api version used for api requests made by this command ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/convert/source.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.3/src/commands/project/convert/source.ts)_ ## `sf project convert source-behavior` @@ -8002,7 +8002,7 @@ EXAMPLES $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/convert/source-behavior.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.3/src/commands/project/convert/source-behavior.ts)_ ## `sf project delete source` @@ -8117,8 +8117,19 @@ FLAG DESCRIPTIONS - RunAllTestsInOrg — All tests in your org are run, including tests of managed packages. + - RunRelevantTests (Beta) — Runs only tests that are relevant to the files being deployed. Salesforce automatically + identifies the relevant tests based on an analysis of the deployment payload and the payload dependencies. For + fine-grained control, you can also annotate test classes so that they always run in certain conditions. See "@IsTest + Annotation" in the "Apex Developer Guide" + (https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_annotation_isTest.htm). Each + class and trigger in the deployment package must be covered by the executed tests for a minimum of 75% code + coverage. This coverage is computed for each class and triggers individually and is different than the overall + coverage percentage. + If you don’t specify a test level, the default behavior depends on the contents of your deployment package and - target org. For more information, see “Running Tests in a Deployment” in the Metadata API Developer Guide. + target org. For more information, see "Running Tests in a Deployment" + (https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm) in the + "Metadata API Developer Guide". -m, --metadata=... Metadata components to delete. @@ -8144,7 +8155,7 @@ FLAG DESCRIPTIONS - Separate the test names with spaces: --tests Test1 Test2 "Test With Space" ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/delete/source.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.3/src/commands/project/delete/source.ts)_ ## `sf project delete tracking` @@ -8181,7 +8192,7 @@ EXAMPLES $ sf project delete tracking --target-org my-scratch ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/delete/tracking.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.3/src/commands/project/delete/tracking.ts)_ ## `sf project deploy cancel` @@ -8253,7 +8264,7 @@ FLAG DESCRIPTIONS project deploy report". ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/deploy/cancel.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.3/src/commands/project/deploy/cancel.ts)_ ## `sf project deploy preview` @@ -8336,7 +8347,7 @@ FLAG DESCRIPTIONS All child components are included. If you specify this flag, don’t specify --metadata or --source-dir. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/deploy/preview.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.3/src/commands/project/deploy/preview.ts)_ ## `sf project deploy quick` @@ -8429,7 +8440,7 @@ ERROR CODES Canceling (69) The deploy is being canceled. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/deploy/quick.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.3/src/commands/project/deploy/quick.ts)_ ## `sf project deploy report` @@ -8521,7 +8532,7 @@ FLAG DESCRIPTIONS --coverage-formatters lcov --coverage-formatters clover ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/deploy/report.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.3/src/commands/project/deploy/report.ts)_ ## `sf project deploy resume` @@ -8618,7 +8629,7 @@ ERROR CODES Canceling (69) The deploy is being canceled. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/deploy/resume.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.3/src/commands/project/deploy/resume.ts)_ ## `sf project deploy start` @@ -8816,12 +8827,19 @@ FLAG DESCRIPTIONS - RunAllTestsInOrg — All tests in your org are run, including tests of managed packages. - - RunRelevantTests — Runs only tests that are relevant to the files being deployed. + - RunRelevantTests (Beta) — Runs only tests that are relevant to the files being deployed. Salesforce automatically + identifies the relevant tests based on an analysis of the deployment payload and the payload dependencies. For + fine-grained control, you can also annotate test classes so that they always run in certain conditions. See "@IsTest + Annotation" in the "Apex Developer Guide" + (https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_annotation_isTest.htm). Each + class and trigger in the deployment package must be covered by the executed tests for a minimum of 75% code + coverage. This coverage is computed for each class and triggers individually and is different than the overall + coverage percentage. If you don’t specify a test level, the default behavior depends on the contents of your deployment package and - target org. For more information, see [Running Tests in a - Deployment](https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm) - in the "Metadata API Developer Guide". + target org. For more information, see "Running Tests in a Deployment" + (https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm) in the + "Metadata API Developer Guide". -r, --ignore-errors Ignore any errors and don’t roll back deployment. @@ -8877,7 +8895,7 @@ ERROR CODES Canceling (69) The deploy is being canceled. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/deploy/start.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.3/src/commands/project/deploy/start.ts)_ ## `sf project deploy validate` @@ -9018,7 +9036,19 @@ FLAG DESCRIPTIONS - RunAllTestsInOrg — All tests in your org are run, including tests of managed packages. - - RunRelevantTests — Runs only tests that are relevant to the files being deployed. + - RunRelevantTests (Beta) — Runs only tests that are relevant to the files being deployed. Salesforce automatically + identifies the relevant tests based on an analysis of the deployment payload and the payload dependencies. For + fine-grained control, you can also annotate test classes so that they always run in certain conditions. See "@IsTest + Annotation" in the "Apex Developer Guide" + (https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_annotation_isTest.htm). Each + class and trigger in the deployment package must be covered by the executed tests for a minimum of 75% code + coverage. This coverage is computed for each class and triggers individually and is different than the overall + coverage percentage. + + If you don’t specify a test level, the default behavior depends on the contents of your deployment package and + target org. For more information, see "Running Tests in a Deployment" + (https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm) in the + "Metadata API Developer Guide". -t, --tests=... Apex tests to run when --test-level is RunSpecifiedTests. @@ -9069,7 +9099,7 @@ ERROR CODES Canceling (69) The deploy is being canceled. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/deploy/validate.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.3/src/commands/project/deploy/validate.ts)_ ## `sf project generate` @@ -9270,7 +9300,7 @@ EXAMPLES $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/generate/manifest.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.3/src/commands/project/generate/manifest.ts)_ ## `sf project list ignored` @@ -9312,7 +9342,7 @@ EXAMPLES $ sf project list ignored --source-dir package.xml ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/list/ignored.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.3/src/commands/project/list/ignored.ts)_ ## `sf project reset tracking` @@ -9361,7 +9391,7 @@ EXAMPLES $ sf project reset tracking --revision 30 ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/reset/tracking.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.3/src/commands/project/reset/tracking.ts)_ ## `sf project retrieve preview` @@ -9415,7 +9445,7 @@ FLAG DESCRIPTIONS production orgs. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/retrieve/preview.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.3/src/commands/project/retrieve/preview.ts)_ ## `sf project retrieve start` @@ -9596,7 +9626,7 @@ ENVIRONMENT VARIABLES SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command. ``` -_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/retrieve/start.ts)_ +_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.3/src/commands/project/retrieve/start.ts)_ ## `sf schema generate field` diff --git a/package.json b/package.json index cd5ea5b9..95e26521 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.118.19", + "version": "2.119.0", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -162,7 +162,7 @@ "@salesforce/plugin-api": "1.3.6", "@salesforce/plugin-auth": "3.9.26", "@salesforce/plugin-data": "4.0.67", - "@salesforce/plugin-deploy-retrieve": "3.24.2", + "@salesforce/plugin-deploy-retrieve": "3.24.3", "@salesforce/plugin-info": "3.4.100", "@salesforce/plugin-limits": "3.3.74", "@salesforce/plugin-marketplace": "1.3.8", diff --git a/yarn.lock b/yarn.lock index 495d200e..91ac8b65 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2306,10 +2306,10 @@ terminal-link "^3.0.0" zod "^4.2.1" -"@salesforce/plugin-deploy-retrieve@3.24.2": - version "3.24.2" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.2.tgz#0ea79df03efc2017957fbf447ffd3603615773cf" - integrity sha512-EBCyCM4gngV8xmPGyLeffWE418HPh5xQ0NFOPMQDgAt8YBI30SqExMO0chheP6ZDMUJ2JOj/HM5fxi3ECLUMwQ== +"@salesforce/plugin-deploy-retrieve@3.24.3": + version "3.24.3" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.3.tgz#42ec3a727de1649ccfafb7c1b3ab5a3b59006791" + integrity sha512-I0HWzkiU9YmQvKyeUJF6RquoKmSp6Bn5rA1vHn4bAvzDssTjPxQUCCMMHC3vE5/nK8te0uWIjkiYoRLbM5YQGg== dependencies: "@inquirer/prompts" "^7.8.3" "@oclif/core" "^4.8.0" @@ -2319,8 +2319,8 @@ "@salesforce/kit" "^3.2.4" "@salesforce/plugin-info" "^3.4.93" "@salesforce/sf-plugins-core" "^12.2.5" - "@salesforce/source-deploy-retrieve" "^12.28.0" - "@salesforce/source-tracking" "^7.6.0" + "@salesforce/source-deploy-retrieve" "^12.31.1" + "@salesforce/source-tracking" "^7.8.0" "@salesforce/ts-types" "^2.0.12" ansis "^3.17.0" terminal-link "^3.0.0" @@ -2548,10 +2548,10 @@ string-width "^7.2.0" terminal-link "^3.0.0" -"@salesforce/source-deploy-retrieve@^12.26.1", "@salesforce/source-deploy-retrieve@^12.28.0", "@salesforce/source-deploy-retrieve@^12.30.0", "@salesforce/source-deploy-retrieve@^12.31.0": - version "12.31.0" - resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.0.tgz#aed7aac22831b802c44069bdbb50c4f22883cef0" - integrity sha512-imRP5qo+7NT0/UVQcGAJQPWdmD9wlBWQL4Q+rgQvFhea0nGi+ER13cPIwvr8eGTN+wwgWoMeLSfekC3kGVTDfQ== +"@salesforce/source-deploy-retrieve@^12.30.0", "@salesforce/source-deploy-retrieve@^12.31.0", "@salesforce/source-deploy-retrieve@^12.31.1": + version "12.31.1" + resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.1.tgz#5c4e78e4327587a453b85e4c48deca48996ca775" + integrity sha512-Hdv1wuRuDSSI0lKZv9NzHWoFLEhEwBD9lIjIWc9ZriJADGzqgKJDj2sbCdGbDDR7lPn+j7YBPBVTFAS1Psr9oA== dependencies: "@salesforce/core" "^8.23.4" "@salesforce/kit" "^3.2.4" @@ -2568,14 +2568,14 @@ proxy-agent "^6.4.0" yaml "^2.8.1" -"@salesforce/source-tracking@^7.6.0": - version "7.6.0" - resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.6.0.tgz#4b030c6f477b734215365355a8c77be90621d2eb" - integrity sha512-Rba6Vm5dN+PRzC1Ls5pMPOVkmd0jwJKbaXVl8SNS+2YaYIX8B9Z2j5x8KUxEHekQSIQsVCOt7nj8T5v2KYQQ6w== +"@salesforce/source-tracking@^7.8.0": + version "7.8.0" + resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.8.0.tgz#6379d553671a05b8e0d890f3de8dff2840a6de95" + integrity sha512-5343ikDjNMKBwU0VxIb9GOtWTPshLejhepstxLhxZsezjuPyihcB2ERFV3wB574EMPNqnSahHYOZEBj0Fx5suw== dependencies: - "@salesforce/core" "^8.23.4" + "@salesforce/core" "^8.23.5" "@salesforce/kit" "^3.2.4" - "@salesforce/source-deploy-retrieve" "^12.26.1" + "@salesforce/source-deploy-retrieve" "^12.30.0" "@salesforce/ts-types" "^2.0.12" fast-xml-parser "^4.5.3" graceful-fs "^4.2.11"