@jayree/sfdx-plugin-manifest 6.0.30 → 6.0.31

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,11 @@
1
+ ## [6.0.31](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.30...6.0.31) (2026-09-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/core from 9.1.8 to 9.1.9 ([#2406](https://github.com/jayree/sfdx-plugin-manifest/issues/2406)) ([3db01d2](https://github.com/jayree/sfdx-plugin-manifest/commit/3db01d2430d769296c29e01d3a74ba19bc04e681))
7
+ * add salesforce.mil to allowlisted Salesforce domains ([1cab4b9](https://github.com/forcedotcom/sfdx-core/commit/1cab4b98a91fb13c5fce0206a04e07d3e170bf3f))
8
+
1
9
  ## [6.0.30](https://github.com/jayree/sfdx-plugin-manifest/compare/6.0.29...6.0.30) (2026-08-30)
2
10
 
3
11
 
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/6.0.30/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.31/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/6.0.30/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/6.0.31/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/6.0.30/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/6.0.31/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "6.0.30",
3
+ "version": "6.0.31",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "6.0.30",
9
+ "version": "6.0.31",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.39",
13
13
  "@oclif/core": "^4.14.0",
14
- "@salesforce/core": "^9.1.8",
14
+ "@salesforce/core": "^9.1.9",
15
15
  "@salesforce/kit": "^4.0.0",
16
16
  "@salesforce/sf-plugins-core": "^13.0.3",
17
17
  "@salesforce/source-deploy-retrieve": "13.3.0",
@@ -26,7 +26,7 @@
26
26
  "devDependencies": {
27
27
  "@commitlint/cli": "^21.2.2",
28
28
  "@commitlint/config-conventional": "^21.2.2",
29
- "@oclif/plugin-command-snapshot": "^5.4.0",
29
+ "@oclif/plugin-command-snapshot": "^6.0.0",
30
30
  "@salesforce/cli-plugins-testkit": "^5.3.66",
31
31
  "@salesforce/dev-scripts": "^14.0.0",
32
32
  "@salesforce/ts-sinon": "^1.4.36",
@@ -49,7 +49,7 @@
49
49
  "prettier": "^3.9.6",
50
50
  "pretty-quick": "^4.2.2",
51
51
  "sinon": "^22.1.0",
52
- "tsx": "^4.23.12",
52
+ "tsx": "^4.23.13",
53
53
  "typedoc": "^0.28.20",
54
54
  "typedoc-plugin-missing-exports": "^4.1.4",
55
55
  "typescript": "npm:@typescript/typescript6@^6.0.2"
@@ -1644,6 +1644,22 @@
1644
1644
  "undici-types": "~6.21.0"
1645
1645
  }
1646
1646
  },
1647
+ "node_modules/@inquirer/confirm/node_modules/ansi-styles": {
1648
+ "version": "4.3.0",
1649
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1650
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1651
+ "dev": true,
1652
+ "license": "MIT",
1653
+ "dependencies": {
1654
+ "color-convert": "^2.0.1"
1655
+ },
1656
+ "engines": {
1657
+ "node": ">=8"
1658
+ },
1659
+ "funding": {
1660
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1661
+ }
1662
+ },
1647
1663
  "node_modules/@inquirer/confirm/node_modules/signal-exit": {
1648
1664
  "version": "4.1.0",
1649
1665
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -1664,6 +1680,21 @@
1664
1680
  "dev": true,
1665
1681
  "license": "MIT"
1666
1682
  },
1683
+ "node_modules/@inquirer/confirm/node_modules/wrap-ansi": {
1684
+ "version": "6.2.0",
1685
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
1686
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
1687
+ "dev": true,
1688
+ "license": "MIT",
1689
+ "dependencies": {
1690
+ "ansi-styles": "^4.0.0",
1691
+ "string-width": "^4.1.0",
1692
+ "strip-ansi": "^6.0.0"
1693
+ },
1694
+ "engines": {
1695
+ "node": ">=8"
1696
+ }
1697
+ },
1667
1698
  "node_modules/@inquirer/core": {
1668
1699
  "version": "10.3.2",
1669
1700
  "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.3.2.tgz",
@@ -1692,6 +1723,22 @@
1692
1723
  }
1693
1724
  }
