@salesforce/cli 2.113.6 → 2.114.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ sf (--version|-v)
28
- @salesforce/cli/2.113.6 linux-x64 node-v22.21.1
28
+ @salesforce/cli/2.114.0 linux-x64 node-v22.21.1
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -7679,7 +7679,7 @@ FLAG DESCRIPTIONS
7679
7679
  If you specify this flag, don’t specify --metadata or --source-dir.
7680
7680
  ```
7681
7681
 
7682
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/convert/mdapi.ts)_
7682
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.0/src/commands/project/convert/mdapi.ts)_
7683
7683
 
7684
7684
  ## `sf project convert source`
7685
7685
 
@@ -7752,7 +7752,7 @@ FLAG DESCRIPTIONS
7752
7752
  Override the api version used for api requests made by this command
7753
7753
  ```
7754
7754
 
7755
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/convert/source.ts)_
7755
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.0/src/commands/project/convert/source.ts)_
7756
7756
 
7757
7757
  ## `sf project convert source-behavior`
7758
7758
 
@@ -7811,7 +7811,7 @@ EXAMPLES
7811
7811
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
7812
7812
  ```
7813
7813
 
7814
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/convert/source-behavior.ts)_
7814
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.0/src/commands/project/convert/source-behavior.ts)_
7815
7815
 
7816
7816
  ## `sf project delete source`
7817
7817
 
@@ -7820,8 +7820,8 @@ Delete source from your project and from a non-source-tracked org.
7820
7820
  ```
7821
7821
  USAGE
7822
7822
  $ sf project delete source -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-w <value>] [--tests
7823
- <value>...] [-l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-r] [-m <value>...] [-p <value>...] [-f
7824
- [-t | -c]] [--verbose]
7823
+ <value>...] [-l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg|RunRelevantTests] [-r] [-m <value>...]
7824
+ [-p <value>...] [-f [-t | -c]] [--verbose]
7825
7825
 
7826
7826
  FLAGS
7827
7827
  -c, --check-only Validate delete command but don't delete anything from the org or the local project.
@@ -7838,7 +7838,7 @@ FLAGS
7838
7838
 
7839
7839
  TEST FLAGS
7840
7840
  -l, --test-level=<option> Deployment Apex testing level.
7841
- <options: NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg>
7841
+ <options: NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg|RunRelevantTests>
7842
7842
  --tests=<value>... Apex tests to run when --test-level is RunSpecifiedTests.
7843
7843
 
7844
7844
  GLOBAL FLAGS
@@ -7907,7 +7907,9 @@ FLAG DESCRIPTIONS
7907
7907
  reference a master record or be soft-deleted (sent to the Recycle Bin) for the deletion to succeed. However, a
7908
7908
  successful deletion permanently deletes any detail records in the Recycle Bin.
7909
7909
 
7910
- -l, --test-level=NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg Deployment Apex testing level.
7910
+ -l, --test-level=NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg|RunRelevantTests
7911
+
7912
+ Deployment Apex testing level.
7911
7913
 
7912
7914
  Valid values are:
7913
7915
 
@@ -7951,7 +7953,7 @@ FLAG DESCRIPTIONS
7951
7953
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
7952
7954
  ```
7953
7955
 
7954
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/delete/source.ts)_
7956
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.0/src/commands/project/delete/source.ts)_
7955
7957
 
7956
7958
  ## `sf project delete tracking`
7957
7959
 
@@ -7988,7 +7990,7 @@ EXAMPLES
7988
7990
  $ sf project delete tracking --target-org my-scratch
7989
7991
  ```
7990
7992
 
7991
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/delete/tracking.ts)_
7993
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.0/src/commands/project/delete/tracking.ts)_
7992
7994
 
7993
7995
  ## `sf project deploy cancel`
7994
7996
 
@@ -8060,7 +8062,7 @@ FLAG DESCRIPTIONS
8060
8062
  project deploy report".
