@jayree/sfdx-plugin-manifest 5.0.113 → 5.0.114

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
+ ## [5.0.114](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.113...5.0.114) (2026-06-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/source-deploy-retrieve ([#2277](https://github.com/jayree/sfdx-plugin-manifest/issues/2277)) ([ab7926b](https://github.com/jayree/sfdx-plugin-manifest/commit/ab7926b419b457012c2bc3813a55139c5345c01a))
7
+ * Add HouseholdNamingConfig (264) to the registry ([#1780](https://github.com/forcedotcom/source-deploy-retrieve/issues/1780)) ([4d7f3cb](https://github.com/forcedotcom/source-deploy-retrieve/commit/4d7f3cb98e93420cdbd430323fd3114067e715bf))
8
+
1
9
  ## [5.0.113](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.112...5.0.113) (2026-06-03)
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/5.0.113/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.114/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.113/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.114/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.113/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.114/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.113",
3
+ "version": "5.0.114",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.113",
9
+ "version": "5.0.114",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.34",
@@ -14,7 +14,7 @@
14
14
  "@salesforce/core": "^8.31.0",
15
15
  "@salesforce/kit": "^3.2.6",
16
16
  "@salesforce/sf-plugins-core": "^12.2.24",
17
- "@salesforce/source-deploy-retrieve": "12.36.1",
17
+ "@salesforce/source-deploy-retrieve": "12.36.2",
18
18
  "@salesforce/source-tracking": "7.8.16",
19
19
  "@salesforce/ts-types": "^2.0.12",
20
20
  "fast-deep-equal": "^3.1.3",
@@ -24,14 +24,14 @@
24
24
  "isomorphic-git": "1.38.4"
25
25
  },
26
26
  "devDependencies": {
27
- "@oclif/plugin-command-snapshot": "^5.3.23",
27
+ "@oclif/plugin-command-snapshot": "^5.3.24",
28
28
  "@salesforce/cli-plugins-testkit": "^5.3.58",
29
29
  "@salesforce/dev-scripts": "^11.0.4",
30
30
  "@salesforce/ts-sinon": "^1.4.34",
31
31
  "@types/fs-extra": "^11.0.4",
32
32
  "@types/graceful-fs": "^4.1.9",
33
33
  "c8": "^11.0.0",
34
- "eslint-config-oclif": "^6.0.167",
34
+ "eslint-config-oclif": "^6.0.168",
35
35
  "eslint-config-salesforce-license": "^1.0.2",
36
36
  "eslint-plugin-prettier": "^5.5.6",
37
37
  "eslint-plugin-sf-plugin": "^1.20.33",
@@ -4356,9 +4356,9 @@
4356
4356
  }
4357
4357
  },
4358
4358
  "node_modules/@oclif/plugin-command-snapshot": {
4359
- "version": "5.3.23",
4360
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.23.tgz",
4361
- "integrity": "sha512-Hes42cYgcbznz8meI/PVIgJj9w3bHm2jXDSbiXxe1gP3K8K6Ebqupxvg6M62U/mMPCjzYODhVP+12wVdGk2tdQ==",
4359
+ "version": "5.3.24",
4360
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.24.tgz",
4361
+ "integrity": "sha512-G7jm2NfCHzCqlWEcrmg6Uo5mii3ETOTD2zZNpBbcXV95IRnRp++FTwd3DaR36YpWSy0LpSYH87+NiLvb9nVZpA==",
4362
4362
  "dev": true,
4363
4363
  "license": "MIT",
4364
4364
  "dependencies": {
@@ -4369,7 +4369,7 @@
4369
4369
  "lodash.difference": "^4.5.0",
4370
4370
  "lodash.get": "^4.4.2",
4371
4371
  "lodash.sortby": "^4.7.0",
4372
- "semver": "^7.8.1",
4372
+ "semver": "^7.8.2",
4373
4373
  "ts-json-schema-generator": "^1.5.1"
4374
4374
  },
4375
4375
  "bin": {
@@ -5318,9 +5318,9 @@
5318
5318
  }
5319
5319
  },
5320
5320
  "node_modules/@salesforce/source-deploy-retrieve": {
5321
- "version": "12.36.1",
5322
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.36.1.tgz",
5323
- "integrity": "sha512-W+jVWAovoAfbtgCRzBKtVxKhQoBzFoEyAHLiCtT8U84/lBLIqeTCklYTA155GRSdC8DwQ26j0NKiDgpR79TqcQ==",
5321
+ "version": "12.36.2",
5322
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.36.2.tgz",
5323
+ "integrity": "sha512-N3+dnM2EBsviXbnzP89iuBbdSyzB5b3RqUPZwyCw99SF6x6u9GKQVL164kfWyozl4XtZnhTQvbU75qkriFYWoQ==",
5324
5324
  "license": "Apache-2.0",
5325
5325
  "dependencies": {
5326
5326
  "@salesforce/core": "^8.31.0",
@@ -6242,17 +6242,17 @@
6242
6242
  "license": "MIT"
6243
6243
  },
6244
6244
  "node_modules/@typescript-eslint/eslint-plugin": {
6245
- "version": "8.60.0",
6246
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.60.0.tgz",
6247
- "integrity": "sha512-QYb/sa74/s7OKMbACMjrYnGspj9Hs5YI5aaffSL65UfeBUzVzBJfVo3oWSpbzPurvm7yaCCo2Lk7lVj610HqKw==",
6245
+ "version": "8.60.1",
6246
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.60.1.tgz",
6247
+ "integrity": "sha512-JQ4S5GB0tfjO8BuJ4fcX+HodkzJjYBV+7OJ+wLygaX7OGQ7FudyHL4NSCA6ob+w3Yn+5MkKIozOwQhXeM7opVg==",
6248
6248
  "dev": true,
6249
6249
  "license": "MIT",
6250
6250
  "dependencies": {
6251
6251
  "@eslint-community/regexpp": "^4.12.2",
6252
- "@typescript-eslint/scope-manager": "8.60.0",
6253
- "@typescript-eslint/type-utils": "8.60.0",
6254
- "@typescript-eslint/utils": "8.60.0",
6255
- "@typescript-eslint/visitor-keys": "8.60.0",
6252
+ "@typescript-eslint/scope-manager": "8.60.1",
6253
+ "@typescript-eslint/type-utils": "8.60.1",
6254
+ "@typescript-eslint/utils": "8.60.1",
6255
+ "@typescript-eslint/visitor-keys": "8.60.1",
6256
6256
  "ignore": "^7.0.5",
6257
6257
  "natural-compare": "^1.4.0",
6258
6258
  "ts-api-utils": "^2.5.0"
@@ -6265,20 +6265,20 @@
6265
6265
  "url": "https://opencollective.com/typescript-eslint"
6266
6266
  },
6267
6267
  "peerDependencies": {
6268
- "@typescript-eslint/parser": "^8.60.0",
6268
+ "@typescript-eslint/parser": "^8.60.1",
6269
6269
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
6270
6270
  "typescript": ">=4.8.4 <6.1.0"
6271
6271
  }
6272
6272
  },
6273
6273
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
6274
- "version": "8.60.0",
6275
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.60.0.tgz",
6276
- "integrity": "sha512-pFzqhllJMs+jghLQWzV00ds39xLzuyqPSev5pd8f4Ir0rtKR3ZLUB4/4dhjOFighWb9larvtfJvqL+4yKDI3Xw==",
6274
+ "version": "8.60.1",
6275
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.60.1.tgz",
6276
+ "integrity": "sha512-gvI5OQoptnxQnchOirukCuQ55svJSTuD/4k5+pC267xyBtYry748R9/c3tYUzb/iE6RZfllRz2lVulLCHkTm4w==",
6277
6277
  "dev": true,
6278
6278
  "license": "MIT",
6279
6279
  "dependencies": {
6280
- "@typescript-eslint/types": "8.60.0",
6281
- "@typescript-eslint/visitor-keys": "8.60.0"
6280
+ "@typescript-eslint/types": "8.60.1",
6281
+ "@typescript-eslint/visitor-keys": "8.60.1"
6282
6282
  },
6283
6283
  "engines": {
6284
6284
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -6289,9 +6289,9 @@
6289
6289
  }
6290
6290
  },
