@jayree/sfdx-plugin-manifest 5.0.24 → 5.0.26

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.26](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.25...5.0.26) (2026-03-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/source-tracking from 7.8.4 to 7.8.5 ([#2127](https://github.com/jayree/sfdx-plugin-manifest/issues/2127)) ([55c6942](https://github.com/jayree/sfdx-plugin-manifest/commit/55c6942ae25a94bca537ba75a47feb062573f8a0))
7
+ * bump core and sdr lib to latest ([#836](https://github.com/forcedotcom/source-tracking/issues/836)) ([4ff9b97](https://github.com/forcedotcom/source-tracking/commit/4ff9b97cdaccf6701d5cd20eb54a62f8c98fb3d7))
8
+
9
+ ## [5.0.25](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.24...5.0.25) (2026-03-11)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **deps:** bump @oclif/core from 4.8.3 to 4.8.4 ([#2125](https://github.com/jayree/sfdx-plugin-manifest/issues/2125)) ([d43eb24](https://github.com/jayree/sfdx-plugin-manifest/commit/d43eb242190865fc6eb0ab45edd4026ea0319407))
15
+ * --flags-dir works on 3rd party plugins @W-21178947@ ([8bd57c0](https://github.com/oclif/core/commit/8bd57c095d44ab0ef5e426493d971596ef7acce4))
16
+
1
17
  ## [5.0.24](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.23...5.0.24) (2026-03-11)
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.24/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.26/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.24/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.26/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.24/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.26/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "5.0.24",
3
+ "version": "5.0.26",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.24",
9
+ "version": "5.0.26",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.26",
13
- "@oclif/core": "^4.8.3",
13
+ "@oclif/core": "^4.8.4",
14
14
  "@salesforce/core": "^8.26.3",
15
15
  "@salesforce/kit": "^3.2.4",
16
16
  "@salesforce/sf-plugins-core": "^12.2.6",
17
17
  "@salesforce/source-deploy-retrieve": "12.31.21",
18
- "@salesforce/source-tracking": "7.8.4",
18
+ "@salesforce/source-tracking": "7.8.5",
19
19
  "@salesforce/ts-types": "^2.0.12",
20
20
  "fast-deep-equal": "^3.1.3",
21
21
  "fast-xml-parser": "^5.4.2",
@@ -1527,22 +1527,6 @@
1527
1527
  "node": ">=v14"
1528
1528
  }
1529
1529
  },
1530
- "node_modules/@commitlint/cli/node_modules/ansi-styles": {
1531
- "version": "4.3.0",
1532
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1533
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1534
- "dev": true,
1535
- "license": "MIT",
1536
- "dependencies": {
1537
- "color-convert": "^2.0.1"
1538
- },
1539
- "engines": {
1540
- "node": ">=8"
1541
- },
1542
- "funding": {
1543
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1544
- }
1545
- },
1546
1530
  "node_modules/@commitlint/cli/node_modules/cliui": {
1547
1531
  "version": "8.0.1",
1548
1532
  "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
@@ -1558,24 +1542,6 @@
1558
1542
  "node": ">=12"
1559
1543
  }
1560
1544
  },
1561
- "node_modules/@commitlint/cli/node_modules/wrap-ansi": {
1562
- "version": "7.0.0",
1563
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
1564
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
1565
- "dev": true,
1566
- "license": "MIT",
1567
- "dependencies": {
1568
- "ansi-styles": "^4.0.0",
1569
- "string-width": "^4.1.0",
1570
- "strip-ansi": "^6.0.0"
1571
- },
1572
- "engines": {
1573
- "node": ">=10"
1574
- },
1575
- "funding": {
1576
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
1577
- }
1578
- },
1579
1545
  "node_modules/@commitlint/cli/node_modules/yargs": {
1580
1546
  "version": "17.7.2",
1581
1547
  "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
@@ -2378,6 +2344,21 @@
2378
2344
  "undici-types": "~6.21.0"
2379
2345
  }
2380
2346
  },
2347
+ "node_modules/@inquirer/confirm/node_modules/ansi-styles": {
2348
+ "version": "4.3.0",
2349
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2350
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2351
+ "license": "MIT",
2352
+ "dependencies": {
2353
+ "color-convert": "^2.0.1"
2354
+ },
2355
+ "engines": {
2356
+ "node": ">=8"
2357
+ },
2358
+ "funding": {
2359
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2360
+ }
2361
+ },
2381
2362
  "node_modules/@inquirer/confirm/node_modules/signal-exit": {
2382
2363
  "version": "4.1.0",
2383
2364
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2396,6 +2377,20 @@
2396
2377
  "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
2397
2378
  "license": "MIT"
2398
2379
  },
2380
+ "node_modules/@inquirer/confirm/node_modules/wrap-ansi": {
2381
+ "version": "6.2.0",
2382
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
2383
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
2384
+ "license": "MIT",
2385
+ "dependencies": {
2386
+ "ansi-styles": "^4.0.0",
2387
+ "string-width": "^4.1.0",
2388
+ "strip-ansi": "^6.0.0"
2389
+ },
2390
+ "engines": {
2391
+ "node": ">=8"
2392
+ }
2393
+ },
2399
2394
  "node_modules/@inquirer/core": {
2400
2395
  "version": "10.3.2",
2401
2396
  "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.3.2.tgz",
@@ -2424,6 +2419,22 @@
2424
2419
  }
2425
2420
  }
2426
2421
  },
2422
+ "node_modules/@inquirer/core/node_modules/ansi-styles": {
2423
+ "version": "4.3.0",
2424
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2425
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2426
+ "dev": true,
2427
+ "license": "MIT",
2428
+ "dependencies": {
2429
+ "color-convert": "^2.0.1"
2430
+ },
2431
+ "engines": {
2432
+ "node": ">=8"
2433
+ },
2434
+ "funding": {
2435
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2436
+ }
2437
+ },
2427
2438
  "node_modules/@inquirer/core/node_modules/mute-stream": {
2428
2439
  "version": "2.0.0",
2429
2440
  "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
@@ -2447,6 +2458,21 @@
2447
2458
  "url": "https://github.com/sponsors/isaacs"
2448
2459
  }
2449
2460
  },
