@jayree/sfdx-plugin-manifest 5.0.101 → 5.0.103

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,19 @@
1
+ ## [5.0.103](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.102...5.0.103) (2026-05-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump isomorphic-git from 1.38.0 to 1.38.1 ([#2258](https://github.com/jayree/sfdx-plugin-manifest/issues/2258)) ([a872d8c](https://github.com/jayree/sfdx-plugin-manifest/commit/a872d8cc70cb3dc0b02b29a452d48b786b7b97a4))
7
+ * add cloudflare logo ([#2316](https://github.com/isomorphic-git/isomorphic-git/issues/2316)) ([a71a835](https://github.com/isomorphic-git/isomorphic-git/commit/a71a835fc12eb5d42bb22f2c3afaa35ed03aaf74))
8
+
9
+ ## [5.0.102](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.101...5.0.102) (2026-05-21)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **deps:** bump @jayree/changelog from 1.2.32 to 1.2.33 ([#2257](https://github.com/jayree/sfdx-plugin-manifest/issues/2257)) ([7737f03](https://github.com/jayree/sfdx-plugin-manifest/commit/7737f038a6cc2a04bf58de7dbabe2b21a8780882))
15
+ * **deps:** bump marked from 18.0.3 to 18.0.4 ([#985](https://github.com/jayree/changelog/issues/985)) ([06f3e26](https://github.com/jayree/changelog/commit/06f3e26562de8f670567c8fcf93521561daa23dd))
16
+
1
17
  ## [5.0.101](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.100...5.0.101) (2026-05-17)
2
18
 
3
19
 
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.101/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.103/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.101/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.103/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.101/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.103/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": "5.0.101",
3
+ "version": "5.0.103",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.101",
9
+ "version": "5.0.103",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@jayree/changelog": "^1.2.32",
12
+ "@jayree/changelog": "^1.2.33",
13
13
  "@oclif/core": "^4.11.3",
14
14
  "@salesforce/core": "^8.29.1",
15
15
  "@salesforce/kit": "^3.2.6",
@@ -21,11 +21,11 @@
21
21
  "fast-xml-parser": "^5.8.0",
22
22
  "fs-extra": "^11.3.4",
23
23
  "graceful-fs": "^4.2.11",
24
- "isomorphic-git": "1.38.0"
24
+ "isomorphic-git": "1.38.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@oclif/plugin-command-snapshot": "^5.3.21",
28
- "@salesforce/cli-plugins-testkit": "^5.3.57",
28
+ "@salesforce/cli-plugins-testkit": "^5.3.58",
29
29
  "@salesforce/dev-scripts": "^11.0.4",
30
30
  "@salesforce/ts-sinon": "^1.4.34",
31
31
  "@types/fs-extra": "^11.0.4",
@@ -35,7 +35,7 @@
35
35
  "eslint-config-salesforce-license": "^1.0.2",
36
36
  "eslint-plugin-prettier": "^5.5.5",
37
37
  "eslint-plugin-sf-plugin": "^1.20.33",
38
- "oclif": "^4.23.4",
38
+ "oclif": "^4.23.7",
39
39
  "patch-package": "^8.0.1",
40
40
  "prettier": "^3.8.3",
41
41
  "pretty-quick": "^4.2.2",
@@ -2819,14 +2819,14 @@
2819
2819
  }
2820
2820
  },
2821
2821
  "node_modules/@jayree/changelog": {
2822
- "version": "1.2.32",
2823
- "resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.32.tgz",
2824
- "integrity": "sha512-JhuaaMTHWVw8uWbwArIUvaeP/d/nVOQNkbXPLoLUttk6+oVxPVhDT7LrgpF88LDXghIlwiYrFjs6LrWQlvFAxQ==",
2822
+ "version": "1.2.33",
2823
+ "resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.33.tgz",
2824
+ "integrity": "sha512-7BErUOGY/MebNzV6AB4Rq+PN1hu0UV6ZXYD8CPalrgCV1GLDq62TlS927syTFJzqmPd9JNxugpAj9++huQvHaw==",
2825
2825
  "license": "BSD-3-Clause",
2826
2826
  "dependencies": {
2827
2827
  "debug": "^4.4.1",
2828
2828
  "fs-extra": "^11.3.5",
2829
- "marked": "^18.0.3",
2829
+ "marked": "^18.0.4",
2830
2830
  "marked-terminal": "^7.3.0",
2831
2831
  "semver": "^7.7.4",
2832
2832
  "semver-compare": "^1.0.0"
@@ -3299,9 +3299,9 @@
3299
3299
  }
3300
3300
  },
3301
3301
  "node_modules/@oclif/plugin-help": {
3302
- "version": "6.2.48",
3303
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.48.tgz",
3304
- "integrity": "sha512-nvGLBtUZUWrHfoAEDRsRZUHKVwptyZ6F+MErdVRLQBo3dja0GCZH8DE33dA7mBux2KOmbxGqop15gyud9HZYhQ==",
3302
+ "version": "6.2.49",
3303
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.49.tgz",
3304
+ "integrity": "sha512-fEsO0YU7ThtzHE1RGuoHxFu/OGlqxm7PCfFp+U1PS8sde4E0cDqjVDuv78+VKrr45LpC5lWOApj7pm3FNfHrVA==",
3305
3305
  "dev": true,
3306
3306
  "license": "MIT",
3307
3307
  "dependencies": {
@@ -3538,13 +3538,13 @@
3538
3538
  "license": "MIT"
3539
3539
  },
3540
3540
  "node_modules/@salesforce/cli-plugins-testkit": {
3541
- "version": "5.3.57",
3542
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.57.tgz",
3543
- "integrity": "sha512-997GulQmQvaPCyCHCxxOQHZNJlemyBlvRDn9pkQSXTGLRi6SiI4UwJ5RgbUBW4N1v8z0RrfVObQYxrU1W/zasw==",
3541
+ "version": "5.3.58",
3542
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.58.tgz",
3543
+ "integrity": "sha512-JNRqR+XDhaWUu419Kum5KvUKiw6gQL6O+DUAn3+GRfuia2jYmwVAC9RdQaEcdXQH5BH/3E4JLw5EVEw/LndRQw==",
3544
3544
  "dev": true,
3545
3545
  "license": "Apache-2.0",
3546
3546
  "dependencies": {
3547
- "@salesforce/core": "^8.29.1",
3547
+ "@salesforce/core": "^8.30.3",
3548
3548
  "@salesforce/kit": "^3.2.6",
3549
3549
  "@salesforce/ts-types": "^2.0.11",
3550
3550
  "@types/shelljs": "^0.10.0",
@@ -12360,9 +12360,9 @@
12360
12360
  "license": "ISC"
12361
12361
  },
12362
12362
  "node_modules/isomorphic-git": {
12363
- "version": "1.38.0",
12364
- "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.0.tgz",
12365
- "integrity": "sha512-gsBFnAT8Fxrpx+53ymG5kEOHSrUDVcSMFl7fCEGVnPpQbPS0aKti3UzZXR+3DKA0yyf+4z6CXJxULlQ5QPxDJw==",
12363
+ "version": "1.38.1",
12364
+ "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.1.tgz",
12365
+ "integrity": "sha512-Vd2u5qDLa04fA/h5nUMU5UuffPXqg+3D3bJIV3n7Sno2qS3XMinUXRvNHrGPVy2kkC1ad5SPCC3WcpXjn0L9oQ==",
12366
12366
  "license": "MIT",
12367
12367
  "dependencies": {
12368
12368
  "async-lock": "^1.4.1",
@@ -13339,9 +13339,9 @@
13339
13339
  }
13340
13340
  },
13341
13341
  "node_modules/marked": {
13342
- "version": "18.0.3",
13343
- "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.3.tgz",
13344
- "integrity": "sha512-7VT90JOkDeaRWpfjOReRGPEKn0ecdARBkDGL+tT1wZY0efPPqkUxLUSmzy/C7TIylQYJC9STISEsCHrqb/7VIA==",
13342
+ "version": "18.0.4",
13343
+ "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.4.tgz",
13344
+ "integrity": "sha512-c/BTaKzg0G6ezQx97DAkYU7k0HM6ys0FqYeKBL6hlBByZwy+ycA1+f0vDdjMHKKeEjdgkx0GOv9Il6D+85cOqA==",
13345
13345
  "license": "MIT",
13346
13346
  "bin": {
13347
13347
  "marked": "bin/marked.js"
@@ -14447,19 +14447,19 @@
14447
14447
  }
14448
14448
  },
14449
14449
  "node_modules/oclif": {
14450
- "version": "4.23.4",
14451
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.4.tgz",
14452
- "integrity": "sha512-dMjgrCgsGlUygCl9rKHw4mCeSGgS8QLyUwrThBkQ3oHrfusVEH61ijp0Y3CTyTbZuWiRvO/50ns1CtePI8T4Gw==",
14450
+ "version": "4.23.7",
14451
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.7.tgz",
14452
+ "integrity": "sha512-rog7/P6l6PXe7O3zWMcKB4prQm35z6NyDfpED6B3UwnPr1Fy+KWdcBHSr6Er3AjmvYsP5wsJwwPEsxUfvMNsyg==",
14453
14453
  "dev": true,
14454
14454
  "license": "MIT",
14455
14455
  "dependencies": {
14456
14456
  "@aws-sdk/client-cloudfront": "^3.1009.0",
14457
- "@aws-sdk/client-s3": "^3.1047.0",
14457
+ "@aws-sdk/client-s3": "^3.1048.0",
14458
14458
  "@inquirer/confirm": "^3.1.22",
14459
14459
  "@inquirer/input": "^2.2.4",
14460
14460
  "@inquirer/select": "^2.5.0",
14461
14461
  "@oclif/core": "^4.11.2",
14462
- "@oclif/plugin-help": "^6.2.48",
14462
+ "@oclif/plugin-help": "^6.2.49",
14463
14463
  "@oclif/plugin-not-found": "^3.2.85",
14464
14464
  "@oclif/plugin-warn-if-update-available": "^3.1.57",
14465
14465
  "ansis": "^3.16.0",
package/oclif.lock CHANGED
@@ -94,7 +94,7 @@
94
94
  "@smithy/types" "^4.14.1"
95
95
  tslib "^2.6.2"
96
96
 
97
- "@aws-sdk/client-s3@^3.1047.0":
97
+ "@aws-sdk/client-s3@^3.1048.0":
98
98
  version "3.1048.0"
99
99
  resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.1048.0.tgz#c353277839f54100390b9c7bdf041131a3c7530e"
100
100
  integrity sha512-SrJn5FteqqtcDBgQIvqLKk3Qn/2vSsi5XR03I53EDDR4CbCdLysVSNgUnjVncEECMua9Pz+nxO0/lEx3TP+6mA==
@@ -1167,14 +1167,14 @@
1167
1167
  resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
1168
1168
  integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
1169
1169
 
1170
- "@jayree/changelog@^1.2.32":
1171
- version "1.2.32"
1172
- resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.32.tgz#e8ea532c7bb1ad2084518ff77c67436396afd8ed"
1173
- integrity sha512-JhuaaMTHWVw8uWbwArIUvaeP/d/nVOQNkbXPLoLUttk6+oVxPVhDT7LrgpF88LDXghIlwiYrFjs6LrWQlvFAxQ==
1170
+ "@jayree/changelog@^1.2.33":
1171
+ version "1.2.33"
1172
+ resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.33.tgz#1be6c5a1b644bbef47948398b471b30f040683f2"
1173
+ integrity sha512-7BErUOGY/MebNzV6AB4Rq+PN1hu0UV6ZXYD8CPalrgCV1GLDq62TlS927syTFJzqmPd9JNxugpAj9++huQvHaw==
1174
1174
  dependencies:
1175
1175
  debug "^4.4.1"
1176
1176
  fs-extra "^11.3.5"
1177
- marked "^18.0.3"
1177
+ marked "^18.0.4"
1178
1178
  marked-terminal "^7.3.0"
1179
1179
  semver "^7.7.4"
1180
1180
  semver-compare "^1.0.0"
@@ -1361,10 +1361,10 @@
1361
1361
  semver "^7.8.0"
1362
1362
  ts-json-schema-generator "^1.5.1"
1363
1363
 
1364
- "@oclif/plugin-help@^6.2.48":
1365
- version "6.2.48"
1366
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.48.tgz#e0c6ceb0a5d387dcdb16f6fc72f1e70fe4c5509f"
1367
- integrity sha512-nvGLBtUZUWrHfoAEDRsRZUHKVwptyZ6F+MErdVRLQBo3dja0GCZH8DE33dA7mBux2KOmbxGqop15gyud9HZYhQ==
1364
+ "@oclif/plugin-help@^6.2.49":
1365
+ version "6.2.49"
1366
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.49.tgz#863f5ccb36b0453a463232e564a381ff3923fd07"
1367
+ integrity sha512-fEsO0YU7ThtzHE1RGuoHxFu/OGlqxm7PCfFp+U1PS8sde4E0cDqjVDuv78+VKrr45LpC5lWOApj7pm3FNfHrVA==
1368
1368
  dependencies:
1369
1369
  "@oclif/core" "^4"
1370
1370
 
@@ -1447,12 +1447,12 @@
1447
1447
  resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
1448
1448
  integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
1449
1449
 
1450
- "@salesforce/cli-plugins-testkit@^5.3.57":
1451
- version "5.3.57"
1452
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.57.tgz#51d1d8b9514ad0a9123ddd71db9bf8d2b9da2934"
1453
- integrity sha512-997GulQmQvaPCyCHCxxOQHZNJlemyBlvRDn9pkQSXTGLRi6SiI4UwJ5RgbUBW4N1v8z0RrfVObQYxrU1W/zasw==
1450
+ "@salesforce/cli-plugins-testkit@^5.3.58":
1451
+ version "5.3.58"
1452
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.58.tgz#79278780433baf565bb5b57146669760e5e56680"
1453
+ integrity sha512-JNRqR+XDhaWUu419Kum5KvUKiw6gQL6O+DUAn3+GRfuia2jYmwVAC9RdQaEcdXQH5BH/3E4JLw5EVEw/LndRQw==
1454
1454
  dependencies:
1455
- "@salesforce/core" "^8.29.1"
1455
+ "@salesforce/core" "^8.30.3"
1456
1456
  "@salesforce/kit" "^3.2.6"
1457
1457
  "@salesforce/ts-types" "^2.0.11"
1458
1458
  "@types/shelljs" "^0.10.0"
@@ -5779,10 +5779,10 @@ isexe@^2.0.0:
5779
5779
  resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
5780
5780
  integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
5781
5781
 
5782
- isomorphic-git@1.38.0, isomorphic-git@^1.34.2:
5783
- version "1.38.0"
5784
- resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.0.tgz#b727018033c3142406c41b4a563215a5c74ee105"
5785
- integrity sha512-gsBFnAT8Fxrpx+53ymG5kEOHSrUDVcSMFl7fCEGVnPpQbPS0aKti3UzZXR+3DKA0yyf+4z6CXJxULlQ5QPxDJw==
5782
+ isomorphic-git@1.38.1, isomorphic-git@^1.34.2:
5783
+ version "1.38.1"
5784
+ resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.1.tgz#c8eb586ea06fefc483a39c072679124217665618"
5785
+ integrity sha512-Vd2u5qDLa04fA/h5nUMU5UuffPXqg+3D3bJIV3n7Sno2qS3XMinUXRvNHrGPVy2kkC1ad5SPCC3WcpXjn0L9oQ==
5786
5786
  dependencies:
5787
5787
  async-lock "^1.4.1"
5788
5788
  clean-git-ref "^2.0.1"
@@ -6399,10 +6399,10 @@ marked@^13.0.0:
6399
6399
  resolved "https://registry.yarnpkg.com/marked/-/marked-13.0.3.tgz#5c5b4a5d0198060c7c9bc6ef9420a7fed30f822d"
6400
6400
  integrity sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==
6401
6401
 
6402
- marked@^18.0.3:
6403
- version "18.0.3"
6404
- resolved "https://registry.yarnpkg.com/marked/-/marked-18.0.3.tgz#278b5ba89f1c7ccbaf0422f3ee8955928489220b"
6405
- integrity sha512-7VT90JOkDeaRWpfjOReRGPEKn0ecdARBkDGL+tT1wZY0efPPqkUxLUSmzy/C7TIylQYJC9STISEsCHrqb/7VIA==
6402
+ marked@^18.0.4:
6403
+ version "18.0.4"
6404
+ resolved "https://registry.yarnpkg.com/marked/-/marked-18.0.4.tgz#7a54421f506c8729db32f852719972d2f939a77b"
6405
+ integrity sha512-c/BTaKzg0G6ezQx97DAkYU7k0HM6ys0FqYeKBL6hlBByZwy+ycA1+f0vDdjMHKKeEjdgkx0GOv9Il6D+85cOqA==
6406
6406
 
6407
6407
  math-intrinsics@^1.1.0:
6408
6408
  version "1.1.0"
@@ -6934,18 +6934,18 @@ object.values@^1.2.1:
6934
6934
  define-properties "^1.2.1"
6935
6935
  es-object-atoms "^1.0.0"
6936
6936
 
6937
- oclif@^4.23.4:
6938
- version "4.23.4"
6939
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.4.tgz#57e88b277a914db2ed2e6ac201972642bd6d41a3"
6940
- integrity sha512-dMjgrCgsGlUygCl9rKHw4mCeSGgS8QLyUwrThBkQ3oHrfusVEH61ijp0Y3CTyTbZuWiRvO/50ns1CtePI8T4Gw==
6937
+ oclif@^4.23.7:
6938
+ version "4.23.7"
6939
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.7.tgz#d20625e79fa4904664580ee2f25600b0fa7c40dc"
6940
+ integrity sha512-rog7/P6l6PXe7O3zWMcKB4prQm35z6NyDfpED6B3UwnPr1Fy+KWdcBHSr6Er3AjmvYsP5wsJwwPEsxUfvMNsyg==
6941
6941
  dependencies:
6942
6942
  "@aws-sdk/client-cloudfront" "^3.1009.0"
6943
- "@aws-sdk/client-s3" "^3.1047.0"
6943
+ "@aws-sdk/client-s3" "^3.1048.0"
6944
6944
  "@inquirer/confirm" "^3.1.22"
6945
6945
  "@inquirer/input" "^2.2.4"
6946
6946
  "@inquirer/select" "^2.5.0"
6947
6947
  "@oclif/core" "^4.11.2"
6948
- "@oclif/plugin-help" "^6.2.48"
6948
+ "@oclif/plugin-help" "^6.2.49"
6949
6949
  "@oclif/plugin-not-found" "^3.2.85"
6950
6950
  "@oclif/plugin-warn-if-update-available" "^3.1.57"
6951
6951
  ansis "^3.16.0"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.101"
270
+ "version": "5.0.103"
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": "5.0.101",
4
+ "version": "5.0.103",
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.32",
9
+ "@jayree/changelog": "^1.2.33",
10
10
  "@oclif/core": "^4.11.3",
11
11
  "@salesforce/core": "^8.29.1",
12
12
  "@salesforce/kit": "^3.2.6",
@@ -18,11 +18,11 @@
18
18
  "fast-xml-parser": "^5.8.0",
19
19
  "fs-extra": "^11.3.4",
20
20
  "graceful-fs": "^4.2.11",
21
- "isomorphic-git": "1.38.0"
21
+ "isomorphic-git": "1.38.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@oclif/plugin-command-snapshot": "^5.3.21",
25
- "@salesforce/cli-plugins-testkit": "^5.3.57",
25
+ "@salesforce/cli-plugins-testkit": "^5.3.58",
26
26
  "@salesforce/dev-scripts": "^11.0.4",
27
27
  "@salesforce/ts-sinon": "^1.4.34",
28
28
  "@types/fs-extra": "^11.0.4",
@@ -32,7 +32,7 @@
32
32
  "eslint-config-salesforce-license": "^1.0.2",
33
33
  "eslint-plugin-prettier": "^5.5.5",
34
34
  "eslint-plugin-sf-plugin": "^1.20.33",
35
- "oclif": "^4.23.4",
35
+ "oclif": "^4.23.7",
36
36
  "patch-package": "^8.0.1",
37
37
  "prettier": "^3.8.3",
38
38
  "pretty-quick": "^4.2.2",