1694
1725
  },
1726
+ "node_modules/@inquirer/core/node_modules/ansi-styles": {
1727
+ "version": "4.3.0",
1728
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1729
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1730
+ "dev": true,
1731
+ "license": "MIT",
1732
+ "dependencies": {
1733
+ "color-convert": "^2.0.1"
1734
+ },
1735
+ "engines": {
1736
+ "node": ">=8"
1737
+ },
1738
+ "funding": {
1739
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1740
+ }
1741
+ },
1695
1742
  "node_modules/@inquirer/core/node_modules/mute-stream": {
1696
1743
  "version": "2.0.0",
1697
1744
  "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
@@ -1715,6 +1762,21 @@
1715
1762
  "url": "https://github.com/sponsors/isaacs"
1716
1763
  }
1717
1764
  },
1765
+ "node_modules/@inquirer/core/node_modules/wrap-ansi": {
1766
+ "version": "6.2.0",
1767
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
1768
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
1769
+ "dev": true,
1770
+ "license": "MIT",
1771
+ "dependencies": {
1772
+ "ansi-styles": "^4.0.0",
1773
+ "string-width": "^4.1.0",
1774
+ "strip-ansi": "^6.0.0"
1775
+ },
1776
+ "engines": {
1777
+ "node": ">=8"
1778
+ }
1779
+ },
1718
1780
  "node_modules/@inquirer/editor": {
1719
1781
  "version": "4.2.23",
1720
1782
  "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.23.tgz",
@@ -1867,6 +1929,22 @@
1867
1929
  "undici-types": "~6.21.0"
1868
1930
  }
1869
1931
  },
1932
+ "node_modules/@inquirer/input/node_modules/ansi-styles": {
1933
+ "version": "4.3.0",
1934
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1935
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1936
+ "dev": true,
1937
+ "license": "MIT",
1938
+ "dependencies": {
1939
+ "color-convert": "^2.0.1"
1940
+ },
1941
+ "engines": {
1942
+ "node": ">=8"
1943
+ },
1944
+ "funding": {
1945
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1946
+ }
1947
+ },
1870
1948
  "node_modules/@inquirer/input/node_modules/signal-exit": {
1871
1949
  "version": "4.1.0",
1872
1950
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -1887,6 +1965,21 @@
1887
1965
  "dev": true,
1888
1966
  "license": "MIT"
1889
1967
  },
1968
+ "node_modules/@inquirer/input/node_modules/wrap-ansi": {
1969
+ "version": "6.2.0",
1970
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
1971
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
1972
+ "dev": true,
1973
+ "license": "MIT",
1974
+ "dependencies": {
1975
+ "ansi-styles": "^4.0.0",
1976
+ "string-width": "^4.1.0",
1977
+ "strip-ansi": "^6.0.0"
1978
+ },
1979
+ "engines": {
1980
+ "node": ">=8"
1981
+ }
1982
+ },
1890
1983
  "node_modules/@inquirer/number": {
1891
1984
  "version": "3.0.23",
1892
1985
  "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.23.tgz",
@@ -2259,6 +2352,22 @@
2259
2352
  "undici-types": "~6.21.0"
2260
2353
  }
2261
2354
  },
2355
+ "node_modules/@inquirer/select/node_modules/ansi-styles": {
2356
+ "version": "4.3.0",
2357
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2358
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2359
+ "dev": true,
2360
+ "license": "MIT",
2361
+ "dependencies": {
2362
+ "color-convert": "^2.0.1"
2363
+ },
2364
+ "engines": {
2365
+ "node": ">=8"
2366
+ },
2367
+ "funding": {
2368
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2369
+ }
2370
+ },
2262
2371
  "node_modules/@inquirer/select/node_modules/signal-exit": {
2263
2372
  "version": "4.1.0",
2264
2373
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -2279,6 +2388,21 @@
2279
2388
  "dev": true,
2280
2389
  "license": "MIT"
2281
2390
  },
