@jayree/sfdx-plugin-manifest 5.0.64 → 5.0.66
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 +13 -13
- package/oclif.lock +13 -13
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## [5.0.66](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.65...5.0.66) (2026-04-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @salesforce/source-tracking from 7.8.10 to 7.8.12 ([#2190](https://github.com/jayree/sfdx-plugin-manifest/issues/2190)) ([d7f1466](https://github.com/jayree/sfdx-plugin-manifest/commit/d7f146689396584120f0bff0476b67e882d519ea))
|
|
7
|
+
* **perf:** optimize populateTypesAndNames component deduplication W-21991374 ([#849](https://github.com/forcedotcom/source-tracking/issues/849)) ([e7b0ee4](https://github.com/forcedotcom/source-tracking/commit/e7b0ee402a939b30416ec6566efa13902b22ff2a))
|
|
8
|
+
* **deps:** bump lodash from 4.17.23 to 4.18.1 ([3d32926](https://github.com/forcedotcom/source-tracking/commit/3d3292659d71051b415a239f04e9484155e0e822))
|
|
9
|
+
|
|
10
|
+
## [5.0.65](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.64...5.0.65) (2026-04-12)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump @salesforce/source-deploy-retrieve ([#2189](https://github.com/jayree/sfdx-plugin-manifest/issues/2189)) ([de02c15](https://github.com/jayree/sfdx-plugin-manifest/commit/de02c15d0c0284ce91b0891dc65f62e6151bf45c))
|
|
16
|
+
* proper directory ignoring W-21988477 ([#1737](https://github.com/forcedotcom/source-deploy-retrieve/issues/1737)) ([3ff0812](https://github.com/forcedotcom/source-deploy-retrieve/commit/3ff08122d4714a6ea259adb1f4e7e49f71682b8d)), closes [#1741](https://github.com/forcedotcom/source-deploy-retrieve/issues/1741)
|
|
17
|
+
* **deps:** bump fast-xml-parser from 5.5.9 to 5.5.11 ([#1739](https://github.com/forcedotcom/source-deploy-retrieve/issues/1739)) ([df5313d](https://github.com/forcedotcom/source-deploy-retrieve/commit/df5313d8d50fe12cc2fb2cb27dfaa83785dc17aa))
|
|
18
|
+
* **deps:** bump minimatch from 9.0.7 to 9.0.9 ([#1722](https://github.com/forcedotcom/source-deploy-retrieve/issues/1722)) ([8686f26](https://github.com/forcedotcom/source-deploy-retrieve/commit/8686f261d42d8f5b12e70249fc08c1e903ed927f))
|
|
19
|
+
|
|
1
20
|
## [5.0.64](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.63...5.0.64) (2026-04-12)
|
|
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.66/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.66/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.66/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.66",
|
|
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.66",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.28",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"@salesforce/core": "^8.28.1",
|
|
15
15
|
"@salesforce/kit": "^3.2.6",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
17
|
-
"@salesforce/source-deploy-retrieve": "12.32.
|
|
18
|
-
"@salesforce/source-tracking": "7.8.
|
|
17
|
+
"@salesforce/source-deploy-retrieve": "12.32.7",
|
|
18
|
+
"@salesforce/source-tracking": "7.8.12",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
21
21
|
"fast-xml-parser": "^5.5.11",
|
|
@@ -6295,9 +6295,9 @@
|
|
|
6295
6295
|
}
|
|
6296
6296
|
},
|
|
6297
6297
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
6298
|
-
"version": "12.32.
|
|
6299
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.
|
|
6300
|
-
"integrity": "sha512-
|
|
6298
|
+
"version": "12.32.7",
|
|
6299
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.7.tgz",
|
|
6300
|
+
"integrity": "sha512-nxrMUYyLi171EllPssXKfr/D3+DBeTeeV+VUSqHVgTyRrGVVvlV86dVgyWaC7d5E8C6wgLMKiMu43zs4GRb9XQ==",
|
|
6301
6301
|
"license": "Apache-2.0",
|
|
6302
6302
|
"dependencies": {
|
|
6303
6303
|
"@salesforce/core": "^8.27.1",
|
|
@@ -6305,13 +6305,13 @@
|
|
|
6305
6305
|
"@salesforce/ts-types": "^2.0.12",
|
|
6306
6306
|
"@salesforce/types": "^1.6.0",
|
|
6307
6307
|
"fast-levenshtein": "^3.0.0",
|
|
6308
|
-
"fast-xml-parser": "^5.5.
|
|
6308
|
+
"fast-xml-parser": "^5.5.11",
|
|
6309
6309
|
"got": "^11.8.6",
|
|
6310
6310
|
"graceful-fs": "^4.2.11",
|
|
6311
6311
|
"ignore": "^5.3.2",
|
|
6312
6312
|
"jszip": "^3.10.1",
|
|
6313
6313
|
"mime": "2.6.0",
|
|
6314
|
-
"minimatch": "^9.0.
|
|
6314
|
+
"minimatch": "^9.0.9",
|
|
6315
6315
|
"proxy-agent": "^6.5.0",
|
|
6316
6316
|
"yaml": "^2.8.3"
|
|
6317
6317
|
},
|
|
@@ -6344,14 +6344,14 @@
|
|
|
6344
6344
|
}
|
|
6345
6345
|
},
|
|
6346
6346
|
"node_modules/@salesforce/source-tracking": {
|
|
6347
|
-
"version": "7.8.
|
|
6348
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.
|
|
6349
|
-
"integrity": "sha512-
|
|
6347
|
+
"version": "7.8.12",
|
|
6348
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.12.tgz",
|
|
6349
|
+
"integrity": "sha512-aaeILjmeLmbyXVVnWIRtGek30uvI+rbmZ3zPdIVCDkIn/1Ml44S37s6STD2OoakHwu+gRQPejSzHPyPJpvrtIQ==",
|
|
6350
6350
|
"license": "Apache-2.0",
|
|
6351
6351
|
"dependencies": {
|
|
6352
6352
|
"@salesforce/core": "^8.28.1",
|
|
6353
6353
|
"@salesforce/kit": "^3.2.6",
|
|
6354
|
-
"@salesforce/source-deploy-retrieve": "^12.32.
|
|
6354
|
+
"@salesforce/source-deploy-retrieve": "^12.32.4",
|
|
6355
6355
|
"@salesforce/ts-types": "^2.0.12",
|
|
6356
6356
|
"fast-xml-parser": "^5.5.7",
|
|
6357
6357
|
"graceful-fs": "^4.2.11",
|
package/oclif.lock
CHANGED
|
@@ -1996,34 +1996,34 @@
|
|
|
1996
1996
|
cli-progress "^3.12.0"
|
|
1997
1997
|
terminal-link "^3.0.0"
|
|
1998
1998
|
|
|
1999
|
-
"@salesforce/source-deploy-retrieve@12.32.
|
|
2000
|
-
version "12.32.
|
|
2001
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.
|
|
2002
|
-
integrity sha512-
|
|
1999
|
+
"@salesforce/source-deploy-retrieve@12.32.7", "@salesforce/source-deploy-retrieve@^12.32.4":
|
|
2000
|
+
version "12.32.7"
|
|
2001
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.7.tgz#acc2377987095fc9abd0f5256442d5042b54dd68"
|
|
2002
|
+
integrity sha512-nxrMUYyLi171EllPssXKfr/D3+DBeTeeV+VUSqHVgTyRrGVVvlV86dVgyWaC7d5E8C6wgLMKiMu43zs4GRb9XQ==
|
|
2003
2003
|
dependencies:
|
|
2004
2004
|
"@salesforce/core" "^8.27.1"
|
|
2005
2005
|
"@salesforce/kit" "^3.2.4"
|
|
2006
2006
|
"@salesforce/ts-types" "^2.0.12"
|
|
2007
2007
|
"@salesforce/types" "^1.6.0"
|
|
2008
2008
|
fast-levenshtein "^3.0.0"
|
|
2009
|
-
fast-xml-parser "^5.5.
|
|
2009
|
+
fast-xml-parser "^5.5.11"
|
|
2010
2010
|
got "^11.8.6"
|
|
2011
2011
|
graceful-fs "^4.2.11"
|
|
2012
2012
|
ignore "^5.3.2"
|
|
2013
2013
|
jszip "^3.10.1"
|
|
2014
2014
|
mime "2.6.0"
|
|
2015
|
-
minimatch "^9.0.
|
|
2015
|
+
minimatch "^9.0.9"
|
|
2016
2016
|
proxy-agent "^6.5.0"
|
|
2017
2017
|
yaml "^2.8.3"
|
|
2018
2018
|
|
|
2019
|
-
"@salesforce/source-tracking@7.8.
|
|
2020
|
-
version "7.8.
|
|
2021
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.8.
|
|
2022
|
-
integrity sha512-
|
|
2019
|
+
"@salesforce/source-tracking@7.8.12":
|
|
2020
|
+
version "7.8.12"
|
|
2021
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.8.12.tgz#ba3abef6d78cc358dbca876f83f47f6dda3132fd"
|
|
2022
|
+
integrity sha512-aaeILjmeLmbyXVVnWIRtGek30uvI+rbmZ3zPdIVCDkIn/1Ml44S37s6STD2OoakHwu+gRQPejSzHPyPJpvrtIQ==
|
|
2023
2023
|
dependencies:
|
|
2024
2024
|
"@salesforce/core" "^8.28.1"
|
|
2025
2025
|
"@salesforce/kit" "^3.2.6"
|
|
2026
|
-
"@salesforce/source-deploy-retrieve" "^12.32.
|
|
2026
|
+
"@salesforce/source-deploy-retrieve" "^12.32.4"
|
|
2027
2027
|
"@salesforce/ts-types" "^2.0.12"
|
|
2028
2028
|
fast-xml-parser "^5.5.7"
|
|
2029
2029
|
graceful-fs "^4.2.11"
|
|
@@ -5564,7 +5564,7 @@ fast-xml-parser@5.5.8:
|
|
|
5564
5564
|
path-expression-matcher "^1.2.0"
|
|
5565
5565
|
strnum "^2.2.0"
|
|
5566
5566
|
|
|
5567
|
-
fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.7
|
|
5567
|
+
fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.7:
|
|
5568
5568
|
version "5.5.11"
|
|
5569
5569
|
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.11.tgz#406a888587aed0ba6b3e60382dfbb3b1f80692ad"
|
|
5570
5570
|
integrity sha512-QL0eb0YbSTVWF6tTf1+LEMSgtCEjBYPpnAjoLC8SscESlAjXEIRJ7cHtLG0pLeDFaZLa4VKZLArtA/60ZS7vyA==
|
|
@@ -7575,7 +7575,7 @@ minimatch@^5.0.1, minimatch@^5.1.6:
|
|
|
7575
7575
|
dependencies:
|
|
7576
7576
|
brace-expansion "^2.0.1"
|
|
7577
7577
|
|
|
7578
|
-
minimatch@^9.0.4, minimatch@^9.0.5, minimatch@^9.0.
|
|
7578
|
+
minimatch@^9.0.4, minimatch@^9.0.5, minimatch@^9.0.9:
|
|
7579
7579
|
version "9.0.9"
|
|
7580
7580
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.9.tgz#9b0cb9fcb78087f6fd7eababe2511c4d3d60574e"
|
|
7581
7581
|
integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==
|
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.66",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"@salesforce/core": "^8.28.1",
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
14
|
-
"@salesforce/source-deploy-retrieve": "12.32.
|
|
15
|
-
"@salesforce/source-tracking": "7.8.
|
|
14
|
+
"@salesforce/source-deploy-retrieve": "12.32.7",
|
|
15
|
+
"@salesforce/source-tracking": "7.8.12",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
|
18
18
|
"fast-xml-parser": "^5.5.11",
|