Skip to content

Commit 9143a0b

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.62.0 to 8.46.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.62.0 to 8.46.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.46.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2c62f72 commit 9143a0b

File tree

9 files changed

+103
-36
lines changed

9 files changed

+103
-36
lines changed

packages/apps/dashboard/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/react": "^18.3.12",
5151
"@types/react-dom": "^18.3.1",
5252
"@typescript-eslint/eslint-plugin": "^7.2.0",
53-
"@typescript-eslint/parser": "^7.2.0",
53+
"@typescript-eslint/parser": "^8.46.0",
5454
"@vitejs/plugin-react": "^4.2.1",
5555
"eslint": "^9.27.0",
5656
"eslint-plugin-import": "^2.31.0",

packages/apps/dashboard/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/jest": "29.5.1",
4848
"@types/node": "22.10.5",
4949
"@typescript-eslint/eslint-plugin": "^5.0.0",
50-
"@typescript-eslint/parser": "^5.0.0",
50+
"@typescript-eslint/parser": "^8.46.0",
5151
"eslint": "^8.0.1",
5252
"eslint-config-prettier": "^9.1.0",
5353
"eslint-plugin-prettier": "^5.2.1",

packages/apps/fortune/exchange-oracle/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/react-dom": "^18.3.1",
5050
"@types/react-router-dom": "^5.3.3",
5151
"@typescript-eslint/eslint-plugin": "^7.13.1",
52-
"@typescript-eslint/parser": "^7.13.1",
52+
"@typescript-eslint/parser": "^8.46.0",
5353
"@vitejs/plugin-react": "^4.3.1",
5454
"eslint": "^8.57.0",
5555
"eslint-plugin-react-hooks": "^5.1.0",

packages/apps/fortune/exchange-oracle/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@types/passport": "^0",
7373
"@types/pg": "8.11.10",
7474
"@typescript-eslint/eslint-plugin": "^5.0.0",
75-
"@typescript-eslint/parser": "^5.0.0",
75+
"@typescript-eslint/parser": "^8.46.0",
7676
"eslint": "^8.55.0",
7777
"eslint-config-prettier": "^9.1.0",
7878
"eslint-plugin-prettier": "^5.2.1",

packages/apps/human-app/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@types/react": "^18.3.12",
6868
"@types/react-dom": "^18.3.1",
6969
"@typescript-eslint/eslint-plugin": "^6.20.0",
70-
"@typescript-eslint/parser": "^6.20.0",
70+
"@typescript-eslint/parser": "^8.46.0",
7171
"@vercel/style-guide": "^6.0.0",
7272
"@vitejs/plugin-react": "^4.2.1",
7373
"eslint": "^8.55.0",

packages/apps/human-app/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@types/node": "22.10.5",
6565
"@types/passport": "^0",
6666
"@typescript-eslint/eslint-plugin": "^5.0.0",
67-
"@typescript-eslint/parser": "^5.0.0",
67+
"@typescript-eslint/parser": "^8.46.0",
6868
"eslint": "^8.55.0",
6969
"eslint-config-prettier": "^9.1.0",
7070
"eslint-plugin-prettier": "^5.2.1",

packages/apps/job-launcher/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@types/xml2js": "0.4.14",
8787
"@types/zxcvbn": "4.4.5",
8888
"@typescript-eslint/eslint-plugin": "^5.0.0",
89-
"@typescript-eslint/parser": "^5.0.0",
89+
"@typescript-eslint/parser": "^8.46.0",
9090
"eslint": "^8.55.0",
9191
"eslint-config-prettier": "^9.1.0",
9292
"eslint-plugin-prettier": "^5.2.1",

packages/apps/staking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/react-dom": "^18.3.1",
5050
"@types/react-router-dom": "^5.3.3",
5151
"@typescript-eslint/eslint-plugin": "^7.13.1",
52-
"@typescript-eslint/parser": "^7.13.1",
52+
"@typescript-eslint/parser": "^8.46.0",
5353
"@vitejs/plugin-react": "^4.3.1",
5454
"eslint": "^8.57.0",
5555
"eslint-plugin-react-hooks": "^5.1.0",

yarn.lock

