From 2a3d881839c308e2b8270613f6d0b50aa60c5d3f Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 17 Aug 2024 22:06:32 +0000 Subject: [PATCH 1/6] chore: auto-update metadata coverage in METADATA_SUPPORT.md [no ci] --- METADATA_SUPPORT.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/METADATA_SUPPORT.md b/METADATA_SUPPORT.md index 4656e2361..27937b844 100644 --- a/METADATA_SUPPORT.md +++ b/METADATA_SUPPORT.md @@ -4,7 +4,7 @@ This list compares metadata types found in Salesforce v61 with the [metadata reg This repository is used by both the Salesforce CLIs and Salesforce's VSCode Extensions. -Currently, there are 577/608 supported metadata types. +Currently, there are 577/611 supported metadata types. For status on any existing gaps, please search or file an issue in the [Salesforce CLI issues only repo](https://github.com/forcedotcom/cli/issues). To contribute a new metadata type, please see the [Contributing Metadata Types to the Registry](./contributing/metadata.md) @@ -167,6 +167,7 @@ To contribute a new metadata type, please see the [Contributing Metadata Types t |DashboardFolder|✅|| |DataCalcInsightTemplate|✅|| |DataCategoryGroup|✅|| +|DataConnectionParamTmpl|❌|Not supported, but support could be added| |DataConnectorIngestApi|✅|| |DataConnectorS3|✅|| |DataDotComSettings|✅|| @@ -393,6 +394,8 @@ To contribute a new metadata type, please see the [Contributing Metadata Types t |MilestoneType|✅|| |MktCalcInsightObjectDef|✅|| |MktDataConnection|❌|Not supported, but support could be added| +|MktDataConnectionCred|❌|Not supported, but support could be added| +|MktDataConnectionParam|❌|Not supported, but support could be added| |MktDataConnectionSrcParam|❌|Not supported, but support could be added| |MktDataTranObject|✅|| |MlDomain|✅|| @@ -633,7 +636,6 @@ v62 introduces the following new types. Here's their current level of support |ChoiceList|❌|Not supported, but support could be added (but not for tracking)| |ConvIntelligenceSignalRule|❌|Not supported, but support could be added| |ConversationMessageDefinition|✅|| -|EnblProgramTaskSubCategory|✅|| |ExtlClntAppPushConfigurablePolicies|❌|Not supported, but support could be added (but not for tracking)| |ExtlClntAppPushSettings|✅|| |HerokuIntegrationSettings|✅|| @@ -671,6 +673,7 @@ v62 introduces the following new types. Here's their current level of support - DataPipeline - DynamicTrigger - EmbeddedServiceFieldService +- EnblProgramTaskSubCategory - EntityImplements - EscalationRule - EventDelivery From e83f3bb821315abaa9876f8b7ef8f4056be2385c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 00:45:11 -0500 Subject: [PATCH 2/6] fix(deps): bump ignore from 5.3.1 to 5.3.2 (#1402) Bumps [ignore](https://github.com/kaelzhang/node-ignore) from 5.3.1 to 5.3.2. - [Release notes](https://github.com/kaelzhang/node-ignore/releases) - [Changelog](https://github.com/kaelzhang/node-ignore/blob/master/CHANGELOG.md) - [Commits](https://github.com/kaelzhang/node-ignore/compare/5.3.1...5.3.2) --- updated-dependencies: - dependency-name: ignore 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 56a1726bf..ddd78ac0b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "fast-xml-parser": "^4.4.1", "got": "^11.8.6", "graceful-fs": "^4.2.11", - "ignore": "^5.3.1", + "ignore": "^5.3.2", "jszip": "^3.10.1", "mime": "2.6.0", "minimatch": "^9.0.5", diff --git a/yarn.lock b/yarn.lock index 029848ccc..8f25be713 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2962,10 +2962,10 @@ ieee754@^1.2.1: resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== -ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.0, ignore@^5.3.1: - version "5.3.1" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef" - integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw== +ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.0, ignore@^5.3.2: + version "5.3.2" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5" + integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== immediate@~3.0.5: version "3.0.6" From 0dc5c0e2674f7667ded4205fa5c91da3e69351f6 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 18 Aug 2024 05:45:38 +0000 Subject: [PATCH 3/6] chore(release): 12.4.1 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f30abad8..f8f7a6719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [12.4.1](https://github.com/forcedotcom/source-deploy-retrieve/compare/12.4.0...12.4.1) (2024-08-18) + + +### Bug Fixes + +* **deps:** bump ignore from 5.3.1 to 5.3.2 ([#1402](https://github.com/forcedotcom/source-deploy-retrieve/issues/1402)) ([e83f3bb](https://github.com/forcedotcom/source-deploy-retrieve/commit/e83f3bb821315abaa9876f8b7ef8f4056be2385c)) + + + # [12.4.0](https://github.com/forcedotcom/source-deploy-retrieve/compare/12.2.1...12.4.0) (2024-08-15) diff --git a/package.json b/package.json index ddd78ac0b..519f965b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/source-deploy-retrieve", - "version": "12.4.0", + "version": "12.4.1", "description": "JavaScript library to run Salesforce metadata deploys and retrieves", "main": "lib/src/index.js", "author": "Salesforce", From b4dbba54398c6b9344d474ecf4905c9aa644b2d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 03:45:12 -0500 Subject: [PATCH 4/6] chore(dev-deps): bump eslint-plugin-sf-plugin from 1.20.4 to 1.20.5 (#1401) Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.20.4 to 1.20.5. - [Release notes](https://github.com/salesforcecli/eslint-plugin-sf-plugin/releases) - [Changelog](https://github.com/salesforcecli/eslint-plugin-sf-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.20.4...1.20.5) --- updated-dependencies: - dependency-name: eslint-plugin-sf-plugin 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> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 519f965b0..d8e87c397 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/minimatch": "^5.1.2", "deep-equal-in-any-order": "^1.1.19", "deepmerge": "^4.3.1", - "eslint-plugin-sf-plugin": "^1.20.4", + "eslint-plugin-sf-plugin": "^1.20.5", "mocha-junit-reporter": "^1.23.3", "mocha-snap": "^5.0.0", "ts-node": "^10.9.2", diff --git a/yarn.lock b/yarn.lock index 8f25be713..ed474d7b8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2176,12 +2176,12 @@ eslint-plugin-jsdoc@^46.10.1: semver "^7.5.4" spdx-expression-parse "^4.0.0" -eslint-plugin-sf-plugin@^1.20.4: - version "1.20.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.4.tgz#9d99f76cd316939222231f74bb65fc76ddd7fee4" - integrity sha512-lpuF4XGVenrQotd0cUZhgZ4rLDubytWPJBzmMCIovZdqyGYzgD68MGofDSLFzmbhKfa2fX1Pndljru6/GjVyGQ== +eslint-plugin-sf-plugin@^1.20.5: + version "1.20.5" + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.5.tgz#167657e6dd319e5e5bcc8a733668fff8e7a8089a" + integrity sha512-V8Y18rFPvVEIhWnXyQrgmdNKGFYRmDPY32lTN2vu0FCY9RkIF9ARDUAmGc5Zpz3J/faDNRtVQVra5dAJyqrMTA== dependencies: - "@salesforce/core" "^8.3.0" + "@salesforce/core" "^8.4.0" "@typescript-eslint/utils" "^7.18.0" eslint-plugin-unicorn@^50.0.1: From d4327d527c5ce440dd5a8a6a25a538ddd9dd5584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 06:45:11 -0500 Subject: [PATCH 5/6] chore(dev-deps): bump @salesforce/cli-plugins-testkit (#1400) Bumps [@salesforce/cli-plugins-testkit](https://github.com/salesforcecli/cli-plugins-testkit) from 5.3.25 to 5.3.26. - [Release notes](https://github.com/salesforcecli/cli-plugins-testkit/releases) - [Changelog](https://github.com/salesforcecli/cli-plugins-testkit/blob/main/CHANGELOG.md) - [Commits](https://github.com/salesforcecli/cli-plugins-testkit/compare/5.3.25...5.3.26) --- updated-dependencies: - dependency-name: "@salesforce/cli-plugins-testkit" 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> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d8e87c397..28e8895aa 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@jsforce/jsforce-node": "^3.4.1", - "@salesforce/cli-plugins-testkit": "^5.3.25", + "@salesforce/cli-plugins-testkit": "^5.3.26", "@salesforce/dev-scripts": "^10.2.9", "@types/deep-equal-in-any-order": "^1.0.1", "@types/fast-levenshtein": "^0.0.4", diff --git a/yarn.lock b/yarn.lock index ed474d7b8..956e4e546 100644 --- a/yarn.lock +++ b/yarn.lock @@ -507,12 +507,12 @@ resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== -"@salesforce/cli-plugins-testkit@^5.3.25": - version "5.3.25" - resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.25.tgz#a3e081d1e8bce8660d602fdf04851986c89f18a1" - integrity sha512-wwFnd7EuEVxc7IRCvOtJO65iEbjYWrIHUdkxf7bZkgrS9ZfjFNDyua/XthT+gWpVfIZiHxEjqYBdHzMNWZQkbg== +"@salesforce/cli-plugins-testkit@^5.3.26": + version "5.3.26" + resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.26.tgz#11f4946b24749a7f32125688ed43ae9dbc248e60" + integrity sha512-5+Cx0Gbx5v+uvB6TQr+gHIRULOCUhzLtlBRh2UZQoWlUihlOvTYIOXqWQP50qm92KlV0iv3LJ25zJQDFnvAIzQ== dependencies: - "@salesforce/core" "^8.3.0" + "@salesforce/core" "^8.4.0" "@salesforce/kit" "^3.2.1" "@salesforce/ts-types" "^2.0.11" "@types/shelljs" "^0.8.15" From 83228e8324e410725c0439a959ac6ffcc55d1dad Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 18 Aug 2024 22:07:15 +0000 Subject: [PATCH 6/6] chore: auto-update metadata coverage in METADATA_SUPPORT.md [no ci] --- METADATA_SUPPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/METADATA_SUPPORT.md b/METADATA_SUPPORT.md index 27937b844..8d4981ad1 100644 --- a/METADATA_SUPPORT.md +++ b/METADATA_SUPPORT.md @@ -636,6 +636,7 @@ v62 introduces the following new types. Here's their current level of support |ChoiceList|❌|Not supported, but support could be added (but not for tracking)| |ConvIntelligenceSignalRule|❌|Not supported, but support could be added| |ConversationMessageDefinition|✅|| +|EnblProgramTaskSubCategory|✅|| |ExtlClntAppPushConfigurablePolicies|❌|Not supported, but support could be added (but not for tracking)| |ExtlClntAppPushSettings|✅|| |HerokuIntegrationSettings|✅|| @@ -673,7 +674,6 @@ v62 introduces the following new types. Here's their current level of support - DataPipeline - DynamicTrigger - EmbeddedServiceFieldService -- EnblProgramTaskSubCategory - EntityImplements - EscalationRule - EventDelivery