2461
+ "node_modules/@inquirer/core/node_modules/wrap-ansi": {
2462
+ "version": "6.2.0",
2463
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
2464
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
2465
+ "dev": true,
2466
+ "license": "MIT",
2467
+ "dependencies": {
2468
+ "ansi-styles": "^4.0.0",
2469
+ "string-width": "^4.1.0",
2470
+ "strip-ansi": "^6.0.0"
2471
+ },
2472
+ "engines": {
2473
+ "node": ">=8"
2474
+ }
2475
+ },
2450
2476
  "node_modules/@inquirer/editor": {
2451
2477
  "version": "4.2.23",
2452
2478
  "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.23.tgz",
@@ -2598,6 +2624,22 @@
2598
2624
  "undici-types": "~6.21.0"
2599
2625
  }
2600
2626
  },
2627
+ "node_modules/@inquirer/input/node_modules/ansi-styles": {
2628
+ "version": "4.3.0",
2629
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2630
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2631
+ "dev": true,
2632
+ "license": "MIT",
2633
+ "dependencies": {
2634
+ "color-convert": "^2.0.1"
2635
+ },
2636
+ "engines": {
2637
+ "node": ">=8"
2638
+ },
2639
+ "funding": {
2640
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2641
+ }
2642
+ },
2601
2643
  "node_modules/@inquirer/input/node_modules/signal-exit": {
2602
2644
  "version": "4.1.0",
2603
2645
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2618,6 +2660,21 @@
2618
2660
  "dev": true,
2619
2661
  "license": "MIT"
2620
2662
  },