2391
+ "node_modules/@inquirer/select/node_modules/wrap-ansi": {
2392
+ "version": "6.2.0",
2393
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
2394
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
2395
+ "dev": true,
2396
+ "license": "MIT",
2397
+ "dependencies": {
2398
+ "ansi-styles": "^4.0.0",
2399
+ "string-width": "^4.1.0",
2400
+ "strip-ansi": "^6.0.0"
2401
+ },
2402
+ "engines": {
2403
+ "node": ">=8"
2404
+ }
2405
+ },
2282
2406
  "node_modules/@inquirer/type": {
2283
2407
  "version": "3.0.10",
2284
2408
  "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz",
@@ -2718,33 +2842,6 @@
2718
2842
  "node": ">=18.0.0"
2719
2843
  }
2720
2844
  },
2721
- "node_modules/@oclif/core/node_modules/ansi-styles": {
2722
- "version": "4.3.0",
2723
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2724
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2725
- "license": "MIT",
2726
- "dependencies": {
2727
- "color-convert": "^2.0.1"
2728
- },
2729
- "engines": {
2730
- "node": ">=8"
2731
- },
2732
- "funding": {
2733
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2734
- }
2735
- },
2736
- "node_modules/@oclif/core/node_modules/ejs": {
2737
- "version": "6.0.1",
2738
- "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
2739
- "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
2740
- "license": "Apache-2.0",
2741
- "bin": {
2742
- "ejs": "bin/cli.js"
2743
- },
2744
- "engines": {
2745
- "node": ">=0.12.18"
2746
- }
2747
- },
2748
2845
  "node_modules/@oclif/core/node_modules/supports-color": {
2749
2846
  "version": "8.1.1",
2750
2847
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -2760,31 +2857,14 @@
2760
2857
  "url": "https://github.com/chalk/supports-color?sponsor=1"
2761
2858
  }
2762
2859
  },
