@jayree/sfdx-plugin-manifest 5.0.108 → 5.0.110
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/CHANGELOG.md +19 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +15 -15
- package/oclif.lock +14 -14
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## [5.0.110](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.109...5.0.110) (2026-05-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/source-deploy-retrieve ([#2270](https://github.com/jayree/sfdx-plugin-manifest/issues/2270)) ([a908207](https://github.com/jayree/sfdx-plugin-manifest/commit/a90820719460087829f88c9242e39bd82e6f22d1))
|
|
7
|
+
* add CnfgItemTypeIdentFieldMap and CnfgItemTypeIdentRule to metadata registry ([#1775](https://github.com/forcedotcom/source-deploy-retrieve/issues/1775)) ([d0839e3](https://github.com/forcedotcom/source-deploy-retrieve/commit/d0839e3d8beaea329d4db2c128337b6ff3e7fde5))
|
|
8
|
+
* **deps:** bump yaml from 2.8.3 to 2.9.0 ([#1770](https://github.com/forcedotcom/source-deploy-retrieve/issues/1770)) ([8d74361](https://github.com/forcedotcom/source-deploy-retrieve/commit/8d74361d44dd561d22451cebe5de4298dc820dbd))
|
|
9
|
+
|
|
10
|
+
## [5.0.109](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.108...5.0.109) (2026-05-31)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump isomorphic-git from 1.38.1 to 1.38.3 ([#2267](https://github.com/jayree/sfdx-plugin-manifest/issues/2267)) ([e591119](https://github.com/jayree/sfdx-plugin-manifest/commit/e59111937422b66c68ba4180d5c6add17befc7db))
|
|
16
|
+
* Improve internal error reporting guidance ([#2345](https://github.com/isomorphic-git/isomorphic-git/issues/2345)) ([955acf3](https://github.com/isomorphic-git/isomorphic-git/commit/955acf37adb69e50b98e92addb468f241cfb62e7))
|
|
17
|
+
* add bot authoring to release commit ([#2329](https://github.com/isomorphic-git/isomorphic-git/issues/2329)) ([328b1ba](https://github.com/isomorphic-git/isomorphic-git/commit/328b1baba0e24c91143c6a26cf947c3e34d3752b))
|
|
18
|
+
* add Clever Cloud logo to Acknowledgments in README ([#2334](https://github.com/isomorphic-git/isomorphic-git/issues/2334)) ([89f441d](https://github.com/isomorphic-git/isomorphic-git/commit/89f441dce81190037c919e5885db192b88b3072a))
|
|
19
|
+
|
|
1
20
|
## [5.0.108](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.107...5.0.108) (2026-05-28)
|
|
2
21
|
|
|
3
22
|
|
package/README.md
CHANGED
|
@@ -112,7 +112,7 @@ EXAMPLES
|
|
|
112
112
|
$ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
|
113
113
|
```
|
|
114
114
|
|
|
115
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.110/src/commands/jayree/manifest/cleanup.ts)_
|
|
116
116
|
|
|
117
117
|
### `sf jayree manifest generate`
|
|
118
118
|
|
|
@@ -150,7 +150,7 @@ EXAMPLES
|
|
|
150
150
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
151
151
|
```
|
|
152
152
|
|
|
153
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.
|
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.110/src/commands/jayree/manifest/generate.ts)_
|
|
154
154
|
|
|
155
155
|
### `sf jayree manifest git diff REF1 [REF2]`
|
|
156
156
|
|
|
@@ -230,7 +230,7 @@ FLAG DESCRIPTIONS
|
|
|
230
230
|
Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
|
|
231
231
|
```
|
|
232
232
|
|
|
233
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.
|
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.110/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.110",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.110",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.33",
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"@salesforce/core": "^8.31.0",
|
|
15
15
|
"@salesforce/kit": "^3.2.6",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.21",
|
|
17
|
-
"@salesforce/source-deploy-retrieve": "12.
|
|
17
|
+
"@salesforce/source-deploy-retrieve": "12.36.1",
|
|
18
18
|
"@salesforce/source-tracking": "7.8.16",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
21
21
|
"fast-xml-parser": "^5.8.0",
|
|
22
22
|
"fs-extra": "^11.3.4",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
|
-
"isomorphic-git": "1.38.
|
|
24
|
+
"isomorphic-git": "1.38.3"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.3.22",
|
|
@@ -5318,12 +5318,12 @@
|
|
|
5318
5318
|
}
|
|
5319
5319
|
},
|
|
5320
5320
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5321
|
-
"version": "12.
|
|
5322
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
5323
|
-
"integrity": "sha512-
|
|
5321
|
+
"version": "12.36.1",
|
|
5322
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.36.1.tgz",
|
|
5323
|
+
"integrity": "sha512-W+jVWAovoAfbtgCRzBKtVxKhQoBzFoEyAHLiCtT8U84/lBLIqeTCklYTA155GRSdC8DwQ26j0NKiDgpR79TqcQ==",
|
|
5324
5324
|
"license": "Apache-2.0",
|
|
5325
5325
|
"dependencies": {
|
|
5326
|
-
"@salesforce/core": "^8.
|
|
5326
|
+
"@salesforce/core": "^8.31.0",
|
|
5327
5327
|
"@salesforce/kit": "^3.2.4",
|
|
5328
5328
|
"@salesforce/ts-types": "^2.0.12",
|
|
5329
5329
|
"@salesforce/types": "^1.6.0",
|
|
@@ -5336,7 +5336,7 @@
|
|
|
5336
5336
|
"mime": "2.6.0",
|
|
5337
5337
|
"minimatch": "^9.0.9",
|
|
5338
5338
|
"proxy-agent": "^6.5.0",
|
|
5339
|
-
"yaml": "^2.
|
|
5339
|
+
"yaml": "^2.9.0"
|
|
5340
5340
|
},
|
|
5341
5341
|
"engines": {
|
|
5342
5342
|
"node": ">=18.0.0"
|
|
@@ -13495,9 +13495,9 @@
|
|
|
13495
13495
|
"license": "ISC"
|
|
13496
13496
|
},
|
|
13497
13497
|
"node_modules/isomorphic-git": {
|
|
13498
|
-
"version": "1.38.
|
|
13499
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.
|
|
13500
|
-
"integrity": "sha512-
|
|
13498
|
+
"version": "1.38.3",
|
|
13499
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.3.tgz",
|
|
13500
|
+
"integrity": "sha512-rOpt0yIW9HD1o6mA4w2f4XP5Lj42QnccbFbhzkby6L+t9c2klQxf9seqyrw5x8JcWWnbuPuN7v7YJ7yvHj9OPA==",
|
|
13501
13501
|
"license": "MIT",
|
|
13502
13502
|
"dependencies": {
|
|
13503
13503
|
"async-lock": "^1.4.1",
|
|
@@ -19830,9 +19830,9 @@
|
|
|
19830
19830
|
"license": "ISC"
|
|
19831
19831
|
},
|
|
19832
19832
|
"node_modules/yaml": {
|
|
19833
|
-
"version": "2.
|
|
19834
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.
|
|
19835
|
-
"integrity": "sha512-
|
|
19833
|
+
"version": "2.9.0",
|
|
19834
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
|
|
19835
|
+
"integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
|
|
19836
19836
|
"license": "ISC",
|
|
19837
19837
|
"bin": {
|
|
19838
19838
|
"yaml": "bin.mjs"
|
package/oclif.lock
CHANGED
|
@@ -1745,12 +1745,12 @@
|
|
|
1745
1745
|
cli-progress "^3.12.0"
|
|
1746
1746
|
terminal-link "^3.0.0"
|
|
1747
1747
|
|
|
1748
|
-
"@salesforce/source-deploy-retrieve@12.
|
|
1749
|
-
version "12.
|
|
1750
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
1751
|
-
integrity sha512-
|
|
1748
|
+
"@salesforce/source-deploy-retrieve@12.36.1", "@salesforce/source-deploy-retrieve@^12.35.9":
|
|
1749
|
+
version "12.36.1"
|
|
1750
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.36.1.tgz#c054e6efc95fefc29179e6ee83b81ff145187a51"
|
|
1751
|
+
integrity sha512-W+jVWAovoAfbtgCRzBKtVxKhQoBzFoEyAHLiCtT8U84/lBLIqeTCklYTA155GRSdC8DwQ26j0NKiDgpR79TqcQ==
|
|
1752
1752
|
dependencies:
|
|
1753
|
-
"@salesforce/core" "^8.
|
|
1753
|
+
"@salesforce/core" "^8.31.0"
|
|
1754
1754
|
"@salesforce/kit" "^3.2.4"
|
|
1755
1755
|
"@salesforce/ts-types" "^2.0.12"
|
|
1756
1756
|
"@salesforce/types" "^1.6.0"
|
|
@@ -1763,7 +1763,7 @@
|
|
|
1763
1763
|
mime "2.6.0"
|
|
1764
1764
|
minimatch "^9.0.9"
|
|
1765
1765
|
proxy-agent "^6.5.0"
|
|
1766
|
-
yaml "^2.
|
|
1766
|
+
yaml "^2.9.0"
|
|
1767
1767
|
|
|
1768
1768
|
"@salesforce/source-tracking@7.8.16":
|
|
1769
1769
|
version "7.8.16"
|
|
@@ -5998,10 +5998,10 @@ isexe@^2.0.0:
|
|
|
5998
5998
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
|
5999
5999
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
6000
6000
|
|
|
6001
|
-
isomorphic-git@1.38.
|
|
6002
|
-
version "1.38.
|
|
6003
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.
|
|
6004
|
-
integrity sha512-
|
|
6001
|
+
isomorphic-git@1.38.3, isomorphic-git@^1.34.2:
|
|
6002
|
+
version "1.38.3"
|
|
6003
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.3.tgz#ff00a33423f40c7afbfa2a449c9829d523195df2"
|
|
6004
|
+
integrity sha512-rOpt0yIW9HD1o6mA4w2f4XP5Lj42QnccbFbhzkby6L+t9c2klQxf9seqyrw5x8JcWWnbuPuN7v7YJ7yvHj9OPA==
|
|
6005
6005
|
dependencies:
|
|
6006
6006
|
async-lock "^1.4.1"
|
|
6007
6007
|
clean-git-ref "^2.0.1"
|
|
@@ -9592,10 +9592,10 @@ yallist@^4.0.0:
|
|
|
9592
9592
|
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
|
|
9593
9593
|
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
|
|
9594
9594
|
|
|
9595
|
-
yaml@^2.2.2, yaml@^2.5.1, yaml@^2.
|
|
9596
|
-
version "2.
|
|
9597
|
-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.
|
|
9598
|
-
integrity sha512-
|
|
9595
|
+
yaml@^2.2.2, yaml@^2.5.1, yaml@^2.9.0:
|
|
9596
|
+
version "2.9.0"
|
|
9597
|
+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.9.0.tgz#78274afd93598a1dfdd6130df6a566defcbf9aa4"
|
|
9598
|
+
integrity sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==
|
|
9599
9599
|
|
|
9600
9600
|
yargs-parser@^18.1.2:
|
|
9601
9601
|
version "18.1.3"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
3
|
"description": "A powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smarter Salesforce deployments.",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.110",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"@salesforce/core": "^8.31.0",
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.21",
|
|
14
|
-
"@salesforce/source-deploy-retrieve": "12.
|
|
14
|
+
"@salesforce/source-deploy-retrieve": "12.36.1",
|
|
15
15
|
"@salesforce/source-tracking": "7.8.16",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
|
18
18
|
"fast-xml-parser": "^5.8.0",
|
|
19
19
|
"fs-extra": "^11.3.4",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
|
-
"isomorphic-git": "1.38.
|
|
21
|
+
"isomorphic-git": "1.38.3"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.3.22",
|