8061
8063
  ```
8062
8064
 
8063
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/deploy/cancel.ts)_
8065
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.0/src/commands/project/deploy/cancel.ts)_
8064
8066
 
8065
8067
  ## `sf project deploy preview`
8066
8068
 
@@ -8143,7 +8145,7 @@ FLAG DESCRIPTIONS
8143
8145
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
8144
8146
  ```
8145
8147
 
8146
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/deploy/preview.ts)_
8148
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.0/src/commands/project/deploy/preview.ts)_
8147
8149
 
8148
8150
  ## `sf project deploy quick`
8149
8151
 
@@ -8236,7 +8238,7 @@ ERROR CODES
8236
8238
  Canceling (69) The deploy is being canceled.
8237
8239
  ```
8238
8240
 
8239
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/deploy/quick.ts)_
8241
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.0/src/commands/project/deploy/quick.ts)_
8240
8242
 
8241
8243
  ## `sf project deploy report`
8242
8244
 
@@ -8328,7 +8330,7 @@ FLAG DESCRIPTIONS
8328
8330
  --coverage-formatters lcov --coverage-formatters clover
8329
8331
  ```
8330
8332
 
8331
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/deploy/report.ts)_
8333
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.0/src/commands/project/deploy/report.ts)_
8332
8334
 
8333
8335
  ## `sf project deploy resume`
8334
8336
 
@@ -8425,7 +8427,7 @@ ERROR CODES
8425
8427
  Canceling (69) The deploy is being canceled.
8426
8428
  ```
8427
8429
 
8428
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/deploy/resume.ts)_
8430
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.0/src/commands/project/deploy/resume.ts)_
8429
8431
 
8430
8432
  ## `sf project deploy start`
8431
8433
 
@@ -8435,10 +8437,11 @@ Deploy metadata to an org from your local project.
8435
8437
  USAGE
8436
8438
  $ sf project deploy start -o <value> [--json] [--flags-dir <value>] [-a <value>] [--async | -w <minutes>] [--concise |
8437
8439
  --verbose] [--dry-run] [-c] [-r] [-g] [--single-package ] [-t <value>...] [-l
8438
- NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [--purge-on-delete] [--pre-destructive-changes <value>
8439
- [-x <value> | -d <value>... | -m <value>... | --metadata-dir <value>]] [--post-destructive-changes <value> ]
8440
- [--coverage-formatters clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary...]
8441
- [--junit] [--results-dir <value>]
8440
+ NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg|RunRelevantTests] [--purge-on-delete]
8441
+ [--pre-destructive-changes <value> [-x <value> | -d <value>... | -m <value>... | --metadata-dir <value>]]
8442
+ [--post-destructive-changes <value> ] [--coverage-formatters
8443
+ clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary...] [--junit]
8444
+ [--results-dir <value>]
8442
8445
 
8443
8446
  FLAGS
8444
8447
  -a, --api-version=<value> Target API version for the deploy.
@@ -8461,7 +8464,8 @@ SOURCE FORMAT FLAGS
8461
8464
 
8462
8465
  TEST FLAGS
8463
8466
  -l, --test-level=<option> Deployment Apex testing level.
8464
- <options: NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg>
8467
+ <options:
8468
+ NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg|RunRelevantTests>
8465
8469
  -t, --tests=<value>... Apex tests to run when --test-level is RunSpecifiedTests.
8466
8470
  --coverage-formatters=<option>... Format of the code coverage results.
8467
8471
  <options: clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamci
@@ -8602,7 +8606,9 @@ FLAG DESCRIPTIONS
8602
8606
  component that doesn't exist in the org, you get a warning. In this case, to ensure that the command returns a
8603
8607
  success value of true, specify this flag.
8604
8608
 
8605
- -l, --test-level=NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg Deployment Apex testing level.
8609
+ -l, --test-level=NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg|RunRelevantTests
8610
+
8611
+ Deployment Apex testing level.
8606
8612
 
8607
8613
  Valid values are:
8608
8614
 
@@ -8619,6 +8625,8 @@ FLAG DESCRIPTIONS
8619
8625
 
8620
8626
  - RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.
8621
8627
 
8628
+ - RunRelevantTests — Runs only tests that are relevant to the files being deployed.
8629
+
8622
8630
  If you don’t specify a test level, the default behavior depends on the contents of your deployment package and
8623
8631
  target org. For more information, see [Running Tests in a
8624
8632
  Deployment](https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm)
@@ -8678,7 +8686,7 @@ ERROR CODES
8678
8686
  Canceling (69) The deploy is being canceled.
8679
8687
  ```
