@jayree/sfdx-plugin-manifest 5.0.86 → 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 CHANGED
@@ -1,3 +1,30 @@
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
+
1
28
  ## [5.0.86](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.85...5.0.86) (2026-05-08)
2
29
 
3
30
 
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.86/src/commands/jayree/manifest/cleanup.ts)_
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.86/src/commands/jayree/manifest/generate.ts)_
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.86/src/commands/jayree/manifest/git/diff.ts)_
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
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "5.0.86",
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.86",
9
+ "version": "5.0.87",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.31",
@@ -13332,9 +13332,9 @@
13332
13332
  }
13333
13333
  },
13334
13334
  "node_modules/fast-uri": {
13335
- "version": "3.1.0",
13336
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
13337
- "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
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
@@ -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.0"
5594
- resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.0.tgz#66eecff6c764c0df9b762e62ca7edcfb53b4edfa"
5595
- integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==
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"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.86"
270
+ "version": "5.0.87"
271
271
  }
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.86",
4
+ "version": "5.0.87",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",