@jayree/sfdx-plugin-manifest 4.0.74 → 4.0.75

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,13 @@
1
+ ## [4.0.75](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.74...4.0.75) (2025-09-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/changelog from 1.2.16 to 1.2.18 ([#1944](https://github.com/jayree/sfdx-plugin-manifest/issues/1944)) ([4f1be2b](https://github.com/jayree/sfdx-plugin-manifest/commit/4f1be2b6c1de9ae730e081b0799a5916ea345259))
7
+ * **deps:** bump fs-extra from 11.3.1 to 11.3.2 ([#789](https://github.com/jayree/changelog/issues/789)) ([8ab0cf6](https://github.com/jayree/changelog/commit/8ab0cf6f724791573e78620fadec4a3555ff4af6))
8
+ * **deps:** bump marked from 16.2.1 to 16.3.0 ([#790](https://github.com/jayree/changelog/issues/790)) ([b701c0e](https://github.com/jayree/changelog/commit/b701c0e1726574ec21cc26c1f10cc8a471981ae8))
9
+ * **deps:** bump braces from 3.0.2 to 3.0.3 ([#794](https://github.com/jayree/changelog/issues/794)) ([6a3f1ad](https://github.com/jayree/changelog/commit/6a3f1ad6b2b22f4252063d2a019e17d852077f34))
10
+
1
11
  ## [4.0.74](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.73...4.0.74) (2025-09-21)
2
12
 
3
13
 
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/4.0.74/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.75/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/4.0.74/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.75/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/4.0.74/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/4.0.75/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "4.0.74",
3
+ "version": "4.0.75",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "4.0.74",
9
+ "version": "4.0.75",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@jayree/changelog": "^1.2.16",
12
+ "@jayree/changelog": "^1.2.18",
13
13
  "@oclif/core": "^4.5.4",
14
14
  "@salesforce/core": "^8.23.1",
15
15
  "@salesforce/kit": "^3.2.4",
@@ -3137,14 +3137,14 @@
3137
3137
  }
3138
3138
  },
3139
3139
  "node_modules/@jayree/changelog": {
3140
- "version": "1.2.16",
3141
- "resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.16.tgz",
3142
- "integrity": "sha512-p33MiYNCltcPZFCFAiXZsUBSV3DGADJxuUSDfecmyaNlEoRLY+pQesfqiCsY5zJwcEOTY6C5yDyG1NsGVUg0ig==",
3140
+ "version": "1.2.18",
3141
+ "resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.18.tgz",
3142
+ "integrity": "sha512-7HvLYdqVJ3U0UYNElbR+XKckd8z6LlBmUs8xgfWKzAxAN4jY7ZqIhMbCasDS9ZstjrEFRKnD3wt0enXzZQd6xQ==",
3143
3143
  "license": "BSD-3-Clause",
3144
3144
  "dependencies": {
3145
3145
  "debug": "^4.4.1",
3146
- "fs-extra": "^11.3.1",
3147
- "marked": "^16.2.1",
3146
+ "fs-extra": "^11.3.2",
3147
+ "marked": "^16.3.0",
3148
3148
  "marked-terminal": "^7.3.0",
3149
3149
  "semver": "^7.7.2",
3150
3150
  "semver-compare": "^1.0.0"
@@ -11812,9 +11812,9 @@
11812
11812
  "license": "MIT"
11813
11813
  },
11814
11814
  "node_modules/fs-extra": {
11815
- "version": "11.3.1",
11816
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.1.tgz",
11817
- "integrity": "sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g==",
11815
+ "version": "11.3.2",
11816
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.2.tgz",
11817
+ "integrity": "sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==",
11818
11818
  "license": "MIT",
11819
11819
  "dependencies": {
11820
11820
  "graceful-fs": "^4.2.0",
@@ -14604,9 +14604,9 @@
14604
14604
  }
14605
14605
  },
14606
14606
  "node_modules/marked": {
14607
- "version": "16.2.1",
14608
- "resolved": "https://registry.npmjs.org/marked/-/marked-16.2.1.tgz",
14609
- "integrity": "sha512-r3UrXED9lMlHF97jJByry90cwrZBBvZmjG1L68oYfuPMW+uDTnuMbyJDymCWwbTE+f+3LhpNDKfpR3a3saFyjA==",
14607
+ "version": "16.3.0",
14608
+ "resolved": "https://registry.npmjs.org/marked/-/marked-16.3.0.tgz",
14609
+ "integrity": "sha512-K3UxuKu6l6bmA5FUwYho8CfJBlsUWAooKtdGgMcERSpF7gcBUrCGsLH7wDaaNOzwq18JzSUDyoEb/YsrqMac3w==",
14610
14610
  "license": "MIT",
14611
14611
  "bin": {
14612
14612
  "marked": "bin/marked.js"
package/oclif.lock CHANGED
@@ -1383,14 +1383,14 @@
1383
1383
  resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
1384
1384
  integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
1385
1385
 
1386
- "@jayree/changelog@^1.2.16":
1387
- version "1.2.16"
1388
- resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.16.tgz#7bec04f8bab6349a27cc49934f68025b606c9042"
1389
- integrity sha512-p33MiYNCltcPZFCFAiXZsUBSV3DGADJxuUSDfecmyaNlEoRLY+pQesfqiCsY5zJwcEOTY6C5yDyG1NsGVUg0ig==
1386
+ "@jayree/changelog@^1.2.18":
1387
+ version "1.2.18"
1388
+ resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.18.tgz#bc87cc82225d39992e493b62e80954c5e9d7f391"
1389
+ integrity sha512-7HvLYdqVJ3U0UYNElbR+XKckd8z6LlBmUs8xgfWKzAxAN4jY7ZqIhMbCasDS9ZstjrEFRKnD3wt0enXzZQd6xQ==
1390
1390
  dependencies:
1391
1391
  debug "^4.4.1"
1392
- fs-extra "^11.3.1"
1393
- marked "^16.2.1"
1392
+ fs-extra "^11.3.2"
1393
+ marked "^16.3.0"
1394
1394
  marked-terminal "^7.3.0"
1395
1395
  semver "^7.7.2"
1396
1396
  semver-compare "^1.0.0"
@@ -5536,10 +5536,10 @@ fromentries@^1.2.0:
5536
5536
  resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
5537
5537
  integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
5538
5538
 
5539
- fs-extra@^11.0.0, fs-extra@^11.3.0, fs-extra@^11.3.1:
5540
- version "11.3.1"
5541
- resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.1.tgz#ba7a1f97a85f94c6db2e52ff69570db3671d5a74"
5542
- integrity sha512-eXvGGwZ5CL17ZSwHWd3bbgk7UUpF6IFHtP57NYYakPvHOs8GDgDe5KJI36jIJzDkJ6eJjuzRA8eBQb6SkKue0g==
5539
+ fs-extra@^11.0.0, fs-extra@^11.3.0, fs-extra@^11.3.2:
5540
+ version "11.3.2"
5541
+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.2.tgz#c838aeddc6f4a8c74dd15f85e11fe5511bfe02a4"
5542
+ integrity sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A==
5543
5543
  dependencies:
5544
5544
  graceful-fs "^4.2.0"
5545
5545
  jsonfile "^6.0.1"
@@ -7183,10 +7183,10 @@ marked@^13.0.0:
7183
7183
  resolved "https://registry.yarnpkg.com/marked/-/marked-13.0.3.tgz#5c5b4a5d0198060c7c9bc6ef9420a7fed30f822d"
7184
7184
  integrity sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==
7185
7185
 
7186
- marked@^16.2.1:
7187
- version "16.2.1"
7188
- resolved "https://registry.yarnpkg.com/marked/-/marked-16.2.1.tgz#f4b82ffa8e6201bafebc59249492b88b2dcc949f"
7189
- integrity sha512-r3UrXED9lMlHF97jJByry90cwrZBBvZmjG1L68oYfuPMW+uDTnuMbyJDymCWwbTE+f+3LhpNDKfpR3a3saFyjA==
7186
+ marked@^16.3.0:
7187
+ version "16.3.0"
7188
+ resolved "https://registry.yarnpkg.com/marked/-/marked-16.3.0.tgz#2f513891f867d6edc4772b4a026db9cc331eb94f"
7189
+ integrity sha512-K3UxuKu6l6bmA5FUwYho8CfJBlsUWAooKtdGgMcERSpF7gcBUrCGsLH7wDaaNOzwq18JzSUDyoEb/YsrqMac3w==
7190
7190
 
7191
7191
  math-intrinsics@^1.1.0:
7192
7192
  version "1.1.0"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "4.0.74"
270
+ "version": "4.0.75"
271
271
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
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": "4.0.74",
4
+ "version": "4.0.75",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
8
8
  "dependencies": {
9
- "@jayree/changelog": "^1.2.16",
9
+ "@jayree/changelog": "^1.2.18",
10
10
  "@oclif/core": "^4.5.4",
11
11
  "@salesforce/core": "^8.23.1",
12
12
  "@salesforce/kit": "^3.2.4",