6291
6291
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
6292
- "version": "8.60.0",
6293
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.0.tgz",
6294
- "integrity": "sha512-AsE7x2XaAK+CVbeih0Fvbn+r1qHxtpLDJ3XUuFcIinT318T90yHMJC+Zgv+jUuDjQQd06HKwxnDu6sz1IcTilA==",
6292
+ "version": "8.60.1",
6293
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.1.tgz",
6294
+ "integrity": "sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w==",
6295
6295
  "dev": true,
6296
6296
  "license": "MIT",
6297
6297
  "engines": {
@@ -6303,13 +6303,13 @@
6303
6303
  }
6304
6304
  },
6305
6305
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
6306
- "version": "8.60.0",
6307
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.0.tgz",
6308
- "integrity": "sha512-9WI52t8ZGLVGrPMBet25yAftqY/n95+zmoUUtJBBQTKDSKUu7OsPTroT2op7U9JatkoRccL0YkWDNMFfC4Sjxg==",
6306
+ "version": "8.60.1",
6307
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.1.tgz",
6308
+ "integrity": "sha512-EbGRQg4FhrmwLodl+t3JNAnXHWVr9Vp+Zl1QBZVPY4ByfkzIT8cX3K6QWODHtkIZqqJVEWvhHSx3v5PDHsaQag==",
6309
6309
  "dev": true,
6310
6310
  "license": "MIT",
6311
6311
  "dependencies": {
6312
- "@typescript-eslint/types": "8.60.0",
6312
+ "@typescript-eslint/types": "8.60.1",
6313
6313
  "eslint-visitor-keys": "^5.0.0"
6314
6314
  },
6315
6315
  "engines": {
@@ -6357,16 +6357,16 @@
6357
6357
  }
6358
6358
  },
6359
6359
  "node_modules/@typescript-eslint/parser": {
6360
- "version": "8.60.0",
6361
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.60.0.tgz",
6362
- "integrity": "sha512-fcqpj/MyK4sxDPcbe7STNPbpQL4RLZOPWuaTmwZYuc+hJKzRf58yRxfhqGpc6PIq9ZyfSBpfHgmUHmHs0KwHwg==",
6360
+ "version": "8.60.1",
6361
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.60.1.tgz",
6362
+ "integrity": "sha512-A0M6ua6H252bVjPvvtSgl2QA4+ET9S5Mtkb2GDyTxIhH/C4qDItT7RQNO5PhMC6NXGYXOR9dIalcDDgBKT7oFA==",
6363
6363
  "dev": true,
6364
6364
  "license": "MIT",
6365
6365
  "dependencies": {
6366
- "@typescript-eslint/scope-manager": "8.60.0",
6367
- "@typescript-eslint/types": "8.60.0",
6368
- "@typescript-eslint/typescript-estree": "8.60.0",
6369
- "@typescript-eslint/visitor-keys": "8.60.0",
6366
+ "@typescript-eslint/scope-manager": "8.60.1",
6367
+ "@typescript-eslint/types": "8.60.1",
6368
+ "@typescript-eslint/typescript-estree": "8.60.1",
6369
+ "@typescript-eslint/visitor-keys": "8.60.1",
6370
6370
  "debug": "^4.4.3"
6371
6371
  },
6372
6372
  "engines": {
@@ -6382,14 +6382,14 @@
6382
6382
  }
6383
6383
  },
6384
6384
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
6385
- "version": "8.60.0",
6386
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.60.0.tgz",
6387
- "integrity": "sha512-pFzqhllJMs+jghLQWzV00ds39xLzuyqPSev5pd8f4Ir0rtKR3ZLUB4/4dhjOFighWb9larvtfJvqL+4yKDI3Xw==",
6385
+ "version": "8.60.1",
6386
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.60.1.tgz",
6387
+ "integrity": "sha512-gvI5OQoptnxQnchOirukCuQ55svJSTuD/4k5+pC267xyBtYry748R9/c3tYUzb/iE6RZfllRz2lVulLCHkTm4w==",
6388
6388
  "dev": true,
6389
6389
  "license": "MIT",
6390
6390
  "dependencies": {
6391
- "@typescript-eslint/types": "8.60.0",
6392
- "@typescript-eslint/visitor-keys": "8.60.0"
6391
+ "@typescript-eslint/types": "8.60.1",
6392
+ "@typescript-eslint/visitor-keys": "8.60.1"
6393
6393
  },
6394
6394
  "engines": {
6395
6395
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -6400,9 +6400,9 @@
6400
6400
  }
6401
6401
  },
6402
6402
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
6403
- "version": "8.60.0",
6404
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.0.tgz",
6405
- "integrity": "sha512-AsE7x2XaAK+CVbeih0Fvbn+r1qHxtpLDJ3XUuFcIinT318T90yHMJC+Zgv+jUuDjQQd06HKwxnDu6sz1IcTilA==",
6403
+ "version": "8.60.1",
6404
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.1.tgz",
6405
+ "integrity": "sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w==",
6406
6406
  "dev": true,
6407
6407
  "license": "MIT",
6408
6408
  "engines": {
@@ -6414,13 +6414,13 @@
6414
6414
  }
6415
6415
  },
6416
6416
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
6417
- "version": "8.60.0",
6418
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.0.tgz",
6419
- "integrity": "sha512-9WI52t8ZGLVGrPMBet25yAftqY/n95+zmoUUtJBBQTKDSKUu7OsPTroT2op7U9JatkoRccL0YkWDNMFfC4Sjxg==",
6417
+ "version": "8.60.1",
6418
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.1.tgz",
6419
+ "integrity": "sha512-EbGRQg4FhrmwLodl+t3JNAnXHWVr9Vp+Zl1QBZVPY4ByfkzIT8cX3K6QWODHtkIZqqJVEWvhHSx3v5PDHsaQag==",
6420
6420
  "dev": true,
