@jayree/sfdx-plugin-manifest 5.0.85 → 5.0.87
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 +36 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +8 -8
- package/oclif.lock +6 -6
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,39 @@
|
|
|
1
|
+
## [5.0.87](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.86...5.0.87) (2026-05-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump fast-uri from 3.1.0 to 3.1.2 ([#2227](https://github.com/jayree/sfdx-plugin-manifest/issues/2227)) ([91b72d2](https://github.com/jayree/sfdx-plugin-manifest/commit/91b72d2cdd355b77d579bf0037d7eaf192ea4842))
|
|
7
|
+
* Fix for https://github.com/fastify/fast-uri/security/advisories/GHSA-q3j6-qgpj-74h6
|
|
8
|
+
* build(deps-dev): bump tsd from 0.32.0 to 0.33.0 by @dependabot[bot] in https://github.com/fastify/fast-uri/pull/148
|
|
9
|
+
* build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/fastify/fast-uri/pull/149
|
|
10
|
+
* chore(.npmrc): ignore scripts by @Fdawgs in https://github.com/fastify/fast-uri/pull/150
|
|
11
|
+
* build(deps-dev): remove @fastify/pre-commit by @Fdawgs in https://github.com/fastify/fast-uri/pull/151
|
|
12
|
+
* build(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in https://github.com/fastify/fast-uri/pull/152
|
|
13
|
+
* ci(ci): add concurrency config by @Fdawgs in https://github.com/fastify/fast-uri/pull/153
|
|
14
|
+
* build(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in https://github.com/fastify/fast-uri/pull/154
|
|
15
|
+
* build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/fastify/fast-uri/pull/156
|
|
16
|
+
* chore(license): standardise license notice by @Fdawgs in https://github.com/fastify/fast-uri/pull/159
|
|
17
|
+
* style: remove trailing whitespace by @Fdawgs in https://github.com/fastify/fast-uri/pull/161
|
|
18
|
+
* ci: remove unused github files by @Tony133 in https://github.com/fastify/fast-uri/pull/162
|
|
19
|
+
* chore: update readme by @Tony133 in https://github.com/fastify/fast-uri/pull/164
|
|
20
|
+
* build(deps): bump fastify/workflows/.github/workflows/plugins-ci-package-manager.yml from 5 to 6 by @dependabot[bot] in https://github.com/fastify/fast-uri/pull/165
|
|
21
|
+
* build(deps): bump fastify/workflows/.github/workflows/plugins-ci.yml from 5 to 6 by @dependabot[bot] in https://github.com/fastify/fast-uri/pull/166
|
|
22
|
+
* build(deps-dev): bump neostandard from 0.12.2 to 0.13.0 by @dependabot[bot] in https://github.com/fastify/fast-uri/pull/167
|
|
23
|
+
* ci: add lock-threads workflow by @Fdawgs in https://github.com/fastify/fast-uri/pull/169
|
|
24
|
+
* @Tony133 made their first contribution in https://github.com/fastify/fast-uri/pull/162
|
|
25
|
+
* Fix for https://github.com/fastify/fast-uri/security/advisories/GHSA-v39h-62p7-jpjc
|
|
26
|
+
* Handle malformed fragment decoding as a parse error by @mcollina in https://github.com/fastify/fast-uri/pull/171
|
|
27
|
+
|
|
28
|
+
## [5.0.86](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.85...5.0.86) (2026-05-08)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* **deps:** bump basic-ftp from 5.3.0 to 5.3.1 ([#2225](https://github.com/jayree/sfdx-plugin-manifest/issues/2225)) ([a75d4fa](https://github.com/jayree/sfdx-plugin-manifest/commit/a75d4fabd8e9dd2a0908649a87a16bd96f020144))
|
|
34
|
+
* Fixed: Protect against unbounded control response, fixes [https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-rpmf-866q-6p89](https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-rpmf-866q-6p89).
|
|
35
|
+
* Fixed: Protect against unbounded control response, fixes [https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-rpmf-866q-6p89](https://github.com/patrickjuchli/basic-ftp/security/advisories/GHSA-rpmf-866q-6p89).
|
|
36
|
+
|
|
1
37
|
## [5.0.85](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.84...5.0.85) (2026-05-08)
|
|
2
38
|
|
|
3
39
|
|
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.87/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.87/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.87/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.87",
|
|
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.87",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.31",
|
|
@@ -9551,9 +9551,9 @@
|
|
|
9551
9551
|
}
|
|
9552
9552
|
},
|
|
9553
9553
|
"node_modules/basic-ftp": {
|
|
9554
|
-
"version": "5.3.
|
|
9555
|
-
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.3.
|
|
9556
|
-
"integrity": "sha512-
|
|
9554
|
+
"version": "5.3.1",
|
|
9555
|
+
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.3.1.tgz",
|
|
9556
|
+
"integrity": "sha512-bopVNp6ugyA150DDuZfPFdt1KZ5a94ZDiwX4hMgZDzF+GttD80lEy8kj98kbyhLXnPvhtIo93mdnLIjpCAeeOw==",
|
|
9557
9557
|
"license": "MIT",
|
|
9558
9558
|
"engines": {
|
|
9559
9559
|
"node": ">=10.0.0"
|
|
@@ -13332,9 +13332,9 @@
|
|
|
13332
13332
|
}
|
|
13333
13333
|
},
|
|
13334
13334
|
"node_modules/fast-uri": {
|
|
13335
|
-
"version": "3.1.
|
|
13336
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
13337
|
-
"integrity": "sha512-
|
|
13335
|
+
"version": "3.1.2",
|
|
13336
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
|
|
13337
|
+
"integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
|
|
13338
13338
|
"funding": [
|
|
13339
13339
|
{
|
|
13340
13340
|
"type": "github",
|
package/oclif.lock
CHANGED
|
@@ -3873,9 +3873,9 @@ baseline-browser-mapping@^2.9.0:
|
|
|
3873
3873
|
integrity sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA==
|
|
3874
3874
|
|
|
3875
3875
|
basic-ftp@^5.0.2:
|
|
3876
|
-
version "5.3.
|
|
3877
|
-
resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.3.
|
|
3878
|
-
integrity sha512-
|
|
3876
|
+
version "5.3.1"
|
|
3877
|
+
resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.3.1.tgz#3148ee9af43c0522514a4f973fecb1d3cbb6d71e"
|
|
3878
|
+
integrity sha512-bopVNp6ugyA150DDuZfPFdt1KZ5a94ZDiwX4hMgZDzF+GttD80lEy8kj98kbyhLXnPvhtIo93mdnLIjpCAeeOw==
|
|
3879
3879
|
|
|
3880
3880
|
binary-extensions@^2.0.0:
|
|
3881
3881
|
version "2.3.0"
|
|
@@ -5590,9 +5590,9 @@ fast-string-width@^3.0.2:
|
|
|
5590
5590
|
fast-string-truncated-width "^3.0.2"
|
|
5591
5591
|
|
|
5592
5592
|
fast-uri@^3.0.1:
|
|
5593
|
-
version "3.1.
|
|
5594
|
-
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.
|
|
5595
|
-
integrity sha512-
|
|
5593
|
+
version "3.1.2"
|
|
5594
|
+
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.2.tgz#8af3d4fc9d3e71b11572cc2673b514a7d1a8c8ec"
|
|
5595
|
+
integrity sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==
|
|
5596
5596
|
|
|
5597
5597
|
fast-wrap-ansi@^0.2.0:
|
|
5598
5598
|
version "0.2.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.87",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|