8680
8688
 
8681
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/deploy/start.ts)_
8689
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.0/src/commands/project/deploy/start.ts)_
8682
8690
 
8683
8691
  ## `sf project deploy validate`
8684
8692
 
@@ -8688,7 +8696,7 @@ Validate a metadata deployment without actually executing it.
8688
8696
  USAGE
8689
8697
  $ sf project deploy validate -o <value> [--json] [--flags-dir <value>] [-a <value>] [--async] [--concise | --verbose] [-m
8690
8698
  <value>...] [-d <value>...] [--single-package --metadata-dir <value>] [-t <value>...] [-l
8691
- RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests] [-w <minutes>] [-g] [--coverage-formatters
8699
+ RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests|RunRelevantTests] [-w <minutes>] [-g] [--coverage-formatters
8692
8700
  clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamcity|text|text-summary...] [--junit]
8693
8701
  [--results-dir <value>] [--purge-on-delete -x <value>] [--pre-destructive-changes <value> ]
8694
8702
  [--post-destructive-changes <value> ]
@@ -8710,7 +8718,7 @@ SOURCE FORMAT FLAGS
8710
8718
 
8711
8719
  TEST FLAGS
8712
8720
  -l, --test-level=<option> [default: RunLocalTests] Deployment Apex testing level.
8713
- <options: RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests>
8721
+ <options: RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests|RunRelevantTests>
8714
8722
  -t, --tests=<value>... Apex tests to run when --test-level is RunSpecifiedTests.
8715
8723
  --coverage-formatters=<option>... Format of the code coverage results.
8716
8724
  <options: clover|cobertura|html-spa|html|json|json-summary|lcovonly|none|teamci
@@ -8805,7 +8813,7 @@ FLAG DESCRIPTIONS
8805
8813
  component that doesn't exist in the org, you get a warning. In this case, to ensure that the command returns a
8806
8814
  success value of true, specify this flag.
8807
8815
 
8808
- -l, --test-level=RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests Deployment Apex testing level.
8816
+ -l, --test-level=RunAllTestsInOrg|RunLocalTests|RunSpecifiedTests|RunRelevantTests Deployment Apex testing level.
8809
8817
 
8810
8818
  Valid values are:
8811
8819
 
@@ -8819,6 +8827,8 @@ FLAG DESCRIPTIONS
8819
8827
 
8820
8828
  - RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.
8821
8829
 
8830
+ - RunRelevantTests — Runs only tests that are relevant to the files being deployed.
8831
+
8822
8832
  -t, --tests=<value>... Apex tests to run when --test-level is RunSpecifiedTests.
8823
8833
 
8824
8834
  If a test name contains a space, enclose it in double quotes.
@@ -8868,7 +8878,7 @@ ERROR CODES
8868
8878
  Canceling (69) The deploy is being canceled.
8869
8879
  ```
8870
8880
 
8871
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/deploy/validate.ts)_
8881
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.0/src/commands/project/deploy/validate.ts)_
8872
8882
 
8873
8883
  ## `sf project generate`
8874
8884
 
@@ -9069,7 +9079,7 @@ EXAMPLES
9069
9079
  $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
9070
9080
  ```
9071
9081
 
9072
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/generate/manifest.ts)_
9082
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.0/src/commands/project/generate/manifest.ts)_
9073
9083
 
9074
9084
  ## `sf project list ignored`
9075
9085
 
@@ -9111,7 +9121,7 @@ EXAMPLES
9111
9121
  $ sf project list ignored --source-dir package.xml
9112
9122
  ```
9113
9123
 
9114
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/list/ignored.ts)_
9124
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.0/src/commands/project/list/ignored.ts)_
9115
9125
 
9116
9126
  ## `sf project reset tracking`
9117
9127
 
@@ -9160,7 +9170,7 @@ EXAMPLES
9160
9170
  $ sf project reset tracking --revision 30
9161
9171
  ```