2763
- "node_modules/@oclif/core/node_modules/wrap-ansi": {
2764
- "version": "7.0.0",
2765
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
2766
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
2767
- "license": "MIT",
2768
- "dependencies": {
2769
- "ansi-styles": "^4.0.0",
2770
- "string-width": "^4.1.0",
2771
- "strip-ansi": "^6.0.0"
2772
- },
2773
- "engines": {
2774
- "node": ">=10"
2775
- },
2776
- "funding": {
2777
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
2778
- }
2779
- },
2780
2860
  "node_modules/@oclif/plugin-command-snapshot": {
2781
- "version": "5.4.0",
2782
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.4.0.tgz",
2783
- "integrity": "sha512-ZU+PTQZZcHw96ntsUCPAYmbVft+raaYCVdHRTCDnCx0lzZCc3CST6vWqjKh0/hoKRS7D0x3c9F4M1ckbDKbMZw==",
2861
+ "version": "6.0.0",
2862
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-6.0.0.tgz",
2863
+ "integrity": "sha512-bBrWiGIWBaV3FPUmMA/zPlNPJCWN5xTGHFhOomkfshaXyxeeJSkklVAnWWslmBtzYSf/LBslhaC249wVjbmI4Q==",
2784
2864
  "dev": true,
2785
2865
  "license": "MIT",
2786
2866
  "dependencies": {
2787
- "@oclif/core": "^4",
2867
+ "@oclif/core": "^5.0.0",
2788
2868
  "ansis": "^3.17.0",
2789
2869
  "globby": "^14.1.0",
2790
2870
  "just-diff": "^5.2.0",
@@ -2798,7 +2878,53 @@
2798
2878
  "oclif-snapshot": "bin/run.js"
2799
2879
  },
2800
2880
  "engines": {
2801
- "node": ">=18.0.0"
2881
+ "node": ">=22.0.0"
2882
+ }
2883
+ },
2884
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
2885
+ "version": "5.0.0",
2886
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-5.0.0.tgz",
2887
+ "integrity": "sha512-24ZsN528VButCtvqjBoHw7cEpqXZZILH7Zp0d8oFKrWbqU2BqYrxLd5aGU8LyqRev7CCjAHg+/m1Bewz4V7AmQ==",
2888
+ "dev": true,
2889
+ "license": "MIT",
2890
+ "dependencies": {
2891
+ "ansi-escapes": "^4.3.2",
2892
+ "ansis": "^3.17.0",
2893
+ "clean-stack": "^3.0.1",
2894
+ "cli-spinners": "^2.9.2",
2895
+ "debug": "^4.4.3",
2896
+ "ejs": "^6",
2897
+ "get-package-type": "^0.1.0",
2898
+ "indent-string": "^4.0.0",
2899
+ "lilconfig": "^3.1.3",
2900
+ "minimatch": "^10.2.5",
2901
+ "semver": "^7.8.1",
2902
+ "string-width": "^4.2.3",
2903
+ "supports-color": "^8",
2904
+ "tinyglobby": "^0.2.17",
2905
+ "widest-line": "^3.1.0",
2906
+ "wordwrap": "^1.0.0",
2907
+ "wrap-ansi": "^7.0.0",
2908
+ "wsl-utils": "^0.4.0"
2909
+ },
2910
+ "engines": {
2911
+ "node": ">=22.0.0"
2912
+ }
2913
+ },
2914
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
2915
+ "version": "8.1.1",
2916
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
2917
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
2918
+ "dev": true,
2919
+ "license": "MIT",
2920
+ "dependencies": {
2921
+ "has-flag": "^4.0.0"
2922
+ },
2923
+ "engines": {
2924
+ "node": ">=10"
2925
+ },
2926
+ "funding": {
2927
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
2802
2928
  }
2803
2929
  },
2804
2930
  "node_modules/@oclif/plugin-help": {
@@ -3205,9 +3331,9 @@
3205
3331
  }
3206
3332
  },
3207
3333
  "node_modules/@salesforce/core": {
3208
- "version": "9.1.8",
3209
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-9.1.8.tgz",
3210
- "integrity": "sha512-Zdk4WtNrzDuNSyWbzE4ofx+W6ThGPwL4lxNjNPIFM/kPzLcKJNLGDkCzY/wCTaXbpRecrmtm7tsM/KNrOK7EVQ==",
3334
+ "version": "9.1.9",
3335
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-9.1.9.tgz",
3336
+ "integrity": "sha512-miwUrBMzoNSquTXUsNKoAMnENj6XjSXSUJJgB2NsMf9g/jOeremiDRiSNTtTmo6E7oX3CU1wTq2lsO7r5RP09Q==",
3211
3337
  "license": "Apache-2.0",
3212
3338
  "dependencies": {
3213
3339
  "@jsforce/jsforce-node": "^3.10.24",
@@ -3761,22 +3887,6 @@
3761
3887
  "@types/sinonjs__fake-timers": "*"
3762
3888
  }
3763
3889
  },
3764
- "node_modules/@salesforce/dev-scripts/node_modules/ansi-styles": {
3765
- "version": "4.3.0",
3766
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
3767
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
3768
- "dev": true,
3769
- "license": "MIT",
3770
- "dependencies": {
3771
- "color-convert": "^2.0.1"
3772
- },
3773
- "engines": {
3774
- "node": ">=8"
3775
- },
3776
- "funding": {
3777
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3778
- }
3779
- },
3780
3890
  "node_modules/@salesforce/dev-scripts/node_modules/assertion-error": {
3781
3891
  "version": "1.1.0",
3782
3892
  "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz",
@@ -4301,24 +4411,6 @@
4301
4411
  "dev": true,
4302
4412
  "license": "Apache-2.0"
4303
4413
  },