6421
6421
  "license": "MIT",
6422
6422
  "dependencies": {
6423
- "@typescript-eslint/types": "8.60.0",
6423
+ "@typescript-eslint/types": "8.60.1",
6424
6424
  "eslint-visitor-keys": "^5.0.0"
6425
6425
  },
6426
6426
  "engines": {
@@ -6445,14 +6445,14 @@
6445
6445
  }
6446
6446
  },
6447
6447
  "node_modules/@typescript-eslint/project-service": {
6448
- "version": "8.60.0",
6449
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.60.0.tgz",
6450
- "integrity": "sha512-aZu74NNKJeUWqCjDddzdiKaS82dgYgV/vmf+Ui3ZdZejmgfXR/q+pRumgobnQ2cCJTgGTWp4ypiwsuofFubavg==",
6448
+ "version": "8.60.1",
6449
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.60.1.tgz",
6450
+ "integrity": "sha512-eXkTH2bxmXlqD1RnOPmLZ9ZM9D3VwSx04JOwBnP9RQ+yUA5a2Mu7SfW8uaV2Aon53NJzZlZYuX7tn91Izf+xaw==",
6451
6451
  "dev": true,
6452
6452
  "license": "MIT",
6453
6453
  "dependencies": {
6454
- "@typescript-eslint/tsconfig-utils": "^8.60.0",
6455
- "@typescript-eslint/types": "^8.60.0",
6454
+ "@typescript-eslint/tsconfig-utils": "^8.60.1",
6455
+ "@typescript-eslint/types": "^8.60.1",
6456
6456
  "debug": "^4.4.3"
6457
6457
  },
6458
6458
  "engines": {
@@ -6467,9 +6467,9 @@
6467
6467
  }
6468
6468
  },
6469
6469
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
6470
- "version": "8.60.0",
6471
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.60.0.tgz",
6472
- "integrity": "sha512-BZPR3RGYlAXnly6ymAxfkVn5rCbZzQNou0rxv3GfWZ8cTQp+hhVd73khbGLAd8k1TlAPLISH337M+tAgAnaJDQ==",
6470
+ "version": "8.60.1",
6471
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.60.1.tgz",
6472
+ "integrity": "sha512-nh8w4qAteiKuZu3pSSzG/yGKpw0OlkrKnzFmbVRenKaD4qc+7i1GrmZaLVkr8rk4uipiPGMOW4YsM6WmKZ5CvA==",
6473
6473
  "dev": true,
6474
6474
  "license": "MIT",
6475
6475
  "engines": {
@@ -6484,9 +6484,9 @@
6484
6484
  }
6485
6485
  },
6486
6486
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
6487
- "version": "8.60.0",
6488
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.0.tgz",
6489
- "integrity": "sha512-AsE7x2XaAK+CVbeih0Fvbn+r1qHxtpLDJ3XUuFcIinT318T90yHMJC+Zgv+jUuDjQQd06HKwxnDu6sz1IcTilA==",
6487
+ "version": "8.60.1",
6488
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.1.tgz",
6489
+ "integrity": "sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w==",
6490
6490
  "dev": true,
6491
6491
  "license": "MIT",
6492
6492
  "engines": {
@@ -6547,15 +6547,15 @@
6547
6547
  }
6548
6548
  },
6549
6549
  "node_modules/@typescript-eslint/type-utils": {
6550
- "version": "8.60.0",
6551
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.60.0.tgz",
6552
- "integrity": "sha512-SX46wEUtitCpq7AN38HkUU/+zvUpdKf7ephtWAFgckH8O7PQIyL5gvrhQgBLuEYgLfuKWOVvWVskMbuFHAz5xg==",
6550
+ "version": "8.60.1",
6551
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.60.1.tgz",
6552
+ "integrity": "sha512-sdwTrpjosW7ANQYJ39ZBF1ZyEMEGVB2UsikrserVM/30a/F1dTLnu9bGxEdosugyu5caigjLrR2qiD11asjI1A==",
6553
6553
  "dev": true,
6554
6554
  "license": "MIT",
6555
6555
  "dependencies": {
6556
- "@typescript-eslint/types": "8.60.0",
6557
- "@typescript-eslint/typescript-estree": "8.60.0",
6558
- "@typescript-eslint/utils": "8.60.0",
6556
+ "@typescript-eslint/types": "8.60.1",
6557
+ "@typescript-eslint/typescript-estree": "8.60.1",
6558
+ "@typescript-eslint/utils": "8.60.1",
6559
6559
  "debug": "^4.4.3",
6560
6560
  "ts-api-utils": "^2.5.0"
6561
6561
  },
@@ -6572,9 +6572,9 @@
6572
6572
  }
6573
6573
  },
6574
6574
  "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
6575
- "version": "8.60.0",
6576
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.0.tgz",
6577
- "integrity": "sha512-AsE7x2XaAK+CVbeih0Fvbn+r1qHxtpLDJ3XUuFcIinT318T90yHMJC+Zgv+jUuDjQQd06HKwxnDu6sz1IcTilA==",
6575
+ "version": "8.60.1",
6576
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.1.tgz",
6577
+ "integrity": "sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w==",
6578
6578
  "dev": true,
6579
6579
  "license": "MIT",
6580
6580
  "engines": {
@@ -6613,16 +6613,16 @@
6613
6613
  }
6614
6614
  },
6615
6615
  "node_modules/@typescript-eslint/typescript-estree": {
6616
- "version": "8.60.0",
6617
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.60.0.tgz",
6618
- "integrity": "sha512-3AcZNBGMClm6CXDyo8kYvVGT/sx29sS0oBsIb9oZI2gunA4Vm2M3YHzRLPvsUBBsl+yB5FPtltq7gGH0iTlp9g==",
6616
+ "version": "8.60.1",
6617
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.60.1.tgz",
6618
+ "integrity": "sha512-alpRkfG8hlVE5kdJW2GkfgDgXxold3e8e4l6EnmhRmRLbekgAPCCGDVD++sABy9FcgPFroq+uFcCSM1vR57Cew==",
6619
6619
  "dev": true,
6620
6620
  "license": "MIT",
6621
6621
  "dependencies": {
6622
- "@typescript-eslint/project-service": "8.60.0",
6623
- "@typescript-eslint/tsconfig-utils": "8.60.0",
6624
- "@typescript-eslint/types": "8.60.0",
6625
- "@typescript-eslint/visitor-keys": "8.60.0",
6622
+ "@typescript-eslint/project-service": "8.60.1",
6623
+ "@typescript-eslint/tsconfig-utils": "8.60.1",
6624
+ "@typescript-eslint/types": "8.60.1",
6625
+ "@typescript-eslint/visitor-keys": "8.60.1",
6626
6626
  "debug": "^4.4.3",
6627
6627
  "minimatch": "^10.2.2",
6628
6628
  "semver": "^7.7.3",
@@ -6641,9 +6641,9 @@
6641
6641
  }
6642
6642
  },
