@jayree/sfdx-plugin-manifest 5.0.65 → 5.0.67

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.67](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.66...5.0.67) (2026-04-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump fast-xml-parser from 5.5.11 to 5.5.12 ([#2192](https://github.com/jayree/sfdx-plugin-manifest/issues/2192)) ([8fb7b1c](https://github.com/jayree/sfdx-plugin-manifest/commit/8fb7b1c4cbd5d977b9cb8e7d6ba0eecd060ae960))
7
+
8
+ ## [5.0.66](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.65...5.0.66) (2026-04-12)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** bump @salesforce/source-tracking from 7.8.10 to 7.8.12 ([#2190](https://github.com/jayree/sfdx-plugin-manifest/issues/2190)) ([d7f1466](https://github.com/jayree/sfdx-plugin-manifest/commit/d7f146689396584120f0bff0476b67e882d519ea))
14
+ * **perf:** optimize populateTypesAndNames component deduplication W-21991374 ([#849](https://github.com/forcedotcom/source-tracking/issues/849)) ([e7b0ee4](https://github.com/forcedotcom/source-tracking/commit/e7b0ee402a939b30416ec6566efa13902b22ff2a))
15
+ * **deps:** bump lodash from 4.17.23 to 4.18.1 ([3d32926](https://github.com/forcedotcom/source-tracking/commit/3d3292659d71051b415a239f04e9484155e0e822))
16
+
1
17
  ## [5.0.65](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.64...5.0.65) (2026-04-12)
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.65/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.67/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.65/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.67/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.65/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.67/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "5.0.65",
3
+ "version": "5.0.67",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.65",
9
+ "version": "5.0.67",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.28",
@@ -15,10 +15,10 @@
15
15
  "@salesforce/kit": "^3.2.6",
16
16
  "@salesforce/sf-plugins-core": "^12.2.6",
17
17
  "@salesforce/source-deploy-retrieve": "12.32.7",
18
- "@salesforce/source-tracking": "7.8.10",
18
+ "@salesforce/source-tracking": "7.8.12",
19
19
  "@salesforce/ts-types": "^2.0.12",
20
20
  "fast-deep-equal": "^3.1.3",
21
- "fast-xml-parser": "^5.5.11",
21
+ "fast-xml-parser": "^5.5.12",
22
22
  "fs-extra": "^11.3.4",
23
23
  "graceful-fs": "^4.2.11",
24
24
  "isomorphic-git": "1.37.5"
@@ -31,7 +31,7 @@
31
31
  "@types/fs-extra": "^11.0.4",
32
32
  "@types/graceful-fs": "^4.1.9",
33
33
  "c8": "^11.0.0",
34
- "eslint-config-oclif": "^6.0.156",
34
+ "eslint-config-oclif": "^6.0.157",
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",
@@ -6344,14 +6344,14 @@
6344
6344
  }
6345
6345
  },
6346
6346
  "node_modules/@salesforce/source-tracking": {
6347
- "version": "7.8.10",
6348
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.10.tgz",
6349
- "integrity": "sha512-rCAz9mDWxAI/Gv5XJ+vKZU2+PVh38KUfvYezWv81audKeJc5ZD5H7IESGIIJCjLw2z3YLX+cDiemFG1wtM/Lgg==",
6347
+ "version": "7.8.12",
6348
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.8.12.tgz",
6349
+ "integrity": "sha512-aaeILjmeLmbyXVVnWIRtGek30uvI+rbmZ3zPdIVCDkIn/1Ml44S37s6STD2OoakHwu+gRQPejSzHPyPJpvrtIQ==",
6350
6350
  "license": "Apache-2.0",
6351
6351
  "dependencies": {
6352
6352
  "@salesforce/core": "^8.28.1",
6353
6353
  "@salesforce/kit": "^3.2.6",
6354
- "@salesforce/source-deploy-retrieve": "^12.32.3",
6354
+ "@salesforce/source-deploy-retrieve": "^12.32.4",
6355
6355
  "@salesforce/ts-types": "^2.0.12",
6356
6356
  "fast-xml-parser": "^5.5.7",
6357
6357
  "graceful-fs": "^4.2.11",
@@ -8192,17 +8192,17 @@
8192
8192
  "license": "MIT"
8193
8193
  },
8194
8194
  "node_modules/@typescript-eslint/eslint-plugin": {
8195
- "version": "8.58.0",
8196
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.0.tgz",
8197
- "integrity": "sha512-RLkVSiNuUP1C2ROIWfqX+YcUfLaSnxGE/8M+Y57lopVwg9VTYYfhuz15Yf1IzCKgZj6/rIbYTmJCUSqr76r0Wg==",
8195
+ "version": "8.58.1",
8196
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.1.tgz",
8197
+ "integrity": "sha512-eSkwoemjo76bdXl2MYqtxg51HNwUSkWfODUOQ3PaTLZGh9uIWWFZIjyjaJnex7wXDu+TRx+ATsnSxdN9YWfRTQ==",
8198
8198
  "dev": true,
8199
8199
  "license": "MIT",
8200
8200
  "dependencies": {
8201
8201
  "@eslint-community/regexpp": "^4.12.2",
8202
- "@typescript-eslint/scope-manager": "8.58.0",
8203
- "@typescript-eslint/type-utils": "8.58.0",
8204
- "@typescript-eslint/utils": "8.58.0",
8205
- "@typescript-eslint/visitor-keys": "8.58.0",
8202
+ "@typescript-eslint/scope-manager": "8.58.1",
8203
+ "@typescript-eslint/type-utils": "8.58.1",
8204
+ "@typescript-eslint/utils": "8.58.1",
8205
+ "@typescript-eslint/visitor-keys": "8.58.1",
8206
8206
  "ignore": "^7.0.5",
8207
8207
  "natural-compare": "^1.4.0",
8208
8208
  "ts-api-utils": "^2.5.0"
@@ -8215,20 +8215,20 @@
8215
8215
  "url": "https://opencollective.com/typescript-eslint"
8216
8216
  },
8217
8217
  "peerDependencies": {
8218
- "@typescript-eslint/parser": "^8.58.0",
8218
+ "@typescript-eslint/parser": "^8.58.1",
8219
8219
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
8220
8220
  "typescript": ">=4.8.4 <6.1.0"
8221
8221
  }
8222
8222
  },
8223
8223
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
8224
- "version": "8.58.0",
8225
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz",
8226
- "integrity": "sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==",
8224
+ "version": "8.58.1",
8225
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.1.tgz",
8226
+ "integrity": "sha512-TPYUEqJK6avLcEjumWsIuTpuYODTTDAtoMdt8ZZa93uWMTX13Nb8L5leSje1NluammvU+oI3QRr5lLXPgihX3w==",
8227
8227
  "dev": true,
8228
8228
  "license": "MIT",
8229
8229
  "dependencies": {
8230
- "@typescript-eslint/types": "8.58.0",
8231
- "@typescript-eslint/visitor-keys": "8.58.0"
8230
+ "@typescript-eslint/types": "8.58.1",
8231
+ "@typescript-eslint/visitor-keys": "8.58.1"
8232
8232
  },
8233
8233
  "engines": {
8234
8234
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8239,9 +8239,9 @@
8239
8239
  }
8240
8240
  },
8241
8241
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
8242
- "version": "8.58.0",
8243
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.0.tgz",
8244
- "integrity": "sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==",
8242
+ "version": "8.58.1",
8243
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
8244
+ "integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
8245
8245
  "dev": true,
8246
8246
  "license": "MIT",
8247
8247
  "engines": {
@@ -8253,13 +8253,13 @@
8253
8253
  }
8254
8254
  },
8255
8255
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
8256
- "version": "8.58.0",
8257
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz",
8258
- "integrity": "sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==",
8256
+ "version": "8.58.1",
8257
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz",
8258
+ "integrity": "sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==",
8259
8259
  "dev": true,
8260
8260
  "license": "MIT",
8261
8261
  "dependencies": {
8262
- "@typescript-eslint/types": "8.58.0",
8262
+ "@typescript-eslint/types": "8.58.1",
8263
8263
  "eslint-visitor-keys": "^5.0.0"
8264
8264
  },
8265
8265
  "engines": {
@@ -8307,16 +8307,16 @@
8307
8307
  }
8308
8308
  },
8309
8309
  "node_modules/@typescript-eslint/parser": {
8310
- "version": "8.58.0",
8311
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.0.tgz",
8312
- "integrity": "sha512-rLoGZIf9afaRBYsPUMtvkDWykwXwUPL60HebR4JgTI8mxfFe2cQTu3AGitANp4b9B2QlVru6WzjgB2IzJKiCSA==",
8310
+ "version": "8.58.1",
8311
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.1.tgz",
8312
+ "integrity": "sha512-gGkiNMPqerb2cJSVcruigx9eHBlLG14fSdPdqMoOcBfh+vvn4iCq2C8MzUB89PrxOXk0y3GZ1yIWb9aOzL93bw==",
8313
8313
  "dev": true,
8314
8314
  "license": "MIT",
8315
8315
  "dependencies": {
8316
- "@typescript-eslint/scope-manager": "8.58.0",
8317
- "@typescript-eslint/types": "8.58.0",
8318
- "@typescript-eslint/typescript-estree": "8.58.0",
8319
- "@typescript-eslint/visitor-keys": "8.58.0",
8316
+ "@typescript-eslint/scope-manager": "8.58.1",
8317
+ "@typescript-eslint/types": "8.58.1",
8318
+ "@typescript-eslint/typescript-estree": "8.58.1",
8319
+ "@typescript-eslint/visitor-keys": "8.58.1",
8320
8320
  "debug": "^4.4.3"
8321
8321
  },
8322
8322
  "engines": {
@@ -8332,14 +8332,14 @@
8332
8332
  }
8333
8333
  },
8334
8334
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
8335
- "version": "8.58.0",
8336
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz",
8337
- "integrity": "sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==",
8335
+ "version": "8.58.1",
8336
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.1.tgz",
8337
+ "integrity": "sha512-TPYUEqJK6avLcEjumWsIuTpuYODTTDAtoMdt8ZZa93uWMTX13Nb8L5leSje1NluammvU+oI3QRr5lLXPgihX3w==",
8338
8338
  "dev": true,
8339
8339
  "license": "MIT",
8340
8340
  "dependencies": {
8341
- "@typescript-eslint/types": "8.58.0",
8342
- "@typescript-eslint/visitor-keys": "8.58.0"
8341
+ "@typescript-eslint/types": "8.58.1",
8342
+ "@typescript-eslint/visitor-keys": "8.58.1"
8343
8343
  },
8344
8344
  "engines": {
8345
8345
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8350,9 +8350,9 @@
8350
8350
  }
8351
8351
  },
8352
8352
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
8353
- "version": "8.58.0",
8354
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.0.tgz",
8355
- "integrity": "sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==",
8353
+ "version": "8.58.1",
8354
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
8355
+ "integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
8356
8356
  "dev": true,
8357
8357
  "license": "MIT",
8358
8358
  "engines": {
@@ -8364,13 +8364,13 @@
8364
8364
  }
8365
8365
  },
8366
8366
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
8367
- "version": "8.58.0",
8368
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz",
8369
- "integrity": "sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==",
8367
+ "version": "8.58.1",
8368
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz",
8369
+ "integrity": "sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==",
8370
8370
  "dev": true,
8371
8371
  "license": "MIT",
8372
8372
  "dependencies": {
8373
- "@typescript-eslint/types": "8.58.0",
8373
+ "@typescript-eslint/types": "8.58.1",
8374
8374
  "eslint-visitor-keys": "^5.0.0"
8375
8375
  },
8376
8376
  "engines": {
@@ -8395,14 +8395,14 @@
8395
8395
  }
8396
8396
  },