2663
+ "node_modules/@inquirer/input/node_modules/wrap-ansi": {
2664
+ "version": "6.2.0",
2665
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
2666
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
2667
+ "dev": true,
2668
+ "license": "MIT",
2669
+ "dependencies": {
2670
+ "ansi-styles": "^4.0.0",
2671
+ "string-width": "^4.1.0",
2672
+ "strip-ansi": "^6.0.0"
2673
+ },
2674
+ "engines": {
2675
+ "node": ">=8"
2676
+ }
2677
+ },
2621
2678
  "node_modules/@inquirer/number": {
2622
2679
  "version": "3.0.23",
2623
2680
  "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.23.tgz",
@@ -2710,6 +2767,21 @@
2710
2767
  "undici-types": "~6.21.0"
2711
2768
  }
2712
2769
  },
2770
+ "node_modules/@inquirer/password/node_modules/ansi-styles": {
2771
+ "version": "4.3.0",
2772
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2773
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2774
+ "license": "MIT",
2775
+ "dependencies": {
2776
+ "color-convert": "^2.0.1"
2777
+ },
2778
+ "engines": {
2779
+ "node": ">=8"
2780
+ },
2781
+ "funding": {
2782
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2783
+ }
2784
+ },
2713
2785
  "node_modules/@inquirer/password/node_modules/signal-exit": {
2714
2786
  "version": "4.1.0",
2715
2787
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2728,6 +2800,20 @@
2728
2800
  "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
2729
2801
  "license": "MIT"
2730
2802
  },
2803
+ "node_modules/@inquirer/password/node_modules/wrap-ansi": {
2804
+ "version": "6.2.0",
2805
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
2806
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
2807
+ "license": "MIT",
2808
+ "dependencies": {
2809
+ "ansi-styles": "^4.0.0",
2810
+ "string-width": "^4.1.0",
2811
+ "strip-ansi": "^6.0.0"
2812
+ },
2813
+ "engines": {
2814
+ "node": ">=8"
2815
+ }
2816
+ },
2731
2817
  "node_modules/@inquirer/prompts": {
2732
2818
  "version": "7.10.1",
2733
2819
  "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.10.1.tgz",
@@ -2974,6 +3060,22 @@
2974
3060
  "undici-types": "~6.21.0"
2975
3061
  }
2976
3062
  },
3063
+ "node_modules/@inquirer/select/node_modules/ansi-styles": {
3064
+ "version": "4.3.0",
3065
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3066
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3067
+ "dev": true,
3068
+ "license": "MIT",
3069
+ "dependencies": {
3070
+ "color-convert": "^2.0.1"
3071
+ },
3072
+ "engines": {
3073
+ "node": ">=8"
3074
+ },
3075
+ "funding": {
3076
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3077
+ }
3078
+ },
2977
3079
  "node_modules/@inquirer/select/node_modules/signal-exit": {
2978
3080
  "version": "4.1.0",
2979
3081
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2994,6 +3096,21 @@
2994
3096
  "dev": true,
2995
3097
  "license": "MIT"
2996
3098
  },
3099
+ "node_modules/@inquirer/select/node_modules/wrap-ansi": {
3100
+ "version": "6.2.0",
3101
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
3102
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
3103
+ "dev": true,
3104
+ "license": "MIT",
3105
+ "dependencies": {
3106
+ "ansi-styles": "^4.0.0",
3107
+ "string-width": "^4.1.0",
3108
+ "strip-ansi": "^6.0.0"
3109
+ },
3110
+ "engines": {
3111
+ "node": ">=8"
3112
+ }
3113
+ },
2997
3114
  "node_modules/@inquirer/type": {
2998
3115
  "version": "3.0.10",
2999
3116
  "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz",
@@ -3429,9 +3546,9 @@
3429
3546
  }
3430
3547
  },