9162
9172
 
9163
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/reset/tracking.ts)_
9173
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.0/src/commands/project/reset/tracking.ts)_
9164
9174
 
9165
9175
  ## `sf project retrieve preview`
9166
9176
 
@@ -9214,7 +9224,7 @@ FLAG DESCRIPTIONS
9214
9224
  production orgs.
9215
9225
  ```
9216
9226
 
9217
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/retrieve/preview.ts)_
9227
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.0/src/commands/project/retrieve/preview.ts)_
9218
9228
 
9219
9229
  ## `sf project retrieve start`
9220
9230
 
@@ -9395,7 +9405,7 @@ ENVIRONMENT VARIABLES
9395
9405
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
9396
9406
  ```
9397
9407
 
9398
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.16/src/commands/project/retrieve/start.ts)_
9408
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.0/src/commands/project/retrieve/start.ts)_
9399
9409
 
9400
9410
  ## `sf schema generate field`
9401
9411
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.113.6",
3
+ "version": "2.114.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.113.6",
9
+ "version": "2.114.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -29,7 +29,7 @@
29
29
  "@salesforce/plugin-api": "1.3.3",
30
30
  "@salesforce/plugin-auth": "3.9.19",
31
31
  "@salesforce/plugin-data": "4.0.62",
32
- "@salesforce/plugin-deploy-retrieve": "3.23.16",
32
+ "@salesforce/plugin-deploy-retrieve": "3.24.0",
33
33
  "@salesforce/plugin-info": "3.4.96",
34
34
  "@salesforce/plugin-limits": "3.3.71",
35
35
  "@salesforce/plugin-marketplace": "1.3.8",
@@ -5276,21 +5276,21 @@
5276
5276
  }
5277
5277
  },
5278
5278
  "node_modules/@salesforce/plugin-deploy-retrieve": {
5279
- "version": "3.23.16",
5280
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.23.16.tgz",
5281
- "integrity": "sha512-vZE3nECb3YAC1Yzx+ed2MKD1+rdJydkgOqntAEShYmDKF0X/GdLeMaw2yCtmxC629zJ7Ix2FuW06LI8kHtFLIQ==",
5279
+ "version": "3.24.0",
5280
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.0.tgz",
5281
+ "integrity": "sha512-lfdYc7qLnS8hAf02erVzqlBWM3NdwgDWTmKjiXXgpm9/BZjEfdjlJrsMSh0PtPZFTg+4Lf3YmIG6PurQj5+SEQ==",
5282
5282
  "license": "Apache-2.0",
5283
5283
  "dependencies": {
5284
5284
  "@inquirer/prompts": "^7.8.3",
5285
5285
  "@oclif/core": "^4.8.0",
5286
5286
  "@oclif/multi-stage-output": "^0.8.28",
5287
5287
  "@salesforce/apex-node": "^8.3.5",
5288
- "@salesforce/core": "^8.23.2",
5288
+ "@salesforce/core": "^8.23.4",
5289
5289
  "@salesforce/kit": "^3.2.4",
5290
5290
  "@salesforce/plugin-info": "^3.4.93",
5291
5291
  "@salesforce/sf-plugins-core": "^12.2.5",
5292
- "@salesforce/source-deploy-retrieve": "^12.25.0",
5293
- "@salesforce/source-tracking": "^7.5.1",
5292
+ "@salesforce/source-deploy-retrieve": "^12.27.0",
5293
+ "@salesforce/source-tracking": "^7.6.0",
5294
5294
  "@salesforce/ts-types": "^2.0.12",
5295
5295
  "ansis": "^3.17.0",
5296
5296
  "terminal-link": "^3.0.0"
@@ -5756,9 +5756,9 @@
5756
5756
  }
5757
5757
  },
