@jayree/sfdx-plugin-manifest 5.0.56 → 5.0.58
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 +16 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +13 -13
- package/oclif.lock +12 -12
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [5.0.58](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.57...5.0.58) (2026-04-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump basic-ftp from 5.2.0 to 5.2.1 ([#2176](https://github.com/jayree/sfdx-plugin-manifest/issues/2176)) ([ac0ea2f](https://github.com/jayree/sfdx-plugin-manifest/commit/ac0ea2fb46be7e389aca185ae6e667dabcbbc3f6))
|
|
7
|
+
* Fixed: Reject control character injection attempts using paths. See [https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-chqc-8p9q-pq6q](https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-chqc-8p9q-pq6q).
|
|
8
|
+
* Fixed: Reject control character injection attempts using paths. See [https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-chqc-8p9q-pq6q](https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-chqc-8p9q-pq6q).
|
|
9
|
+
|
|
10
|
+
## [5.0.57](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.56...5.0.57) (2026-04-05)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump fast-xml-parser from 5.5.9 to 5.5.10 ([#2173](https://github.com/jayree/sfdx-plugin-manifest/issues/2173)) ([601f8aa](https://github.com/jayree/sfdx-plugin-manifest/commit/601f8aa07ee78f1a2c6522607142e815d93510e6))
|
|
16
|
+
|
|
1
17
|
## [5.0.56](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.55...5.0.56) (2026-04-05)
|
|
2
18
|
|
|
3
19
|
|
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.58/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.58/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.58/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.58",
|
|
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.58",
|
|
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.10",
|
|
22
22
|
"fs-extra": "^11.3.4",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
24
|
"isomorphic-git": "1.37.4"
|
|
@@ -9420,9 +9420,9 @@
|
|
|
9420
9420
|
}
|
|
9421
9421
|
},
|
|
9422
9422
|
"node_modules/basic-ftp": {
|
|
9423
|
-
"version": "5.2.
|
|
9424
|
-
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.
|
|
9425
|
-
"integrity": "sha512-
|
|
9423
|
+
"version": "5.2.1",
|
|
9424
|
+
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.1.tgz",
|
|
9425
|
+
"integrity": "sha512-0yaL8JdxTknKDILitVpfYfV2Ob6yb3udX/hK97M7I3jOeznBNxQPtVvTUtnhUkyHlxFWyr5Lvknmgzoc7jf+1Q==",
|
|
9426
9426
|
"license": "MIT",
|
|
9427
9427
|
"engines": {
|
|
9428
9428
|
"node": ">=10.0.0"
|
|
@@ -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.10",
|
|
13221
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.10.tgz",
|
|
13222
|
+
"integrity": "sha512-go2J2xODMc32hT+4Xr/bBGXMaIoiCwrwp2mMtAvKyvEFW6S/v5Gn2pBmE4nvbwNjGhpcAiOwEv7R6/GZ6XRa9w==",
|
|
13223
13223
|
"funding": [
|
|
13224
13224
|
{
|
|
13225
13225
|
"type": "github",
|
|
@@ -13229,7 +13229,7 @@
|
|
|
13229
13229
|
"license": "MIT",
|
|
13230
13230
|
"dependencies": {
|
|
13231
13231
|
"fast-xml-builder": "^1.1.4",
|
|
13232
|
-
"path-expression-matcher": "^1.2.
|
|
13232
|
+
"path-expression-matcher": "^1.2.1",
|
|
13233
13233
|
"strnum": "^2.2.2"
|
|
13234
13234
|
},
|
|
13235
13235
|
"bin": {
|
|
@@ -18200,9 +18200,9 @@
|
|
|
18200
18200
|
}
|
|
18201
18201
|
},
|
|
18202
18202
|
"node_modules/path-expression-matcher": {
|
|
18203
|
-
"version": "1.2.
|
|
18204
|
-
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.2.
|
|
18205
|
-
"integrity": "sha512-
|
|
18203
|
+
"version": "1.2.1",
|
|
18204
|
+
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.2.1.tgz",
|
|
18205
|
+
"integrity": "sha512-d7gQQmLvAKXKXE2GeP9apIGbMYKz88zWdsn/BN2HRWVQsDFdUY36WSLTY0Jvd4HWi7Fb30gQ62oAOzdgJA6fZw==",
|
|
18206
18206
|
"funding": [
|
|
18207
18207
|
{
|
|
18208
18208
|
"type": "github",
|
package/oclif.lock
CHANGED
|
@@ -3831,9 +3831,9 @@ baseline-browser-mapping@^2.9.0:
|
|
|
3831
3831
|
integrity sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==
|
|
3832
3832
|
|
|
3833
3833
|
basic-ftp@^5.0.2:
|
|
3834
|
-
version "5.2.
|
|
3835
|
-
resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.2.
|
|
3836
|
-
integrity sha512-
|
|
3834
|
+
version "5.2.1"
|
|
3835
|
+
resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.2.1.tgz#818ba176e0e52a9e746e8576331f7e9474b94668"
|
|
3836
|
+
integrity sha512-0yaL8JdxTknKDILitVpfYfV2Ob6yb3udX/hK97M7I3jOeznBNxQPtVvTUtnhUkyHlxFWyr5Lvknmgzoc7jf+1Q==
|
|
3837
3837
|
|
|
3838
3838
|
binary-extensions@^2.0.0:
|
|
3839
3839
|
version "2.3.0"
|
|
@@ -5564,13 +5564,13 @@ 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.7, fast-xml-parser@^5.5.9:
|
|
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.10, fast-xml-parser@^5.5.7, fast-xml-parser@^5.5.9:
|
|
5568
|
+
version "5.5.10"
|
|
5569
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.10.tgz#5da142d2d568f33cc93c63596bd821bb7cb8f87c"
|
|
5570
|
+
integrity sha512-go2J2xODMc32hT+4Xr/bBGXMaIoiCwrwp2mMtAvKyvEFW6S/v5Gn2pBmE4nvbwNjGhpcAiOwEv7R6/GZ6XRa9w==
|
|
5571
5571
|
dependencies:
|
|
5572
5572
|
fast-xml-builder "^1.1.4"
|
|
5573
|
-
path-expression-matcher "^1.2.
|
|
5573
|
+
path-expression-matcher "^1.2.1"
|
|
5574
5574
|
strnum "^2.2.2"
|
|
5575
5575
|
|
|
5576
5576
|
fastest-levenshtein@^1.0.7:
|
|
@@ -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:
|
|
8202
|
-
version "1.2.
|
|
8203
|
-
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.
|
|
8204
|
-
integrity sha512-
|
|
8201
|
+
path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0, path-expression-matcher@^1.2.1:
|
|
8202
|
+
version "1.2.1"
|
|
8203
|
+
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.1.tgz#04de63e98dcef3e07af8b12a41055466f200e291"
|
|
8204
|
+
integrity sha512-d7gQQmLvAKXKXE2GeP9apIGbMYKz88zWdsn/BN2HRWVQsDFdUY36WSLTY0Jvd4HWi7Fb30gQ62oAOzdgJA6fZw==
|
|
8205
8205
|
|
|
8206
8206
|
path-is-absolute@^1.0.0:
|
|
8207
8207
|
version "1.0.1"
|
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.58",
|
|
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.10",
|
|
19
19
|
"fs-extra": "^11.3.4",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
21
|
"isomorphic-git": "1.37.4"
|