3431
3548
  "node_modules/@oclif/core": {
3432
- "version": "4.8.3",
3433
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.8.3.tgz",
3434
- "integrity": "sha512-f7Rc1JBZO0wNMyDmNzP5IFOv5eM97S9pO4JUFdu2OLyk73YeBI9wog1Yyf666NOQvyptkbG1xh8inzMDQLNTyQ==",
3549
+ "version": "4.8.4",
3550
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.8.4.tgz",
3551
+ "integrity": "sha512-UTAqwXJJyRvLBvosL+1uPZYSpr8lEHgUb/EVGbPXo5WZqUIBHfJ0sR2bkBEsrj00/ar4IegKxx4YK0wn2c8SQg==",
3435
3552
  "license": "MIT",
3436
3553
  "dependencies": {
3437
3554
  "ansi-escapes": "^4.3.2",
@@ -3457,21 +3574,6 @@
3457
3574
  "node": ">=18.0.0"
3458
3575
  }
3459
3576
  },
3460
- "node_modules/@oclif/core/node_modules/ansi-styles": {
3461
- "version": "4.3.0",
3462
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3463
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3464
- "license": "MIT",
3465
- "dependencies": {
3466
- "color-convert": "^2.0.1"
3467
- },
3468
- "engines": {
3469
- "node": ">=8"
3470
- },
3471
- "funding": {
3472
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3473
- }
3474
- },
3475
3577
  "node_modules/@oclif/core/node_modules/balanced-match": {
3476
3578
  "version": "4.0.3",
3477
3579
  "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
@@ -3523,23 +3625,6 @@
3523
3625
  "url": "https://github.com/chalk/supports-color?sponsor=1"
3524
3626
  }
3525
3627
  },
3526
- "node_modules/@oclif/core/node_modules/wrap-ansi": {
3527
- "version": "7.0.0",
3528
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
3529
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
3530
- "license": "MIT",
3531
- "dependencies": {
3532
- "ansi-styles": "^4.0.0",
3533
- "string-width": "^4.1.0",
3534
- "strip-ansi": "^6.0.0"
3535
- },
3536
- "engines": {
3537
- "node": ">=10"
3538
- },
3539
- "funding": {
3540
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3541
- }
3542
- },
3543
3628
  "node_modules/@oclif/plugin-command-snapshot": {
3544
3629
  "version": "5.3.11",
3545
3630
  "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.11.tgz",
@@ -4318,14 +4403,14 @@
4318
4403
  }
4319
4404
  },
4320
4405
  "node_modules/@salesforce/source-tracking": {
4321
- "version": "7.8.4",
4322
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.4.tgz",
4323
- "integrity": "sha512-mF7tbRYOjMUYNFfyMHK85qDJACXkR4wP6Osmzc1kAuvArn7yK9gFEKPHS3EEh7oR/yO/uQIbnoNMAAUceOfYMg==",
4406
+ "version": "7.8.5",
4407
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.5.tgz",
4408
+ "integrity": "sha512-p+EAzXEmXZUjVbUt1gYmFHKkQ1msK3NoXqGKUrxeg0CTsGuwm6TD4jyp4pjN5bi1NcaAP7pZPOGogBp07O+lKw==",
4324
4409
  "license": "Apache-2.0",
4325
4410
  "dependencies": {
4326
- "@salesforce/core": "^8.24.0",
4411
+ "@salesforce/core": "^8.27.0",
4327
4412
  "@salesforce/kit": "^3.2.4",
4328
- "@salesforce/source-deploy-retrieve": "^12.31.8",
4413
+ "@salesforce/source-deploy-retrieve": "^12.31.20",
4329
4414
  "@salesforce/ts-types": "^2.0.12",
4330
4415
  "fast-xml-parser": "^5.3.4",
4331
4416
  "graceful-fs": "^4.2.11",
@@ -7354,22 +7439,6 @@
7354
7439
  }
7355
7440
  }
7356
7441
  },