Lines changed: 95 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4232,7 +4232,7 @@ __metadata:
42324232
"@types/react-router-dom": "npm:^5.3.3"
42334233
"@types/recharts": "npm:^1.8.29"
42344234
"@typescript-eslint/eslint-plugin": "npm:^7.2.0"
4235-
"@typescript-eslint/parser": "npm:^7.2.0"
4235+
"@typescript-eslint/parser": "npm:^8.46.0"
42364236
"@vitejs/plugin-react": "npm:^4.2.1"
42374237
axios: "npm:^1.7.2"
42384238
clsx: "npm:^2.1.1"
@@ -4285,7 +4285,7 @@ __metadata:
42854285
"@types/jest": "npm:29.5.1"
42864286
"@types/node": "npm:22.10.5"
42874287
"@typescript-eslint/eslint-plugin": "npm:^5.0.0"
4288-
"@typescript-eslint/parser": "npm:^5.0.0"
4288+
"@typescript-eslint/parser": "npm:^8.46.0"
42894289
axios: "npm:^1.3.1"
42904290
cache-manager: "npm:^5.4.0"
42914291
cache-manager-redis-yet: "npm:^5.1.5"
@@ -4376,7 +4376,7 @@ __metadata:
43764376
"@types/react-dom": "npm:^18.3.1"
43774377
"@types/react-router-dom": "npm:^5.3.3"
43784378
"@typescript-eslint/eslint-plugin": "npm:^7.13.1"
4379-
"@typescript-eslint/parser": "npm:^7.13.1"
4379+
"@typescript-eslint/parser": "npm:^8.46.0"
43804380
"@vitejs/plugin-react": "npm:^4.3.1"
43814381
axios: "npm:^1.7.2"
43824382
eslint: "npm:^8.57.0"
@@ -4425,7 +4425,7 @@ __metadata:
44254425
"@types/passport-jwt": "npm:^4.0.1"
44264426
"@types/pg": "npm:8.11.10"
44274427
"@typescript-eslint/eslint-plugin": "npm:^5.0.0"
4428-
"@typescript-eslint/parser": "npm:^5.0.0"
4428+
"@typescript-eslint/parser": "npm:^8.46.0"
44294429
axios: "npm:^1.3.1"
44304430
body-parser: "npm:^1.20.3"
44314431
class-transformer: "npm:^0.5.1"
@@ -4519,7 +4519,7 @@ __metadata:
45194519
"@types/react": "npm:^18.3.12"
45204520
"@types/react-dom": "npm:^18.3.1"
45214521
"@typescript-eslint/eslint-plugin": "npm:^6.20.0"
4522-
"@typescript-eslint/parser": "npm:^6.20.0"
4522+
"@typescript-eslint/parser": "npm:^8.46.0"
45234523
"@vercel/style-guide": "npm:^6.0.0"
45244524
"@vitejs/plugin-react": "npm:^4.2.1"
45254525
"@wagmi/core": "npm:^2.17.1"
@@ -4591,7 +4591,7 @@ __metadata:
45914591
"@types/passport": "npm:^0"
45924592
"@types/passport-jwt": "npm:^4.0.1"
45934593
"@typescript-eslint/eslint-plugin": "npm:^5.0.0"
4594-
"@typescript-eslint/parser": "npm:^5.0.0"
4594+
"@typescript-eslint/parser": "npm:^8.46.0"
45954595
axios: "npm:^1.7.2"
45964596
cache-manager: "npm:^5.4.0"
45974597
cache-manager-redis-yet: "npm:^5.1.5"
@@ -4712,7 +4712,7 @@ __metadata:
47124712
"@types/xml2js": "npm:0.4.14"
47134713
"@types/zxcvbn": "npm:4.4.5"
47144714
"@typescript-eslint/eslint-plugin": "npm:^5.0.0"
4715-
"@typescript-eslint/parser": "npm:^5.0.0"
4715+
"@typescript-eslint/parser": "npm:^8.46.0"
47164716
async-mutex: "npm:^0.5.0"
47174717
axios: "npm:^1.7.2"
47184718
bcrypt: "npm:^5.1.1"
@@ -4887,7 +4887,7 @@ __metadata:
48874887
"@types/react-dom": "npm:^18.3.1"
48884888
"@types/react-router-dom": "npm:^5.3.3"
48894889
"@typescript-eslint/eslint-plugin": "npm:^7.13.1"
4890-
"@typescript-eslint/parser": "npm:^7.13.1"
4890+
"@typescript-eslint/parser": "npm:^8.46.0"
48914891
"@vitejs/plugin-react": "npm:^4.3.1"
48924892
axios: "npm:^1.7.2"
48934893
eslint: "npm:^8.57.0"
@@ -11360,7 +11360,7 @@ __metadata:
1136011360
languageName: node
1136111361
linkType: hard
1136211362

11363-
"@typescript-eslint/parser@npm:^5.0.0, @typescript-eslint/parser@npm:^5.5.0":
11363+
"@typescript-eslint/parser@npm:^5.5.0":
1136411364
version: 5.62.0
1136511365
resolution: "@typescript-eslint/parser@npm:5.62.0"
1136611366
dependencies:
@@ -11377,25 +11377,7 @@ __metadata:
1137711377
languageName: node
1137811378
linkType: hard
1137911379

