@jayree/sfdx-plugin-manifest 3.7.21 → 3.7.23

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,23 @@
1
+ ## [3.7.23](https://github.com/jayree/sfdx-plugin-manifest/compare/3.7.22...3.7.23) (2025-05-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/source-deploy-retrieve ([#1769](https://github.com/jayree/sfdx-plugin-manifest/issues/1769)) ([cdb2f88](https://github.com/jayree/sfdx-plugin-manifest/commit/cdb2f88a13417493a688cec64a6924973882899a))
7
+ * modify beta2 permset transformer and finalizer - W-18308093 ([#1554](https://github.com/forcedotcom/source-deploy-retrieve/issues/1554)) ([fe87d7e](https://github.com/forcedotcom/source-deploy-retrieve/commit/fe87d7eb69f222300d3c8abe749b857a71060387))
8
+
9
+
10
+
11
+ ## [3.7.22](https://github.com/jayree/sfdx-plugin-manifest/compare/3.7.21...3.7.22) (2025-05-05)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **deps:** bump fast-xml-parser from 5.2.1 to 5.2.2 ([#1771](https://github.com/jayree/sfdx-plugin-manifest/issues/1771)) ([45c8feb](https://github.com/jayree/sfdx-plugin-manifest/commit/45c8feb06457f14ba3e05c29a225225c8f65c5c0))
17
+ * fix ([#746](https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/746)): update strnum to fix parsing issues related to enotations
18
+
19
+
20
+
1
21
  ## [3.7.21](https://github.com/jayree/sfdx-plugin-manifest/compare/3.7.20...3.7.21) (2025-05-04)
2
22
 
3
23
 
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/3.7.21/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.23/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/3.7.21/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.23/src/commands/jayree/manifest/generate.ts)_
154
154
 
155
155
  ### `sf jayree manifest git diff REF1 [REF2]`
156
156
 
@@ -233,7 +233,7 @@ FLAG DESCRIPTIONS
233
233
  Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
234
234
  ```
235
235
 
236
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.21/src/commands/jayree/manifest/git/diff.ts)_
236
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.7.23/src/commands/jayree/manifest/git/diff.ts)_
237
237
  <!-- commandsstop -->
238
238
 
239
239
  ## Performance Testing
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "3.7.21",
3
+ "version": "3.7.23",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "3.7.21",
9
+ "version": "3.7.23",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.8",
@@ -14,18 +14,18 @@
14
14
  "@salesforce/core": "^8.10.2",
15
15
  "@salesforce/kit": "^3.2.3",
16
16
  "@salesforce/sf-plugins-core": "^12.2.1",
17
- "@salesforce/source-deploy-retrieve": "12.19.3",
17
+ "@salesforce/source-deploy-retrieve": "12.19.5",
18
18
  "@salesforce/source-tracking": "7.3.23",
19
19
  "@salesforce/ts-types": "^2.0.12",
20
20
  "fast-deep-equal": "^3.1.3",
21
- "fast-xml-parser": "^5.2.1",
21
+ "fast-xml-parser": "^5.2.2",
22
22
  "fs-extra": "^11.3.0",
23
23
  "graceful-fs": "^4.2.11",
24
24
  "isomorphic-git": "1.30.1"
25
25
  },
26
26
  "devDependencies": {
27
- "@oclif/plugin-command-snapshot": "^5.2.38",
28
- "@oclif/plugin-help": "^6.2.27",
27
+ "@oclif/plugin-command-snapshot": "^5.2.39",
28
+ "@oclif/plugin-help": "^6.2.28",
29
29
  "@salesforce/cli-plugins-testkit": "^5.3.39",
30
30
  "@salesforce/dev-scripts": "^10.2.12",
31
31
  "@salesforce/ts-sinon": "^1.4.30",
@@ -33,9 +33,9 @@
33
33
  "@types/graceful-fs": "^4.1.9",
34
34
  "@types/inquirer": "^9.0.7",
35
35
  "c8": "^10.1.3",
36
- "eslint-config-oclif": "^6.0.50",
37
- "eslint-plugin-prettier": "^5.2.6",
38
- "eslint-plugin-sf-plugin": "^1.20.21",
36
+ "eslint-config-oclif": "^6.0.54",
37
+ "eslint-plugin-prettier": "^5.4.0",
38
+ "eslint-plugin-sf-plugin": "^1.20.22",
39
39
  "oclif": "^4.17.46",
40
40
  "patch-package": "^8.0.0",
41
41
  "prettier": "^3.5.3",
@@ -2070,9 +2070,9 @@
2070
2070
  }
2071
2071
  },
2072
2072
  "node_modules/@eslint/compat": {
2073
- "version": "1.2.8",
2074
- "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.8.tgz",
2075
- "integrity": "sha512-LqCYHdWL/QqKIJuZ/ucMAv8d4luKGs4oCPgpt8mWztQAtPrHfXKQ/XAUc8ljCHAfJCn6SvkpTcGt5Tsh8saowA==",
2073
+ "version": "1.2.9",
2074
+ "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-1.2.9.tgz",
2075
+ "integrity": "sha512-gCdSY54n7k+driCadyMNv8JSPzYLeDVM/ikZRtvtROBpRdFSkS8W9A82MqsaY7lZuwL0wiapgD0NT1xT0hyJsA==",
2076
2076
  "dev": true,
2077
2077
  "license": "Apache-2.0",
2078
2078
  "engines": {
@@ -2130,9 +2130,9 @@
2130
2130
  }
2131
2131
  },
2132
2132
  "node_modules/@eslint/js": {
2133
- "version": "9.25.0",
2134
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.25.0.tgz",
2135
- "integrity": "sha512-iWhsUS8Wgxz9AXNfvfOPFSW4VfMXdVhp1hjkZVhXCrpgh/aLcc45rX6MPu+tIVUWDw0HfNwth7O28M1xDxNf9w==",
2133
+ "version": "9.26.0",
2134
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.26.0.tgz",
2135
+ "integrity": "sha512-I9XlJawFdSMvWjDt6wksMCrgns5ggLNfFwFvnShsleWruvXM514Qxk8V246efTw+eo9JABvVz+u3q2RiAowKxQ==",
2136
2136
  "dev": true,
2137
2137
  "license": "MIT",
2138
2138
  "engines": {
@@ -3257,9 +3257,9 @@
3257
3257
  }
3258
3258
  },
3259
3259
  "node_modules/@oclif/plugin-command-snapshot": {
3260
- "version": "5.2.38",
3261
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.38.tgz",
3262
- "integrity": "sha512-zMns9a5pxz2RfFWxTrfW6fbXRWLzQZ3VwUuSVxm9FIYhv6qdxCEI/f5zexm4jwT5nNgJrpd+erPsISnb8dYWjw==",
3260
+ "version": "5.2.39",
3261
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz",
3262
+ "integrity": "sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==",
3263
3263
  "dev": true,
3264
3264
  "license": "MIT",
3265
3265
  "dependencies": {
@@ -3335,9 +3335,9 @@
3335
3335
  }
3336
3336
  },
3337
3337
  "node_modules/@oclif/plugin-help": {
3338
- "version": "6.2.27",
3339
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.27.tgz",
3340
- "integrity": "sha512-RWSWtCFVObRmCwgxVOye3lsYbPHTnB7G4He5LEAg2tf600Sil5yXEOL/ULx1TqL/XOQxKqRvmLn/rLQOMT85YA==",
3338
+ "version": "6.2.28",
3339
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.28.tgz",
3340
+ "integrity": "sha512-eFLP2yjiK+xMRGcv9k9jOWV08HB+/Cgg1ND91zS4Uwgp1krMoL39Is+hIqnZOKkmiEMtiv8k5EDqCVv+DTRywg==",
3341
3341
  "dev": true,
3342
3342
  "license": "MIT",
3343
3343
  "dependencies": {
@@ -3970,12 +3970,12 @@
3970
3970
  }
3971
3971
  },
3972
3972
  "node_modules/@salesforce/source-deploy-retrieve": {
3973
- "version": "12.19.3",
3974
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.3.tgz",
3975
- "integrity": "sha512-rvdEfi2beJmVbN4NQ3Ve4dULq+wMFuLKBKpmNBIb9udXNVZd8Q0P7TO9pM/tzfeAfwfdTE7swXaYe2Qv5UAd+g==",
3973
+ "version": "12.19.5",
3974
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.5.tgz",
3975
+ "integrity": "sha512-dStjURpM45zTYJJcPrV7dnNvcFMxNvpZY2RJ7jg8n3gmz+M9xf8B3DOywQ9IQ8nGwbYZOl+asziMIsAAUdB2KA==",
3976
3976
  "license": "BSD-3-Clause",
3977
3977
  "dependencies": {
3978
- "@salesforce/core": "^8.8.7",
3978
+ "@salesforce/core": "^8.10.2",
3979
3979
  "@salesforce/kit": "^3.2.3",
3980
3980
  "@salesforce/ts-types": "^2.0.12",
3981
3981
  "@salesforce/types": "^1.3.0",
@@ -8785,15 +8785,15 @@
8785
8785
  }
8786
8786
  },
8787
8787
  "node_modules/eslint-config-oclif": {
8788
- "version": "6.0.50",
8789
- "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.50.tgz",
8790
- "integrity": "sha512-AHYfCGdYa+yhtyYacwuP7AtUgooOrFYx4wAARngXFJHbDwAUIjiPcVxHms5zgo2TZUMW0VdRE0CwQHBh2IuXvg==",
8788
+ "version": "6.0.54",
8789
+ "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.54.tgz",
8790
+ "integrity": "sha512-5BWFViu6bkpwltEbr+WmHj5UfYdZUc/tF7o0AOpeHJ4KD7e9yPFeizCRFBKxwtlZDaJaqDwr8JpuNZlg7ACWOA==",
8791
8791
  "dev": true,
8792
8792
  "license": "MIT",
8793
8793
  "dependencies": {
8794
- "@eslint/compat": "^1.2.8",
8794
+ "@eslint/compat": "^1.2.9",
8795
8795
  "@eslint/eslintrc": "^3.3.1",
8796
- "@eslint/js": "^9.25.0",
8796
+ "@eslint/js": "^9.26.0",
8797
8797
  "@stylistic/eslint-plugin": "^3.1.0",
8798
8798
  "@typescript-eslint/eslint-plugin": "^8",
8799
8799
  "@typescript-eslint/parser": "^8",
@@ -9693,9 +9693,9 @@
9693
9693
  }
9694
9694
  },
9695
9695
  "node_modules/eslint-plugin-prettier": {
9696
- "version": "5.2.6",
9697
- "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.6.tgz",
9698
- "integrity": "sha512-mUcf7QG2Tjk7H055Jk0lGBjbgDnfrvqjhXh9t2xLMSCjZVcw9Rb1V6sVNXO0th3jgeO7zllWPTNRil3JW94TnQ==",
9696
+ "version": "5.4.0",
9697
+ "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.0.tgz",
9698
+ "integrity": "sha512-BvQOvUhkVQM1i63iMETK9Hjud9QhqBnbtT1Zc642p9ynzBuCe5pybkOnvqZIBypXmMlsGcnU4HZ8sCTPfpAexA==",
9699
9699
  "dev": true,
9700
9700
  "license": "MIT",
9701
9701
  "dependencies": {
@@ -9724,13 +9724,13 @@
9724
9724
  }
9725
9725
  },
9726
9726
  "node_modules/eslint-plugin-sf-plugin": {
9727
- "version": "1.20.21",
9728
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.21.tgz",
9729
- "integrity": "sha512-jHfKga2kLLA3XjCxO8dc27yGbhFiR5gfsnESmSuBSKZGTMpbrWUNZutRdIn0nNL2ZXlLV0TRQaaiz7nEEw43tg==",
9727
+ "version": "1.20.22",
9728
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.22.tgz",
9729
+ "integrity": "sha512-WSFeAT31guYZiu4UhxM/ye7lgfp+lEawE9AgFb85vkjqO6ma8x0yQLKx2CQtgsIM1t1RQrFUg11ODVLL1gh2eA==",
9730
9730
  "dev": true,
9731
9731
  "license": "BSD-3-Clause",
9732
9732
  "dependencies": {
9733
- "@salesforce/core": "^8.10.0",
9733
+ "@salesforce/core": "^8.10.1",
9734
9734
  "@typescript-eslint/utils": "^7.18.0"
9735
9735
  },
9736
9736
  "engines": {
@@ -10331,9 +10331,9 @@
10331
10331
  "license": "BSD-3-Clause"
10332
10332
  },
10333
10333
  "node_modules/fast-xml-parser": {
10334
- "version": "5.2.1",
10335
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.1.tgz",
10336
- "integrity": "sha512-Kqq/ewnRACQ20e0BlQ5KqHRYWRBp7yv+jttK4Yj2yY+2ldgCoxJkrP1NHUhjypsJ+eQXlGJ/jebM3wa60s1rbQ==",
10334
+ "version": "5.2.2",
10335
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.2.tgz",
10336
+ "integrity": "sha512-ZaCmslH75Jkfowo/x44Uq8KT5SutC5BFxHmY61nmTXPccw11PVuIXKUqC2hembMkJ3nPwTkQESXiUlsKutCbMg==",
10337
10337
  "funding": [
10338
10338
  {
10339
10339
  "type": "github",
@@ -10342,16 +10342,16 @@
10342
10342
  ],
10343
10343
  "license": "MIT",
10344
10344
  "dependencies": {
10345
- "strnum": "^2.0.5"
10345
+ "strnum": "^2.1.0"
10346
10346
  },
10347
10347
  "bin": {
10348
10348
  "fxparser": "src/cli/cli.js"
10349
10349
  }
10350
10350
  },
10351
10351
  "node_modules/fast-xml-parser/node_modules/strnum": {
10352
- "version": "2.0.5",
10353
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.0.5.tgz",
10354
- "integrity": "sha512-YAT3K/sgpCUxhxNMrrdhtod3jckkpYwH6JAuwmUdXZsmzH1wUyzTMrrK2wYCEEqlKwrWDd35NeuUkbBy/1iK+Q==",
10352
+ "version": "2.1.0",
10353
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.0.tgz",
10354
+ "integrity": "sha512-w0S//9BqZZGw0L0Y8uLSelFGnDJgTyyNQLmSlPnVz43zPAiqu3w4t8J8sDqqANOGeZIZ/9jWuPguYcEnsoHv4A==",
10355
10355
  "funding": [
10356
10356
  {
10357
10357
  "type": "github",
package/oclif.lock CHANGED
@@ -1001,10 +1001,10 @@
1001
1001
  resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
1002
1002
  integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
1003
1003
 
1004
- "@eslint/compat@^1.2.8":
1005
- version "1.2.8"
1006
- resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.2.8.tgz#6baa38061ca8850199bf5a322afab34537ba3621"
1007
- integrity sha512-LqCYHdWL/QqKIJuZ/ucMAv8d4luKGs4oCPgpt8mWztQAtPrHfXKQ/XAUc8ljCHAfJCn6SvkpTcGt5Tsh8saowA==
1004
+ "@eslint/compat@^1.2.9":
1005
+ version "1.2.9"
1006
+ resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.2.9.tgz#1a234508c30660fdf10dd7bed2d37cc86c8d8f53"
1007
+ integrity sha512-gCdSY54n7k+driCadyMNv8JSPzYLeDVM/ikZRtvtROBpRdFSkS8W9A82MqsaY7lZuwL0wiapgD0NT1xT0hyJsA==
1008
1008
 
1009
1009
  "@eslint/eslintrc@^2.1.4":
1010
1010
  version "2.1.4"
@@ -1041,10 +1041,10 @@
1041
1041
  resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
1042
1042
  integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
1043
1043
 
1044
- "@eslint/js@^9.25.0":
1045
- version "9.25.0"
1046
- resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.25.0.tgz#4656b39de7cbf12fd66e7d54d9a26d05855b2a5a"
1047
- integrity sha512-iWhsUS8Wgxz9AXNfvfOPFSW4VfMXdVhp1hjkZVhXCrpgh/aLcc45rX6MPu+tIVUWDw0HfNwth7O28M1xDxNf9w==
1044
+ "@eslint/js@^9.26.0":
1045
+ version "9.26.0"
1046
+ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.26.0.tgz#1e13126b67a3db15111d2dcc61f69a2acff70bd5"
1047
+ integrity sha512-I9XlJawFdSMvWjDt6wksMCrgns5ggLNfFwFvnShsleWruvXM514Qxk8V246efTw+eo9JABvVz+u3q2RiAowKxQ==
1048
1048
 
1049
1049
  "@humanwhocodes/config-array@^0.13.0":
1050
1050
  version "0.13.0"
@@ -1425,10 +1425,10 @@
1425
1425
  wordwrap "^1.0.0"
1426
1426
  wrap-ansi "^7.0.0"
1427
1427
 
1428
- "@oclif/plugin-command-snapshot@^5.2.38":
1429
- version "5.2.38"
1430
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.38.tgz#a297c129b97c82de99d854b42304ef5b45c126d9"
1431
- integrity sha512-zMns9a5pxz2RfFWxTrfW6fbXRWLzQZ3VwUuSVxm9FIYhv6qdxCEI/f5zexm4jwT5nNgJrpd+erPsISnb8dYWjw==
1428
+ "@oclif/plugin-command-snapshot@^5.2.39":
1429
+ version "5.2.39"
1430
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz#988af7777afd743a612eef1c99778aab7c36a506"
1431
+ integrity sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==
1432
1432
  dependencies:
1433
1433
  "@oclif/core" "^4"
1434
1434
  ansis "^3.17.0"
@@ -1440,10 +1440,10 @@
1440
1440
  semver "^7.7.1"
1441
1441
  ts-json-schema-generator "^1.5.1"
1442
1442
 
1443
- "@oclif/plugin-help@^6.2.27":
1444
- version "6.2.27"
1445
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.27.tgz#a3a49c3751d9f4bd66af11621017ec1e8cddcf10"
1446
- integrity sha512-RWSWtCFVObRmCwgxVOye3lsYbPHTnB7G4He5LEAg2tf600Sil5yXEOL/ULx1TqL/XOQxKqRvmLn/rLQOMT85YA==
1443
+ "@oclif/plugin-help@^6.2.27", "@oclif/plugin-help@^6.2.28":
1444
+ version "6.2.28"
1445
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.28.tgz#acb361d7577008b0b6e3dd028bfd9f052b2dc217"
1446
+ integrity sha512-eFLP2yjiK+xMRGcv9k9jOWV08HB+/Cgg1ND91zS4Uwgp1krMoL39Is+hIqnZOKkmiEMtiv8k5EDqCVv+DTRywg==
1447
1447
  dependencies:
1448
1448
  "@oclif/core" "^4"
1449
1449
 
@@ -1536,7 +1536,7 @@
1536
1536
  strip-ansi "6.0.1"
1537
1537
  ts-retry-promise "^0.8.1"
1538
1538
 
1539
- "@salesforce/core@^8.10.0", "@salesforce/core@^8.10.2", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.7", "@salesforce/core@^8.9.1":
1539
+ "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.2", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5", "@salesforce/core@^8.9.1":
1540
1540
  version "8.10.2"
1541
1541
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.10.2.tgz#22727a7dee2e69a34b0b14dae39c025f2b258af0"
1542
1542
  integrity sha512-o/Qvm0U9+nuHAdFfjXZoAXyLaeG7lDnrLmUkCQ38oquiFrwzWSbXh6crHqFEmeZyK6MYYgh0KCaInrui06XP6Q==
@@ -1630,12 +1630,12 @@
1630
1630
  cli-progress "^3.12.0"
1631
1631
  terminal-link "^3.0.0"
1632
1632
 
1633
- "@salesforce/source-deploy-retrieve@12.19.3", "@salesforce/source-deploy-retrieve@^12.19.3":
1634
- version "12.19.3"
1635
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.3.tgz#42b34913b624115aee36cd289cb5ea1d5de9b7b1"
1636
- integrity sha512-rvdEfi2beJmVbN4NQ3Ve4dULq+wMFuLKBKpmNBIb9udXNVZd8Q0P7TO9pM/tzfeAfwfdTE7swXaYe2Qv5UAd+g==
1633
+ "@salesforce/source-deploy-retrieve@12.19.5", "@salesforce/source-deploy-retrieve@^12.19.3":
1634
+ version "12.19.5"
1635
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.5.tgz#d4df6173375455b18442402ea5d7807f44e10f91"
1636
+ integrity sha512-dStjURpM45zTYJJcPrV7dnNvcFMxNvpZY2RJ7jg8n3gmz+M9xf8B3DOywQ9IQ8nGwbYZOl+asziMIsAAUdB2KA==
1637
1637
  dependencies:
1638
- "@salesforce/core" "^8.8.7"
1638
+ "@salesforce/core" "^8.10.2"
1639
1639
  "@salesforce/kit" "^3.2.3"
1640
1640
  "@salesforce/ts-types" "^2.0.12"
1641
1641
  "@salesforce/types" "^1.3.0"
@@ -4382,14 +4382,14 @@ eslint-config-oclif@^5.2.2:
4382
4382
  eslint-plugin-n "^15.1.0"
4383
4383
  eslint-plugin-unicorn "^48.0.1"
4384
4384
 
4385
- eslint-config-oclif@^6.0.50:
4386
- version "6.0.50"
4387
- resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.50.tgz#c844f3ff45ffdb25d3952505038c2fc495683c41"
4388
- integrity sha512-AHYfCGdYa+yhtyYacwuP7AtUgooOrFYx4wAARngXFJHbDwAUIjiPcVxHms5zgo2TZUMW0VdRE0CwQHBh2IuXvg==
4385
+ eslint-config-oclif@^6.0.54:
4386
+ version "6.0.54"
4387
+ resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.54.tgz#7055d3fb91ff56d4c76e80cbd251520e5cdcc853"
4388
+ integrity sha512-5BWFViu6bkpwltEbr+WmHj5UfYdZUc/tF7o0AOpeHJ4KD7e9yPFeizCRFBKxwtlZDaJaqDwr8JpuNZlg7ACWOA==
4389
4389
  dependencies:
4390
- "@eslint/compat" "^1.2.8"
4390
+ "@eslint/compat" "^1.2.9"
4391
4391
  "@eslint/eslintrc" "^3.3.1"
4392
- "@eslint/js" "^9.25.0"
4392
+ "@eslint/js" "^9.26.0"
4393
4393
  "@stylistic/eslint-plugin" "^3.1.0"
4394
4394
  "@typescript-eslint/eslint-plugin" "^8"
4395
4395
  "@typescript-eslint/parser" "^8"
@@ -4612,20 +4612,20 @@ eslint-plugin-perfectionist@^4:
4612
4612
  "@typescript-eslint/utils" "^8.24.0"
4613
4613
  natural-orderby "^5.0.0"
4614
4614
 
4615
- eslint-plugin-prettier@^5.2.6:
4616
- version "5.2.6"
4617
- resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.6.tgz#be39e3bb23bb3eeb7e7df0927cdb46e4d7945096"
4618
- integrity sha512-mUcf7QG2Tjk7H055Jk0lGBjbgDnfrvqjhXh9t2xLMSCjZVcw9Rb1V6sVNXO0th3jgeO7zllWPTNRil3JW94TnQ==
4615
+ eslint-plugin-prettier@^5.4.0:
4616
+ version "5.4.0"
4617
+ resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.0.tgz#54d4748904e58eaf1ffe26c4bffa4986ca7f952b"
4618
+ integrity sha512-BvQOvUhkVQM1i63iMETK9Hjud9QhqBnbtT1Zc642p9ynzBuCe5pybkOnvqZIBypXmMlsGcnU4HZ8sCTPfpAexA==
4619
4619
  dependencies:
4620
4620
  prettier-linter-helpers "^1.0.0"
4621
4621
  synckit "^0.11.0"
4622
4622
 
4623
- eslint-plugin-sf-plugin@^1.20.21:
4624
- version "1.20.21"
4625
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.21.tgz#832bad8e7b976fedf49261ad482a2e4ea09cc85e"
4626
- integrity sha512-jHfKga2kLLA3XjCxO8dc27yGbhFiR5gfsnESmSuBSKZGTMpbrWUNZutRdIn0nNL2ZXlLV0TRQaaiz7nEEw43tg==
4623
+ eslint-plugin-sf-plugin@^1.20.22:
4624
+ version "1.20.22"
4625
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.22.tgz#d6454d3f6496163b7ca4756fed045edee6666ce1"
4626
+ integrity sha512-WSFeAT31guYZiu4UhxM/ye7lgfp+lEawE9AgFb85vkjqO6ma8x0yQLKx2CQtgsIM1t1RQrFUg11ODVLL1gh2eA==
4627
4627
  dependencies:
4628
- "@salesforce/core" "^8.10.0"
4628
+ "@salesforce/core" "^8.10.1"
4629
4629
  "@typescript-eslint/utils" "^7.18.0"
4630
4630
 
4631
4631
  eslint-plugin-unicorn@^48.0.1:
@@ -4952,12 +4952,12 @@ fast-xml-parser@^4.5.3:
4952
4952
  dependencies:
4953
4953
  strnum "^1.1.1"
4954
4954
 
4955
- fast-xml-parser@^5.2.1:
4956
- version "5.2.1"
4957
- resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.2.1.tgz#d6a4f9eac066dc0987bbcfe4ca050ef8f7f67137"
4958
- integrity sha512-Kqq/ewnRACQ20e0BlQ5KqHRYWRBp7yv+jttK4Yj2yY+2ldgCoxJkrP1NHUhjypsJ+eQXlGJ/jebM3wa60s1rbQ==
4955
+ fast-xml-parser@^5.2.2:
4956
+ version "5.2.2"
4957
+ resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.2.2.tgz#dda87446b623d812908a1efc5f3f8245a8f6a64b"
4958
+ integrity sha512-ZaCmslH75Jkfowo/x44Uq8KT5SutC5BFxHmY61nmTXPccw11PVuIXKUqC2hembMkJ3nPwTkQESXiUlsKutCbMg==
4959
4959
  dependencies:
4960
- strnum "^2.0.5"
4960
+ strnum "^2.1.0"
4961
4961
 
4962
4962
  fastest-levenshtein@^1.0.7:
4963
4963
  version "1.0.16"
@@ -8783,10 +8783,10 @@ strnum@^1.0.5, strnum@^1.1.1:
8783
8783
  resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.1.2.tgz#57bca4fbaa6f271081715dbc9ed7cee5493e28e4"
8784
8784
  integrity sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==
8785
8785
 
8786
- strnum@^2.0.5:
8787
- version "2.0.5"
8788
- resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.0.5.tgz#40700b1b5bf956acdc755e98e90005d7657aaaea"
8789
- integrity sha512-YAT3K/sgpCUxhxNMrrdhtod3jckkpYwH6JAuwmUdXZsmzH1wUyzTMrrK2wYCEEqlKwrWDd35NeuUkbBy/1iK+Q==
8786
+ strnum@^2.1.0:
8787
+ version "2.1.0"
8788
+ resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.1.0.tgz#12c2c6de59d3820a8128b486c9c106c1bf6c4924"
8789
+ integrity sha512-w0S//9BqZZGw0L0Y8uLSelFGnDJgTyyNQLmSlPnVz43zPAiqu3w4t8J8sDqqANOGeZIZ/9jWuPguYcEnsoHv4A==
8790
8790
 
8791
8791
  supports-color@^5.4.0:
8792
8792
  version "5.5.0"
@@ -323,5 +323,5 @@
323
323
  ]
324
324
  }
325
325
  },
326
- "version": "3.7.21"
326
+ "version": "3.7.23"
327
327
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
3
  "description": "A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
4
- "version": "3.7.21",
4
+ "version": "3.7.23",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
@@ -11,18 +11,18 @@
11
11
  "@salesforce/core": "^8.10.2",
12
12
  "@salesforce/kit": "^3.2.3",
13
13
  "@salesforce/sf-plugins-core": "^12.2.1",
14
- "@salesforce/source-deploy-retrieve": "12.19.3",
14
+ "@salesforce/source-deploy-retrieve": "12.19.5",
15
15
  "@salesforce/source-tracking": "7.3.23",
16
16
  "@salesforce/ts-types": "^2.0.12",
17
17
  "fast-deep-equal": "^3.1.3",
18
- "fast-xml-parser": "^5.2.1",
18
+ "fast-xml-parser": "^5.2.2",
19
19
  "fs-extra": "^11.3.0",
20
20
  "graceful-fs": "^4.2.11",
21
21
  "isomorphic-git": "1.30.1"
22
22
  },
23
23
  "devDependencies": {
24
- "@oclif/plugin-command-snapshot": "^5.2.38",
25
- "@oclif/plugin-help": "^6.2.27",
24
+ "@oclif/plugin-command-snapshot": "^5.2.39",
25
+ "@oclif/plugin-help": "^6.2.28",
26
26
  "@salesforce/cli-plugins-testkit": "^5.3.39",
27
27
  "@salesforce/dev-scripts": "^10.2.12",
28
28
  "@salesforce/ts-sinon": "^1.4.30",
@@ -30,9 +30,9 @@
30
30
  "@types/graceful-fs": "^4.1.9",
31
31
  "@types/inquirer": "^9.0.7",
32
32
  "c8": "^10.1.3",
33
- "eslint-config-oclif": "^6.0.50",
34
- "eslint-plugin-prettier": "^5.2.6",
35
- "eslint-plugin-sf-plugin": "^1.20.21",
33
+ "eslint-config-oclif": "^6.0.54",
34
+ "eslint-plugin-prettier": "^5.4.0",
35
+ "eslint-plugin-sf-plugin": "^1.20.22",
36
36
  "oclif": "^4.17.46",
37
37
  "patch-package": "^8.0.0",
38
38
  "prettier": "^3.5.3",