4304
- "node_modules/@salesforce/dev-scripts/node_modules/wrap-ansi": {
4305
- "version": "7.0.0",
4306
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
4307
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
4308
- "dev": true,
4309
- "license": "MIT",
4310
- "dependencies": {
4311
- "ansi-styles": "^4.0.0",
4312
- "string-width": "^4.1.0",
4313
- "strip-ansi": "^6.0.0"
4314
- },
4315
- "engines": {
4316
- "node": ">=10"
4317
- },
4318
- "funding": {
4319
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4320
- }
4321
- },
4322
4414
  "node_modules/@salesforce/kit": {
4323
4415
  "version": "4.0.0",
4324
4416
  "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-4.0.0.tgz",
@@ -6985,38 +7077,6 @@
6985
7077
  "wrap-ansi": "^7.0.0"
6986
7078
  }
6987
7079
  },
6988
- "node_modules/cliui/node_modules/ansi-styles": {
6989
- "version": "4.3.0",
6990
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
6991
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
6992
- "license": "MIT",
6993
- "dependencies": {
6994
- "color-convert": "^2.0.1"
6995
- },
6996
- "engines": {
6997
- "node": ">=8"
6998
- },
6999
- "funding": {
7000
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7001
- }
7002
- },
7003
- "node_modules/cliui/node_modules/wrap-ansi": {
7004
- "version": "7.0.0",
7005
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
7006
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
7007
- "license": "MIT",
7008
- "dependencies": {
7009
- "ansi-styles": "^4.0.0",
7010
- "string-width": "^4.1.0",
7011
- "strip-ansi": "^6.0.0"
7012
- },
7013
- "engines": {
7014
- "node": ">=10"
7015
- },
7016
- "funding": {
7017
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
7018
- }
7019
- },
7020
7080
  "node_modules/clone-response": {
7021
7081
  "version": "1.0.3",
7022
7082
  "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz",
@@ -7719,19 +7779,15 @@
7719
7779
  }
7720
7780
  },
7721
7781
  "node_modules/ejs": {
7722
- "version": "3.1.10",
7723
- "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
7724
- "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
7725
- "dev": true,
7782
+ "version": "6.0.1",
7783
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-6.0.1.tgz",
7784
+ "integrity": "sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==",
7726
7785
  "license": "Apache-2.0",
7727
- "dependencies": {
7728
- "jake": "^10.8.5"
7729
- },
7730
7786
  "bin": {
7731
7787
  "ejs": "bin/cli.js"
7732
7788
  },
7733
7789
  "engines": {
7734
- "node": ">=0.10.0"
7790
+ "node": ">=0.12.18"
7735
7791
  }
7736
7792
  },
7737
7793
  "node_modules/electron-to-chromium": {
@@ -11929,22 +11985,6 @@
11929
11985
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
11930
11986
  }
11931
11987
  },
11932
- "node_modules/mocha/node_modules/ansi-styles": {
11933
- "version": "4.3.0",
11934
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
11935
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
11936
- "dev": true,
11937
- "license": "MIT",
11938
- "dependencies": {
11939
- "color-convert": "^2.0.1"
11940
- },
11941
- "engines": {
11942
- "node": ">=8"
11943
- },
11944
- "funding": {
11945
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
11946
- }
11947
- },
11948
11988
  "node_modules/mocha/node_modules/chokidar": {
11949
11989
  "version": "4.0.3",
11950
11990
  "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
@@ -12118,24 +12158,6 @@
12118
12158
  "url": "https://github.com/chalk/supports-color?sponsor=1"
12119
12159
  }
12120
12160
  },
