@jayree/sfdx-plugin-manifest 5.0.111 → 5.0.112
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 +8 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +138 -125
- package/oclif.lock +100 -95
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [5.0.112](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.111...5.0.112) (2026-06-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump isomorphic-git from 1.38.3 to 1.38.4 ([#2274](https://github.com/jayree/sfdx-plugin-manifest/issues/2274)) ([2f8d755](https://github.com/jayree/sfdx-plugin-manifest/commit/2f8d755951f4a93807d97657868f249ecf8ddda1))
|
|
7
|
+
* pass credential config username to auth callbacks ([#2346](https://github.com/isomorphic-git/isomorphic-git/issues/2346)) ([d9920c5](https://github.com/isomorphic-git/isomorphic-git/commit/d9920c57b254fc7de846c9b939cb5eb31242f1a2))
|
|
8
|
+
|
|
1
9
|
## [5.0.111](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.110...5.0.111) (2026-05-31)
|
|
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.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.112/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.
|
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.112/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.
|
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.112/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.112",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.112",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/changelog": "^1.2.33",
|
|
@@ -21,19 +21,19 @@
|
|
|
21
21
|
"fast-xml-parser": "^5.8.0",
|
|
22
22
|
"fs-extra": "^11.3.4",
|
|
23
23
|
"graceful-fs": "^4.2.11",
|
|
24
|
-
"isomorphic-git": "1.38.
|
|
24
|
+
"isomorphic-git": "1.38.4"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.3.23",
|
|
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.
|
|
34
|
+
"eslint-config-oclif": "^6.0.167",
|
|
35
35
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
36
|
-
"eslint-plugin-prettier": "^5.5.
|
|
36
|
+
"eslint-plugin-prettier": "^5.5.6",
|
|
37
37
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
38
38
|
"oclif": "^4.23.10",
|
|
39
39
|
"patch-package": "^8.0.1",
|
|
@@ -4356,9 +4356,9 @@
|
|
|
4356
4356
|
}
|
|
4357
4357
|
},
|
|
4358
4358
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
4359
|
-
"version": "5.3.
|
|
4360
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
4361
|
-
"integrity": "sha512-
|
|
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==",
|
|
4362
4362
|
"dev": true,
|
|
4363
4363
|
"license": "MIT",
|
|
4364
4364
|
"dependencies": {
|
|
@@ -6242,17 +6242,17 @@
|
|
|
6242
6242
|
"license": "MIT"
|
|
6243
6243
|
},
|
|
6244
6244
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
6245
|
-
"version": "8.
|
|
6246
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
6247
|
-
"integrity": "sha512-
|
|
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==",
|
|
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.
|
|
6253
|
-
"@typescript-eslint/type-utils": "8.
|
|
6254
|
-
"@typescript-eslint/utils": "8.
|
|
6255
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
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",
|
|
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.
|
|
6268
|
+
"@typescript-eslint/parser": "^8.60.0",
|
|
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.
|
|
6275
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
6276
|
-
"integrity": "sha512-
|
|
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==",
|
|
6277
6277
|
"dev": true,
|
|
6278
6278
|
"license": "MIT",
|
|
6279
6279
|
"dependencies": {
|
|
6280
|
-
"@typescript-eslint/types": "8.
|
|
6281
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
6280
|
+
"@typescript-eslint/types": "8.60.0",
|
|
6281
|
+
"@typescript-eslint/visitor-keys": "8.60.0"
|
|
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.
|
|
6293
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
6294
|
-
"integrity": "sha512-
|
|
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==",
|
|
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.
|
|
6307
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
6308
|
-
"integrity": "sha512-
|
|
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==",
|
|
6309
6309
|
"dev": true,
|
|
6310
6310
|
"license": "MIT",
|
|
6311
6311
|
"dependencies": {
|
|
6312
|
-
"@typescript-eslint/types": "8.
|
|
6312
|
+
"@typescript-eslint/types": "8.60.0",
|
|
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.
|
|
6361
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.
|
|
6362
|
-
"integrity": "sha512-
|
|
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==",
|
|
6363
6363
|
"dev": true,
|
|
6364
6364
|
"license": "MIT",
|
|
6365
6365
|
"dependencies": {
|
|
6366
|
-
"@typescript-eslint/scope-manager": "8.
|
|
6367
|
-
"@typescript-eslint/types": "8.
|
|
6368
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
6369
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
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",
|
|
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.
|
|
6386
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
6387
|
-
"integrity": "sha512-
|
|
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==",
|
|
6388
6388
|
"dev": true,
|
|
6389
6389
|
"license": "MIT",
|
|
6390
6390
|
"dependencies": {
|
|
6391
|
-
"@typescript-eslint/types": "8.
|
|
6392
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
6391
|
+
"@typescript-eslint/types": "8.60.0",
|
|
6392
|
+
"@typescript-eslint/visitor-keys": "8.60.0"
|
|
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.
|
|
6404
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
6405
|
-
"integrity": "sha512-
|
|
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==",
|
|
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.
|
|
6418
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
6419
|
-
"integrity": "sha512-
|
|
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==",
|
|
6420
6420
|
"dev": true,
|
|
6421
6421
|
"license": "MIT",
|
|
6422
6422
|
"dependencies": {
|
|
6423
|
-
"@typescript-eslint/types": "8.
|
|
6423
|
+
"@typescript-eslint/types": "8.60.0",
|
|
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.
|
|
6449
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.
|
|
6450
|
-
"integrity": "sha512-
|
|
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==",
|
|
6451
6451
|
"dev": true,
|
|
6452
6452
|
"license": "MIT",
|
|
6453
6453
|
"dependencies": {
|
|
6454
|
-
"@typescript-eslint/tsconfig-utils": "^8.
|
|
6455
|
-
"@typescript-eslint/types": "^8.
|
|
6454
|
+
"@typescript-eslint/tsconfig-utils": "^8.60.0",
|
|
6455
|
+
"@typescript-eslint/types": "^8.60.0",
|
|
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.
|
|
6471
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
6472
|
-
"integrity": "sha512-
|
|
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==",
|
|
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.
|
|
6488
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
6489
|
-
"integrity": "sha512-
|
|
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==",
|
|
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.
|
|
6551
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.
|
|
6552
|
-
"integrity": "sha512-
|
|
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==",
|
|
6553
6553
|
"dev": true,
|
|
6554
6554
|
"license": "MIT",
|
|
6555
6555
|
"dependencies": {
|
|
6556
|
-
"@typescript-eslint/types": "8.
|
|
6557
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
6558
|
-
"@typescript-eslint/utils": "8.
|
|
6556
|
+
"@typescript-eslint/types": "8.60.0",
|
|
6557
|
+
"@typescript-eslint/typescript-estree": "8.60.0",
|
|
6558
|
+
"@typescript-eslint/utils": "8.60.0",
|
|
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.
|
|
6576
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
6577
|
-
"integrity": "sha512-
|
|
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==",
|
|
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.
|
|
6617
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
6618
|
-
"integrity": "sha512-
|
|
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==",
|
|
6619
6619
|
"dev": true,
|
|
6620
6620
|
"license": "MIT",
|
|
6621
6621
|
"dependencies": {
|
|
6622
|
-
"@typescript-eslint/project-service": "8.
|
|
6623
|
-
"@typescript-eslint/tsconfig-utils": "8.
|
|
6624
|
-
"@typescript-eslint/types": "8.
|
|
6625
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
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",
|
|
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.
|
|
6645
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
6646
|
-
"integrity": "sha512-
|
|
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==",
|
|
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.
|
|
6662
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
6663
|
-
"integrity": "sha512-
|
|
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==",
|
|
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.
|
|
6676
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
6677
|
-
"integrity": "sha512-
|
|
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==",
|
|
6678
6678
|
"dev": true,
|
|
6679
6679
|
"license": "MIT",
|
|
6680
6680
|
"dependencies": {
|
|
6681
|
-
"@typescript-eslint/types": "8.
|
|
6681
|
+
"@typescript-eslint/types": "8.60.0",
|
|
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.
|
|
6759
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
6760
|
-
"integrity": "sha512-
|
|
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==",
|
|
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.
|
|
6766
|
-
"@typescript-eslint/types": "8.
|
|
6767
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
6765
|
+
"@typescript-eslint/scope-manager": "8.60.0",
|
|
6766
|
+
"@typescript-eslint/types": "8.60.0",
|
|
6767
|
+
"@typescript-eslint/typescript-estree": "8.60.0"
|
|
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.
|
|
6783
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
6784
|
-
"integrity": "sha512-
|
|
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==",
|
|
6785
6785
|
"dev": true,
|
|
6786
6786
|
"license": "MIT",
|
|
6787
6787
|
"dependencies": {
|
|
6788
|
-
"@typescript-eslint/types": "8.
|
|
6789
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
6788
|
+
"@typescript-eslint/types": "8.60.0",
|
|
6789
|
+
"@typescript-eslint/visitor-keys": "8.60.0"
|
|
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.
|
|
6801
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
6802
|
-
"integrity": "sha512-
|
|
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==",
|
|
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.
|
|
6815
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
6816
|
-
"integrity": "sha512-
|
|
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==",
|
|
6817
6817
|
"dev": true,
|
|
6818
6818
|
"license": "MIT",
|
|
6819
6819
|
"dependencies": {
|
|
6820
|
-
"@typescript-eslint/types": "8.
|
|
6820
|
+
"@typescript-eslint/types": "8.60.0",
|
|
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.
|
|
9604
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
|
9605
|
-
"integrity": "sha512-
|
|
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==",
|
|
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.
|
|
9625
|
+
"typescript-eslint": "^8.60.0"
|
|
9626
9626
|
},
|
|
9627
9627
|
"engines": {
|
|
9628
9628
|
"node": ">=18.18.0"
|
|
@@ -10684,14 +10684,14 @@
|
|
|
10684
10684
|
}
|
|
10685
10685
|
},
|
|
10686
10686
|
"node_modules/eslint-plugin-prettier": {
|
|
10687
|
-
"version": "5.5.
|
|
10688
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.
|
|
10689
|
-
"integrity": "sha512-
|
|
10687
|
+
"version": "5.5.6",
|
|
10688
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.6.tgz",
|
|
10689
|
+
"integrity": "sha512-ifetmTcxWfz+4qRW3pH/ujdTq2jQIj59AxJMIN26K5avYgU8dxycUETQonWiW+wPrYXA0j3Try0l1CnwVQtDqQ==",
|
|
10690
10690
|
"dev": true,
|
|
10691
10691
|
"license": "MIT",
|
|
10692
10692
|
"dependencies": {
|
|
10693
10693
|
"prettier-linter-helpers": "^1.0.1",
|
|
10694
|
-
"synckit": "^0.11.
|
|
10694
|
+
"synckit": "^0.11.13"
|
|
10695
10695
|
},
|
|
10696
10696
|
"engines": {
|
|
10697
10697
|
"node": "^14.18.0 || >=16.0.0"
|
|
@@ -13495,9 +13495,9 @@
|
|
|
13495
13495
|
"license": "ISC"
|
|
13496
13496
|
},
|
|
13497
13497
|
"node_modules/isomorphic-git": {
|
|
13498
|
-
"version": "1.38.
|
|
13499
|
-
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.
|
|
13500
|
-
"integrity": "sha512-
|
|
13498
|
+
"version": "1.38.4",
|
|
13499
|
+
"resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.38.4.tgz",
|
|
13500
|
+
"integrity": "sha512-Ud5vs6Ac+ET+iOZWZB1j2RruVeGQSQc7U7QUhPq6iGqzifaqOVHCgRpG/8c0LwIP39R+Mr+lzR4escmCuhjONQ==",
|
|
13501
13501
|
"license": "MIT",
|
|
13502
13502
|
"dependencies": {
|
|
13503
13503
|
"async-lock": "^1.4.1",
|
|
@@ -18258,13 +18258,13 @@
|
|
|
18258
18258
|
}
|
|
18259
18259
|
},
|
|
18260
18260
|
"node_modules/synckit": {
|
|
18261
|
-
"version": "0.11.
|
|
18262
|
-
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.
|
|
18263
|
-
"integrity": "sha512-
|
|
18261
|
+
"version": "0.11.13",
|
|
18262
|
+
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.13.tgz",
|
|
18263
|
+
"integrity": "sha512-eNRKgb3z66Yp3D2CixVujOUvXLFUTij/zVnV8KRyvFdQwpz7I5DS8UfRkTeLzb64u+dkzDSdelE24izu+zSSUg==",
|
|
18264
18264
|
"dev": true,
|
|
18265
18265
|
"license": "MIT",
|
|
18266
18266
|
"dependencies": {
|
|
18267
|
-
"@pkgr/core": "^0.
|
|
18267
|
+
"@pkgr/core": "^0.3.6"
|
|
18268
18268
|
},
|
|
18269
18269
|
"engines": {
|
|
18270
18270
|
"node": "^14.18.0 || >=16.0.0"
|
|
@@ -18273,6 +18273,19 @@
|
|
|
18273
18273
|
"url": "https://opencollective.com/synckit"
|
|
18274
18274
|
}
|
|
18275
18275
|
},
|
|
18276
|
+
"node_modules/synckit/node_modules/@pkgr/core": {
|
|
18277
|
+
"version": "0.3.6",
|
|
18278
|
+
"resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.3.6.tgz",
|
|
18279
|
+
"integrity": "sha512-SEeaJLb3qBNF/OaXnaR1NmmBbFYk1zC0ZH/52fATcRPLFg/p791YrcyFFy44Bo9sLaGuSuLp5Q6axbb/O+v/RA==",
|
|
18280
|
+
"dev": true,
|
|
18281
|
+
"license": "MIT",
|
|
18282
|
+
"engines": {
|
|
18283
|
+
"node": "^14.18.0 || >=16.0.0"
|
|
18284
|
+
},
|
|
18285
|
+
"funding": {
|
|
18286
|
+
"url": "https://opencollective.com/pkgr"
|
|
18287
|
+
}
|
|
18288
|
+
},
|
|
18276
18289
|
"node_modules/tapable": {
|
|
18277
18290
|
"version": "2.3.0",
|
|
18278
18291
|
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
|
|
@@ -19090,16 +19103,16 @@
|
|
|
19090
19103
|
}
|
|
19091
19104
|
},
|
|
19092
19105
|
"node_modules/typescript-eslint": {
|
|
19093
|
-
"version": "8.
|
|
19094
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.
|
|
19095
|
-
"integrity": "sha512-
|
|
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==",
|
|
19096
19109
|
"dev": true,
|
|
19097
19110
|
"license": "MIT",
|
|
19098
19111
|
"dependencies": {
|
|
19099
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
19100
|
-
"@typescript-eslint/parser": "8.
|
|
19101
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
19102
|
-
"@typescript-eslint/utils": "8.
|
|
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"
|
|
19103
19116
|
},
|
|
19104
19117
|
"engines": {
|
|
19105
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.
|
|
1529
|
-
version "5.3.
|
|
1530
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1531
|
-
integrity sha512-
|
|
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==
|
|
1532
1532
|
dependencies:
|
|
1533
1533
|
"@oclif/core" "^4"
|
|
1534
1534
|
ansis "^3.17.0"
|
|
@@ -1595,11 +1595,16 @@
|
|
|
1595
1595
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1596
1596
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1597
1597
|
|
|
1598
|
-
"@pkgr/core@^0.2.7"
|
|
1598
|
+
"@pkgr/core@^0.2.7":
|
|
1599
1599
|
version "0.2.9"
|
|
1600
1600
|
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.9.tgz#d229a7b7f9dac167a156992ef23c7f023653f53b"
|
|
1601
1601
|
integrity sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==
|
|
1602
1602
|
|
|
1603
|
+
"@pkgr/core@^0.3.6":
|
|
1604
|
+
version "0.3.6"
|
|
1605
|
+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.3.6.tgz#3569708bd4be4d8870ba32bf1c456dac81600d97"
|
|
1606
|
+
integrity sha512-SEeaJLb3qBNF/OaXnaR1NmmBbFYk1zC0ZH/52fATcRPLFg/p791YrcyFFy44Bo9sLaGuSuLp5Q6axbb/O+v/RA==
|
|
1607
|
+
|
|
1603
1608
|
"@pnpm/config.env-replace@^1.1.0":
|
|
1604
1609
|
version "1.1.0"
|
|
1605
1610
|
resolved "https://registry.yarnpkg.com/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz#ab29da53df41e8948a00f2433f085f54de8b3a4c"
|
|
@@ -2294,16 +2299,16 @@
|
|
|
2294
2299
|
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
|
|
2295
2300
|
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
|
|
2296
2301
|
|
|
2297
|
-
"@typescript-eslint/eslint-plugin@8.
|
|
2298
|
-
version "8.
|
|
2299
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
2300
|
-
integrity sha512-
|
|
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==
|
|
2301
2306
|
dependencies:
|
|
2302
2307
|
"@eslint-community/regexpp" "^4.12.2"
|
|
2303
|
-
"@typescript-eslint/scope-manager" "8.
|
|
2304
|
-
"@typescript-eslint/type-utils" "8.
|
|
2305
|
-
"@typescript-eslint/utils" "8.
|
|
2306
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
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"
|
|
2307
2312
|
ignore "^7.0.5"
|
|
2308
2313
|
natural-compare "^1.4.0"
|
|
2309
2314
|
ts-api-utils "^2.5.0"
|
|
@@ -2325,15 +2330,15 @@
|
|
|
2325
2330
|
semver "^7.5.4"
|
|
2326
2331
|
ts-api-utils "^1.0.1"
|
|
2327
2332
|
|
|
2328
|
-
"@typescript-eslint/parser@8.
|
|
2329
|
-
version "8.
|
|
2330
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.
|
|
2331
|
-
integrity sha512-
|
|
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==
|
|
2332
2337
|
dependencies:
|
|
2333
|
-
"@typescript-eslint/scope-manager" "8.
|
|
2334
|
-
"@typescript-eslint/types" "8.
|
|
2335
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
2336
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
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"
|
|
2337
2342
|
debug "^4.4.3"
|
|
2338
2343
|
|
|
2339
2344
|
"@typescript-eslint/parser@^6.21.0":
|
|
@@ -2356,13 +2361,13 @@
|
|
|
2356
2361
|
"@typescript-eslint/types" "^8.56.0"
|
|
2357
2362
|
debug "^4.4.3"
|
|
2358
2363
|
|
|
2359
|
-
"@typescript-eslint/project-service@8.
|
|
2360
|
-
version "8.
|
|
2361
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.
|
|
2362
|
-
integrity sha512-
|
|
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==
|
|
2363
2368
|
dependencies:
|
|
2364
|
-
"@typescript-eslint/tsconfig-utils" "^8.
|
|
2365
|
-
"@typescript-eslint/types" "^8.
|
|
2369
|
+
"@typescript-eslint/tsconfig-utils" "^8.60.0"
|
|
2370
|
+
"@typescript-eslint/types" "^8.60.0"
|
|
2366
2371
|
debug "^4.4.3"
|
|
2367
2372
|
|
|
2368
2373
|
"@typescript-eslint/scope-manager@6.21.0":
|
|
@@ -2389,23 +2394,23 @@
|
|
|
2389
2394
|
"@typescript-eslint/types" "8.56.0"
|
|
2390
2395
|
"@typescript-eslint/visitor-keys" "8.56.0"
|
|
2391
2396
|
|
|
2392
|
-
"@typescript-eslint/scope-manager@8.
|
|
2393
|
-
version "8.
|
|
2394
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
2395
|
-
integrity sha512-
|
|
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==
|
|
2396
2401
|
dependencies:
|
|
2397
|
-
"@typescript-eslint/types" "8.
|
|
2398
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
2402
|
+
"@typescript-eslint/types" "8.60.0"
|
|
2403
|
+
"@typescript-eslint/visitor-keys" "8.60.0"
|
|
2399
2404
|
|
|
2400
2405
|
"@typescript-eslint/tsconfig-utils@8.56.0", "@typescript-eslint/tsconfig-utils@^8.56.0":
|
|
2401
2406
|
version "8.56.0"
|
|
2402
2407
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.0.tgz#2538ce83cbc376e685487960cbb24b65fe2abc4e"
|
|
2403
2408
|
integrity sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==
|
|
2404
2409
|
|
|
2405
|
-
"@typescript-eslint/tsconfig-utils@8.
|
|
2406
|
-
version "8.
|
|
2407
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
2408
|
-
integrity sha512-
|
|
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==
|
|
2409
2414
|
|
|
2410
2415
|
"@typescript-eslint/type-utils@6.21.0":
|
|
2411
2416
|
version "6.21.0"
|
|
@@ -2417,14 +2422,14 @@
|
|
|
2417
2422
|
debug "^4.3.4"
|
|
2418
2423
|
ts-api-utils "^1.0.1"
|
|
2419
2424
|
|
|
2420
|
-
"@typescript-eslint/type-utils@8.
|
|
2421
|
-
version "8.
|
|
2422
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.
|
|
2423
|
-
integrity sha512-
|
|
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==
|
|
2424
2429
|
dependencies:
|
|
2425
|
-
"@typescript-eslint/types" "8.
|
|
2426
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
2427
|
-
"@typescript-eslint/utils" "8.
|
|
2430
|
+
"@typescript-eslint/types" "8.60.0"
|
|
2431
|
+
"@typescript-eslint/typescript-estree" "8.60.0"
|
|
2432
|
+
"@typescript-eslint/utils" "8.60.0"
|
|
2428
2433
|
debug "^4.4.3"
|
|
2429
2434
|
ts-api-utils "^2.5.0"
|
|
2430
2435
|
|
|
@@ -2443,10 +2448,10 @@
|
|
|
2443
2448
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.0.tgz#a2444011b9a98ca13d70411d2cbfed5443b3526a"
|
|
2444
2449
|
integrity sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==
|
|
2445
2450
|
|
|
2446
|
-
"@typescript-eslint/types@8.
|
|
2447
|
-
version "8.
|
|
2448
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.
|
|
2449
|
-
integrity sha512-
|
|
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==
|
|
2450
2455
|
|
|
2451
2456
|
"@typescript-eslint/typescript-estree@6.21.0":
|
|
2452
2457
|
version "6.21.0"
|
|
@@ -2491,15 +2496,15 @@
|
|
|
2491
2496
|
tinyglobby "^0.2.15"
|
|
2492
2497
|
ts-api-utils "^2.4.0"
|
|
2493
2498
|
|
|
2494
|
-
"@typescript-eslint/typescript-estree@8.
|
|
2495
|
-
version "8.
|
|
2496
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
2497
|
-
integrity sha512-
|
|
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==
|
|
2498
2503
|
dependencies:
|
|
2499
|
-
"@typescript-eslint/project-service" "8.
|
|
2500
|
-
"@typescript-eslint/tsconfig-utils" "8.
|
|
2501
|
-
"@typescript-eslint/types" "8.
|
|
2502
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
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"
|
|
2503
2508
|
debug "^4.4.3"
|
|
2504
2509
|
minimatch "^10.2.2"
|
|
2505
2510
|
semver "^7.7.3"
|
|
@@ -2519,15 +2524,15 @@
|
|
|
2519
2524
|
"@typescript-eslint/typescript-estree" "6.21.0"
|
|
2520
2525
|
semver "^7.5.4"
|
|
2521
2526
|
|
|
2522
|
-
"@typescript-eslint/utils@8.
|
|
2523
|
-
version "8.
|
|
2524
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.
|
|
2525
|
-
integrity sha512-
|
|
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==
|
|
2526
2531
|
dependencies:
|
|
2527
2532
|
"@eslint-community/eslint-utils" "^4.9.1"
|
|
2528
|
-
"@typescript-eslint/scope-manager" "8.
|
|
2529
|
-
"@typescript-eslint/types" "8.
|
|
2530
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
2533
|
+
"@typescript-eslint/scope-manager" "8.60.0"
|
|
2534
|
+
"@typescript-eslint/types" "8.60.0"
|
|
2535
|
+
"@typescript-eslint/typescript-estree" "8.60.0"
|
|
2531
2536
|
|
|
2532
2537
|
"@typescript-eslint/utils@^7.18.0":
|
|
2533
2538
|
version "7.18.0"
|
|
@@ -2573,12 +2578,12 @@
|
|
|
2573
2578
|
"@typescript-eslint/types" "8.56.0"
|
|
2574
2579
|
eslint-visitor-keys "^5.0.0"
|
|
2575
2580
|
|
|
2576
|
-
"@typescript-eslint/visitor-keys@8.
|
|
2577
|
-
version "8.
|
|
2578
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
2579
|
-
integrity sha512-
|
|
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==
|
|
2580
2585
|
dependencies:
|
|
2581
|
-
"@typescript-eslint/types" "8.
|
|
2586
|
+
"@typescript-eslint/types" "8.60.0"
|
|
2582
2587
|
eslint-visitor-keys "^5.0.0"
|
|
2583
2588
|
|
|
2584
2589
|
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
|
|
@@ -4199,10 +4204,10 @@ eslint-config-oclif@^5.2.2:
|
|
|
4199
4204
|
eslint-plugin-n "^15.1.0"
|
|
4200
4205
|
eslint-plugin-unicorn "^48.0.1"
|
|
4201
4206
|
|
|
4202
|
-
eslint-config-oclif@^6.0.
|
|
4203
|
-
version "6.0.
|
|
4204
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
|
4205
|
-
integrity sha512-
|
|
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==
|
|
4206
4211
|
dependencies:
|
|
4207
4212
|
"@eslint/compat" "^1.4.1"
|
|
4208
4213
|
"@eslint/eslintrc" "^3.3.5"
|
|
@@ -4220,7 +4225,7 @@ eslint-config-oclif@^6.0.166:
|
|
|
4220
4225
|
eslint-plugin-n "^17.24.0"
|
|
4221
4226
|
eslint-plugin-perfectionist "^4"
|
|
4222
4227
|
eslint-plugin-unicorn "^56.0.1"
|
|
4223
|
-
typescript-eslint "^8.
|
|
4228
|
+
typescript-eslint "^8.60.0"
|
|
4224
4229
|
|
|
4225
4230
|
eslint-config-prettier@^9.1.0:
|
|
4226
4231
|
version "9.1.2"
|
|
@@ -4432,13 +4437,13 @@ eslint-plugin-perfectionist@^4:
|
|
|
4432
4437
|
"@typescript-eslint/utils" "^8.38.0"
|
|
4433
4438
|
natural-orderby "^5.0.0"
|
|
4434
4439
|
|
|
4435
|
-
eslint-plugin-prettier@^5.5.
|
|
4436
|
-
version "5.5.
|
|
4437
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.
|
|
4438
|
-
integrity sha512-
|
|
4440
|
+
eslint-plugin-prettier@^5.5.6:
|
|
4441
|
+
version "5.5.6"
|
|
4442
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.6.tgz#363ebe4d769bce157ccdd8129ce3efd91dc62564"
|
|
4443
|
+
integrity sha512-ifetmTcxWfz+4qRW3pH/ujdTq2jQIj59AxJMIN26K5avYgU8dxycUETQonWiW+wPrYXA0j3Try0l1CnwVQtDqQ==
|
|
4439
4444
|
dependencies:
|
|
4440
4445
|
prettier-linter-helpers "^1.0.1"
|
|
4441
|
-
synckit "^0.11.
|
|
4446
|
+
synckit "^0.11.13"
|
|
4442
4447
|
|
|
4443
4448
|
eslint-plugin-sf-plugin@^1.20.33:
|
|
4444
4449
|
version "1.20.33"
|
|
@@ -5985,10 +5990,10 @@ isexe@^2.0.0:
|
|
|
5985
5990
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
|
5986
5991
|
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
|
5987
5992
|
|
|
5988
|
-
isomorphic-git@1.38.
|
|
5989
|
-
version "1.38.
|
|
5990
|
-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.
|
|
5991
|
-
integrity sha512-
|
|
5993
|
+
isomorphic-git@1.38.4, isomorphic-git@^1.34.2:
|
|
5994
|
+
version "1.38.4"
|
|
5995
|
+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.38.4.tgz#7b82bcda17ef28f996f88f2710cf439e048b7827"
|
|
5996
|
+
integrity sha512-Ud5vs6Ac+ET+iOZWZB1j2RruVeGQSQc7U7QUhPq6iGqzifaqOVHCgRpG/8c0LwIP39R+Mr+lzR4escmCuhjONQ==
|
|
5992
5997
|
dependencies:
|
|
5993
5998
|
async-lock "^1.4.1"
|
|
5994
5999
|
clean-git-ref "^2.0.1"
|
|
@@ -8747,12 +8752,12 @@ supports-preserve-symlinks-flag@^1.0.0:
|
|
|
8747
8752
|
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
|
|
8748
8753
|
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
|
8749
8754
|
|
|
8750
|
-
synckit@^0.11.
|
|
8751
|
-
version "0.11.
|
|
8752
|
-
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.
|
|
8753
|
-
integrity sha512-
|
|
8755
|
+
synckit@^0.11.13:
|
|
8756
|
+
version "0.11.13"
|
|
8757
|
+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.13.tgz#062a5ea57d81befc35892f8254de5c567e97c80a"
|
|
8758
|
+
integrity sha512-eNRKgb3z66Yp3D2CixVujOUvXLFUTij/zVnV8KRyvFdQwpz7I5DS8UfRkTeLzb64u+dkzDSdelE24izu+zSSUg==
|
|
8754
8759
|
dependencies:
|
|
8755
|
-
"@pkgr/core" "^0.
|
|
8760
|
+
"@pkgr/core" "^0.3.6"
|
|
8756
8761
|
|
|
8757
8762
|
tapable@^2.3.0:
|
|
8758
8763
|
version "2.3.0"
|
|
@@ -9112,15 +9117,15 @@ typedoc@^0.26.5:
|
|
|
9112
9117
|
shiki "^1.16.2"
|
|
9113
9118
|
yaml "^2.5.1"
|
|
9114
9119
|
|
|
9115
|
-
typescript-eslint@^8.
|
|
9116
|
-
version "8.
|
|
9117
|
-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.
|
|
9118
|
-
integrity sha512-
|
|
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==
|
|
9119
9124
|
dependencies:
|
|
9120
|
-
"@typescript-eslint/eslint-plugin" "8.
|
|
9121
|
-
"@typescript-eslint/parser" "8.
|
|
9122
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
9123
|
-
"@typescript-eslint/utils" "8.
|
|
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"
|
|
9124
9129
|
|
|
9125
9130
|
"typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4:
|
|
9126
9131
|
version "5.9.3"
|
package/oclif.manifest.json
CHANGED
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.
|
|
4
|
+
"version": "5.0.112",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
@@ -18,19 +18,19 @@
|
|
|
18
18
|
"fast-xml-parser": "^5.8.0",
|
|
19
19
|
"fs-extra": "^11.3.4",
|
|
20
20
|
"graceful-fs": "^4.2.11",
|
|
21
|
-
"isomorphic-git": "1.38.
|
|
21
|
+
"isomorphic-git": "1.38.4"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.3.23",
|
|
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.
|
|
31
|
+
"eslint-config-oclif": "^6.0.167",
|
|
32
32
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
33
|
-
"eslint-plugin-prettier": "^5.5.
|
|
33
|
+
"eslint-plugin-prettier": "^5.5.6",
|
|
34
34
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
35
35
|
"oclif": "^4.23.10",
|
|
36
36
|
"patch-package": "^8.0.1",
|