@jayree/sfdx-plugin-manifest 5.0.60 → 5.0.61
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 +9 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +23 -23
- package/oclif.lock +24 -24
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [5.0.61](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.60...5.0.61) (2026-04-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump fast-xml-parser from 5.5.10 to 5.5.11 ([#2181](https://github.com/jayree/sfdx-plugin-manifest/issues/2181)) ([4038407](https://github.com/jayree/sfdx-plugin-manifest/commit/4038407129d952a8c1418b68b11c07a8c3d5e0a6))
|
|
7
|
+
* Performance Improvement
|
|
8
|
+
* integrate ExpressionSet for stopNodes
|
|
9
|
+
|
|
1
10
|
## [5.0.60](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.59...5.0.60) (2026-04-11)
|
|
2
11
|
|
|
3
12
|
|
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.61/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.61/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.61/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.61",
|
|
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.61",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.28",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@salesforce/source-tracking": "7.8.9",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
|
21
|
-
"fast-xml-parser": "^5.5.
|
|
21
|
+
"fast-xml-parser": "^5.5.11",
|
|
22
22
|
"fs-extra": "^11.3.4",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
24
|
"isomorphic-git": "1.37.5"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.3.15",
|
|
28
28
|
"@salesforce/cli-plugins-testkit": "^5.3.52",
|
|
29
29
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
30
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
30
|
+
"@salesforce/ts-sinon": "^1.4.34",
|
|
31
31
|
"@types/fs-extra": "^11.0.4",
|
|
32
32
|
"@types/graceful-fs": "^4.1.9",
|
|
33
33
|
"c8": "^11.0.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
36
36
|
"eslint-plugin-prettier": "^5.5.5",
|
|
37
37
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
38
|
-
"oclif": "^4.
|
|
38
|
+
"oclif": "^4.23.0",
|
|
39
39
|
"patch-package": "^8.0.1",
|
|
40
40
|
"prettier": "^3.8.1",
|
|
41
41
|
"pretty-quick": "^4.2.2",
|
|
@@ -6363,9 +6363,9 @@
|
|
|
6363
6363
|
}
|
|
6364
6364
|
},
|
|
6365
6365
|
"node_modules/@salesforce/ts-sinon": {
|
|
6366
|
-
"version": "1.4.
|
|
6367
|
-
"resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.
|
|
6368
|
-
"integrity": "sha512-
|
|
6366
|
+
"version": "1.4.34",
|
|
6367
|
+
"resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.34.tgz",
|
|
6368
|
+
"integrity": "sha512-fzpCoOUUfE3I43HYFATWEPlGRUvQIxMecdmMuaG61T/Y2Vsvw9oU+YtHx9zDmvuVy/g0fUj/lxMoqRRMy5ttpQ==",
|
|
6369
6369
|
"dev": true,
|
|
6370
6370
|
"license": "Apache-2.0",
|
|
6371
6371
|
"dependencies": {
|
|
@@ -13217,9 +13217,9 @@
|
|
|
13217
13217
|
}
|
|
13218
13218
|
},
|
|
13219
13219
|
"node_modules/fast-xml-parser": {
|
|
13220
|
-
"version": "5.5.
|
|
13221
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.
|
|
13222
|
-
"integrity": "sha512-
|
|
13220
|
+
"version": "5.5.11",
|
|
13221
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.11.tgz",
|
|
13222
|
+
"integrity": "sha512-QL0eb0YbSTVWF6tTf1+LEMSgtCEjBYPpnAjoLC8SscESlAjXEIRJ7cHtLG0pLeDFaZLa4VKZLArtA/60ZS7vyA==",
|
|
13223
13223
|
"funding": [
|
|
13224
13224
|
{
|
|
13225
13225
|
"type": "github",
|
|
@@ -13229,8 +13229,8 @@
|
|
|
13229
13229
|
"license": "MIT",
|
|
13230
13230
|
"dependencies": {
|
|
13231
13231
|
"fast-xml-builder": "^1.1.4",
|
|
13232
|
-
"path-expression-matcher": "^1.
|
|
13233
|
-
"strnum": "^2.2.
|
|
13232
|
+
"path-expression-matcher": "^1.4.0",
|
|
13233
|
+
"strnum": "^2.2.3"
|
|
13234
13234
|
},
|
|
13235
13235
|
"bin": {
|
|
13236
13236
|
"fxparser": "src/cli/cli.js"
|
|
@@ -17507,9 +17507,9 @@
|
|
|
17507
17507
|
}
|
|
17508
17508
|
},
|
|
17509
17509
|
"node_modules/oclif": {
|
|
17510
|
-
"version": "4.
|
|
17511
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
17512
|
-
"integrity": "sha512-
|
|
17510
|
+
"version": "4.23.0",
|
|
17511
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.0.tgz",
|
|
17512
|
+
"integrity": "sha512-0Rz8YsJx6NQORMgyDeDr6i0OlJa6h4oLXBht9iRZhn/YI/by/ONKgcJIPXyTgeLK21JmhbFqJn6Y1AME0EH1Dw==",
|
|
17513
17513
|
"dev": true,
|
|
17514
17514
|
"license": "MIT",
|
|
17515
17515
|
"dependencies": {
|
|
@@ -17531,7 +17531,7 @@
|
|
|
17531
17531
|
"fs-extra": "^8.1",
|
|
17532
17532
|
"github-slugger": "^2",
|
|
17533
17533
|
"got": "^13",
|
|
17534
|
-
"lodash": "^4.
|
|
17534
|
+
"lodash": "^4.18.1",
|
|
17535
17535
|
"normalize-package-data": "^6",
|
|
17536
17536
|
"semver": "^7.7.4",
|
|
17537
17537
|
"sort-package-json": "^2.15.1",
|
|
@@ -18200,9 +18200,9 @@
|
|
|
18200
18200
|
}
|
|
18201
18201
|
},
|
|
18202
18202
|
"node_modules/path-expression-matcher": {
|
|
18203
|
-
"version": "1.
|
|
18204
|
-
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.
|
|
18205
|
-
"integrity": "sha512-
|
|
18203
|
+
"version": "1.5.0",
|
|
18204
|
+
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
|
|
18205
|
+
"integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
|
|
18206
18206
|
"funding": [
|
|
18207
18207
|
{
|
|
18208
18208
|
"type": "github",
|
|
@@ -20210,9 +20210,9 @@
|
|
|
20210
20210
|
}
|
|
20211
20211
|
},
|
|
20212
20212
|
"node_modules/strnum": {
|
|
20213
|
-
"version": "2.2.
|
|
20214
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.
|
|
20215
|
-
"integrity": "sha512-
|
|
20213
|
+
"version": "2.2.3",
|
|
20214
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.3.tgz",
|
|
20215
|
+
"integrity": "sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==",
|
|
20216
20216
|
"funding": [
|
|
20217
20217
|
{
|
|
20218
20218
|
"type": "github",
|
package/oclif.lock
CHANGED
|
@@ -2030,10 +2030,10 @@
|
|
|
2030
2030
|
isomorphic-git "^1.34.2"
|
|
2031
2031
|
ts-retry-promise "^0.8.1"
|
|
2032
2032
|
|
|
2033
|
-
"@salesforce/ts-sinon@^1.4.
|
|
2034
|
-
version "1.4.
|
|
2035
|
-
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.
|
|
2036
|
-
integrity sha512-
|
|
2033
|
+
"@salesforce/ts-sinon@^1.4.34":
|
|
2034
|
+
version "1.4.34"
|
|
2035
|
+
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.4.34.tgz#1996fed7497c1f33bd3ddd145d1ccd3b6f6dd239"
|
|
2036
|
+
integrity sha512-fzpCoOUUfE3I43HYFATWEPlGRUvQIxMecdmMuaG61T/Y2Vsvw9oU+YtHx9zDmvuVy/g0fUj/lxMoqRRMy5ttpQ==
|
|
2037
2037
|
dependencies:
|
|
2038
2038
|
"@salesforce/ts-types" "^2.0.12"
|
|
2039
2039
|
sinon "^5.1.1"
|
|
@@ -5564,14 +5564,14 @@ 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.
|
|
5568
|
-
version "5.5.
|
|
5569
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.
|
|
5570
|
-
integrity sha512-
|
|
5567
|
+
fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.7, fast-xml-parser@^5.5.9:
|
|
5568
|
+
version "5.5.11"
|
|
5569
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.11.tgz#406a888587aed0ba6b3e60382dfbb3b1f80692ad"
|
|
5570
|
+
integrity sha512-QL0eb0YbSTVWF6tTf1+LEMSgtCEjBYPpnAjoLC8SscESlAjXEIRJ7cHtLG0pLeDFaZLa4VKZLArtA/60ZS7vyA==
|
|
5571
5571
|
dependencies:
|
|
5572
5572
|
fast-xml-builder "^1.1.4"
|
|
5573
|
-
path-expression-matcher "^1.
|
|
5574
|
-
strnum "^2.2.
|
|
5573
|
+
path-expression-matcher "^1.4.0"
|
|
5574
|
+
strnum "^2.2.3"
|
|
5575
5575
|
|
|
5576
5576
|
fastest-levenshtein@^1.0.7:
|
|
5577
5577
|
version "1.0.16"
|
|
@@ -7232,7 +7232,7 @@ lodash.upperfirst@^4.3.1:
|
|
|
7232
7232
|
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
|
|
7233
7233
|
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
|
|
7234
7234
|
|
|
7235
|
-
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.23:
|
|
7235
|
+
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.23, lodash@^4.18.1:
|
|
7236
7236
|
version "4.18.1"
|
|
7237
7237
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
|
|
7238
7238
|
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
|
|
@@ -7911,10 +7911,10 @@ object.values@^1.2.1:
|
|
|
7911
7911
|
define-properties "^1.2.1"
|
|
7912
7912
|
es-object-atoms "^1.0.0"
|
|
7913
7913
|
|
|
7914
|
-
oclif@^4.
|
|
7915
|
-
version "4.
|
|
7916
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.
|
|
7917
|
-
integrity sha512-
|
|
7914
|
+
oclif@^4.23.0:
|
|
7915
|
+
version "4.23.0"
|
|
7916
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.0.tgz#217af04e05bdc26e4bd856597fa342983775329a"
|
|
7917
|
+
integrity sha512-0Rz8YsJx6NQORMgyDeDr6i0OlJa6h4oLXBht9iRZhn/YI/by/ONKgcJIPXyTgeLK21JmhbFqJn6Y1AME0EH1Dw==
|
|
7918
7918
|
dependencies:
|
|
7919
7919
|
"@aws-sdk/client-cloudfront" "3.1009.0"
|
|
7920
7920
|
"@aws-sdk/client-s3" "3.1014.0"
|
|
@@ -7934,7 +7934,7 @@ oclif@^4.22.96:
|
|
|
7934
7934
|
fs-extra "^8.1"
|
|
7935
7935
|
github-slugger "^2"
|
|
7936
7936
|
got "^13"
|
|
7937
|
-
lodash "^4.
|
|
7937
|
+
lodash "^4.18.1"
|
|
7938
7938
|
normalize-package-data "^6"
|
|
7939
7939
|
semver "^7.7.4"
|
|
7940
7940
|
sort-package-json "^2.15.1"
|
|
@@ -8198,10 +8198,10 @@ path-exists@^4.0.0:
|
|
|
8198
8198
|
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
|
|
8199
8199
|
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
|
|
8200
8200
|
|
|
8201
|
-
path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0, path-expression-matcher@^1.
|
|
8202
|
-
version "1.
|
|
8203
|
-
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.
|
|
8204
|
-
integrity sha512-
|
|
8201
|
+
path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0, path-expression-matcher@^1.4.0:
|
|
8202
|
+
version "1.5.0"
|
|
8203
|
+
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a"
|
|
8204
|
+
integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==
|
|
8205
8205
|
|
|
8206
8206
|
path-is-absolute@^1.0.0:
|
|
8207
8207
|
version "1.0.1"
|
|
@@ -9451,10 +9451,10 @@ strip-json-comments@^3.1.1:
|
|
|
9451
9451
|
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
|
|
9452
9452
|
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
|
|
9453
9453
|
|
|
9454
|
-
strnum@^2.1.2, strnum@^2.2.0, strnum@^2.2.
|
|
9455
|
-
version "2.2.
|
|
9456
|
-
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.
|
|
9457
|
-
integrity sha512-
|
|
9454
|
+
strnum@^2.1.2, strnum@^2.2.0, strnum@^2.2.3:
|
|
9455
|
+
version "2.2.3"
|
|
9456
|
+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.3.tgz#0119fce02749a11bb126a4d686ac5dbdf6e57586"
|
|
9457
|
+
integrity sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==
|
|
9458
9458
|
|
|
9459
9459
|
supports-color@^5.4.0:
|
|
9460
9460
|
version "5.5.0"
|
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.61",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@salesforce/source-tracking": "7.8.9",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
|
18
|
-
"fast-xml-parser": "^5.5.
|
|
18
|
+
"fast-xml-parser": "^5.5.11",
|
|
19
19
|
"fs-extra": "^11.3.4",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
21
|
"isomorphic-git": "1.37.5"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.3.15",
|
|
25
25
|
"@salesforce/cli-plugins-testkit": "^5.3.52",
|
|
26
26
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
27
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
27
|
+
"@salesforce/ts-sinon": "^1.4.34",
|
|
28
28
|
"@types/fs-extra": "^11.0.4",
|
|
29
29
|
"@types/graceful-fs": "^4.1.9",
|
|
30
30
|
"c8": "^11.0.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
33
33
|
"eslint-plugin-prettier": "^5.5.5",
|
|
34
34
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
35
|
-
"oclif": "^4.
|
|
35
|
+
"oclif": "^4.23.0",
|
|
36
36
|
"patch-package": "^8.0.1",
|
|
37
37
|
"prettier": "^3.8.1",
|
|
38
38
|
"pretty-quick": "^4.2.2",
|