Skip to content

Commit bdc02cc

Browse files
committed
Merge branch 'main' into sh/use-org62-for-api-version
2 parents 5d8b31d + a58a848 commit bdc02cc

File tree

5 files changed

+20
-11
lines changed

5 files changed

+20
-11
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [10.2.12](https://github.com/forcedotcom/source-deploy-retrieve/compare/10.2.11...10.2.12) (2024-01-23)
2+
3+
4+
### Bug Fixes
5+
6+
* metadataRegistry entries for IdentityVerificationProcDev were incorrect. fixed ([#1221](https://github.com/forcedotcom/source-deploy-retrieve/issues/1221)) ([4acf942](https://github.com/forcedotcom/source-deploy-retrieve/commit/4acf94294be7a403c20d3231cb04b8a4153c8214))
7+
8+
9+
110
## [10.2.11](https://github.com/forcedotcom/source-deploy-retrieve/compare/10.2.10...10.2.11) (2024-01-14)
211

312

METADATA_SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ v61 introduces the following new types. Here's their current level of support
610610

611611
|Metadata Type|Support|Notes|
612612
|:---|:---|:---|
613-
|SearchCustomization||Not supported, but support could be added|
613+
|SearchCustomization||Not supported, but support could be added (but not for tracking)|
614614

615615
## Additional Types
616616

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/source-deploy-retrieve",
3-
"version": "10.2.11",
3+
"version": "10.2.12",
44
"description": "JavaScript library to run Salesforce metadata deploys and retrieves",
55
"main": "lib/src/index.js",
66
"author": "Salesforce",
@@ -51,7 +51,7 @@
5151
"@types/shelljs": "^0.8.15",
5252
"deep-equal-in-any-order": "^1.1.19",
5353
"deepmerge": "^4.3.1",
54-
"eslint-plugin-sf-plugin": "^1.17.1",
54+
"eslint-plugin-sf-plugin": "^1.17.2",
5555
"jsforce": "^2.0.0-beta.29",
5656
"mocha-junit-reporter": "^1.23.3",
5757
"shelljs": "0.8.5",

src/registry/metadataRegistry.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3319,7 +3319,7 @@
33193319
"identityverificationprocdef": {
33203320
"id": "identityverificationprocdef",
33213321
"name": "IdentityVerificationProcDef",
3322-
"suffix": "identityverificationprocdef",
3322+
"suffix": "IdentityVerificationProcDef",
33233323
"directoryName": "IdentityVerificationProcDefs",
33243324
"inFolder": false,
33253325
"strictDirectoryName": false
@@ -4106,7 +4106,7 @@
41064106
"dwl": "dataweaveresource",
41074107
"aq": "assessmentquestion",
41084108
"aqs": "assessmentquestionset",
4109-
"identityverificationprocdef": "identityverificationprocdef",
4109+
"IdentityVerificationProcDef": "identityverificationprocdef",
41104110
"digitalExperience": "digitalexperiencebundle",
41114111
"digitalExperienceConfig": "digitalexperienceconfig",
41124112
"forecastingFilter": "forecastingfilter",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@
582582
semver "^7.5.4"
583583
ts-retry-promise "^0.7.1"
584584

585-
"@salesforce/core@^6.4.4", "@salesforce/core@^6.4.7":
585+
"@salesforce/core@^6.4.7":
586586
version "6.4.7"
587587
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.7.tgz#f15538380aa5c75de697d3c95a2ddbdabae69dbb"
588588
integrity sha512-gebjw2xC8Z0gqS3lYRQWz7J+PuGZtybotrnnaJbnzzxdfpBFIp6PjW4nt/235BQW9UWFTLaQh+AwkFgmMTTSkA==
@@ -2262,12 +2262,12 @@ eslint-plugin-jsdoc@^46.9.0:
22622262
semver "^7.5.4"
22632263
spdx-expression-parse "^3.0.1"
22642264

2265-
eslint-plugin-sf-plugin@^1.17.1:
2266-
version "1.17.1"
2267-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.1.tgz#085119cb27d856170c0651c0d0abbd25493a22d6"
2268-
integrity sha512-ZbIC0P5W7enSMNWZYTKKMzQ+yAU8FyWKazdOwk2rMrMEVk+LA23lfKcgCEvvuala718TEkqkPTwPYyn7qujPkA==
2265+
eslint-plugin-sf-plugin@^1.17.2:
2266+
version "1.17.2"
2267+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.2.tgz#c2e5b40fdae762d3166696f0d9a3664ff8359141"
2268+
integrity sha512-N7o/rgpH5ImPwyGj7dByPwOeW7+VcA36/F35vUhL9NV8FOR35DDL8T+cX0HBGPWu4toSXjCmc2yEH52FdsnATg==
22692269
dependencies:
2270-
"@salesforce/core" "^6.4.4"
2270+
"@salesforce/core" "^6.4.7"
22712271
"@typescript-eslint/utils" "^6.17.0"
22722272

22732273
eslint-plugin-unicorn@^49.0.0:

0 commit comments

Comments
 (0)