7357
- "node_modules/c8/node_modules/ansi-styles": {
7358
- "version": "4.3.0",
7359
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
7360
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
7361
- "dev": true,
7362
- "license": "MIT",
7363
- "dependencies": {
7364
- "color-convert": "^2.0.1"
7365
- },
7366
- "engines": {
7367
- "node": ">=8"
7368
- },
7369
- "funding": {
7370
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7371
- }
7372
- },
7373
7442
  "node_modules/c8/node_modules/cliui": {
7374
7443
  "version": "8.0.1",
7375
7444
  "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
@@ -7450,24 +7519,6 @@
7450
7519
  "url": "https://github.com/sponsors/sindresorhus"
7451
7520
  }
7452
7521
  },
7453
- "node_modules/c8/node_modules/wrap-ansi": {
7454
- "version": "7.0.0",
7455
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
7456
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
7457
- "dev": true,
7458
- "license": "MIT",
7459
- "dependencies": {
7460
- "ansi-styles": "^4.0.0",
7461
- "string-width": "^4.1.0",
7462
- "strip-ansi": "^6.0.0"
7463
- },
7464
- "engines": {
7465
- "node": ">=10"
7466
- },
7467
- "funding": {
7468
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
7469
- }
7470
- },
7471
7522
  "node_modules/c8/node_modules/yargs": {
7472
7523
  "version": "17.7.2",
7473
7524
  "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
@@ -8136,38 +8187,6 @@
8136
8187
  "wrap-ansi": "^7.0.0"
8137
8188
  }
8138
8189
  },
8139
- "node_modules/cliui/node_modules/ansi-styles": {
8140
- "version": "4.3.0",
8141
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
8142
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
8143
- "license": "MIT",
8144
- "dependencies": {
8145
- "color-convert": "^2.0.1"
8146
- },
8147
- "engines": {
8148
- "node": ">=8"
8149
- },
8150
- "funding": {
8151
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
8152
- }
8153
- },
8154
- "node_modules/cliui/node_modules/wrap-ansi": {
8155
- "version": "7.0.0",
8156
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
8157
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
8158
- "license": "MIT",
8159
- "dependencies": {
8160
- "ansi-styles": "^4.0.0",
8161
- "string-width": "^4.1.0",
8162
- "strip-ansi": "^6.0.0"
8163
- },
8164
- "engines": {
8165
- "node": ">=10"
8166
- },
8167
- "funding": {
8168
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
8169
- }
8170
- },
8171
8190
  "node_modules/clone-response": {
8172
8191
  "version": "1.0.3",
8173
8192
  "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz",
@@ -15176,6 +15195,22 @@
15176
15195
  "node": ">=18"
15177
15196
  }
15178
15197
  },
15198
+ "node_modules/nyc/node_modules/ansi-styles": {
15199
+ "version": "4.3.0",
15200
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
15201
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
15202
+ "dev": true,
15203
+ "license": "MIT",
15204
+ "dependencies": {
15205
+ "color-convert": "^2.0.1"
15206
+ },
15207
+ "engines": {
15208
+ "node": ">=8"
15209
+ },
15210
+ "funding": {
15211
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
15212
+ }
15213
+ },
15179
15214
  "node_modules/nyc/node_modules/cliui": {
15180
15215
  "version": "6.0.0",
15181
15216
  "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
@@ -15210,6 +15245,21 @@
15210
15245
  "node": ">=8"
15211
15246
  }
15212
15247
  },
15248
+ "node_modules/nyc/node_modules/wrap-ansi": {
15249
+ "version": "6.2.0",
15250
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
15251
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
15252
+ "dev": true,
15253
+ "license": "MIT",
15254
+ "dependencies": {
15255
+ "ansi-styles": "^4.0.0",
15256
+ "string-width": "^4.1.0",
15257
+ "strip-ansi": "^6.0.0"
15258
+ },
15259
+ "engines": {
15260
+ "node": ">=8"
15261
+ }
15262
+ },
15213
15263
  "node_modules/nyc/node_modules/y18n": {
15214
15264
  "version": "4.0.3",
15215
15265
  "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
@@ -15408,6 +15458,36 @@
15408
15458
  "node": ">=18.0.0"
15409
15459
  }
15410
15460
  },
