From 232bc70b85df4d8400ac6d0cc2222c69b86378ed Mon Sep 17 00:00:00 2001 From: Willie Ruemmele Date: Fri, 17 Jul 2026 13:10:47 -0600 Subject: [PATCH 1/2] chore: bump ST to dev --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 389b1bd5..0fa13d72 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@salesforce/plugin-info": "^3.4.136", "@salesforce/sf-plugins-core": "^12.2.25", "@salesforce/source-deploy-retrieve": "^12.36.7", - "@salesforce/source-tracking": "^7.8.19", + "@salesforce/source-tracking": "7.8.20-dev.0", "@salesforce/ts-types": "^2.0.12", "ansis": "^3.17.0", "terminal-link": "^3.0.0" diff --git a/yarn.lock b/yarn.lock index befb487c..c6500b48 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1440,10 +1440,10 @@ shelljs "^0.10.0" sinon "^10.0.0" -"@salesforce/source-tracking@^7.8.19": - version "7.8.19" - resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.8.19.tgz#3be1cbbc8b0852feda3e891560d0cb727dc0333e" - integrity sha512-Bn+gg1FQ0btg2EJ6yTg0iLw1Z7GLFPifRLm2IzjWqPWbGAJWhflqrWJ7JrYSW8ckTQ4YW1RczkuiJ8yhwVmjkQ== +"@salesforce/source-tracking@7.8.20-dev.0": + version "7.8.20-dev.0" + resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.8.20-dev.0.tgz#950b8a39af0f3dd515e4214273d532edc87e63dd" + integrity sha512-rPRYF3GILOQ6iR8KFjjsPOf3fyFVjv36q/DJAhd+s7qkGq+43RiFnhJQM42fF2h4SJdhq4UJXdOTRxcACARWag== dependencies: "@salesforce/core" "^8.31.2" "@salesforce/kit" "^3.2.6" From e95df5733e65c4860dffac8c7b6b5a62316bcd88 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 17 Jul 2026 19:12:04 +0000 Subject: [PATCH 2/2] chore(release): 3.24.59-dev.0 [skip ci] --- README.md | 34 +++++++++++++++++----------------- package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 4ad81290..f677f882 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ FLAG DESCRIPTIONS If you specify this flag, don’t specify --metadata or --source-dir. ``` -_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/convert/mdapi.ts)_ +_See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59-dev.0/src/commands/project/convert/mdapi.ts)_ ## `sf project convert source` @@ -214,7 +214,7 @@ FLAG DESCRIPTIONS Override the api version used for api requests made by this command ``` -_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/convert/source.ts)_ +_See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59-dev.0/src/commands/project/convert/source.ts)_ ## `sf project convert source-behavior` @@ -273,7 +273,7 @@ EXAMPLES $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir ``` -_See code: [src/commands/project/convert/source-behavior.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/convert/source-behavior.ts)_ +_See code: [src/commands/project/convert/source-behavior.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59-dev.0/src/commands/project/convert/source-behavior.ts)_ ## `sf project delete source` @@ -426,7 +426,7 @@ FLAG DESCRIPTIONS - Separate the test names with spaces: --tests Test1 Test2 "Test With Space" ``` -_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/delete/source.ts)_ +_See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59-dev.0/src/commands/project/delete/source.ts)_ ## `sf project delete tracking` @@ -463,7 +463,7 @@ EXAMPLES $ sf project delete tracking --target-org my-scratch ``` -_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/delete/tracking.ts)_ +_See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59-dev.0/src/commands/project/delete/tracking.ts)_ ## `sf project deploy cancel` @@ -535,7 +535,7 @@ FLAG DESCRIPTIONS project deploy report". ``` -_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/deploy/cancel.ts)_ +_See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59-dev.0/src/commands/project/deploy/cancel.ts)_ ## `sf project deploy preview` @@ -618,7 +618,7 @@ FLAG DESCRIPTIONS All child components are included. If you specify this flag, don’t specify --metadata or --source-dir. ``` -_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/deploy/preview.ts)_ +_See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59-dev.0/src/commands/project/deploy/preview.ts)_ ## `sf project deploy quick` @@ -702,7 +702,7 @@ FLAG DESCRIPTIONS deploy report". ``` -_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/deploy/quick.ts)_ +_See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59-dev.0/src/commands/project/deploy/quick.ts)_ ## `sf project deploy report` @@ -794,7 +794,7 @@ FLAG DESCRIPTIONS --coverage-formatters lcov --coverage-formatters clover ``` -_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/deploy/report.ts)_ +_See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59-dev.0/src/commands/project/deploy/report.ts)_ ## `sf project deploy resume` @@ -879,7 +879,7 @@ FLAG DESCRIPTIONS --coverage-formatters lcov --coverage-formatters clover ``` -_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/deploy/resume.ts)_ +_See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59-dev.0/src/commands/project/deploy/resume.ts)_ ## `sf project deploy start` @@ -1128,7 +1128,7 @@ FLAG DESCRIPTIONS --coverage-formatters lcov --coverage-formatters clover ``` -_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/deploy/start.ts)_ +_See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59-dev.0/src/commands/project/deploy/start.ts)_ ## `sf project deploy validate` @@ -1315,7 +1315,7 @@ FLAG DESCRIPTIONS --coverage-formatters lcov --coverage-formatters clover ``` -_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/deploy/validate.ts)_ +_See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59-dev.0/src/commands/project/deploy/validate.ts)_ ## `sf project generate manifest` @@ -1411,7 +1411,7 @@ EXAMPLES $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet ``` -_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/generate/manifest.ts)_ +_See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59-dev.0/src/commands/project/generate/manifest.ts)_ ## `sf project list ignored` @@ -1453,7 +1453,7 @@ EXAMPLES $ sf project list ignored --source-dir package.xml ``` -_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/list/ignored.ts)_ +_See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59-dev.0/src/commands/project/list/ignored.ts)_ ## `sf project reset tracking` @@ -1502,7 +1502,7 @@ EXAMPLES $ sf project reset tracking --revision 30 ``` -_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/reset/tracking.ts)_ +_See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59-dev.0/src/commands/project/reset/tracking.ts)_ ## `sf project retrieve preview` @@ -1556,7 +1556,7 @@ FLAG DESCRIPTIONS production orgs. ``` -_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/retrieve/preview.ts)_ +_See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59-dev.0/src/commands/project/retrieve/preview.ts)_ ## `sf project retrieve start` @@ -1729,6 +1729,6 @@ FLAG DESCRIPTIONS If you specify this flag, don’t specify --metadata or --source-dir. ``` -_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.58/src/commands/project/retrieve/start.ts)_ +_See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.59-dev.0/src/commands/project/retrieve/start.ts)_ diff --git a/package.json b/package.json index 0fa13d72..7228d531 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-deploy-retrieve", "description": "deploy and retrieve commands for sf", - "version": "3.24.58", + "version": "3.24.59-dev.0", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "enableO11y": true,