12121
- "node_modules/mocha/node_modules/wrap-ansi": {
12122
- "version": "7.0.0",
12123
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
12124
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
12125
- "dev": true,
12126
- "license": "MIT",
12127
- "dependencies": {
12128
- "ansi-styles": "^4.0.0",
12129
- "string-width": "^4.1.0",
12130
- "strip-ansi": "^6.0.0"
12131
- },
12132
- "engines": {
12133
- "node": ">=10"
12134
- },
12135
- "funding": {
12136
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
12137
- }
12138
- },
12139
12161
  "node_modules/mocha/node_modules/yargs": {
12140
12162
  "version": "17.7.3",
12141
12163
  "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.3.tgz",
@@ -12462,6 +12484,22 @@
12462
12484
  "node": ">=18"
12463
12485
  }
12464
12486
  },
12487
+ "node_modules/nyc/node_modules/ansi-styles": {
12488
+ "version": "4.3.0",
12489
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
12490
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
12491
+ "dev": true,
12492
+ "license": "MIT",
12493
+ "dependencies": {
12494
+ "color-convert": "^2.0.1"
12495
+ },
12496
+ "engines": {
12497
+ "node": ">=8"
12498
+ },
12499
+ "funding": {
12500
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
12501
+ }
12502
+ },
12465
12503
  "node_modules/nyc/node_modules/brace-expansion": {
12466
12504
  "version": "1.1.18",
12467
12505
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.18.tgz",
@@ -12520,6 +12558,21 @@
12520
12558
  "node": ">=8"
12521
12559
  }
12522
12560
  },
12561
+ "node_modules/nyc/node_modules/wrap-ansi": {
12562
+ "version": "6.2.0",
12563
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
12564
+ "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
12565
+ "dev": true,
12566
+ "license": "MIT",
12567
+ "dependencies": {
12568
+ "ansi-styles": "^4.0.0",
12569
+ "string-width": "^4.1.0",
12570
+ "strip-ansi": "^6.0.0"
12571
+ },
12572
+ "engines": {
12573
+ "node": ">=8"
12574
+ }
12575
+ },
12523
12576
  "node_modules/nyc/node_modules/y18n": {
12524
12577
  "version": "4.0.3",
12525
12578
  "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
@@ -12673,6 +12726,22 @@
12673
12726
  "node": ">=14.16"
12674
12727
  }
12675
12728
  },
12729
+ "node_modules/oclif/node_modules/ejs": {
12730
+ "version": "3.1.10",
12731
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
12732
+ "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
12733
+ "dev": true,
12734
+ "license": "Apache-2.0",
12735
+ "dependencies": {
12736
+ "jake": "^10.8.5"
12737
+ },
12738
+ "bin": {
12739
+ "ejs": "bin/cli.js"
12740
+ },
12741
+ "engines": {
12742
+ "node": ">=0.10.0"
12743
+ }
12744
+ },
12676
12745
  "node_modules/oclif/node_modules/fs-extra": {
12677
12746
  "version": "8.1.0",
12678
12747
  "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
@@ -15408,9 +15477,9 @@
15408
15477
  "license": "0BSD"
15409
15478
  },
