@jayree/sfdx-plugin-manifest 5.0.139 → 5.0.140
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 +33 -18
- package/oclif.lock +20 -15
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [5.0.140](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.139...5.0.140) (2026-07-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump fast-xml-parser from 5.9.3 to 5.10.0 ([#2330](https://github.com/jayree/sfdx-plugin-manifest/issues/2330)) ([1173973](https://github.com/jayree/sfdx-plugin-manifest/commit/1173973e8d92f36ae4bf63089683439450cd49c0))
|
|
7
|
+
* Bump actions/checkout from 6.0.3 to 7.0.0 by @dependabot[bot] in https://github.com/NaturalIntelligence/fast-xml-parser/pull/849
|
|
8
|
+
* Bump zizmorcore/zizmor-action from 0.5.6 to 0.5.7 by @dependabot[bot] in https://github.com/NaturalIntelligence/fast-xml-parser/pull/848
|
|
9
|
+
|
|
1
10
|
## [5.0.139](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.138...5.0.139) (2026-07-12)
|
|
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.140/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.140/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.140/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.140",
|
|
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.140",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.38",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@salesforce/source-tracking": "7.8.19",
|
|
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.10.0",
|
|
22
22
|
"fs-extra": "^11.3.4",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
24
|
"isomorphic-git": "1.38.7"
|
|
@@ -9597,10 +9597,25 @@
|
|
|
9597
9597
|
"xml-naming": "^0.1.0"
|
|
9598
9598
|
}
|
|
9599
9599
|
},
|
|
9600
|
+
"node_modules/fast-xml-builder/node_modules/xml-naming": {
|
|
9601
|
+
"version": "0.1.0",
|
|
9602
|
+
"resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
|
|
9603
|
+
"integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
|
|
9604
|
+
"funding": [
|
|
9605
|
+
{
|
|
9606
|
+
"type": "github",
|
|
9607
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
9608
|
+
}
|
|
9609
|
+
],
|
|
9610
|
+
"license": "MIT",
|
|
9611
|
+
"engines": {
|
|
9612
|
+
"node": ">=16.0.0"
|
|
9613
|
+
}
|
|
9614
|
+
},
|
|
9600
9615
|
"node_modules/fast-xml-parser": {
|
|
9601
|
-
"version": "5.
|
|
9602
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
9603
|
-
"integrity": "sha512-
|
|
9616
|
+
"version": "5.10.0",
|
|
9617
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.10.0.tgz",
|
|
9618
|
+
"integrity": "sha512-SLhnTEqE5QpJHq/6zl9bsmImEP2adv+y6Wy+cJa7nVTRzQh1OZfCe9k29M5xN74LWnu0xa1zrUrq3KnOKl92Fg==",
|
|
9604
9619
|
"funding": [
|
|
9605
9620
|
{
|
|
9606
9621
|
"type": "github",
|
|
@@ -9611,10 +9626,10 @@
|
|
|
9611
9626
|
"dependencies": {
|
|
9612
9627
|
"@nodable/entities": "^2.2.0",
|
|
9613
9628
|
"fast-xml-builder": "^1.2.0",
|
|
9614
|
-
"is-unsafe": "^
|
|
9615
|
-
"path-expression-matcher": "^1.
|
|
9629
|
+
"is-unsafe": "^2.0.0",
|
|
9630
|
+
"path-expression-matcher": "^1.6.2",
|
|
9616
9631
|
"strnum": "^2.4.1",
|
|
9617
|
-
"xml-naming": "^0.
|
|
9632
|
+
"xml-naming": "^0.3.0"
|
|
9618
9633
|
},
|
|
9619
9634
|
"bin": {
|
|
9620
9635
|
"fxparser": "src/cli/cli.js"
|
|
@@ -11665,9 +11680,9 @@
|
|
|
11665
11680
|
}
|
|
11666
11681
|
},
|
|
11667
11682
|
"node_modules/is-unsafe": {
|
|
11668
|
-
"version": "
|
|
11669
|
-
"resolved": "https://registry.npmjs.org/is-unsafe/-/is-unsafe-
|
|
11670
|
-
"integrity": "sha512-
|
|
11683
|
+
"version": "2.0.0",
|
|
11684
|
+
"resolved": "https://registry.npmjs.org/is-unsafe/-/is-unsafe-2.0.0.tgz",
|
|
11685
|
+
"integrity": "sha512-2LdV822R+wmI86unXA93WCFpL6g+av8ynWk0nrHyJqGop5VoocYsSLFgN8jrfalT6iGeLNM4KXuVSsULP53kEA==",
|
|
11671
11686
|
"funding": [
|
|
11672
11687
|
{
|
|
11673
11688
|
"type": "github",
|
|
@@ -14544,9 +14559,9 @@
|
|
|
14544
14559
|
}
|
|
14545
14560
|
},
|
|
14546
14561
|
"node_modules/path-expression-matcher": {
|
|
14547
|
-
"version": "1.
|
|
14548
|
-
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.
|
|
14549
|
-
"integrity": "sha512-
|
|
14562
|
+
"version": "1.6.2",
|
|
14563
|
+
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.6.2.tgz",
|
|
14564
|
+
"integrity": "sha512-enSlaiat05iasnzmgNxRj8reFdj3puY2QpNgP1aPIaVfT6nn9ICuPoFlKHk8EN22HcwewshO+mN2DGbkCEOtqQ==",
|
|
14550
14565
|
"funding": [
|
|
14551
14566
|
{
|
|
14552
14567
|
"type": "github",
|
|
@@ -18093,9 +18108,9 @@
|
|
|
18093
18108
|
}
|
|
18094
18109
|
},
|
|
18095
18110
|
"node_modules/xml-naming": {
|
|
18096
|
-
"version": "0.
|
|
18097
|
-
"resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.
|
|
18098
|
-
"integrity": "sha512-
|
|
18111
|
+
"version": "0.3.0",
|
|
18112
|
+
"resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.3.0.tgz",
|
|
18113
|
+
"integrity": "sha512-ghig2TBE/H11aOVgmahA3MhimvkBr6JIYknH/Dhdk10nXwdbIqBJsbfMxpvFPG8bAw77gN29aQWvKpmVoPlvPQ==",
|
|
18099
18114
|
"funding": [
|
|
18100
18115
|
{
|
|
18101
18116
|
"type": "github",
|
package/oclif.lock
CHANGED
|
@@ -4343,17 +4343,17 @@ fast-xml-builder@^1.2.0:
|
|
|
4343
4343
|
path-expression-matcher "^1.5.0"
|
|
4344
4344
|
xml-naming "^0.1.0"
|
|
4345
4345
|
|
|
4346
|
-
fast-xml-parser@^5.
|
|
4347
|
-
version "5.
|
|
4348
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.
|
|
4349
|
-
integrity sha512-
|
|
4346
|
+
fast-xml-parser@^5.10.0, fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.3:
|
|
4347
|
+
version "5.10.0"
|
|
4348
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.10.0.tgz#8d08abfe4d6c51e9c5b51f417b994858dbedb4d7"
|
|
4349
|
+
integrity sha512-SLhnTEqE5QpJHq/6zl9bsmImEP2adv+y6Wy+cJa7nVTRzQh1OZfCe9k29M5xN74LWnu0xa1zrUrq3KnOKl92Fg==
|
|
4350
4350
|
dependencies:
|
|
4351
4351
|
"@nodable/entities" "^2.2.0"
|
|
4352
4352
|
fast-xml-builder "^1.2.0"
|
|
4353
|
-
is-unsafe "^
|
|
4354
|
-
path-expression-matcher "^1.
|
|
4353
|
+
is-unsafe "^2.0.0"
|
|
4354
|
+
path-expression-matcher "^1.6.2"
|
|
4355
4355
|
strnum "^2.4.1"
|
|
4356
|
-
xml-naming "^0.
|
|
4356
|
+
xml-naming "^0.3.0"
|
|
4357
4357
|
|
|
4358
4358
|
fastest-levenshtein@^1.0.7:
|
|
4359
4359
|
version "1.0.16"
|
|
@@ -5475,10 +5475,10 @@ is-unicode-supported@^0.1.0:
|
|
|
5475
5475
|
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
|
|
5476
5476
|
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
|
|
5477
5477
|
|
|
5478
|
-
is-unsafe@^
|
|
5479
|
-
version "
|
|
5480
|
-
resolved "https://registry.yarnpkg.com/is-unsafe/-/is-unsafe-
|
|
5481
|
-
integrity sha512-
|
|
5478
|
+
is-unsafe@^2.0.0:
|
|
5479
|
+
version "2.0.0"
|
|
5480
|
+
resolved "https://registry.yarnpkg.com/is-unsafe/-/is-unsafe-2.0.0.tgz#c0dce4e06742662dde26360160e414ea487da2e9"
|
|
5481
|
+
integrity sha512-2LdV822R+wmI86unXA93WCFpL6g+av8ynWk0nrHyJqGop5VoocYsSLFgN8jrfalT6iGeLNM4KXuVSsULP53kEA==
|
|
5482
5482
|
|
|
5483
5483
|
is-weakmap@^2.0.2:
|
|
5484
5484
|
version "2.0.2"
|
|
@@ -6973,10 +6973,10 @@ path-exists@^4.0.0:
|
|
|
6973
6973
|
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
|
|
6974
6974
|
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
|
|
6975
6975
|
|
|
6976
|
-
path-expression-matcher@^1.5.0:
|
|
6977
|
-
version "1.
|
|
6978
|
-
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.
|
|
6979
|
-
integrity sha512-
|
|
6976
|
+
path-expression-matcher@^1.5.0, path-expression-matcher@^1.6.2:
|
|
6977
|
+
version "1.6.2"
|
|
6978
|
+
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.6.2.tgz#567c73c07197e9dcef24e90edcdc571056599168"
|
|
6979
|
+
integrity sha512-enSlaiat05iasnzmgNxRj8reFdj3puY2QpNgP1aPIaVfT6nn9ICuPoFlKHk8EN22HcwewshO+mN2DGbkCEOtqQ==
|
|
6980
6980
|
|
|
6981
6981
|
path-is-absolute@^1.0.0:
|
|
6982
6982
|
version "1.0.1"
|
|
@@ -9063,6 +9063,11 @@ xml-naming@^0.1.0:
|
|
|
9063
9063
|
resolved "https://registry.yarnpkg.com/xml-naming/-/xml-naming-0.1.0.tgz#8ab7106c5b8d23caa2fabac1cadf17136379fbd8"
|
|
9064
9064
|
integrity sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==
|
|
9065
9065
|
|
|
9066
|
+
xml-naming@^0.3.0:
|
|
9067
|
+
version "0.3.0"
|
|
9068
|
+
resolved "https://registry.yarnpkg.com/xml-naming/-/xml-naming-0.3.0.tgz#46c1e18bfe2858479982dd2accf34d16e749eda2"
|
|
9069
|
+
integrity sha512-ghig2TBE/H11aOVgmahA3MhimvkBr6JIYknH/Dhdk10nXwdbIqBJsbfMxpvFPG8bAw77gN29aQWvKpmVoPlvPQ==
|
|
9070
|
+
|
|
9066
9071
|
xml2js@^0.6.2:
|
|
9067
9072
|
version "0.6.2"
|
|
9068
9073
|
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.2.tgz#dd0b630083aa09c161e25a4d0901e2b2a929b499"
|
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.140",
|
|
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.19",
|
|
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.10.0",
|
|
19
19
|
"fs-extra": "^11.3.4",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
21
|
"isomorphic-git": "1.38.7"
|