8397
8397
  "node_modules/@typescript-eslint/project-service": {
8398
- "version": "8.58.0",
8399
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.0.tgz",
8400
- "integrity": "sha512-8Q/wBPWLQP1j16NxoPNIKpDZFMaxl7yWIoqXWYeWO+Bbd2mjgvoF0dxP2jKZg5+x49rgKdf7Ck473M8PC3V9lg==",
8398
+ "version": "8.58.1",
8399
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.1.tgz",
8400
+ "integrity": "sha512-gfQ8fk6cxhtptek+/8ZIqw8YrRW5048Gug8Ts5IYcMLCw18iUgrZAEY/D7s4hkI0FxEfGakKuPK/XUMPzPxi5g==",
8401
8401
  "dev": true,
8402
8402
  "license": "MIT",
8403
8403
  "dependencies": {
8404
- "@typescript-eslint/tsconfig-utils": "^8.58.0",
8405
- "@typescript-eslint/types": "^8.58.0",
8404
+ "@typescript-eslint/tsconfig-utils": "^8.58.1",
8405
+ "@typescript-eslint/types": "^8.58.1",
8406
8406
  "debug": "^4.4.3"
8407
8407
  },
8408
8408
  "engines": {
@@ -8417,9 +8417,9 @@
8417
8417
  }
8418
8418
  },