5758
5758
  "node_modules/@salesforce/source-deploy-retrieve": {
5759
- "version": "12.26.0",
5760
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.26.0.tgz",
5761
- "integrity": "sha512-z7S5wSNtestOkjSHHrfBoRSNlztorMlkVAePTWi9iRLur/g+x1GJBUpycUU3MR9G9e+OBd59KCjIpwh511sGwQ==",
5759
+ "version": "12.27.2",
5760
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.27.2.tgz",
5761
+ "integrity": "sha512-Glefx0l4t5rOTLuSMq1gsCpZQi4uatv57/yFphPEMs99rFf4Fde+Me+nHNrzcOJgxuA5GW0rJBKwVfdPp7v8WQ==",
5762
5762
  "license": "Apache-2.0",
5763
5763
  "dependencies": {
5764
5764
  "@salesforce/core": "^8.23.4",
@@ -5894,14 +5894,14 @@
5894
5894
  }
5895
5895
  },
5896
5896
  "node_modules/@salesforce/source-tracking": {
5897
- "version": "7.5.2",
5898
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.5.2.tgz",
5899
- "integrity": "sha512-GWRCqj+hrKXTlolo6F9DBEUThbykMUk0dhvX+h5RMMnKhEOSMH98AkejPRBER0MfdSDoHJF/ksDmZPdjQOfQCg==",
5897
+ "version": "7.6.0",
5898
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.6.0.tgz",
5899
+ "integrity": "sha512-Rba6Vm5dN+PRzC1Ls5pMPOVkmd0jwJKbaXVl8SNS+2YaYIX8B9Z2j5x8KUxEHekQSIQsVCOt7nj8T5v2KYQQ6w==",
5900
5900
  "license": "Apache-2.0",
5901
5901
  "dependencies": {
5902
- "@salesforce/core": "^8.23.3",
5902
+ "@salesforce/core": "^8.23.4",
5903
5903
  "@salesforce/kit": "^3.2.4",
5904
- "@salesforce/source-deploy-retrieve": "^12.25.0",
5904
+ "@salesforce/source-deploy-retrieve": "^12.26.1",
5905
5905
  "@salesforce/ts-types": "^2.0.12",
5906
5906
  "fast-xml-parser": "^4.5.3",
5907
5907
  "graceful-fs": "^4.2.11",
package/oclif.lock CHANGED
@@ -2278,21 +2278,21 @@
2278
2278
  form-data "^4.0.4"
2279
2279
  terminal-link "^3.0.0"
2280
2280
 
2281
- "@salesforce/plugin-deploy-retrieve@3.23.16":
2282
- version "3.23.16"
2283
- resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.23.16.tgz"
2284
- integrity sha512-vZE3nECb3YAC1Yzx+ed2MKD1+rdJydkgOqntAEShYmDKF0X/GdLeMaw2yCtmxC629zJ7Ix2FuW06LI8kHtFLIQ==
2281
+ "@salesforce/plugin-deploy-retrieve@3.24.0":
2282
+ version "3.24.0"
2283
+ resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.0.tgz"
2284
+ integrity sha512-lfdYc7qLnS8hAf02erVzqlBWM3NdwgDWTmKjiXXgpm9/BZjEfdjlJrsMSh0PtPZFTg+4Lf3YmIG6PurQj5+SEQ==
2285
2285
  dependencies:
2286
2286
  "@inquirer/prompts" "^7.8.3"
2287
2287
  "@oclif/core" "^4.8.0"
2288
2288
  "@oclif/multi-stage-output" "^0.8.28"
2289
2289
  "@salesforce/apex-node" "^8.3.5"
2290
- "@salesforce/core" "^8.23.2"
2290
+ "@salesforce/core" "^8.23.4"
2291
2291
  "@salesforce/kit" "^3.2.4"
2292
2292
  "@salesforce/plugin-info" "^3.4.93"
2293
2293
  "@salesforce/sf-plugins-core" "^12.2.5"
2294
- "@salesforce/source-deploy-retrieve" "^12.25.0"
2295
- "@salesforce/source-tracking" "^7.5.1"
2294
+ "@salesforce/source-deploy-retrieve" "^12.27.0"
2295
+ "@salesforce/source-tracking" "^7.6.0"
2296
2296
  "@salesforce/ts-types" "^2.0.12"
2297
2297
  ansis "^3.17.0"
2298
2298
  terminal-link "^3.0.0"
@@ -2520,10 +2520,10 @@
2520
2520
  cli-progress "^3.12.0"
2521
2521
  terminal-link "^3.0.0"
2522
2522
 
2523
- "@salesforce/source-deploy-retrieve@^12.22.2", "@salesforce/source-deploy-retrieve@^12.24.0", "@salesforce/source-deploy-retrieve@^12.25.0", "@salesforce/source-deploy-retrieve@^12.26.0":
2524
- version "12.26.0"
2525
- resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.26.0.tgz"
2526
- integrity sha512-z7S5wSNtestOkjSHHrfBoRSNlztorMlkVAePTWi9iRLur/g+x1GJBUpycUU3MR9G9e+OBd59KCjIpwh511sGwQ==
2523
+ "@salesforce/source-deploy-retrieve@^12.22.2", "@salesforce/source-deploy-retrieve@^12.24.0", "@salesforce/source-deploy-retrieve@^12.26.0", "@salesforce/source-deploy-retrieve@^12.26.1", "@salesforce/source-deploy-retrieve@^12.27.0":
2524
+ version "12.27.2"
2525
+ resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.27.2.tgz"
2526
+ integrity sha512-Glefx0l4t5rOTLuSMq1gsCpZQi4uatv57/yFphPEMs99rFf4Fde+Me+nHNrzcOJgxuA5GW0rJBKwVfdPp7v8WQ==
2527
2527
  dependencies:
2528
2528
  "@salesforce/core" "^8.23.4"
2529
2529
  "@salesforce/kit" "^3.2.4"
@@ -2540,14 +2540,14 @@
2540
2540
  proxy-agent "^6.4.0"
2541
2541
  yaml "^2.8.1"
2542
2542
 
2543
- "@salesforce/source-tracking@^7.5.1":
2544
- version "7.5.2"
2545
- resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.5.2.tgz"
2546
- integrity sha512-GWRCqj+hrKXTlolo6F9DBEUThbykMUk0dhvX+h5RMMnKhEOSMH98AkejPRBER0MfdSDoHJF/ksDmZPdjQOfQCg==
2543
+ "@salesforce/source-tracking@^7.6.0":
2544
+ version "7.6.0"
2545
+ resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.6.0.tgz"
2546
+ integrity sha512-Rba6Vm5dN+PRzC1Ls5pMPOVkmd0jwJKbaXVl8SNS+2YaYIX8B9Z2j5x8KUxEHekQSIQsVCOt7nj8T5v2KYQQ6w==
2547
2547
  dependencies:
2548
- "@salesforce/core" "^8.23.3"
2548
+ "@salesforce/core" "^8.23.4"
2549
2549
  "@salesforce/kit" "^3.2.4"
2550
- "@salesforce/source-deploy-retrieve" "^12.25.0"
2550
+ "@salesforce/source-deploy-retrieve" "^12.26.1"
2551
2551
  "@salesforce/ts-types" "^2.0.12"
2552
2552
  fast-xml-parser "^4.5.3"
2553
2553
  graceful-fs "^4.2.11"
@@ -4180,5 +4180,5 @@
4180
4180
  "requiresProject": true
4181
4181
  }
4182
4182
  },
4183
- "version": "2.113.6"
4183
+ "version": "2.114.0"
4184
4184
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.113.6",
4
+ "version": "2.114.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -162,7 +162,7 @@
162
162
  "@salesforce/plugin-api": "1.3.3",
163
163
  "@salesforce/plugin-auth": "3.9.19",
164
164
  "@salesforce/plugin-data": "4.0.62",
165
- "@salesforce/plugin-deploy-retrieve": "3.23.16",
165
+ "@salesforce/plugin-deploy-retrieve": "3.24.0",
166
166
  "@salesforce/plugin-info": "3.4.96",
167
167
  "@salesforce/plugin-limits": "3.3.71",
168
168
  "@salesforce/plugin-marketplace": "1.3.8",