6643
6643
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
6644
- "version": "8.60.0",
6645
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.60.0.tgz",
6646
- "integrity": "sha512-BZPR3RGYlAXnly6ymAxfkVn5rCbZzQNou0rxv3GfWZ8cTQp+hhVd73khbGLAd8k1TlAPLISH337M+tAgAnaJDQ==",
6644
+ "version": "8.60.1",
6645
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.60.1.tgz",
6646
+ "integrity": "sha512-nh8w4qAteiKuZu3pSSzG/yGKpw0OlkrKnzFmbVRenKaD4qc+7i1GrmZaLVkr8rk4uipiPGMOW4YsM6WmKZ5CvA==",
6647
6647
  "dev": true,
6648
6648
  "license": "MIT",
6649
6649
  "engines": {
@@ -6658,9 +6658,9 @@
6658
6658
  }
6659
6659
  },
6660
6660
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
6661
- "version": "8.60.0",
6662
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.0.tgz",
6663
- "integrity": "sha512-AsE7x2XaAK+CVbeih0Fvbn+r1qHxtpLDJ3XUuFcIinT318T90yHMJC+Zgv+jUuDjQQd06HKwxnDu6sz1IcTilA==",
6661
+ "version": "8.60.1",
6662
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.1.tgz",
6663
+ "integrity": "sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w==",
6664
6664
  "dev": true,
6665
6665
  "license": "MIT",
6666
6666
  "engines": {
@@ -6672,13 +6672,13 @@
6672
6672
  }
6673
6673
  },
6674
6674
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
6675
- "version": "8.60.0",
6676
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.0.tgz",
6677
- "integrity": "sha512-9WI52t8ZGLVGrPMBet25yAftqY/n95+zmoUUtJBBQTKDSKUu7OsPTroT2op7U9JatkoRccL0YkWDNMFfC4Sjxg==",
6675
+ "version": "8.60.1",
6676
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.1.tgz",
6677
+ "integrity": "sha512-EbGRQg4FhrmwLodl+t3JNAnXHWVr9Vp+Zl1QBZVPY4ByfkzIT8cX3K6QWODHtkIZqqJVEWvhHSx3v5PDHsaQag==",
6678
6678
  "dev": true,
6679
6679
  "license": "MIT",
6680
6680
  "dependencies": {
6681
- "@typescript-eslint/types": "8.60.0",
6681
+ "@typescript-eslint/types": "8.60.1",
6682
6682
  "eslint-visitor-keys": "^5.0.0"
6683
6683
  },
6684
6684
  "engines": {
@@ -6755,16 +6755,16 @@
6755
6755
  }
6756
6756
  },
6757
6757
  "node_modules/@typescript-eslint/utils": {
6758
- "version": "8.60.0",
6759
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.60.0.tgz",
6760
- "integrity": "sha512-HtXuPfrHTyBDkameWpl+vJb1Uevu2tznAyahM1Oc4AENidCLTPiZDWIo4GfcxNdC/RcfGcadzzkqbRG87dUrQA==",
6758
+ "version": "8.60.1",
6759
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.60.1.tgz",
6760
+ "integrity": "sha512-h2MPBLoNtjc3qZWfY3Tl51yPorQ2McHn8pJfcMNTcIvrrZrr90Ykffit0yjrPFWQcRcUxzH20+6OcVdW4yHtUg==",
6761
6761
  "dev": true,
6762
6762
  "license": "MIT",
6763
6763
  "dependencies": {
6764
6764
  "@eslint-community/eslint-utils": "^4.9.1",
6765
- "@typescript-eslint/scope-manager": "8.60.0",
6766
- "@typescript-eslint/types": "8.60.0",
6767
- "@typescript-eslint/typescript-estree": "8.60.0"
6765
+ "@typescript-eslint/scope-manager": "8.60.1",
6766
+ "@typescript-eslint/types": "8.60.1",
6767
+ "@typescript-eslint/typescript-estree": "8.60.1"
6768
6768
  },
6769
6769
  "engines": {
6770
6770
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -6779,14 +6779,14 @@
6779
6779
  }
6780
6780
  },
6781
6781
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
6782
- "version": "8.60.0",
6783
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.60.0.tgz",
6784
- "integrity": "sha512-pFzqhllJMs+jghLQWzV00ds39xLzuyqPSev5pd8f4Ir0rtKR3ZLUB4/4dhjOFighWb9larvtfJvqL+4yKDI3Xw==",
6782
+ "version": "8.60.1",
6783
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.60.1.tgz",
6784
+ "integrity": "sha512-gvI5OQoptnxQnchOirukCuQ55svJSTuD/4k5+pC267xyBtYry748R9/c3tYUzb/iE6RZfllRz2lVulLCHkTm4w==",
6785
6785
  "dev": true,
6786
6786
  "license": "MIT",
6787
6787
  "dependencies": {
6788
- "@typescript-eslint/types": "8.60.0",
6789
- "@typescript-eslint/visitor-keys": "8.60.0"
6788
+ "@typescript-eslint/types": "8.60.1",
6789
+ "@typescript-eslint/visitor-keys": "8.60.1"
6790
6790
  },
6791
6791
  "engines": {
6792
6792
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -6797,9 +6797,9 @@
6797
6797
  }
6798
6798
  },
6799
6799
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
6800
- "version": "8.60.0",
6801
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.0.tgz",
6802
- "integrity": "sha512-AsE7x2XaAK+CVbeih0Fvbn+r1qHxtpLDJ3XUuFcIinT318T90yHMJC+Zgv+jUuDjQQd06HKwxnDu6sz1IcTilA==",
6800
+ "version": "8.60.1",
6801
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.1.tgz",
6802
+ "integrity": "sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w==",
6803
6803
  "dev": true,
6804
6804
  "license": "MIT",
6805
6805
  "engines": {
@@ -6811,13 +6811,13 @@
6811
6811
  }
6812
6812
  },
6813
6813
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
6814
- "version": "8.60.0",
6815
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.0.tgz",
6816
- "integrity": "sha512-9WI52t8ZGLVGrPMBet25yAftqY/n95+zmoUUtJBBQTKDSKUu7OsPTroT2op7U9JatkoRccL0YkWDNMFfC4Sjxg==",
6814
+ "version": "8.60.1",
6815
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.1.tgz",
6816
+ "integrity": "sha512-EbGRQg4FhrmwLodl+t3JNAnXHWVr9Vp+Zl1QBZVPY4ByfkzIT8cX3K6QWODHtkIZqqJVEWvhHSx3v5PDHsaQag==",
6817
6817
  "dev": true,
6818
6818
  "license": "MIT",
6819
6819
  "dependencies": {
6820
- "@typescript-eslint/types": "8.60.0",
6820
+ "@typescript-eslint/types": "8.60.1",
6821
6821
  "eslint-visitor-keys": "^5.0.0"
6822
6822
  },
6823
6823
  "engines": {
@@ -9600,9 +9600,9 @@
9600
9600
  }
9601
9601
  },