11380-
"@typescript-eslint/parser@npm:^6.20.0":
11381-
version: 6.21.0
11382-
resolution: "@typescript-eslint/parser@npm:6.21.0"
11383-
dependencies:
11384-
"@typescript-eslint/scope-manager": "npm:6.21.0"
11385-
"@typescript-eslint/types": "npm:6.21.0"
11386-
"@typescript-eslint/typescript-estree": "npm:6.21.0"
11387-
"@typescript-eslint/visitor-keys": "npm:6.21.0"
11388-
debug: "npm:^4.3.4"
11389-
peerDependencies:
11390-
eslint: ^7.0.0 || ^8.0.0
11391-
peerDependenciesMeta:
11392-
typescript:
11393-
optional: true
11394-
checksum: 10c0/a8f99820679decd0d115c0af61903fb1de3b1b5bec412dc72b67670bf636de77ab07f2a68ee65d6da7976039bbf636907f9d5ca546db3f0b98a31ffbc225bc7d
11395-
languageName: node
11396-
linkType: hard
11397-
11398-
"@typescript-eslint/parser@npm:^7.1.1, @typescript-eslint/parser@npm:^7.13.1, @typescript-eslint/parser@npm:^7.2.0":
11380+
"@typescript-eslint/parser@npm:^7.1.1":
1139911381
version: 7.18.0
1140011382
resolution: "@typescript-eslint/parser@npm:7.18.0"
1140111383
dependencies:
@@ -11413,6 +11395,22 @@ __metadata:
1141311395
languageName: node
1141411396
linkType: hard
1141511397

11398+
"@typescript-eslint/parser@npm:^8.46.0":
11399+
version: 8.46.0
11400+
resolution: "@typescript-eslint/parser@npm:8.46.0"
11401+
dependencies:
11402+
"@typescript-eslint/scope-manager": "npm:8.46.0"
11403+
"@typescript-eslint/types": "npm:8.46.0"
11404+
"@typescript-eslint/typescript-estree": "npm:8.46.0"
11405+
"@typescript-eslint/visitor-keys": "npm:8.46.0"
11406+
debug: "npm:^4.3.4"
11407+
peerDependencies:
11408+
eslint: ^8.57.0 || ^9.0.0
11409+
typescript: ">=4.8.4 <6.0.0"
11410+
checksum: 10c0/2e8c75b72c7cf170aca554014dbe30e85478d96799a2eb782c4fb61423c0c9e4416e98d6e7903601b1738ea1d0936417dbf61ac0293a0500f56e0eaeefbb2ecd
11411+
languageName: node
11412+
linkType: hard
11413+
1141611414
"@typescript-eslint/project-service@npm:8.33.0":
1141711415
version: 8.33.0
1141811416
resolution: "@typescript-eslint/project-service@npm:8.33.0"
@@ -11450,6 +11448,19 @@ __metadata:
1145011448
languageName: node
1145111449
linkType: hard
1145211450

11451+
"@typescript-eslint/project-service@npm:8.46.0":
11452+
version: 8.46.0
11453+
resolution: "@typescript-eslint/project-service@npm:8.46.0"
11454+
dependencies:
11455+
"@typescript-eslint/tsconfig-utils": "npm:^8.46.0"
11456+
"@typescript-eslint/types": "npm:^8.46.0"
11457+
debug: "npm:^4.3.4"
11458+
peerDependencies:
11459+
typescript: ">=4.8.4 <6.0.0"
11460+
checksum: 10c0/c3164c795570edfa141917f3099724eca70383b016be1b08f656a491b459d68cf8e2547ac416d75048d3511ca5feaea0586aabad339e3dfe2ae6fddb650d7bc8
11461+
languageName: node
11462+
linkType: hard
11463+
1145311464
"@typescript-eslint/scope-manager@npm:5.62.0":
1145411465
version: 5.62.0
1145511466
resolution: "@typescript-eslint/scope-manager@npm:5.62.0"
@@ -11520,6 +11531,16 @@ __metadata:
1152011531
languageName: node
1152111532
linkType: hard
1152211533

11534+
"@typescript-eslint/scope-manager@npm:8.46.0":
11535+
version: 8.46.0
11536+
resolution: "@typescript-eslint/scope-manager@npm:8.46.0"
11537+
dependencies:
11538+
"@typescript-eslint/types": "npm:8.46.0"
11539+
"@typescript-eslint/visitor-keys": "npm:8.46.0"
11540+
checksum: 10c0/9c242d1edd51247559f99dd8986bdb571db0a2a583a2d02ee8f5f346d265e956f413b442c27e1b02d55ce3944609f6593050ec657be672d9b24b7ed0a359a6ad
11541+
languageName: node
11542+
linkType: hard
11543+
1152311544
"@typescript-eslint/tsconfig-utils@npm:8.33.0, @typescript-eslint/tsconfig-utils@npm:^8.33.0":
1152411545
version: 8.33.0
1152511546
resolution: "@typescript-eslint/tsconfig-utils@npm:8.33.0"
@@ -11547,6 +11568,15 @@ __metadata:
1154711568
languageName: node
1154811569
linkType: hard
1154911570

