@jayree/sfdx-plugin-manifest 5.0.84 → 5.0.85
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 +15 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +22 -6
- package/oclif.lock +11 -5
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [5.0.85](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.84...5.0.85) (2026-05-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump fast-xml-builder from 1.1.5 to 1.2.0 ([#2226](https://github.com/jayree/sfdx-plugin-manifest/issues/2226)) ([3e6eb40](https://github.com/jayree/sfdx-plugin-manifest/commit/3e6eb4040569ddf10d1dc083af4fcf71e2313fe3))
|
|
7
|
+
* Add support for `sanitizeName` option
|
|
8
|
+
* Support xml-naming for validating and sanitizing tag and attribute names
|
|
9
|
+
* fix: format output for preserve order when indent by is set to empty string
|
|
10
|
+
* fix: skip text property for PI tags
|
|
11
|
+
* improve typings
|
|
12
|
+
* fix security issues when attribute value contains quotes
|
|
13
|
+
* fix security issues related to comment
|
|
14
|
+
* skip comment with null value
|
|
15
|
+
|
|
1
16
|
## [5.0.84](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.83...5.0.84) (2026-05-07)
|
|
2
17
|
|
|
3
18
|
|
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.85/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.85/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.85/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.85",
|
|
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.85",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.31",
|
|
@@ -13357,9 +13357,9 @@
|
|
|
13357
13357
|
}
|
|
13358
13358
|
},
|
|
13359
13359
|
"node_modules/fast-xml-builder": {
|
|
13360
|
-
"version": "1.
|
|
13361
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.
|
|
13362
|
-
"integrity": "sha512-
|
|
13360
|
+
"version": "1.2.0",
|
|
13361
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
|
|
13362
|
+
"integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
|
|
13363
13363
|
"funding": [
|
|
13364
13364
|
{
|
|
13365
13365
|
"type": "github",
|
|
@@ -13368,7 +13368,8 @@
|
|
|
13368
13368
|
],
|
|
13369
13369
|
"license": "MIT",
|
|
13370
13370
|
"dependencies": {
|
|
13371
|
-
"path-expression-matcher": "^1.
|
|
13371
|
+
"path-expression-matcher": "^1.5.0",
|
|
13372
|
+
"xml-naming": "^0.1.0"
|
|
13372
13373
|
}
|
|
13373
13374
|
},
|
|
13374
13375
|
"node_modules/fast-xml-parser": {
|
|
@@ -21901,6 +21902,21 @@
|
|
|
21901
21902
|
}
|
|
21902
21903
|
}
|
|
21903
21904
|
},
|
|
21905
|
+
"node_modules/xml-naming": {
|
|
21906
|
+
"version": "0.1.0",
|
|
21907
|
+
"resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
|
|
21908
|
+
"integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
|
|
21909
|
+
"funding": [
|
|
21910
|
+
{
|
|
21911
|
+
"type": "github",
|
|
21912
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
21913
|
+
}
|
|
21914
|
+
],
|
|
21915
|
+
"license": "MIT",
|
|
21916
|
+
"engines": {
|
|
21917
|
+
"node": ">=16.0.0"
|
|
21918
|
+
}
|
|
21919
|
+
},
|
|
21904
21920
|
"node_modules/xml2js": {
|
|
21905
21921
|
"version": "0.6.2",
|
|
21906
21922
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
package/oclif.lock
CHANGED
|
@@ -5602,11 +5602,12 @@ fast-wrap-ansi@^0.2.0:
|
|
|
5602
5602
|
fast-string-width "^3.0.2"
|
|
5603
5603
|
|
|
5604
5604
|
fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4, fast-xml-builder@^1.1.5:
|
|
5605
|
-
version "1.
|
|
5606
|
-
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.
|
|
5607
|
-
integrity sha512-
|
|
5605
|
+
version "1.2.0"
|
|
5606
|
+
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz#abd2363145a7625d9789ad96da375fabe3cff28c"
|
|
5607
|
+
integrity sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==
|
|
5608
5608
|
dependencies:
|
|
5609
|
-
path-expression-matcher "^1.
|
|
5609
|
+
path-expression-matcher "^1.5.0"
|
|
5610
|
+
xml-naming "^0.1.0"
|
|
5610
5611
|
|
|
5611
5612
|
fast-xml-parser@5.4.1:
|
|
5612
5613
|
version "5.4.1"
|
|
@@ -8265,7 +8266,7 @@ path-exists@^4.0.0:
|
|
|
8265
8266
|
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
|
|
8266
8267
|
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
|
|
8267
8268
|
|
|
8268
|
-
path-expression-matcher@^1.
|
|
8269
|
+
path-expression-matcher@^1.2.0, path-expression-matcher@^1.5.0:
|
|
8269
8270
|
version "1.5.0"
|
|
8270
8271
|
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a"
|
|
8271
8272
|
integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==
|
|
@@ -10362,6 +10363,11 @@ ws@^8.15.0:
|
|
|
10362
10363
|
resolved "https://registry.yarnpkg.com/ws/-/ws-8.19.0.tgz#ddc2bdfa5b9ad860204f5a72a4863a8895fd8c8b"
|
|
10363
10364
|
integrity sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==
|
|
10364
10365
|
|
|
10366
|
+
xml-naming@^0.1.0:
|
|
10367
|
+
version "0.1.0"
|
|
10368
|
+
resolved "https://registry.yarnpkg.com/xml-naming/-/xml-naming-0.1.0.tgz#8ab7106c5b8d23caa2fabac1cadf17136379fbd8"
|
|
10369
|
+
integrity sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==
|
|
10370
|
+
|
|
10365
10371
|
xml2js@^0.6.2:
|
|
10366
10372
|
version "0.6.2"
|
|
10367
10373
|
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.85",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|