9602
9602
  "node_modules/eslint-config-oclif": {
9603
- "version": "6.0.167",
9604
- "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.167.tgz",
9605
- "integrity": "sha512-CdFBogd4GWq7apgGlU78nXVhVyQdj74kaB7jAuoV3Y2ue1vZ7YlNCb2p2879kGPp6WWIUHUHUX1wvnnVKReN8Q==",
9603
+ "version": "6.0.168",
9604
+ "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.168.tgz",
9605
+ "integrity": "sha512-WG6X1ywhs4V4YP2YHO3xqwHOv+BMprxf2MYtCwFfGW/zwUpaDsSgGwI882WLhUmkW3PHC1IaVpGj3vEc2rlcXA==",
9606
9606
  "dev": true,
9607
9607
  "license": "MIT",
9608
9608
  "dependencies": {
@@ -9622,7 +9622,7 @@
9622
9622
  "eslint-plugin-n": "^17.24.0",
9623
9623
  "eslint-plugin-perfectionist": "^4",
9624
9624
  "eslint-plugin-unicorn": "^56.0.1",
9625
- "typescript-eslint": "^8.60.0"
9625
+ "typescript-eslint": "^8.60.1"
9626
9626
  },
9627
9627
  "engines": {
9628
9628
  "node": ">=18.18.0"
@@ -17316,9 +17316,9 @@
17316
17316
  "license": "BSD-3-Clause"
17317
17317
  },
17318
17318
  "node_modules/semver": {
17319
- "version": "7.8.1",
17320
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
17321
- "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
17319
+ "version": "7.8.2",
17320
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.2.tgz",
17321
+ "integrity": "sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==",
17322
17322
  "license": "ISC",
17323
17323
  "bin": {
17324
17324
  "semver": "bin/semver.js"
@@ -19103,16 +19103,16 @@
19103
19103
  }
19104
19104
  },
19105
19105
  "node_modules/typescript-eslint": {
19106
- "version": "8.60.0",
19107
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.60.0.tgz",
19108
- "integrity": "sha512-9f65qWLZdAW9m1JaxBDUHcqRUfL8bkxxXL7XxEfI+F09q56PkBvIfCjLF3yInsDM/BBmwkqmCQdCZe/RYlIWEw==",
19106
+ "version": "8.60.1",
19107
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.60.1.tgz",
19108
+ "integrity": "sha512-6m5hkkRAp8lKvhVpcprAIn5KkehQEh+47oHH2VGnExEh7dhNxXlg6GPAOIu6TxbVQxhebrJDvjl3020ooiWCMA==",
19109
19109
  "dev": true,
19110
19110
  "license": "MIT",
19111
19111
  "dependencies": {
19112
- "@typescript-eslint/eslint-plugin": "8.60.0",
19113
- "@typescript-eslint/parser": "8.60.0",
19114
- "@typescript-eslint/typescript-estree": "8.60.0",
19115
- "@typescript-eslint/utils": "8.60.0"
19112
+ "@typescript-eslint/eslint-plugin": "8.60.1",
19113
+ "@typescript-eslint/parser": "8.60.1",
19114
+ "@typescript-eslint/typescript-estree": "8.60.1",
19115
+ "@typescript-eslint/utils": "8.60.1"
19116
19116
  },
19117
19117
  "engines": {
19118
19118
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
package/oclif.lock CHANGED
@@ -1525,10 +1525,10 @@
1525
1525
  wordwrap "^1.0.0"
1526
1526
  wrap-ansi "^7.0.0"
1527
1527
 
1528
- "@oclif/plugin-command-snapshot@^5.3.23":
1529
- version "5.3.23"
1530
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.23.tgz#c2ad62ba11293e273577d4f03cb74c993a8ad6bd"
1531
- integrity sha512-Hes42cYgcbznz8meI/PVIgJj9w3bHm2jXDSbiXxe1gP3K8K6Ebqupxvg6M62U/mMPCjzYODhVP+12wVdGk2tdQ==
1528
+ "@oclif/plugin-command-snapshot@^5.3.24":
1529
+ version "5.3.24"
1530
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.24.tgz#c527184dcfadcd31ae9779de7f3594ef8cdbd092"
1531
+ integrity sha512-G7jm2NfCHzCqlWEcrmg6Uo5mii3ETOTD2zZNpBbcXV95IRnRp++FTwd3DaR36YpWSy0LpSYH87+NiLvb9nVZpA==
1532
1532
  dependencies:
1533
1533
  "@oclif/core" "^4"
1534
1534
  ansis "^3.17.0"
@@ -1537,7 +1537,7 @@
1537
1537
  lodash.difference "^4.5.0"
1538
1538
  lodash.get "^4.4.2"
1539
1539
  lodash.sortby "^4.7.0"
1540
- semver "^7.8.1"
1540
+ semver "^7.8.2"
1541
1541
  ts-json-schema-generator "^1.5.1"
1542
1542
 
1543
1543
  "@oclif/plugin-help@^6.2.49":
@@ -1737,10 +1737,10 @@
1737
1737
  cli-progress "^3.12.0"
1738
1738
  terminal-link "^3.0.0"
1739
1739
 
1740
- "@salesforce/source-deploy-retrieve@12.36.1", "@salesforce/source-deploy-retrieve@^12.35.9":
1741
- version "12.36.1"
1742
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.36.1.tgz#c054e6efc95fefc29179e6ee83b81ff145187a51"
1743
- integrity sha512-W+jVWAovoAfbtgCRzBKtVxKhQoBzFoEyAHLiCtT8U84/lBLIqeTCklYTA155GRSdC8DwQ26j0NKiDgpR79TqcQ==
1740
+ "@salesforce/source-deploy-retrieve@12.36.2", "@salesforce/source-deploy-retrieve@^12.35.9":
1741
+ version "12.36.2"
1742
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.36.2.tgz#54b8f414687960581a5513216bcd5b77b9489136"
1743
+ integrity sha512-N3+dnM2EBsviXbnzP89iuBbdSyzB5b3RqUPZwyCw99SF6x6u9GKQVL164kfWyozl4XtZnhTQvbU75qkriFYWoQ==
1744
1744
  dependencies:
1745
1745
  "@salesforce/core" "^8.31.0"
1746
1746
  "@salesforce/kit" "^3.2.4"
@@ -2299,16 +2299,16 @@
2299
2299
  resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
2300
2300
  integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
2301
2301
 
2302
- "@typescript-eslint/eslint-plugin@8.60.0", "@typescript-eslint/eslint-plugin@^8":
2303
- version "8.60.0"
2304
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.60.0.tgz#8fc1e0a950c43270eaf0212dc060f7edaa42f9cf"
2305
- integrity sha512-QYb/sa74/s7OKMbACMjrYnGspj9Hs5YI5aaffSL65UfeBUzVzBJfVo3oWSpbzPurvm7yaCCo2Lk7lVj610HqKw==
2302
+ "@typescript-eslint/eslint-plugin@8.60.1", "@typescript-eslint/eslint-plugin@^8":
2303
+ version "8.60.1"
2304
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.60.1.tgz#c1060bb8fa4be80624d3f3dec8dd9caca373af76"
2305
+ integrity sha512-JQ4S5GB0tfjO8BuJ4fcX+HodkzJjYBV+7OJ+wLygaX7OGQ7FudyHL4NSCA6ob+w3Yn+5MkKIozOwQhXeM7opVg==
2306
2306
  dependencies:
2307
2307
  "@eslint-community/regexpp" "^4.12.2"
2308
- "@typescript-eslint/scope-manager" "8.60.0"
2309
- "@typescript-eslint/type-utils" "8.60.0"
2310
- "@typescript-eslint/utils" "8.60.0"
2311
- "@typescript-eslint/visitor-keys" "8.60.0"
2308
+ "@typescript-eslint/scope-manager" "8.60.1"
2309
+ "@typescript-eslint/type-utils" "8.60.1"
2310
+ "@typescript-eslint/utils" "8.60.1"
2311
+ "@typescript-eslint/visitor-keys" "8.60.1"
2312
2312
  ignore "^7.0.5"
2313
2313
  natural-compare "^1.4.0"
2314
2314
  ts-api-utils "^2.5.0"
@@ -2330,15 +2330,15 @@
2330
2330
  semver "^7.5.4"
2331
2331
  ts-api-utils "^1.0.1"
2332
2332
 
2333
- "@typescript-eslint/parser@8.60.0", "@typescript-eslint/parser@^8":
2334
- version "8.60.0"
2335
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.60.0.tgz#38d611b8e658cb10850d4975e8a175a222fbcd6a"
2336
- integrity sha512-fcqpj/MyK4sxDPcbe7STNPbpQL4RLZOPWuaTmwZYuc+hJKzRf58yRxfhqGpc6PIq9ZyfSBpfHgmUHmHs0KwHwg==
2333
+ "@typescript-eslint/parser@8.60.1", "@typescript-eslint/parser@^8":
2334
+ version "8.60.1"
2335
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.60.1.tgz#a9d7f30850384d34b41f4687dd8944823c09e289"
2336
+ integrity sha512-A0M6ua6H252bVjPvvtSgl2QA4+ET9S5Mtkb2GDyTxIhH/C4qDItT7RQNO5PhMC6NXGYXOR9dIalcDDgBKT7oFA==
2337
2337
  dependencies:
2338
- "@typescript-eslint/scope-manager" "8.60.0"
2339
- "@typescript-eslint/types" "8.60.0"
2340
- "@typescript-eslint/typescript-estree" "8.60.0"
2341
- "@typescript-eslint/visitor-keys" "8.60.0"
2338
+ "@typescript-eslint/scope-manager" "8.60.1"
2339
+ "@typescript-eslint/types" "8.60.1"
2340
+ "@typescript-eslint/typescript-estree" "8.60.1"
2341
+ "@typescript-eslint/visitor-keys" "8.60.1"
2342
2342
  debug "^4.4.3"
2343
2343
 
2344
2344
  "@typescript-eslint/parser@^6.21.0":
@@ -2361,13 +2361,13 @@
2361
2361
  "@typescript-eslint/types" "^8.56.0"
2362
2362
  debug "^4.4.3"
2363
2363
 
2364
- "@typescript-eslint/project-service@8.60.0":
2365
- version "8.60.0"
2366
- resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.60.0.tgz#b82ab12e64d005d0c7163d1240c432381f1bde0f"
2367
- integrity sha512-aZu74NNKJeUWqCjDddzdiKaS82dgYgV/vmf+Ui3ZdZejmgfXR/q+pRumgobnQ2cCJTgGTWp4ypiwsuofFubavg==
2364
+ "@typescript-eslint/project-service@8.60.1":
2365
+ version "8.60.1"
2366
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.60.1.tgz#eb29712f58d72c222fc727162e92f2ab4670971b"
2367
+ integrity sha512-eXkTH2bxmXlqD1RnOPmLZ9ZM9D3VwSx04JOwBnP9RQ+yUA5a2Mu7SfW8uaV2Aon53NJzZlZYuX7tn91Izf+xaw==
2368
2368
  dependencies:
2369
- "@typescript-eslint/tsconfig-utils" "^8.60.0"
2370
- "@typescript-eslint/types" "^8.60.0"
2369
+ "@typescript-eslint/tsconfig-utils" "^8.60.1"
2370
+ "@typescript-eslint/types" "^8.60.1"
2371
2371
  debug "^4.4.3"
2372
2372
 
2373
2373
  "@typescript-eslint/scope-manager@6.21.0":
@@ -2394,23 +2394,23 @@
2394
2394
  "@typescript-eslint/types" "8.56.0"
2395
2395
  "@typescript-eslint/visitor-keys" "8.56.0"
2396
2396
 
2397
- "@typescript-eslint/scope-manager@8.60.0":
2398
- version "8.60.0"
2399
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.60.0.tgz#7617a4617c043fe235dcf066f9a40f106cfd2fd5"
2400
- integrity sha512-pFzqhllJMs+jghLQWzV00ds39xLzuyqPSev5pd8f4Ir0rtKR3ZLUB4/4dhjOFighWb9larvtfJvqL+4yKDI3Xw==
2397
+ "@typescript-eslint/scope-manager@8.60.1":
2398
+ version "8.60.1"
2399
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.60.1.tgz#2f875962eaad0a0789cc3c36aea9b4ddeb2dd9c8"
2400
+ integrity sha512-gvI5OQoptnxQnchOirukCuQ55svJSTuD/4k5+pC267xyBtYry748R9/c3tYUzb/iE6RZfllRz2lVulLCHkTm4w==
2401
2401
  dependencies:
2402
- "@typescript-eslint/types" "8.60.0"
2403
- "@typescript-eslint/visitor-keys" "8.60.0"
2402
+ "@typescript-eslint/types" "8.60.1"
2403
+ "@typescript-eslint/visitor-keys" "8.60.1"
2404
2404
 
2405
2405
  "@typescript-eslint/tsconfig-utils@8.56.0", "@typescript-eslint/tsconfig-utils@^8.56.0":
2406
2406
  version "8.56.0"
2407
2407
  resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.0.tgz#2538ce83cbc376e685487960cbb24b65fe2abc4e"
2408
2408
  integrity sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==
2409
2409
 
2410
- "@typescript-eslint/tsconfig-utils@8.60.0", "@typescript-eslint/tsconfig-utils@^8.60.0":
2411
- version "8.60.0"
2412
- resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.60.0.tgz#3af78c48956227a407dea9626b8db8ca53f130d2"
2413
- integrity sha512-BZPR3RGYlAXnly6ymAxfkVn5rCbZzQNou0rxv3GfWZ8cTQp+hhVd73khbGLAd8k1TlAPLISH337M+tAgAnaJDQ==
2410
+ "@typescript-eslint/tsconfig-utils@8.60.1", "@typescript-eslint/tsconfig-utils@^8.60.1":
2411
+ version "8.60.1"
2412
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.60.1.tgz#bee8b942a13679a878101c9c74577d732062ed93"
2413
+ integrity sha512-nh8w4qAteiKuZu3pSSzG/yGKpw0OlkrKnzFmbVRenKaD4qc+7i1GrmZaLVkr8rk4uipiPGMOW4YsM6WmKZ5CvA==
2414
2414
 
2415
2415
  "@typescript-eslint/type-utils@6.21.0":
2416
2416
  version "6.21.0"
@@ -2422,14 +2422,14 @@
2422
2422
  debug "^4.3.4"
2423
2423
  ts-api-utils "^1.0.1"
2424
2424
 
2425
- "@typescript-eslint/type-utils@8.60.0":
2426
- version "8.60.0"
2427
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.60.0.tgz#6971a61bc4f3a1b2df45dcc14e26a43a88a4cb6a"
2428
- integrity sha512-SX46wEUtitCpq7AN38HkUU/+zvUpdKf7ephtWAFgckH8O7PQIyL5gvrhQgBLuEYgLfuKWOVvWVskMbuFHAz5xg==
2425
+ "@typescript-eslint/type-utils@8.60.1":
2426
+ version "8.60.1"
2427
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.60.1.tgz#1ae45f0f2a701354beea4a58c2161e40a5e3c379"
2428
+ integrity sha512-sdwTrpjosW7ANQYJ39ZBF1ZyEMEGVB2UsikrserVM/30a/F1dTLnu9bGxEdosugyu5caigjLrR2qiD11asjI1A==
2429
2429
  dependencies:
2430
- "@typescript-eslint/types" "8.60.0"
2431
- "@typescript-eslint/typescript-estree" "8.60.0"
2432
- "@typescript-eslint/utils" "8.60.0"
2430
+ "@typescript-eslint/types" "8.60.1"
2431
+ "@typescript-eslint/typescript-estree" "8.60.1"
2432
+ "@typescript-eslint/utils" "8.60.1"
2433
2433
  debug "^4.4.3"
2434
2434
  ts-api-utils "^2.5.0"
2435
2435
 
@@ -2448,10 +2448,10 @@
2448
2448
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.0.tgz#a2444011b9a98ca13d70411d2cbfed5443b3526a"
2449
2449
  integrity sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==
2450
2450
 
2451
- "@typescript-eslint/types@8.60.0", "@typescript-eslint/types@^8.60.0":
2452
- version "8.60.0"
2453
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.60.0.tgz#e77ad768e933263b1960b2fe79de75fe1cc6e7db"
2454
- integrity sha512-AsE7x2XaAK+CVbeih0Fvbn+r1qHxtpLDJ3XUuFcIinT318T90yHMJC+Zgv+jUuDjQQd06HKwxnDu6sz1IcTilA==
2451
+ "@typescript-eslint/types@8.60.1", "@typescript-eslint/types@^8.60.1":
2452
+ version "8.60.1"
2453
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.60.1.tgz#ccdc482ba9e17f9723a10ce240b5e67dad3046c4"
2454
+ integrity sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w==
2455
2455
 
2456
2456
  "@typescript-eslint/typescript-estree@6.21.0":
2457
2457
  version "6.21.0"
@@ -2496,15 +2496,15 @@
2496
2496
  tinyglobby "^0.2.15"
2497
2497
  ts-api-utils "^2.4.0"
2498
2498
 
2499
- "@typescript-eslint/typescript-estree@8.60.0":
2500
- version "8.60.0"
2501
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.60.0.tgz#c102196a44414481190041c99eea1d854e66001b"
2502
- integrity sha512-3AcZNBGMClm6CXDyo8kYvVGT/sx29sS0oBsIb9oZI2gunA4Vm2M3YHzRLPvsUBBsl+yB5FPtltq7gGH0iTlp9g==
2499
+ "@typescript-eslint/typescript-estree@8.60.1":
2500
+ version "8.60.1"
2501
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.60.1.tgz#016630b119228bf483ddc652703a6a038f3fdd74"
2502
+ integrity sha512-alpRkfG8hlVE5kdJW2GkfgDgXxold3e8e4l6EnmhRmRLbekgAPCCGDVD++sABy9FcgPFroq+uFcCSM1vR57Cew==
2503
2503
  dependencies:
2504
- "@typescript-eslint/project-service" "8.60.0"
2505
- "@typescript-eslint/tsconfig-utils" "8.60.0"
2506
- "@typescript-eslint/types" "8.60.0"
2507
- "@typescript-eslint/visitor-keys" "8.60.0"
2504
+ "@typescript-eslint/project-service" "8.60.1"
2505
+ "@typescript-eslint/tsconfig-utils" "8.60.1"
2506
+ "@typescript-eslint/types" "8.60.1"
2507
+ "@typescript-eslint/visitor-keys" "8.60.1"
2508
2508
  debug "^4.4.3"
2509
2509
  minimatch "^10.2.2"
2510
2510
  semver "^7.7.3"
@@ -2524,15 +2524,15 @@
2524
2524
  "@typescript-eslint/typescript-estree" "6.21.0"
2525
2525
  semver "^7.5.4"
2526
2526
 
2527
- "@typescript-eslint/utils@8.60.0":
2528
- version "8.60.0"
2529
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.60.0.tgz#6110cddaef87606ae4ca6f8bf81bb5949fc8e098"
2530
- integrity sha512-HtXuPfrHTyBDkameWpl+vJb1Uevu2tznAyahM1Oc4AENidCLTPiZDWIo4GfcxNdC/RcfGcadzzkqbRG87dUrQA==
2527
+ "@typescript-eslint/utils@8.60.1":
2528
+ version "8.60.1"
2529
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.60.1.tgz#31cf566095602d9fe8ad91837d2eb520b8de762b"
2530
+ integrity sha512-h2MPBLoNtjc3qZWfY3Tl51yPorQ2McHn8pJfcMNTcIvrrZrr90Ykffit0yjrPFWQcRcUxzH20+6OcVdW4yHtUg==
2531
2531
  dependencies:
2532
2532
  "@eslint-community/eslint-utils" "^4.9.1"
2533
- "@typescript-eslint/scope-manager" "8.60.0"
2534
- "@typescript-eslint/types" "8.60.0"
2535
- "@typescript-eslint/typescript-estree" "8.60.0"
2533
+ "@typescript-eslint/scope-manager" "8.60.1"
2534
+ "@typescript-eslint/types" "8.60.1"
2535
+ "@typescript-eslint/typescript-estree" "8.60.1"
2536
2536
 
2537
2537
  "@typescript-eslint/utils@^7.18.0":
2538
2538
  version "7.18.0"
@@ -2578,12 +2578,12 @@
2578
2578
  "@typescript-eslint/types" "8.56.0"
2579
2579
  eslint-visitor-keys "^5.0.0"
2580
2580
 
2581
- "@typescript-eslint/visitor-keys@8.60.0":
2582
- version "8.60.0"
2583
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.0.tgz#f2c41eedd3d7b03b808369fb2e3fb40a93783ec2"
2584
- integrity sha512-9WI52t8ZGLVGrPMBet25yAftqY/n95+zmoUUtJBBQTKDSKUu7OsPTroT2op7U9JatkoRccL0YkWDNMFfC4Sjxg==
2581
+ "@typescript-eslint/visitor-keys@8.60.1":
2582
+ version "8.60.1"
2583
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.1.tgz#165d1d8901137b944efaf18f00ab5ecb57f06995"
2584
+ integrity sha512-EbGRQg4FhrmwLodl+t3JNAnXHWVr9Vp+Zl1QBZVPY4ByfkzIT8cX3K6QWODHtkIZqqJVEWvhHSx3v5PDHsaQag==
2585
2585
  dependencies:
2586
- "@typescript-eslint/types" "8.60.0"
2586
+ "@typescript-eslint/types" "8.60.1"
2587
2587
  eslint-visitor-keys "^5.0.0"
2588
2588
 
2589
2589
  "@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
@@ -4204,10 +4204,10 @@ eslint-config-oclif@^5.2.2:
4204
4204
  eslint-plugin-n "^15.1.0"
4205
4205
  eslint-plugin-unicorn "^48.0.1"
4206
4206
 
4207
- eslint-config-oclif@^6.0.167:
4208
- version "6.0.167"
4209
- resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.167.tgz#1f18ec03c8355363c72638d307f89dc9a499c8a1"
4210
- integrity sha512-CdFBogd4GWq7apgGlU78nXVhVyQdj74kaB7jAuoV3Y2ue1vZ7YlNCb2p2879kGPp6WWIUHUHUX1wvnnVKReN8Q==
4207
+ eslint-config-oclif@^6.0.168:
4208
+ version "6.0.168"
4209
+ resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.168.tgz#aaecb22ff5f327a58d8d26cfaec00047766ba258"
4210
+ integrity sha512-WG6X1ywhs4V4YP2YHO3xqwHOv+BMprxf2MYtCwFfGW/zwUpaDsSgGwI882WLhUmkW3PHC1IaVpGj3vEc2rlcXA==
4211
4211
  dependencies:
4212
4212
  "@eslint/compat" "^1.4.1"
4213
4213
  "@eslint/eslintrc" "^3.3.5"
@@ -4225,7 +4225,7 @@ eslint-config-oclif@^6.0.167:
4225
4225
  eslint-plugin-n "^17.24.0"
4226
4226
  eslint-plugin-perfectionist "^4"
4227
4227
  eslint-plugin-unicorn "^56.0.1"
4228
- typescript-eslint "^8.60.0"
4228
+ typescript-eslint "^8.60.1"
4229
4229
 
4230
4230
  eslint-config-prettier@^9.1.0:
4231
4231
  version "9.1.2"
@@ -8122,10 +8122,10 @@ semver@^6.0.0, semver@^6.3.1:
8122
8122
  resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
8123
8123
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
8124
8124
 
8125
- semver@^7.0.0, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2, semver@^7.7.3, semver@^7.7.4, semver@^7.8.0, semver@^7.8.1:
8126
- version "7.8.1"
8127
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.1.tgz#bf4970b5e70fda0686363cc18bfe8805d5ed957e"
8128
- integrity sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==
8125
+ semver@^7.0.0, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2, semver@^7.7.3, semver@^7.7.4, semver@^7.8.0, semver@^7.8.1, semver@^7.8.2:
8126
+ version "7.8.2"
8127
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.2.tgz#194bd65723a28cf82542d2bf176b91c26b343be1"
8128
+ integrity sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==
8129
8129
 
8130
8130
  sentence-case@^3.0.4:
8131
8131
  version "3.0.4"
@@ -9117,15 +9117,15 @@ typedoc@^0.26.5:
9117
9117
  shiki "^1.16.2"
9118
9118
  yaml "^2.5.1"
9119
9119
 
9120
- typescript-eslint@^8.60.0:
9121
- version "8.60.0"
9122
- resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.60.0.tgz#6686fecb1f4f367c0bf0075828e93b7ecacbc62b"
9123
- integrity sha512-9f65qWLZdAW9m1JaxBDUHcqRUfL8bkxxXL7XxEfI+F09q56PkBvIfCjLF3yInsDM/BBmwkqmCQdCZe/RYlIWEw==
9120
+ typescript-eslint@^8.60.1:
9121
+ version "8.60.1"
9122
+ resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.60.1.tgz#13db05c6eabb89669deec44545b788a0e9aee640"
9123
+ integrity sha512-6m5hkkRAp8lKvhVpcprAIn5KkehQEh+47oHH2VGnExEh7dhNxXlg6GPAOIu6TxbVQxhebrJDvjl3020ooiWCMA==
9124
9124
  dependencies:
9125
- "@typescript-eslint/eslint-plugin" "8.60.0"
9126
- "@typescript-eslint/parser" "8.60.0"
9127
- "@typescript-eslint/typescript-estree" "8.60.0"
9128
- "@typescript-eslint/utils" "8.60.0"
9125
+ "@typescript-eslint/eslint-plugin" "8.60.1"
9126
+ "@typescript-eslint/parser" "8.60.1"
9127
+ "@typescript-eslint/typescript-estree" "8.60.1"
9128
+ "@typescript-eslint/utils" "8.60.1"
9129
9129
 
9130
9130
  "typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4:
9131
9131
  version "5.9.3"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.113"
270
+ "version": "5.0.114"
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.113",
4
+ "version": "5.0.114",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
@@ -11,7 +11,7 @@
11
11
  "@salesforce/core": "^8.31.0",
12
12
  "@salesforce/kit": "^3.2.6",
13
13
  "@salesforce/sf-plugins-core": "^12.2.24",
14
- "@salesforce/source-deploy-retrieve": "12.36.1",
14
+ "@salesforce/source-deploy-retrieve": "12.36.2",
15
15
  "@salesforce/source-tracking": "7.8.16",
16
16
  "@salesforce/ts-types": "^2.0.12",
17
17
  "fast-deep-equal": "^3.1.3",
@@ -21,14 +21,14 @@
21
21
  "isomorphic-git": "1.38.4"
22
22
  },
23
23
  "devDependencies": {
24
- "@oclif/plugin-command-snapshot": "^5.3.23",
24
+ "@oclif/plugin-command-snapshot": "^5.3.24",
25
25
  "@salesforce/cli-plugins-testkit": "^5.3.58",
26
26
  "@salesforce/dev-scripts": "^11.0.4",
27
27
  "@salesforce/ts-sinon": "^1.4.34",
28
28
  "@types/fs-extra": "^11.0.4",
29
29
  "@types/graceful-fs": "^4.1.9",
30
30
  "c8": "^11.0.0",
31
- "eslint-config-oclif": "^6.0.167",
31
+ "eslint-config-oclif": "^6.0.168",
32
32
  "eslint-config-salesforce-license": "^1.0.2",
33
33
  "eslint-plugin-prettier": "^5.5.6",
34
34
  "eslint-plugin-sf-plugin": "^1.20.33",