11571+
"@typescript-eslint/tsconfig-utils@npm:8.46.0, @typescript-eslint/tsconfig-utils@npm:^8.46.0":
11572+
version: 8.46.0
11573+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.46.0"
11574+
peerDependencies:
11575+
typescript: ">=4.8.4 <6.0.0"
11576+
checksum: 10c0/306b27c741709f2435dd1c7eabdf552775dff1b3ced01d791c5b9755394ceb3f37c9bcceec92adb6fe60c622523f9d47d9b0d9e515071f47d50527705a4706f7
11577+
languageName: node
11578+
linkType: hard
11579+
1155011580
"@typescript-eslint/type-utils@npm:5.62.0":
1155111581
version: 5.62.0
1155211582
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
@@ -11693,6 +11723,13 @@ __metadata:
1169311723
languageName: node
1169411724
linkType: hard
1169511725

11726+
"@typescript-eslint/types@npm:8.46.0, @typescript-eslint/types@npm:^8.46.0":
11727+
version: 8.46.0
11728+
resolution: "@typescript-eslint/types@npm:8.46.0"
11729+
checksum: 10c0/2f986852139bcbe940b4aafe79bbd28dcca7176e95ba4e3880984ef58c81ad077ca9d9191aad56d2b1df6d16060f5744a96ab3118ddbc9766e5035ed470445c1
11730+
languageName: node
11731+
linkType: hard
11732+
1169611733
"@typescript-eslint/typescript-estree@npm:5.62.0":
1169711734
version: 5.62.0
1169811735
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -11827,6 +11864,26 @@ __metadata:
1182711864
languageName: node
1182811865
linkType: hard
1182911866

11867+
"@typescript-eslint/typescript-estree@npm:8.46.0":
11868+
version: 8.46.0
11869+
resolution: "@typescript-eslint/typescript-estree@npm:8.46.0"
11870+
dependencies:
11871+
"@typescript-eslint/project-service": "npm:8.46.0"
11872+
"@typescript-eslint/tsconfig-utils": "npm:8.46.0"
11873+
"@typescript-eslint/types": "npm:8.46.0"
11874+
"@typescript-eslint/visitor-keys": "npm:8.46.0"
11875+
debug: "npm:^4.3.4"
11876+
fast-glob: "npm:^3.3.2"
11877+
is-glob: "npm:^4.0.3"
11878+
minimatch: "npm:^9.0.4"
11879+
semver: "npm:^7.6.0"
11880+
ts-api-utils: "npm:^2.1.0"
11881+
peerDependencies:
11882+
typescript: ">=4.8.4 <6.0.0"
11883+
checksum: 10c0/39aed033dc23c3356e39891c9eba6dde0dc618406f0e13e9adc5967fb81790ec199b1d6eb1144e35ad13a0daaf72157f5f3fc7ac1b7c58d152ade68fe27ad221
11884+
languageName: node
11885+
linkType: hard
11886+
1183011887
"@typescript-eslint/utils@npm:5.62.0, @typescript-eslint/utils@npm:^5.10.0, @typescript-eslint/utils@npm:^5.58.0, @typescript-eslint/utils@npm:^5.62.0":
1183111888
version: 5.62.0
1183211889
resolution: "@typescript-eslint/utils@npm:5.62.0"
@@ -12006,6 +12063,16 @@ __metadata:
1200612063
languageName: node
1200712064
linkType: hard
1200812065

12066+
"@typescript-eslint/visitor-keys@npm:8.46.0":
12067+
version: 8.46.0
12068+
resolution: "@typescript-eslint/visitor-keys@npm:8.46.0"
12069+
dependencies:
12070+
"@typescript-eslint/types": "npm:8.46.0"
12071+
eslint-visitor-keys: "npm:^4.2.1"
12072+
checksum: 10c0/473dd4861b81238c1df10008b3b6d4684b2fa5ec4f3a8eeb544ea1278a5e2119f839447d16653ea3070164d7e742e3516fe9b0faf16e12a457fa26d5e14a7498
12073+
languageName: node
12074+
linkType: hard
12075+
1200912076
"@ungap/structured-clone@npm:^1.2.0":
1201012077
version: 1.3.0
1201112078
resolution: "@ungap/structured-clone@npm:1.3.0"

0 commit comments

Comments
 (0)