15461
+ "node_modules/oclif/node_modules/@oclif/core": {
15462
+ "version": "4.8.3",
15463
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.8.3.tgz",
15464
+ "integrity": "sha512-f7Rc1JBZO0wNMyDmNzP5IFOv5eM97S9pO4JUFdu2OLyk73YeBI9wog1Yyf666NOQvyptkbG1xh8inzMDQLNTyQ==",
15465
+ "dev": true,
15466
+ "license": "MIT",
15467
+ "dependencies": {
15468
+ "ansi-escapes": "^4.3.2",
15469
+ "ansis": "^3.17.0",
15470
+ "clean-stack": "^3.0.1",
15471
+ "cli-spinners": "^2.9.2",
15472
+ "debug": "^4.4.3",
15473
+ "ejs": "^3.1.10",
15474
+ "get-package-type": "^0.1.0",
15475
+ "indent-string": "^4.0.0",
15476
+ "is-wsl": "^2.2.0",
15477
+ "lilconfig": "^3.1.3",
15478
+ "minimatch": "^10.2.4",
15479
+ "semver": "^7.7.3",
15480
+ "string-width": "^4.2.3",
15481
+ "supports-color": "^8",
15482
+ "tinyglobby": "^0.2.14",
15483
+ "widest-line": "^3.1.0",
15484
+ "wordwrap": "^1.0.0",
15485
+ "wrap-ansi": "^7.0.0"
15486
+ },
15487
+ "engines": {
15488
+ "node": ">=18.0.0"
15489
+ }
15490
+ },
15411
15491
  "node_modules/oclif/node_modules/@sindresorhus/is": {
15412
15492
  "version": "5.6.0",
15413
15493
  "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
@@ -15434,6 +15514,29 @@
15434
15514
  "node": ">=14.16"
15435
15515
  }
15436
15516
  },
15517
+ "node_modules/oclif/node_modules/balanced-match": {
15518
+ "version": "4.0.3",
15519
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz",
15520
+ "integrity": "sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==",
15521
+ "dev": true,
15522
+ "license": "MIT",
15523
+ "engines": {
15524
+ "node": "20 || >=22"
15525
+ }
15526
+ },
15527
+ "node_modules/oclif/node_modules/brace-expansion": {
15528
+ "version": "5.0.2",
15529
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz",
15530
+ "integrity": "sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==",
15531
+ "dev": true,
15532
+ "license": "MIT",
15533
+ "dependencies": {
15534
+ "balanced-match": "^4.0.2"
15535
+ },
15536
+ "engines": {
15537
+ "node": "20 || >=22"
15538
+ }
15539
+ },
15437
15540
  "node_modules/oclif/node_modules/cacheable-lookup": {
15438
15541
  "version": "7.0.0",
15439
15542
  "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
@@ -15535,6 +15638,22 @@
15535
15638
  "url": "https://github.com/sponsors/sindresorhus"
15536
15639
  }
15537
15640
  },
15641
+ "node_modules/oclif/node_modules/minimatch": {
15642
+ "version": "10.2.4",
15643
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
15644
+ "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
15645
+ "dev": true,
15646
+ "license": "BlueOak-1.0.0",
15647
+ "dependencies": {
15648
+ "brace-expansion": "^5.0.2"
15649
+ },
15650
+ "engines": {
15651
+ "node": "18 || 20 || >=22"
15652
+ },
15653
+ "funding": {
15654
+ "url": "https://github.com/sponsors/isaacs"
15655
+ }
15656
+ },
15538
15657
  "node_modules/oclif/node_modules/normalize-package-data": {
15539
15658
  "version": "6.0.2",
15540
15659
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.2.tgz",
@@ -15576,6 +15695,22 @@
15576
15695
  "url": "https://github.com/sponsors/sindresorhus"
15577
15696
  }
15578
15697
  },