8419
8419
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
8420
- "version": "8.58.0",
8421
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.0.tgz",
8422
- "integrity": "sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==",
8420
+ "version": "8.58.1",
8421
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.1.tgz",
8422
+ "integrity": "sha512-JAr2hOIct2Q+qk3G+8YFfqkqi7sC86uNryT+2i5HzMa2MPjw4qNFvtjnw1IiA1rP7QhNKVe21mSSLaSjwA1Olw==",
8423
8423
  "dev": true,
8424
8424
  "license": "MIT",
8425
8425
  "engines": {
@@ -8434,9 +8434,9 @@
8434
8434
  }
8435
8435
  },
8436
8436
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
8437
- "version": "8.58.0",
8438
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.0.tgz",
8439
- "integrity": "sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==",
8437
+ "version": "8.58.1",
8438
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
8439
+ "integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
8440
8440
  "dev": true,
8441
8441
  "license": "MIT",
8442
8442
  "engines": {
@@ -8497,15 +8497,15 @@
8497
8497
  }
8498
8498
  },
8499
8499
  "node_modules/@typescript-eslint/type-utils": {
8500
- "version": "8.58.0",
8501
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.0.tgz",
8502
- "integrity": "sha512-aGsCQImkDIqMyx1u4PrVlbi/krmDsQUs4zAcCV6M7yPcPev+RqVlndsJy9kJ8TLihW9TZ0kbDAzctpLn5o+lOg==",
8500
+ "version": "8.58.1",
8501
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.1.tgz",
8502
+ "integrity": "sha512-HUFxvTJVroT+0rXVJC7eD5zol6ID+Sn5npVPWoFuHGg9Ncq5Q4EYstqR+UOqaNRFXi5TYkpXXkLhoCHe3G0+7w==",
8503
8503
  "dev": true,
8504
8504
  "license": "MIT",
8505
8505
  "dependencies": {
8506
- "@typescript-eslint/types": "8.58.0",
8507
- "@typescript-eslint/typescript-estree": "8.58.0",
8508
- "@typescript-eslint/utils": "8.58.0",
8506
+ "@typescript-eslint/types": "8.58.1",
8507
+ "@typescript-eslint/typescript-estree": "8.58.1",
8508
+ "@typescript-eslint/utils": "8.58.1",
8509
8509
  "debug": "^4.4.3",
8510
8510
  "ts-api-utils": "^2.5.0"
8511
8511
  },
@@ -8522,9 +8522,9 @@
8522
8522
  }
8523
8523
  },
8524
8524
  "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
8525
- "version": "8.58.0",
8526
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.0.tgz",
8527
- "integrity": "sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==",
8525
+ "version": "8.58.1",
8526
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
8527
+ "integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
8528
8528
  "dev": true,
8529
8529
  "license": "MIT",
8530
8530
  "engines": {
@@ -8563,16 +8563,16 @@
8563
8563
  }
8564
8564
  },
8565
8565
  "node_modules/@typescript-eslint/typescript-estree": {
8566
- "version": "8.58.0",
8567
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.0.tgz",
8568
- "integrity": "sha512-7vv5UWbHqew/dvs+D3e1RvLv1v2eeZ9txRHPnEEBUgSNLx5ghdzjHa0sgLWYVKssH+lYmV0JaWdoubo0ncGYLA==",
8566
+ "version": "8.58.1",
8567
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.1.tgz",
8568
+ "integrity": "sha512-w4w7WR7GHOjqqPnvAYbazq+Y5oS68b9CzasGtnd6jIeOIeKUzYzupGTB2T4LTPSv4d+WPeccbxuneTFHYgAAWg==",
8569
8569
  "dev": true,
8570
8570
  "license": "MIT",
8571
8571
  "dependencies": {
8572
- "@typescript-eslint/project-service": "8.58.0",
8573
- "@typescript-eslint/tsconfig-utils": "8.58.0",
8574
- "@typescript-eslint/types": "8.58.0",
8575
- "@typescript-eslint/visitor-keys": "8.58.0",
8572
+ "@typescript-eslint/project-service": "8.58.1",
8573
+ "@typescript-eslint/tsconfig-utils": "8.58.1",
8574
+ "@typescript-eslint/types": "8.58.1",
8575
+ "@typescript-eslint/visitor-keys": "8.58.1",
8576
8576
  "debug": "^4.4.3",
8577
8577
  "minimatch": "^10.2.2",
8578
8578
  "semver": "^7.7.3",
@@ -8591,9 +8591,9 @@
8591
8591
  }
8592
8592
  },
8593
8593
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
8594
- "version": "8.58.0",
8595
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.0.tgz",
8596
- "integrity": "sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==",
8594
+ "version": "8.58.1",
8595
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.1.tgz",
8596
+ "integrity": "sha512-JAr2hOIct2Q+qk3G+8YFfqkqi7sC86uNryT+2i5HzMa2MPjw4qNFvtjnw1IiA1rP7QhNKVe21mSSLaSjwA1Olw==",
8597
8597
  "dev": true,
8598
8598
  "license": "MIT",
8599
8599
  "engines": {
@@ -8608,9 +8608,9 @@
8608
8608
  }
8609
8609
  },
8610
8610
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
8611
- "version": "8.58.0",
8612
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.0.tgz",
8613
- "integrity": "sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==",
8611
+ "version": "8.58.1",
8612
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
8613
+ "integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
8614
8614
  "dev": true,
8615
8615
  "license": "MIT",
8616
8616
  "engines": {
@@ -8622,13 +8622,13 @@
8622
8622
  }
8623
8623
  },
8624
8624
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
8625
- "version": "8.58.0",
8626
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz",
8627
- "integrity": "sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==",
8625
+ "version": "8.58.1",
8626
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz",
8627
+ "integrity": "sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==",
8628
8628
  "dev": true,
