@jayree/sfdx-plugin-manifest 5.0.86 → 5.0.88

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,40 @@
1
+ ## [5.0.88](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.87...5.0.88) (2026-05-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/source-deploy-retrieve ([#2228](https://github.com/jayree/sfdx-plugin-manifest/issues/2228)) ([2fa0734](https://github.com/jayree/sfdx-plugin-manifest/commit/2fa07343568ab0a52987af72a94a89aa65e35625))
7
+ * **deps:** bump ip-address from 10.1.0 to 10.2.0 ([#1761](https://github.com/forcedotcom/source-deploy-retrieve/issues/1761)) ([972082f](https://github.com/forcedotcom/source-deploy-retrieve/commit/972082ff7d4bc57d7d7771d3714f8f1f51c0bc07))
8
+ * remove fieldMappingConfigItem child per platform-cli team recommendation ([#1757](https://github.com/forcedotcom/source-deploy-retrieve/issues/1757)) ([aa34adb](https://github.com/forcedotcom/source-deploy-retrieve/commit/aa34adbcf1e38d201c90a7ac867f6fc105053d85))
9
+ * **deps:** bump basic-ftp from 5.3.0 to 5.3.1 ([#1762](https://github.com/forcedotcom/source-deploy-retrieve/issues/1762)) ([19ace28](https://github.com/forcedotcom/source-deploy-retrieve/commit/19ace2893e94aef3086bdb2bc98ce90d1be1325d))
10
+
11
+ ## [5.0.87](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.86...5.0.87) (2026-05-08)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **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))
17
+ * Fix for https://github.com/fastify/fast-uri/security/advisories/GHSA-q3j6-qgpj-74h6
18
+ * 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
19
+ * build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/fastify/fast-uri/pull/149
20
+ * chore(.npmrc): ignore scripts by @Fdawgs in https://github.com/fastify/fast-uri/pull/150
21
+ * build(deps-dev): remove @fastify/pre-commit by @Fdawgs in https://github.com/fastify/fast-uri/pull/151
22
+ * build(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in https://github.com/fastify/fast-uri/pull/152
23
+ * ci(ci): add concurrency config by @Fdawgs in https://github.com/fastify/fast-uri/pull/153
24
+ * build(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in https://github.com/fastify/fast-uri/pull/154
25
+ * build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/fastify/fast-uri/pull/156
26
+ * chore(license): standardise license notice by @Fdawgs in https://github.com/fastify/fast-uri/pull/159
27
+ * style: remove trailing whitespace by @Fdawgs in https://github.com/fastify/fast-uri/pull/161
28
+ * ci: remove unused github files by @Tony133 in https://github.com/fastify/fast-uri/pull/162
29
+ * chore: update readme by @Tony133 in https://github.com/fastify/fast-uri/pull/164
30
+ * 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
31
+ * 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
32
+ * 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
33
+ * ci: add lock-threads workflow by @Fdawgs in https://github.com/fastify/fast-uri/pull/169
34
+ * @Tony133 made their first contribution in https://github.com/fastify/fast-uri/pull/162
35
+ * Fix for https://github.com/fastify/fast-uri/security/advisories/GHSA-v39h-62p7-jpjc
36
+ * Handle malformed fragment decoding as a parse error by @mcollina in https://github.com/fastify/fast-uri/pull/171
37
+
1
38
  ## [5.0.86](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.85...5.0.86) (2026-05-08)
2
39
 
3
40
 
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.88/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.88/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.88/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.88",
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.88",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.31",
@@ -14,7 +14,7 @@
14
14
  "@salesforce/core": "^8.29.0",
15
15
  "@salesforce/kit": "^3.2.6",
16
16
  "@salesforce/sf-plugins-core": "^12.2.13",
17
- "@salesforce/source-deploy-retrieve": "12.35.1",
17
+ "@salesforce/source-deploy-retrieve": "12.35.5",
18
18
  "@salesforce/source-tracking": "7.8.14",
19
19
  "@salesforce/ts-types": "^2.0.12",
20
20
  "fast-deep-equal": "^3.1.3",
@@ -6424,9 +6424,9 @@
6424
6424
  }
6425
6425
  },
6426
6426
  "node_modules/@salesforce/source-deploy-retrieve": {
6427
- "version": "12.35.1",
6428
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.35.1.tgz",
6429
- "integrity": "sha512-BOhoSu38KTmOZCIfoRELQpI0UxmL4wkkrqWxarodtaObaMmw5a14l8dgralxHgX1Y8DyBaA9nekCxxLopQKLFA==",
6427
+ "version": "12.35.5",
6428
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.35.5.tgz",
6429
+ "integrity": "sha512-5m66da2hd99PcobVDMleadWm6LAma8pZkkecRhHazaCZRCTGT6rxAT1hiPoMJfwtI8se7VrpkMr5XB010HD8ag==",
6430
6430
  "license": "Apache-2.0",
6431
6431
  "dependencies": {
6432
6432
  "@salesforce/core": "^8.29.0",
@@ -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
@@ -2038,10 +2038,10 @@
2038
2038
  cli-progress "^3.12.0"
2039
2039
  terminal-link "^3.0.0"
2040
2040
 
2041
- "@salesforce/source-deploy-retrieve@12.35.1", "@salesforce/source-deploy-retrieve@^12.32.7":
2042
- version "12.35.1"
2043
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.35.1.tgz#36c87a1d1d481ff7ad75ae01b7a6df4c788375ba"
2044
- integrity sha512-BOhoSu38KTmOZCIfoRELQpI0UxmL4wkkrqWxarodtaObaMmw5a14l8dgralxHgX1Y8DyBaA9nekCxxLopQKLFA==
2041
+ "@salesforce/source-deploy-retrieve@12.35.5", "@salesforce/source-deploy-retrieve@^12.32.7":
2042
+ version "12.35.5"
2043
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.35.5.tgz#b4ec60fed8301a3ef12af07ebcd41d50346812b6"
2044
+ integrity sha512-5m66da2hd99PcobVDMleadWm6LAma8pZkkecRhHazaCZRCTGT6rxAT1hiPoMJfwtI8se7VrpkMr5XB010HD8ag==
2045
2045
  dependencies:
2046
2046
  "@salesforce/core" "^8.29.0"
2047
2047
  "@salesforce/kit" "^3.2.4"
@@ -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.88"
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.88",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
@@ -11,7 +11,7 @@
11
11
  "@salesforce/core": "^8.29.0",
12
12
  "@salesforce/kit": "^3.2.6",
13
13
  "@salesforce/sf-plugins-core": "^12.2.13",
14
- "@salesforce/source-deploy-retrieve": "12.35.1",
14
+ "@salesforce/source-deploy-retrieve": "12.35.5",
15
15
  "@salesforce/source-tracking": "7.8.14",
16
16
  "@salesforce/ts-types": "^2.0.12",
17
17
  "fast-deep-equal": "^3.1.3",