@jayree/sfdx-plugin-manifest 5.0.121 → 5.0.122
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 +10 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +43 -15
- package/oclif.lock +27 -14
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [5.0.122](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.121...5.0.122) (2026-06-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump fast-xml-parser from 5.8.0 to 5.9.3 ([#2298](https://github.com/jayree/sfdx-plugin-manifest/issues/2298)) ([2aeef47](https://github.com/jayree/sfdx-plugin-manifest/commit/2aeef47467bc599132bbdfd46003689d8ee3de48))
|
|
7
|
+
* Harden GitHub Actions workflows by @martincostello in https://github.com/NaturalIntelligence/fast-xml-parser/pull/841
|
|
8
|
+
* GitHub Actions workflow fixes by @martincostello in https://github.com/NaturalIntelligence/fast-xml-parser/pull/844
|
|
9
|
+
* @martincostello made their first contribution in https://github.com/NaturalIntelligence/fast-xml-parser/pull/841
|
|
10
|
+
|
|
1
11
|
## [5.0.121](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.120...5.0.121) (2026-06-20)
|
|
2
12
|
|
|
3
13
|
|
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.122/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.122/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.122/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.122",
|
|
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.122",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.35",
|
|
@@ -18,7 +18,7 @@
|
|
|
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
|
-
"fast-xml-parser": "^5.
|
|
21
|
+
"fast-xml-parser": "^5.9.3",
|
|
22
22
|
"fs-extra": "^11.3.4",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
24
|
"isomorphic-git": "1.38.5"
|
|
@@ -3005,9 +3005,9 @@
|
|
|
3005
3005
|
}
|
|
3006
3006
|
},
|
|
3007
3007
|
"node_modules/@nodable/entities": {
|
|
3008
|
-
"version": "2.
|
|
3009
|
-
"resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.
|
|
3010
|
-
"integrity": "sha512-
|
|
3008
|
+
"version": "2.2.0",
|
|
3009
|
+
"resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.2.0.tgz",
|
|
3010
|
+
"integrity": "sha512-9uGyhaQavEUMC8AIddIjau4NsnsXhou+j5sBAGojCM1oxmQpVKTWR/9JxABD6UAv12vpIms55fPZKFQEhG6uBg==",
|
|
3011
3011
|
"funding": [
|
|
3012
3012
|
{
|
|
3013
3013
|
"type": "github",
|
|
@@ -5922,6 +5922,18 @@
|
|
|
5922
5922
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
5923
5923
|
}
|
|
5924
5924
|
},
|
|
5925
|
+
"node_modules/anynum": {
|
|
5926
|
+
"version": "1.0.1",
|
|
5927
|
+
"resolved": "https://registry.npmjs.org/anynum/-/anynum-1.0.1.tgz",
|
|
5928
|
+
"integrity": "sha512-N6//FLET/tXYNM/F6ABca1oH6fWB+KlTt909Le28WMDBk8oaT4vY17DCrwg2MvmuqUKt3Ni4N5dGJ/EoBgcO6A==",
|
|
5929
|
+
"funding": [
|
|
5930
|
+
{
|
|
5931
|
+
"type": "github",
|
|
5932
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
5933
|
+
}
|
|
5934
|
+
],
|
|
5935
|
+
"license": "MIT"
|
|
5936
|
+
},
|
|
5925
5937
|
"node_modules/append-transform": {
|
|
5926
5938
|
"version": "2.0.0",
|
|
5927
5939
|
"resolved": "https://registry.npmjs.org/append-transform/-/append-transform-2.0.0.tgz",
|
|
@@ -9971,9 +9983,9 @@
|
|
|
9971
9983
|
}
|
|
9972
9984
|
},
|
|
9973
9985
|
"node_modules/fast-xml-parser": {
|
|
9974
|
-
"version": "5.
|
|
9975
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
9976
|
-
"integrity": "sha512-
|
|
9986
|
+
"version": "5.9.3",
|
|
9987
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.9.3.tgz",
|
|
9988
|
+
"integrity": "sha512-brCNCeScma/kqa54J4PIDriSSSLssRkuYaUCpvHJulGc3HGI/xxKUCTDcYkAdqJsyb//ydpbxecjC3hB9+tb/g==",
|
|
9977
9989
|
"funding": [
|
|
9978
9990
|
{
|
|
9979
9991
|
"type": "github",
|
|
@@ -9982,10 +9994,11 @@
|
|
|
9982
9994
|
],
|
|
9983
9995
|
"license": "MIT",
|
|
9984
9996
|
"dependencies": {
|
|
9985
|
-
"@nodable/entities": "^2.
|
|
9997
|
+
"@nodable/entities": "^2.2.0",
|
|
9986
9998
|
"fast-xml-builder": "^1.2.0",
|
|
9999
|
+
"is-unsafe": "^1.0.1",
|
|
9987
10000
|
"path-expression-matcher": "^1.5.0",
|
|
9988
|
-
"strnum": "^2.
|
|
10001
|
+
"strnum": "^2.4.1",
|
|
9989
10002
|
"xml-naming": "^0.1.0"
|
|
9990
10003
|
},
|
|
9991
10004
|
"bin": {
|
|
@@ -12036,6 +12049,18 @@
|
|
|
12036
12049
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
12037
12050
|
}
|
|
12038
12051
|
},
|
|
12052
|
+
"node_modules/is-unsafe": {
|
|
12053
|
+
"version": "1.0.1",
|
|
12054
|
+
"resolved": "https://registry.npmjs.org/is-unsafe/-/is-unsafe-1.0.1.tgz",
|
|
12055
|
+
"integrity": "sha512-CLK2+VdgERgD96EYm5lUQssZYlRg2tkZnbsxZoacmSiRxiFJ4Nk4SzjCl+Ur+v3kXIY9dTIdb3IH22y1mZ56LA==",
|
|
12056
|
+
"funding": [
|
|
12057
|
+
{
|
|
12058
|
+
"type": "github",
|
|
12059
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
12060
|
+
}
|
|
12061
|
+
],
|
|
12062
|
+
"license": "MIT"
|
|
12063
|
+
},
|
|
12039
12064
|
"node_modules/is-weakmap": {
|
|
12040
12065
|
"version": "2.0.2",
|
|
12041
12066
|
"resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
|
|
@@ -16860,16 +16885,19 @@
|
|
|
16860
16885
|
}
|
|
16861
16886
|
},
|
|
16862
16887
|
"node_modules/strnum": {
|
|
16863
|
-
"version": "2.
|
|
16864
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.
|
|
16865
|
-
"integrity": "sha512-
|
|
16888
|
+
"version": "2.4.1",
|
|
16889
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.4.1.tgz",
|
|
16890
|
+
"integrity": "sha512-M9eUSMT2dCB2cTNPG7UYj6KuK7RJR2SN2+yCV/fTW3xzTCS6EaGZ5pSMgDIjB7r8zSfTGk+dvvn9rTjpVS9Mwg==",
|
|
16866
16891
|
"funding": [
|
|
16867
16892
|
{
|
|
16868
16893
|
"type": "github",
|
|
16869
16894
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
16870
16895
|
}
|
|
16871
16896
|
],
|
|
16872
|
-
"license": "MIT"
|
|
16897
|
+
"license": "MIT",
|
|
16898
|
+
"dependencies": {
|
|
16899
|
+
"anynum": "^1.0.1"
|
|
16900
|
+
}
|
|
16873
16901
|
},
|
|
16874
16902
|
"node_modules/supports-color": {
|
|
16875
16903
|
"version": "7.2.0",
|
package/oclif.lock
CHANGED
|
@@ -1278,10 +1278,10 @@
|
|
|
1278
1278
|
"@emnapi/runtime" "^1.4.3"
|
|
1279
1279
|
"@tybys/wasm-util" "^0.10.0"
|
|
1280
1280
|
|
|
1281
|
-
"@nodable/entities@^2.1.0":
|
|
1282
|
-
version "2.
|
|
1283
|
-
resolved "https://registry.yarnpkg.com/@nodable/entities/-/entities-2.
|
|
1284
|
-
integrity sha512-
|
|
1281
|
+
"@nodable/entities@^2.1.0", "@nodable/entities@^2.2.0":
|
|
1282
|
+
version "2.2.0"
|
|
1283
|
+
resolved "https://registry.yarnpkg.com/@nodable/entities/-/entities-2.2.0.tgz#a1d45a992b022591b1c2b03a77935c939375b642"
|
|
1284
|
+
integrity sha512-9uGyhaQavEUMC8AIddIjau4NsnsXhou+j5sBAGojCM1oxmQpVKTWR/9JxABD6UAv12vpIms55fPZKFQEhG6uBg==
|
|
1285
1285
|
|
|
1286
1286
|
"@nodelib/fs.scandir@2.1.5":
|
|
1287
1287
|
version "2.1.5"
|
|
@@ -2612,6 +2612,11 @@ anymatch@~3.1.2:
|
|
|
2612
2612
|
normalize-path "^3.0.0"
|
|
2613
2613
|
picomatch "^2.0.4"
|
|
2614
2614
|
|
|
2615
|
+
anynum@^1.0.1:
|
|
2616
|
+
version "1.0.1"
|
|
2617
|
+
resolved "https://registry.yarnpkg.com/anynum/-/anynum-1.0.1.tgz#2aac00e08dfad3726c1d462e60dbc2f831659a44"
|
|
2618
|
+
integrity sha512-N6//FLET/tXYNM/F6ABca1oH6fWB+KlTt909Le28WMDBk8oaT4vY17DCrwg2MvmuqUKt3Ni4N5dGJ/EoBgcO6A==
|
|
2619
|
+
|
|
2615
2620
|
append-transform@^2.0.0:
|
|
2616
2621
|
version "2.0.0"
|
|
2617
2622
|
resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-2.0.0.tgz#99d9d29c7b38391e6f428d28ce136551f0b77e12"
|
|
@@ -4489,15 +4494,16 @@ fast-xml-parser@5.7.3:
|
|
|
4489
4494
|
path-expression-matcher "^1.5.0"
|
|
4490
4495
|
strnum "^2.2.3"
|
|
4491
4496
|
|
|
4492
|
-
fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.3, fast-xml-parser@^5.
|
|
4493
|
-
version "5.
|
|
4494
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.
|
|
4495
|
-
integrity sha512-
|
|
4497
|
+
fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.3, fast-xml-parser@^5.9.3:
|
|
4498
|
+
version "5.9.3"
|
|
4499
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.9.3.tgz#9db7a6dba7ac6f8dc1ee924d69547b2d4750d60c"
|
|
4500
|
+
integrity sha512-brCNCeScma/kqa54J4PIDriSSSLssRkuYaUCpvHJulGc3HGI/xxKUCTDcYkAdqJsyb//ydpbxecjC3hB9+tb/g==
|
|
4496
4501
|
dependencies:
|
|
4497
|
-
"@nodable/entities" "^2.
|
|
4502
|
+
"@nodable/entities" "^2.2.0"
|
|
4498
4503
|
fast-xml-builder "^1.2.0"
|
|
4504
|
+
is-unsafe "^1.0.1"
|
|
4499
4505
|
path-expression-matcher "^1.5.0"
|
|
4500
|
-
strnum "^2.
|
|
4506
|
+
strnum "^2.4.1"
|
|
4501
4507
|
xml-naming "^0.1.0"
|
|
4502
4508
|
|
|
4503
4509
|
fastest-levenshtein@^1.0.7:
|
|
@@ -5628,6 +5634,11 @@ is-unicode-supported@^0.1.0:
|
|
|
5628
5634
|
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
|
|
5629
5635
|
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
|
|
5630
5636
|
|
|
5637
|
+
is-unsafe@^1.0.1:
|
|
5638
|
+
version "1.0.1"
|
|
5639
|
+
resolved "https://registry.yarnpkg.com/is-unsafe/-/is-unsafe-1.0.1.tgz#ce89b55dec0034364f5beda41e10481efa8fa317"
|
|
5640
|
+
integrity sha512-CLK2+VdgERgD96EYm5lUQssZYlRg2tkZnbsxZoacmSiRxiFJ4Nk4SzjCl+Ur+v3kXIY9dTIdb3IH22y1mZ56LA==
|
|
5641
|
+
|
|
5631
5642
|
is-weakmap@^2.0.2:
|
|
5632
5643
|
version "2.0.2"
|
|
5633
5644
|
resolved "https://registry.yarnpkg.com/is-weakmap/-/is-weakmap-2.0.2.tgz#bf72615d649dfe5f699079c54b83e47d1ae19cfd"
|
|
@@ -8362,10 +8373,12 @@ strip-json-comments@^3.1.1:
|
|
|
8362
8373
|
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
|
|
8363
8374
|
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
|
|
8364
8375
|
|
|
8365
|
-
strnum@^2.2.3, strnum@^2.
|
|
8366
|
-
version "2.
|
|
8367
|
-
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.
|
|
8368
|
-
integrity sha512-
|
|
8376
|
+
strnum@^2.2.3, strnum@^2.4.1:
|
|
8377
|
+
version "2.4.1"
|
|
8378
|
+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.4.1.tgz#85417f683113badea0fe7e17227676f889ff7e58"
|
|
8379
|
+
integrity sha512-M9eUSMT2dCB2cTNPG7UYj6KuK7RJR2SN2+yCV/fTW3xzTCS6EaGZ5pSMgDIjB7r8zSfTGk+dvvn9rTjpVS9Mwg==
|
|
8380
|
+
dependencies:
|
|
8381
|
+
anynum "^1.0.1"
|
|
8369
8382
|
|
|
8370
8383
|
supports-color@^5.4.0:
|
|
8371
8384
|
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.122",
|
|
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.16",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
17
17
|
"fast-deep-equal": "^3.1.3",
|
|
18
|
-
"fast-xml-parser": "^5.
|
|
18
|
+
"fast-xml-parser": "^5.9.3",
|
|
19
19
|
"fs-extra": "^11.3.4",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
21
|
"isomorphic-git": "1.38.5"
|