15410
15479
  "node_modules/tsx": {
15411
- "version": "4.23.12",
15412
- "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.12.tgz",
15413
- "integrity": "sha512-FDf4L4sYzKtzWYhU/Xm0AQFdTjdIxNo9ElTf2mxXM6k8YMHXzYUe4yODVaXP4V9uMFbVg8c0qyBccK2OOxb45Q==",
15480
+ "version": "4.23.13",
15481
+ "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.13.tgz",
15482
+ "integrity": "sha512-BL5MGkRln6aDYhb0xbQlEAGw743BaZYWdbWtdJOBriYJboKgUUYCadFp2/FpBBZquBC/ezNBn7wMMPx7FDZUDw==",
15414
15483
  "dev": true,
15415
15484
  "license": "MIT",
15416
15485
  "dependencies": {
@@ -15950,10 +16019,9 @@
15950
16019
  "license": "Apache-2.0"
15951
16020
  },
15952
16021
  "node_modules/wrap-ansi": {
15953
- "version": "6.2.0",
15954
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
15955
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
15956
- "dev": true,
16022
+ "version": "7.0.0",
16023
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
16024
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
15957
16025
  "license": "MIT",
15958
16026
  "dependencies": {
15959
16027
  "ansi-styles": "^4.0.0",
@@ -15961,7 +16029,10 @@
15961
16029
  "strip-ansi": "^6.0.0"
15962
16030
  },
15963
16031
  "engines": {
15964
- "node": ">=8"
16032
+ "node": ">=10"
16033
+ },
16034
+ "funding": {
16035
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
15965
16036
  }
15966
16037
  },
15967
16038
  "node_modules/wrap-ansi-cjs": {
@@ -16003,7 +16074,6 @@
16003
16074
  "version": "4.3.0",
16004
16075
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
16005
16076
  "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
16006
- "dev": true,
16007
16077
  "license": "MIT",
16008
16078
  "dependencies": {
16009
16079
  "color-convert": "^2.0.1"
package/oclif.lock CHANGED
@@ -1442,12 +1442,36 @@
1442
1442
  wrap-ansi "^7.0.0"
1443
1443
  wsl-utils "^0.4.0"
1444
1444
 
1445
- "@oclif/plugin-command-snapshot@^5.4.0":
1446
- version "5.4.0"
1447
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.4.0.tgz#a5f4a8c52c35a27b00fa2a1f2b9e7056e8c5f55f"
1448
- integrity sha512-ZU+PTQZZcHw96ntsUCPAYmbVft+raaYCVdHRTCDnCx0lzZCc3CST6vWqjKh0/hoKRS7D0x3c9F4M1ckbDKbMZw==
1445
+ "@oclif/core@^5.0.0":
1446
+ version "5.0.0"
1447
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-5.0.0.tgz#1c91d74bc6e6a41aa9617aff2c938029e97a68b2"
1448
+ integrity sha512-24ZsN528VButCtvqjBoHw7cEpqXZZILH7Zp0d8oFKrWbqU2BqYrxLd5aGU8LyqRev7CCjAHg+/m1Bewz4V7AmQ==
1449
1449
  dependencies:
1450
- "@oclif/core" "^4"
1450
+ ansi-escapes "^4.3.2"
1451
+ ansis "^3.17.0"
1452
+ clean-stack "^3.0.1"
1453
+ cli-spinners "^2.9.2"
1454
+ debug "^4.4.3"
1455
+ ejs "^6"
1456
+ get-package-type "^0.1.0"
1457
+ indent-string "^4.0.0"
1458
+ lilconfig "^3.1.3"
1459
+ minimatch "^10.2.5"
1460
+ semver "^7.8.1"
1461
+ string-width "^4.2.3"
1462
+ supports-color "^8"
1463
+ tinyglobby "^0.2.17"
1464
+ widest-line "^3.1.0"
1465
+ wordwrap "^1.0.0"
1466
+ wrap-ansi "^7.0.0"
1467
+ wsl-utils "^0.4.0"
1468
+
1469
+ "@oclif/plugin-command-snapshot@^6.0.0":
1470
+ version "6.0.0"
1471
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-6.0.0.tgz#aa1d0972c8574fe0979d67d2f9c77da2cd4033f7"
1472
+ integrity sha512-bBrWiGIWBaV3FPUmMA/zPlNPJCWN5xTGHFhOomkfshaXyxeeJSkklVAnWWslmBtzYSf/LBslhaC249wVjbmI4Q==
1473
+ dependencies:
1474
+ "@oclif/core" "^5.0.0"
1451
1475
  ansis "^3.17.0"
1452
1476
  globby "^14.1.0"
1453
1477
  just-diff "^5.2.0"
@@ -1579,10 +1603,10 @@
1579
1603
  ts-retry-promise "^0.8.1"
1580
1604
  zod "^4.1.12"
1581
1605
 
1582
- "@salesforce/core@^9.1.4", "@salesforce/core@^9.1.7", "@salesforce/core@^9.1.8":
1583
- version "9.1.8"
1584
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-9.1.8.tgz#47c40dbbc1dcbfb02a2b199e176297f3b33060b0"
1585
- integrity sha512-Zdk4WtNrzDuNSyWbzE4ofx+W6ThGPwL4lxNjNPIFM/kPzLcKJNLGDkCzY/wCTaXbpRecrmtm7tsM/KNrOK7EVQ==
1606
+ "@salesforce/core@^9.1.4", "@salesforce/core@^9.1.7", "@salesforce/core@^9.1.9":
1607
+ version "9.1.9"
1608
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-9.1.9.tgz#5380067cb372fc7d0a1bde1a816bcac9e99acf1e"
1609
+ integrity sha512-miwUrBMzoNSquTXUsNKoAMnENj6XjSXSUJJgB2NsMf9g/jOeremiDRiSNTtTmo6E7oX3CU1wTq2lsO7r5RP09Q==
1586
1610
  dependencies:
1587
1611
  "@jsforce/jsforce-node" "^3.10.24"
1588
1612
  "@salesforce/kit" "^4.0.0"
@@ -7800,10 +7824,10 @@ tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.4.0, tslib@^2.6.2, tslib@^2.8
7800
7824
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
7801
7825
  integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
7802
7826
 
7803
- tsx@^4.23.12:
7804
- version "4.23.12"
7805
- resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.23.12.tgz#3a4919591cd9b9e00011b75e596c8ab8db23c09c"
7806
- integrity sha512-FDf4L4sYzKtzWYhU/Xm0AQFdTjdIxNo9ElTf2mxXM6k8YMHXzYUe4yODVaXP4V9uMFbVg8c0qyBccK2OOxb45Q==
7827
+ tsx@^4.23.13:
7828
+ version "4.23.13"
7829
+ resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.23.13.tgz#393b8dd813d49e25aed7b1d7cbac6930da49ec08"
7830
+ integrity sha512-BL5MGkRln6aDYhb0xbQlEAGw743BaZYWdbWtdJOBriYJboKgUUYCadFp2/FpBBZquBC/ezNBn7wMMPx7FDZUDw==
7807
7831
  dependencies:
7808
7832
  esbuild "~0.28.0"
7809
7833
  optionalDependencies:
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "6.0.30"
270
+ "version": "6.0.31"
271
271
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
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": "6.0.30",
4
+ "version": "6.0.31",
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.39",
10
10
  "@oclif/core": "^4.14.0",
11
- "@salesforce/core": "^9.1.8",
11
+ "@salesforce/core": "^9.1.9",
12
12
  "@salesforce/kit": "^4.0.0",
13
13
  "@salesforce/sf-plugins-core": "^13.0.3",
14
14
  "@salesforce/source-deploy-retrieve": "13.3.0",
@@ -23,7 +23,7 @@
23
23
  "devDependencies": {
24
24
  "@commitlint/cli": "^21.2.2",
25
25
  "@commitlint/config-conventional": "^21.2.2",
26
- "@oclif/plugin-command-snapshot": "^5.4.0",
26
+ "@oclif/plugin-command-snapshot": "^6.0.0",
27
27
  "@salesforce/cli-plugins-testkit": "^5.3.66",
28
28
  "@salesforce/dev-scripts": "^14.0.0",
29
29
  "@salesforce/ts-sinon": "^1.4.36",
@@ -46,7 +46,7 @@
46
46
  "prettier": "^3.9.6",
47
47
  "pretty-quick": "^4.2.2",
48
48
  "sinon": "^22.1.0",
49
- "tsx": "^4.23.12",
49
+ "tsx": "^4.23.13",
50
50
  "typedoc": "^0.28.20",
51
51
  "typedoc-plugin-missing-exports": "^4.1.4",
52
52
  "typescript": "npm:@typescript/typescript6@^6.0.2"