@jayree/sfdx-plugin-manifest 6.0.31 → 6.0.33
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 +26 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +361 -530
- package/oclif.lock +87 -104
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## [6.0.33](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.32...6.0.33) (2026-09-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @oclif/core from 4.14.0 to 5.0.0 ([3fd2021](https://github.com/jayree/sfdx-plugin-manifest/commit/3fd202115b08bdbf0ba4d2bd351b3d742c6d4d75))
|
|
7
|
+
* feat!: require Node >=22 ([940ad2d](https://github.com/oclif/core/commit/940ad2dacc6315e0aae2fbdac243dc1f5b0462e0))
|
|
8
|
+
* feat!: upgrade core to V5 ([01d00b9](https://github.com/oclif/core/commit/01d00b9affc7f5dc76b35b89b6818839c1d6b0b6))
|
|
9
|
+
* drop EOL Node versions
|
|
10
|
+
* require Node >=22, drop EOL Node versions
|
|
11
|
+
* **deps:** bump @salesforce/sf-plugins-core from 13.0.3 to 13.0.4 ([#2408](https://github.com/jayree/sfdx-plugin-manifest/issues/2408)) ([a469095](https://github.com/jayree/sfdx-plugin-manifest/commit/a46909582c034e58a3e05fac5d944cd836fcb635))
|
|
12
|
+
* upgrade @oclif/core to v5 @W-23512455@ ([9543d10](https://github.com/salesforcecli/sf-plugins-core/commit/9543d100bed21919ae7eab2b81c75167d30874b8))
|
|
13
|
+
|
|
14
|
+
## [6.0.32](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.31...6.0.32) (2026-09-02)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **deps:** bump fast-uri from 3.1.5 to 3.1.7 ([#2411](https://github.com/jayree/sfdx-plugin-manifest/issues/2411)) ([2f35fa2](https://github.com/jayree/sfdx-plugin-manifest/commit/2f35fa23a7ade3da057ae893af77e6cb5de3078c))
|
|
20
|
+
* [GHSA-qw65-cvwx-89v3](https://github.com/fastify/fast-uri/security/advisories/GHSA-qw65-cvwx-89v3) — authority injection via an unvalidated port in `serialize()`
|
|
21
|
+
* [GHSA-58mr-gqgx-xq4g](https://github.com/fastify/fast-uri/security/advisories/GHSA-58mr-gqgx-xq4g) — host confusion via unbalanced or misplaced IP-literal brackets
|
|
22
|
+
* [GHSA-5jgf-p345-68v8](https://github.com/fastify/fast-uri/security/advisories/GHSA-5jgf-p345-68v8) — host confusion via skipped IDN canonicalization on scheme-relative references
|
|
23
|
+
* [GHSA-fph4-wmhf-6fwf](https://github.com/fastify/fast-uri/security/advisories/GHSA-fph4-wmhf-6fwf) — server-side request forgery via repeated hostname percent-decoding
|
|
24
|
+
* [GHSA-f65p-4m7j-42xc](https://github.com/fastify/fast-uri/security/advisories/GHSA-f65p-4m7j-42xc) — server-side request forgery via malformed IPv6 normalization
|
|
25
|
+
* [GHSA-jqff-g426-hqxp](https://github.com/fastify/fast-uri/security/advisories/GHSA-jqff-g426-hqxp) — host confusion via percent-encoded scheme normalization
|
|
26
|
+
|
|
1
27
|
## [6.0.31](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.30...6.0.31) (2026-09-02)
|
|
2
28
|
|
|
3
29
|
|
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/6.0.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.33/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/6.0.
|
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.33/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/6.0.
|
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.33/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|