15698
+ "node_modules/oclif/node_modules/supports-color": {
15699
+ "version": "8.1.1",
15700
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
15701
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
15702
+ "dev": true,
15703
+ "license": "MIT",
15704
+ "dependencies": {
15705
+ "has-flag": "^4.0.0"
15706
+ },
15707
+ "engines": {
15708
+ "node": ">=10"
15709
+ },
15710
+ "funding": {
15711
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
15712
+ }
15713
+ },
15579
15714
  "node_modules/oclif/node_modules/universalify": {
15580
15715
  "version": "0.1.2",
15581
15716
  "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
@@ -19385,9 +19520,9 @@
19385
19520
  "license": "Apache-2.0"
19386
19521
  },
19387
19522
  "node_modules/wrap-ansi": {
19388
- "version": "6.2.0",
19389
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
19390
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
19523
+ "version": "7.0.0",
19524
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
19525
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
19391
19526
  "license": "MIT",
19392
19527
  "dependencies": {
19393
19528
  "ansi-styles": "^4.0.0",
@@ -19395,7 +19530,10 @@
19395
19530
  "strip-ansi": "^6.0.0"
19396
19531
  },
19397
19532
  "engines": {
19398
- "node": ">=8"
19533
+ "node": ">=10"
19534
+ },
19535
+ "funding": {
19536
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
19399
19537
  }
19400
19538
  },