8629
8629
  "license": "MIT",
8630
8630
  "dependencies": {
8631
- "@typescript-eslint/types": "8.58.0",
8631
+ "@typescript-eslint/types": "8.58.1",
8632
8632
  "eslint-visitor-keys": "^5.0.0"
8633
8633
  },
8634
8634
  "engines": {
@@ -8705,16 +8705,16 @@
8705
8705
  }
8706
8706
  },
8707
8707
  "node_modules/@typescript-eslint/utils": {
8708
- "version": "8.58.0",
8709
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.0.tgz",
8710
- "integrity": "sha512-RfeSqcFeHMHlAWzt4TBjWOAtoW9lnsAGiP3GbaX9uVgTYYrMbVnGONEfUCiSss+xMHFl+eHZiipmA8WkQ7FuNA==",
8708
+ "version": "8.58.1",
8709
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.1.tgz",
8710
+ "integrity": "sha512-Ln8R0tmWC7pTtLOzgJzYTXSCjJ9rDNHAqTaVONF4FEi2qwce8mD9iSOxOpLFFvWp/wBFlew0mjM1L1ihYWfBdQ==",
8711
8711
  "dev": true,
8712
8712
  "license": "MIT",
8713
8713
  "dependencies": {
8714
8714
  "@eslint-community/eslint-utils": "^4.9.1",
8715
- "@typescript-eslint/scope-manager": "8.58.0",
8716
- "@typescript-eslint/types": "8.58.0",
8717
- "@typescript-eslint/typescript-estree": "8.58.0"
8715
+ "@typescript-eslint/scope-manager": "8.58.1",
8716
+ "@typescript-eslint/types": "8.58.1",
8717
+ "@typescript-eslint/typescript-estree": "8.58.1"
8718
8718
  },
8719
8719
  "engines": {
8720
8720
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8729,14 +8729,14 @@
8729
8729
  }
8730
8730
  },
8731
8731
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
8732
- "version": "8.58.0",
8733
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz",
8734
- "integrity": "sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==",
8732
+ "version": "8.58.1",
8733
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.1.tgz",
8734
+ "integrity": "sha512-TPYUEqJK6avLcEjumWsIuTpuYODTTDAtoMdt8ZZa93uWMTX13Nb8L5leSje1NluammvU+oI3QRr5lLXPgihX3w==",
8735
8735
  "dev": true,
8736
8736
  "license": "MIT",
8737
8737
  "dependencies": {
8738
- "@typescript-eslint/types": "8.58.0",
8739
- "@typescript-eslint/visitor-keys": "8.58.0"
8738
+ "@typescript-eslint/types": "8.58.1",
8739
+ "@typescript-eslint/visitor-keys": "8.58.1"
8740
8740
  },
8741
8741
  "engines": {
8742
8742
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8747,9 +8747,9 @@
8747
8747
  }
8748
8748
  },
8749
8749
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
8750
- "version": "8.58.0",
8751
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.0.tgz",
8752
- "integrity": "sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==",
8750
+ "version": "8.58.1",
8751
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
8752
+ "integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
8753
8753
  "dev": true,
8754
8754
  "license": "MIT",
8755
8755
  "engines": {
@@ -8761,13 +8761,13 @@
8761
8761
  }
8762
8762
  },
8763
8763
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
8764
- "version": "8.58.0",
8765
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz",
8766
- "integrity": "sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==",
8764
+ "version": "8.58.1",
8765
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz",
8766
+ "integrity": "sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==",
8767
8767
  "dev": true,
8768
8768
  "license": "MIT",
8769
8769
  "dependencies": {
8770
- "@typescript-eslint/types": "8.58.0",
8770
+ "@typescript-eslint/types": "8.58.1",
8771
8771
  "eslint-visitor-keys": "^5.0.0"
8772
8772
  },
8773
8773
  "engines": {
@@ -11493,9 +11493,9 @@
11493
11493
  }
11494
11494
  },
11495
11495
  "node_modules/eslint-config-oclif": {
11496
- "version": "6.0.156",
11497
- "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.156.tgz",
11498
- "integrity": "sha512-CA/h54WSdpGFU829gC6FRN0rcOZYe/+k/gRGZW3W1RZW8Jbb1mMZOXJCzMh0M2vyH7Bz60poRt6hsugiIAtwHQ==",
11496
+ "version": "6.0.157",
11497
+ "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.157.tgz",
11498
+ "integrity": "sha512-Kt4MBzjWY4FLJgVeMsG4oZwmWbkQuqQioKtnXp9RDb6LR472Isr9yAfuLEsNTZMXfYEv5lsTv2zyg619HkL19Q==",
11499
11499
  "dev": true,
11500
11500
  "license": "MIT",
11501
11501
  "dependencies": {
@@ -11515,7 +11515,7 @@
11515
11515
  "eslint-plugin-n": "^17.24.0",
11516
11516
  "eslint-plugin-perfectionist": "^4",
11517
11517
  "eslint-plugin-unicorn": "^56.0.1",
11518
- "typescript-eslint": "^8.58.0"
11518
+ "typescript-eslint": "^8.58.1"
11519
11519
  },
11520
11520
  "engines": {
11521
11521
  "node": ">=18.18.0"
@@ -13217,9 +13217,9 @@
13217
13217
  }
13218
13218
  },