19401
19539
  "node_modules/wrap-ansi-cjs": {
package/oclif.lock CHANGED
@@ -1506,7 +1506,7 @@
1506
1506
  resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
1507
1507
  integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
1508
1508
 
1509
- "@oclif/core@4.8.3", "@oclif/core@^4", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.3":
1509
+ "@oclif/core@4.8.3":
1510
1510
  version "4.8.3"
1511
1511
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.3.tgz#c1f488841cd0929dbe101f1b86a213bf4349de2a"
1512
1512
  integrity sha512-f7Rc1JBZO0wNMyDmNzP5IFOv5eM97S9pO4JUFdu2OLyk73YeBI9wog1Yyf666NOQvyptkbG1xh8inzMDQLNTyQ==
@@ -1530,6 +1530,30 @@
1530
1530
  wordwrap "^1.0.0"
1531
1531
  wrap-ansi "^7.0.0"
1532
1532
 
1533
+ "@oclif/core@^4", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.4":
1534
+ version "4.8.4"
1535
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.4.tgz#f29e3702d28b885207e40532ce7cb649444af0f0"
1536
+ integrity sha512-UTAqwXJJyRvLBvosL+1uPZYSpr8lEHgUb/EVGbPXo5WZqUIBHfJ0sR2bkBEsrj00/ar4IegKxx4YK0wn2c8SQg==
1537
+ dependencies:
1538
+ ansi-escapes "^4.3.2"
1539
+ ansis "^3.17.0"
1540
+ clean-stack "^3.0.1"
1541
+ cli-spinners "^2.9.2"
1542
+ debug "^4.4.3"
1543
+ ejs "^3.1.10"
1544
+ get-package-type "^0.1.0"
1545
+ indent-string "^4.0.0"
1546
+ is-wsl "^2.2.0"
1547
+ lilconfig "^3.1.3"
1548
+ minimatch "^10.2.4"
1549
+ semver "^7.7.3"
1550
+ string-width "^4.2.3"
1551
+ supports-color "^8"
1552
+ tinyglobby "^0.2.14"
1553
+ widest-line "^3.1.0"
1554
+ wordwrap "^1.0.0"
1555
+ wrap-ansi "^7.0.0"
1556
+
1533
1557
  "@oclif/plugin-command-snapshot@^5.3.11":
1534
1558
  version "5.3.11"
1535
1559
  resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.11.tgz#d844efb206856cd7475b763e5c815301ced421a8"
@@ -1646,7 +1670,7 @@
1646
1670
  strip-ansi "6.0.1"
1647
1671
  ts-retry-promise "^0.8.1"
1648
1672
 
1649
- "@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.24.0", "@salesforce/core@^8.26.3", "@salesforce/core@^8.27.0", "@salesforce/core@^8.8.0":
1673
+ "@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.26.3", "@salesforce/core@^8.27.0", "@salesforce/core@^8.8.0":
1650
1674
  version "8.27.0"
1651
1675
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.27.0.tgz#171660a3d98770d3dd09b2ac16e49d139dff7578"
1652
1676
  integrity sha512-Je//0ySHRJRTD16dFxdm6J624i+oufKNq+o8O1AoUNYlT/k4SJi/YGt+iGlKesZGxPf7X1zzUPY1S6C99c/UBA==
@@ -1736,7 +1760,7 @@
1736
1760
  cli-progress "^3.12.0"
1737
1761
  terminal-link "^3.0.0"
1738
1762
 
1739
- "@salesforce/source-deploy-retrieve@12.31.21", "@salesforce/source-deploy-retrieve@^12.31.8":
1763
+ "@salesforce/source-deploy-retrieve@12.31.21", "@salesforce/source-deploy-retrieve@^12.31.20":
1740
1764
  version "12.31.21"
1741
1765
  resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.21.tgz#63432190be223192cdbf4310e5f51ac5c8a74f82"
1742
1766
  integrity sha512-NZsJlvIrfIIZF03P7iLLmewjYkMsGSIV83+O5k+HGBvDDU8c2IJge3MIV/N78GSAGYahtSE+yR4x75UY0Of7qw==
@@ -1756,14 +1780,14 @@
1756
1780
  proxy-agent "^6.4.0"
1757
1781
  yaml "^2.8.1"
1758
1782
 
1759
- "@salesforce/source-tracking@7.8.4":
1760
- version "7.8.4"
1761
- resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.8.4.tgz#e0f9a70cb50d15d3cbf262183d1b44c963317930"
1762
- integrity sha512-mF7tbRYOjMUYNFfyMHK85qDJACXkR4wP6Osmzc1kAuvArn7yK9gFEKPHS3EEh7oR/yO/uQIbnoNMAAUceOfYMg==
1783
+ "@salesforce/source-tracking@7.8.5":
1784
+ version "7.8.5"
1785
+ resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.8.5.tgz#2dd8156a6e3848406a148d3406f04b41a11a865c"
1786
+ integrity sha512-p+EAzXEmXZUjVbUt1gYmFHKkQ1msK3NoXqGKUrxeg0CTsGuwm6TD4jyp4pjN5bi1NcaAP7pZPOGogBp07O+lKw==
1763
1787
  dependencies:
1764
- "@salesforce/core" "^8.24.0"
1788
+ "@salesforce/core" "^8.27.0"
1765
1789
  "@salesforce/kit" "^3.2.4"
1766
- "@salesforce/source-deploy-retrieve" "^12.31.8"
1790
+ "@salesforce/source-deploy-retrieve" "^12.31.20"
1767
1791
  "@salesforce/ts-types" "^2.0.12"
1768
1792
  fast-xml-parser "^5.3.4"
1769
1793
  graceful-fs "^4.2.11"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.24"
270
+ "version": "5.0.26"
271
271
  }
package/package.json CHANGED
@@ -1,18 +1,18 @@
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.24",
4
+ "version": "5.0.26",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
8
8
  "dependencies": {
9
9
  "@jayree/changelog": "^1.2.26",
10
- "@oclif/core": "^4.8.3",
10
+ "@oclif/core": "^4.8.4",
11
11
  "@salesforce/core": "^8.26.3",
12
12
  "@salesforce/kit": "^3.2.4",
13
13
  "@salesforce/sf-plugins-core": "^12.2.6",
14
14
  "@salesforce/source-deploy-retrieve": "12.31.21",
15
- "@salesforce/source-tracking": "7.8.4",
15
+ "@salesforce/source-tracking": "7.8.5",
16
16
  "@salesforce/ts-types": "^2.0.12",
17
17
  "fast-deep-equal": "^3.1.3",
18
18
  "fast-xml-parser": "^5.4.2",