13219
13219
  "node_modules/fast-xml-parser": {
13220
- "version": "5.5.11",
13221
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.11.tgz",
13222
- "integrity": "sha512-QL0eb0YbSTVWF6tTf1+LEMSgtCEjBYPpnAjoLC8SscESlAjXEIRJ7cHtLG0pLeDFaZLa4VKZLArtA/60ZS7vyA==",
13220
+ "version": "5.5.12",
13221
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.12.tgz",
13222
+ "integrity": "sha512-nUR0q8PPfoA/svPM43Gup7vLOZWppaNrYgGmrVqrAVJa7cOH4hMG6FX9M4mQ8dZA1/ObGZHzES7Ed88hxEBSJg==",
13223
13223
  "funding": [
13224
13224
  {
13225
13225
  "type": "github",
@@ -13229,7 +13229,7 @@
13229
13229
  "license": "MIT",
13230
13230
  "dependencies": {
13231
13231
  "fast-xml-builder": "^1.1.4",
13232
- "path-expression-matcher": "^1.4.0",
13232
+ "path-expression-matcher": "^1.5.0",
13233
13233
  "strnum": "^2.2.3"
13234
13234
  },
13235
13235
  "bin": {
@@ -21063,16 +21063,16 @@
21063
21063
  }
21064
21064
  },
21065
21065
  "node_modules/typescript-eslint": {
21066
- "version": "8.58.0",
21067
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.58.0.tgz",
21068
- "integrity": "sha512-e2TQzKfaI85fO+F3QywtX+tCTsu/D3WW5LVU6nz8hTFKFZ8yBJ6mSYRpXqdR3mFjPWmO0eWsTa5f+UpAOe/FMA==",
21066
+ "version": "8.58.1",
21067
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.58.1.tgz",
21068
+ "integrity": "sha512-gf6/oHChByg9HJvhMO1iBexJh12AqqTfnuxscMDOVqfJW3htsdRJI/GfPpHTTcyeB8cSTUY2JcZmVgoyPqcrDg==",
21069
21069
  "dev": true,
21070
21070
  "license": "MIT",
21071
21071
  "dependencies": {
21072
- "@typescript-eslint/eslint-plugin": "8.58.0",
21073
- "@typescript-eslint/parser": "8.58.0",
21074
- "@typescript-eslint/typescript-estree": "8.58.0",
21075
- "@typescript-eslint/utils": "8.58.0"
21072
+ "@typescript-eslint/eslint-plugin": "8.58.1",
21073
+ "@typescript-eslint/parser": "8.58.1",
21074
+ "@typescript-eslint/typescript-estree": "8.58.1",
21075
+ "@typescript-eslint/utils": "8.58.1"
21076
21076
  },
21077
21077
  "engines": {
21078
21078
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
package/oclif.lock CHANGED
@@ -1996,7 +1996,7 @@
1996
1996
  cli-progress "^3.12.0"
1997
1997
  terminal-link "^3.0.0"
1998
1998
 
1999
- "@salesforce/source-deploy-retrieve@12.32.7", "@salesforce/source-deploy-retrieve@^12.32.3":
1999
+ "@salesforce/source-deploy-retrieve@12.32.7", "@salesforce/source-deploy-retrieve@^12.32.4":
2000
2000
  version "12.32.7"
2001
2001
  resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.7.tgz#acc2377987095fc9abd0f5256442d5042b54dd68"
2002
2002
  integrity sha512-nxrMUYyLi171EllPssXKfr/D3+DBeTeeV+VUSqHVgTyRrGVVvlV86dVgyWaC7d5E8C6wgLMKiMu43zs4GRb9XQ==
@@ -2016,14 +2016,14 @@
2016
2016
  proxy-agent "^6.5.0"
2017
2017
  yaml "^2.8.3"
2018
2018
 
2019
- "@salesforce/source-tracking@7.8.10":
2020
- version "7.8.10"
2021
- resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.8.10.tgz#2e947b3b73562f42664c253611ac88f7b4ef0077"
2022
- integrity sha512-rCAz9mDWxAI/Gv5XJ+vKZU2+PVh38KUfvYezWv81audKeJc5ZD5H7IESGIIJCjLw2z3YLX+cDiemFG1wtM/Lgg==
2019
+ "@salesforce/source-tracking@7.8.12":
2020
+ version "7.8.12"
2021
+ resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.8.12.tgz#ba3abef6d78cc358dbca876f83f47f6dda3132fd"
2022
+ integrity sha512-aaeILjmeLmbyXVVnWIRtGek30uvI+rbmZ3zPdIVCDkIn/1Ml44S37s6STD2OoakHwu+gRQPejSzHPyPJpvrtIQ==
2023
2023
  dependencies:
2024
2024
  "@salesforce/core" "^8.28.1"
2025
2025
  "@salesforce/kit" "^3.2.6"
2026
- "@salesforce/source-deploy-retrieve" "^12.32.3"
2026
+ "@salesforce/source-deploy-retrieve" "^12.32.4"
2027
2027
  "@salesforce/ts-types" "^2.0.12"
2028
2028
  fast-xml-parser "^5.5.7"
2029
2029
  graceful-fs "^4.2.11"
@@ -3085,16 +3085,16 @@
3085
3085
  resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
3086
3086
  integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
3087
3087
 
3088
- "@typescript-eslint/eslint-plugin@8.58.0", "@typescript-eslint/eslint-plugin@^8":
3089
- version "8.58.0"
3090
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.0.tgz#ad40e492f1931f46da1bd888e52b9e56df9063aa"
3091
- integrity sha512-RLkVSiNuUP1C2ROIWfqX+YcUfLaSnxGE/8M+Y57lopVwg9VTYYfhuz15Yf1IzCKgZj6/rIbYTmJCUSqr76r0Wg==
3088
+ "@typescript-eslint/eslint-plugin@8.58.1", "@typescript-eslint/eslint-plugin@^8":
3089
+ version "8.58.1"
3090
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.1.tgz#cb53038b83d165ca0ef96d67d875efbd56c50fa8"
3091
+ integrity sha512-eSkwoemjo76bdXl2MYqtxg51HNwUSkWfODUOQ3PaTLZGh9uIWWFZIjyjaJnex7wXDu+TRx+ATsnSxdN9YWfRTQ==
3092
3092
  dependencies:
3093
3093
  "@eslint-community/regexpp" "^4.12.2"
3094
- "@typescript-eslint/scope-manager" "8.58.0"
3095
- "@typescript-eslint/type-utils" "8.58.0"
3096
- "@typescript-eslint/utils" "8.58.0"
3097
- "@typescript-eslint/visitor-keys" "8.58.0"
3094
+ "@typescript-eslint/scope-manager" "8.58.1"
3095
+ "@typescript-eslint/type-utils" "8.58.1"
3096
+ "@typescript-eslint/utils" "8.58.1"
3097
+ "@typescript-eslint/visitor-keys" "8.58.1"
3098
3098
  ignore "^7.0.5"
3099
3099
  natural-compare "^1.4.0"
3100
3100
  ts-api-utils "^2.5.0"
@@ -3116,15 +3116,15 @@
3116
3116
  semver "^7.5.4"
3117
3117
  ts-api-utils "^1.0.1"
3118
3118
 
3119
- "@typescript-eslint/parser@8.58.0", "@typescript-eslint/parser@^8":
3120
- version "8.58.0"
3121
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.0.tgz#da04ece1967b6c2fe8f10c3473dabf3825795ef7"
3122
- integrity sha512-rLoGZIf9afaRBYsPUMtvkDWykwXwUPL60HebR4JgTI8mxfFe2cQTu3AGitANp4b9B2QlVru6WzjgB2IzJKiCSA==
3119
+ "@typescript-eslint/parser@8.58.1", "@typescript-eslint/parser@^8":
3120
+ version "8.58.1"
3121
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.1.tgz#0943eca522ac408bcdd649882c3d95b10ff00f62"
3122
+ integrity sha512-gGkiNMPqerb2cJSVcruigx9eHBlLG14fSdPdqMoOcBfh+vvn4iCq2C8MzUB89PrxOXk0y3GZ1yIWb9aOzL93bw==
3123
3123
  dependencies:
3124
- "@typescript-eslint/scope-manager" "8.58.0"
3125
- "@typescript-eslint/types" "8.58.0"
3126
- "@typescript-eslint/typescript-estree" "8.58.0"
3127
- "@typescript-eslint/visitor-keys" "8.58.0"
3124
+ "@typescript-eslint/scope-manager" "8.58.1"
3125
+ "@typescript-eslint/types" "8.58.1"
3126
+ "@typescript-eslint/typescript-estree" "8.58.1"
3127
+ "@typescript-eslint/visitor-keys" "8.58.1"
3128
3128
  debug "^4.4.3"
3129
3129
 
3130
3130
  "@typescript-eslint/parser@^6.21.0":
@@ -3147,13 +3147,13 @@
3147
3147
  "@typescript-eslint/types" "^8.56.0"
3148
3148
  debug "^4.4.3"
3149
3149
 
3150
- "@typescript-eslint/project-service@8.58.0":
3151
- version "8.58.0"
3152
- resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.0.tgz#66ceda0aabf7427aec3e2713fa43eb278dead2aa"
3153
- integrity sha512-8Q/wBPWLQP1j16NxoPNIKpDZFMaxl7yWIoqXWYeWO+Bbd2mjgvoF0dxP2jKZg5+x49rgKdf7Ck473M8PC3V9lg==
3150
+ "@typescript-eslint/project-service@8.58.1":
3151
+ version "8.58.1"
3152
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.1.tgz#c78781b1ca1ec1e7bc6522efba89318c6d249feb"
3153
+ integrity sha512-gfQ8fk6cxhtptek+/8ZIqw8YrRW5048Gug8Ts5IYcMLCw18iUgrZAEY/D7s4hkI0FxEfGakKuPK/XUMPzPxi5g==
3154
3154
  dependencies:
3155
- "@typescript-eslint/tsconfig-utils" "^8.58.0"
3156
- "@typescript-eslint/types" "^8.58.0"
3155
+ "@typescript-eslint/tsconfig-utils" "^8.58.1"
3156
+ "@typescript-eslint/types" "^8.58.1"
3157
3157
  debug "^4.4.3"
3158
3158
 
3159
3159
  "@typescript-eslint/scope-manager@6.21.0":
@@ -3180,23 +3180,23 @@
3180
3180
  "@typescript-eslint/types" "8.56.0"
3181
3181
  "@typescript-eslint/visitor-keys" "8.56.0"
3182
3182
 
3183
- "@typescript-eslint/scope-manager@8.58.0":
3184
- version "8.58.0"
3185
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz#e304142775e49a1b7ac3c8bf2536714447c72cab"
3186
- integrity sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==
3183
+ "@typescript-eslint/scope-manager@8.58.1":
3184
+ version "8.58.1"
3185
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.1.tgz#35168f561bab4e3fd10dd6b03e8b83c157479211"
3186
+ integrity sha512-TPYUEqJK6avLcEjumWsIuTpuYODTTDAtoMdt8ZZa93uWMTX13Nb8L5leSje1NluammvU+oI3QRr5lLXPgihX3w==
3187
3187
  dependencies:
3188
- "@typescript-eslint/types" "8.58.0"
3189
- "@typescript-eslint/visitor-keys" "8.58.0"
3188
+ "@typescript-eslint/types" "8.58.1"
3189
+ "@typescript-eslint/visitor-keys" "8.58.1"
3190
3190
 
3191
3191
  "@typescript-eslint/tsconfig-utils@8.56.0", "@typescript-eslint/tsconfig-utils@^8.56.0":
3192
3192
  version "8.56.0"
3193
3193
  resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.0.tgz#2538ce83cbc376e685487960cbb24b65fe2abc4e"
3194
3194
  integrity sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==
3195
3195
 
3196
- "@typescript-eslint/tsconfig-utils@8.58.0", "@typescript-eslint/tsconfig-utils@^8.58.0":
3197
- version "8.58.0"
3198
- resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.0.tgz#c5a8edb21f31e0fdee565724e1b984171c559482"
3199
- integrity sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==
3196
+ "@typescript-eslint/tsconfig-utils@8.58.1", "@typescript-eslint/tsconfig-utils@^8.58.1":
3197
+ version "8.58.1"
3198
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.1.tgz#eb16792c579300c7bfb3c74b0f5e1dfbb0a2454d"
3199
+ integrity sha512-JAr2hOIct2Q+qk3G+8YFfqkqi7sC86uNryT+2i5HzMa2MPjw4qNFvtjnw1IiA1rP7QhNKVe21mSSLaSjwA1Olw==
3200
3200
 
3201
3201
  "@typescript-eslint/type-utils@6.21.0":
3202
3202
  version "6.21.0"
@@ -3208,14 +3208,14 @@
3208
3208
  debug "^4.3.4"
3209
3209
  ts-api-utils "^1.0.1"
3210
3210
 
3211
- "@typescript-eslint/type-utils@8.58.0":
3212
- version "8.58.0"
3213
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.0.tgz#ce0e72cd967ffbbe8de322db6089bd4374be352f"
3214
- integrity sha512-aGsCQImkDIqMyx1u4PrVlbi/krmDsQUs4zAcCV6M7yPcPev+RqVlndsJy9kJ8TLihW9TZ0kbDAzctpLn5o+lOg==
3211
+ "@typescript-eslint/type-utils@8.58.1":
3212
+ version "8.58.1"
3213
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.1.tgz#b21085a233087bde94c92ba6f5b4dfb77ca56730"
3214
+ integrity sha512-HUFxvTJVroT+0rXVJC7eD5zol6ID+Sn5npVPWoFuHGg9Ncq5Q4EYstqR+UOqaNRFXi5TYkpXXkLhoCHe3G0+7w==
3215
3215
  dependencies:
3216
- "@typescript-eslint/types" "8.58.0"
3217
- "@typescript-eslint/typescript-estree" "8.58.0"
3218
- "@typescript-eslint/utils" "8.58.0"
3216
+ "@typescript-eslint/types" "8.58.1"
3217
+ "@typescript-eslint/typescript-estree" "8.58.1"
3218
+ "@typescript-eslint/utils" "8.58.1"
3219
3219
  debug "^4.4.3"
3220
3220
  ts-api-utils "^2.5.0"
3221
3221
 
@@ -3234,10 +3234,10 @@
3234
3234
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.0.tgz#a2444011b9a98ca13d70411d2cbfed5443b3526a"
3235
3235
  integrity sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==
3236
3236
 
3237
- "@typescript-eslint/types@8.58.0", "@typescript-eslint/types@^8.58.0":
3238
- version "8.58.0"
3239
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.0.tgz#e94ae7abdc1c6530e71183c1007b61fa93112a5a"
3240
- integrity sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==
3237
+ "@typescript-eslint/types@8.58.1", "@typescript-eslint/types@^8.58.1":
3238
+ version "8.58.1"
3239
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.1.tgz#9dfb4723fcd2b13737d8b03d941354cf73190313"
3240
+ integrity sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==
3241
3241
 
3242
3242
  "@typescript-eslint/typescript-estree@6.21.0":
3243
3243
  version "6.21.0"
@@ -3282,15 +3282,15 @@
3282
3282
  tinyglobby "^0.2.15"
3283
3283
  ts-api-utils "^2.4.0"
3284
3284
 
3285
- "@typescript-eslint/typescript-estree@8.58.0":
3286
- version "8.58.0"
3287
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.0.tgz#ed233faa8e2f2a2e1357c3e7d553d6465a0ee59a"
3288
- integrity sha512-7vv5UWbHqew/dvs+D3e1RvLv1v2eeZ9txRHPnEEBUgSNLx5ghdzjHa0sgLWYVKssH+lYmV0JaWdoubo0ncGYLA==
3285
+ "@typescript-eslint/typescript-estree@8.58.1":
3286
+ version "8.58.1"
3287
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.1.tgz#8230cc9628d2cffef101e298c62807c4b9bf2fe9"
3288
+ integrity sha512-w4w7WR7GHOjqqPnvAYbazq+Y5oS68b9CzasGtnd6jIeOIeKUzYzupGTB2T4LTPSv4d+WPeccbxuneTFHYgAAWg==
3289
3289
  dependencies:
3290
- "@typescript-eslint/project-service" "8.58.0"
3291
- "@typescript-eslint/tsconfig-utils" "8.58.0"
3292
- "@typescript-eslint/types" "8.58.0"
3293
- "@typescript-eslint/visitor-keys" "8.58.0"
3290
+ "@typescript-eslint/project-service" "8.58.1"
3291
+ "@typescript-eslint/tsconfig-utils" "8.58.1"
3292
+ "@typescript-eslint/types" "8.58.1"
3293
+ "@typescript-eslint/visitor-keys" "8.58.1"
3294
3294
  debug "^4.4.3"
3295
3295
  minimatch "^10.2.2"
3296
3296
  semver "^7.7.3"
@@ -3310,15 +3310,15 @@
3310
3310
  "@typescript-eslint/typescript-estree" "6.21.0"
3311
3311
  semver "^7.5.4"
3312
3312
 
3313
- "@typescript-eslint/utils@8.58.0":
3314
- version "8.58.0"
3315
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.0.tgz#21a74a7963b0d288b719a4121c7dd555adaab3c3"
3316
- integrity sha512-RfeSqcFeHMHlAWzt4TBjWOAtoW9lnsAGiP3GbaX9uVgTYYrMbVnGONEfUCiSss+xMHFl+eHZiipmA8WkQ7FuNA==
3313
+ "@typescript-eslint/utils@8.58.1":
3314
+ version "8.58.1"
3315
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.1.tgz#099a327b04ed921e6ee3988cde9ef34bc4b5435a"
3316
+ integrity sha512-Ln8R0tmWC7pTtLOzgJzYTXSCjJ9rDNHAqTaVONF4FEi2qwce8mD9iSOxOpLFFvWp/wBFlew0mjM1L1ihYWfBdQ==
3317
3317
  dependencies:
3318
3318
  "@eslint-community/eslint-utils" "^4.9.1"
3319
- "@typescript-eslint/scope-manager" "8.58.0"
3320
- "@typescript-eslint/types" "8.58.0"
3321
- "@typescript-eslint/typescript-estree" "8.58.0"
3319
+ "@typescript-eslint/scope-manager" "8.58.1"
3320
+ "@typescript-eslint/types" "8.58.1"
3321
+ "@typescript-eslint/typescript-estree" "8.58.1"
3322
3322
 
3323
3323
  "@typescript-eslint/utils@^7.18.0":
3324
3324
  version "7.18.0"
@@ -3364,12 +3364,12 @@
3364
3364
  "@typescript-eslint/types" "8.56.0"
3365
3365
  eslint-visitor-keys "^5.0.0"
3366
3366
 
3367
- "@typescript-eslint/visitor-keys@8.58.0":
3368
- version "8.58.0"
3369
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz#2abd55a4be70fd55967aceaba4330b9ba9f45189"
3370
- integrity sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==
3367
+ "@typescript-eslint/visitor-keys@8.58.1":
3368
+ version "8.58.1"
3369
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz#7c197533177f1ba9b8249f55f7f685e32bb6f204"
3370
+ integrity sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==
3371
3371
  dependencies:
3372
- "@typescript-eslint/types" "8.58.0"
3372
+ "@typescript-eslint/types" "8.58.1"
3373
3373
  eslint-visitor-keys "^5.0.0"
3374
3374
 
3375
3375
  "@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
@@ -4990,10 +4990,10 @@ eslint-config-oclif@^5.2.2:
4990
4990
  eslint-plugin-n "^15.1.0"
4991
4991
  eslint-plugin-unicorn "^48.0.1"
4992
4992
 
4993
- eslint-config-oclif@^6.0.156:
4994
- version "6.0.156"
4995
- resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.156.tgz#2cd9b1ffa183e157eb7b5e7563a93e4ee1c95367"
4996
- integrity sha512-CA/h54WSdpGFU829gC6FRN0rcOZYe/+k/gRGZW3W1RZW8Jbb1mMZOXJCzMh0M2vyH7Bz60poRt6hsugiIAtwHQ==
4993
+ eslint-config-oclif@^6.0.157:
4994
+ version "6.0.157"
4995
+ resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.157.tgz#31193548d8094fd3649ee4fcdabe487c3469f9e8"
4996
+ integrity sha512-Kt4MBzjWY4FLJgVeMsG4oZwmWbkQuqQioKtnXp9RDb6LR472Isr9yAfuLEsNTZMXfYEv5lsTv2zyg619HkL19Q==
4997
4997
  dependencies:
4998
4998
  "@eslint/compat" "^1.4.1"
4999
4999
  "@eslint/eslintrc" "^3.3.5"
@@ -5011,7 +5011,7 @@ eslint-config-oclif@^6.0.156:
5011
5011
  eslint-plugin-n "^17.24.0"
5012
5012
  eslint-plugin-perfectionist "^4"
5013
5013
  eslint-plugin-unicorn "^56.0.1"
5014
- typescript-eslint "^8.58.0"
5014
+ typescript-eslint "^8.58.1"
5015
5015
 
5016
5016
  eslint-config-prettier@^9.1.0:
5017
5017
  version "9.1.2"
@@ -5564,13 +5564,13 @@ fast-xml-parser@5.5.8:
5564
5564
  path-expression-matcher "^1.2.0"
5565
5565
  strnum "^2.2.0"
5566
5566
 
5567
- fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.7:
5568
- version "5.5.11"
5569
- resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.11.tgz#406a888587aed0ba6b3e60382dfbb3b1f80692ad"
5570
- integrity sha512-QL0eb0YbSTVWF6tTf1+LEMSgtCEjBYPpnAjoLC8SscESlAjXEIRJ7cHtLG0pLeDFaZLa4VKZLArtA/60ZS7vyA==
5567
+ fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.12, fast-xml-parser@^5.5.7:
5568
+ version "5.5.12"
5569
+ resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.12.tgz#6e50e5a5bbb03c1dc72a9268a9bfe677b1b623b2"
5570
+ integrity sha512-nUR0q8PPfoA/svPM43Gup7vLOZWppaNrYgGmrVqrAVJa7cOH4hMG6FX9M4mQ8dZA1/ObGZHzES7Ed88hxEBSJg==
5571
5571
  dependencies:
5572
5572
  fast-xml-builder "^1.1.4"
5573
- path-expression-matcher "^1.4.0"
5573
+ path-expression-matcher "^1.5.0"
5574
5574
  strnum "^2.2.3"
5575
5575
 
5576
5576
  fastest-levenshtein@^1.0.7:
@@ -8198,7 +8198,7 @@ path-exists@^4.0.0:
8198
8198
  resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
8199
8199
  integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
8200
8200
 
8201
- path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0, path-expression-matcher@^1.4.0:
8201
+ path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0, path-expression-matcher@^1.5.0:
8202
8202
  version "1.5.0"
8203
8203
  resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a"
8204
8204
  integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==
@@ -9863,15 +9863,15 @@ typedoc@^0.26.5:
9863
9863
  shiki "^1.16.2"
9864
9864
  yaml "^2.5.1"
9865
9865
 
9866
- typescript-eslint@^8.58.0:
9867
- version "8.58.0"
9868
- resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.58.0.tgz#5758b1b68ae7ec05d756b98c63a1f6953a01172b"
9869
- integrity sha512-e2TQzKfaI85fO+F3QywtX+tCTsu/D3WW5LVU6nz8hTFKFZ8yBJ6mSYRpXqdR3mFjPWmO0eWsTa5f+UpAOe/FMA==
9866
+ typescript-eslint@^8.58.1:
9867
+ version "8.58.1"
9868
+ resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.58.1.tgz#e765cbfea5774dcb4b1473e5e77a46254f309b32"
9869
+ integrity sha512-gf6/oHChByg9HJvhMO1iBexJh12AqqTfnuxscMDOVqfJW3htsdRJI/GfPpHTTcyeB8cSTUY2JcZmVgoyPqcrDg==
9870
9870
  dependencies:
9871
- "@typescript-eslint/eslint-plugin" "8.58.0"
9872
- "@typescript-eslint/parser" "8.58.0"
9873
- "@typescript-eslint/typescript-estree" "8.58.0"
9874
- "@typescript-eslint/utils" "8.58.0"
9871
+ "@typescript-eslint/eslint-plugin" "8.58.1"
9872
+ "@typescript-eslint/parser" "8.58.1"
9873
+ "@typescript-eslint/typescript-estree" "8.58.1"
9874
+ "@typescript-eslint/utils" "8.58.1"
9875
9875
 
9876
9876
  "typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4:
9877
9877
  version "5.9.3"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.65"
270
+ "version": "5.0.67"
271
271
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.65",
4
+ "version": "5.0.67",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
@@ -12,10 +12,10 @@
12
12
  "@salesforce/kit": "^3.2.6",
13
13
  "@salesforce/sf-plugins-core": "^12.2.6",
14
14
  "@salesforce/source-deploy-retrieve": "12.32.7",
15
- "@salesforce/source-tracking": "7.8.10",
15
+ "@salesforce/source-tracking": "7.8.12",
16
16
  "@salesforce/ts-types": "^2.0.12",
17
17
  "fast-deep-equal": "^3.1.3",
18
- "fast-xml-parser": "^5.5.11",
18
+ "fast-xml-parser": "^5.5.12",
19
19
  "fs-extra": "^11.3.4",
20
20
  "graceful-fs": "^4.2.11",
21
21
  "isomorphic-git": "1.37.5"
@@ -28,7 +28,7 @@
28
28
  "@types/fs-extra": "^11.0.4",
29
29
  "@types/graceful-fs": "^4.1.9",
30
30
  "c8": "^11.0.0",
31
- "eslint-config-oclif": "^6.0.156",
31
+ "eslint-config-oclif": "^6.0.157",
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",