Skip to content

Commit 35b5cbd

Browse files
chore(deps): bump @typescript-eslint/parser from 8.16.0 to 8.24.0 (#397)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.16.0 to 8.24.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.24.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ea25f4 commit 35b5cbd

File tree

7 files changed

+73
-67
lines changed

7 files changed

+73
-67
lines changed

packages/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@babel/preset-typescript": "^7.26.0",
5757
"@types/jsonwebtoken": "^9.0.5",
5858
"@typescript-eslint/eslint-plugin": "^8.19.1",
59-
"@typescript-eslint/parser": "^8.16.0",
59+
"@typescript-eslint/parser": "^8.24.0",
6060
"cross-env": "^7.0.3",
6161
"crypto": "^1.0.1",
6262
"eslint": "^8.56.0",

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"dependencies": {
1010
"@typescript-eslint/eslint-plugin": "^8.19.1",
11-
"@typescript-eslint/parser": "^8.16.0",
11+
"@typescript-eslint/parser": "^8.24.0",
1212
"@vercel/style-guide": "^6.0.0",
1313
"eslint": "^8.56.0",
1414
"eslint-config-prettier": "^10.0.1",

packages/expo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@types/react": "^18.3.6",
6161
"@types/react-native-htmlview": "^0.16.5",
6262
"@typescript-eslint/eslint-plugin": "^8.19.1",
63-
"@typescript-eslint/parser": "^8.16.0",
63+
"@typescript-eslint/parser": "^8.24.0",
6464
"@vitejs/plugin-react": "^4.3.4",
6565
"eslint": "^8.56.0",
6666
"eslint-plugin-react-hooks": "^5.0.0",

packages/react-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@testing-library/react": "^14.2.0",
5959
"@types/react": "^18.3.6",
6060
"@typescript-eslint/eslint-plugin": "^8.19.1",
61-
"@typescript-eslint/parser": "^8.16.0",
61+
"@typescript-eslint/parser": "^8.24.0",
6262
"@vitejs/plugin-react": "^4.3.4",
6363
"babel-plugin-react-require": "^4.0.3",
6464
"eslint": "^8.56.0",

packages/react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/react": "^18.3.6",
5656
"@types/react-native-htmlview": "^0.16.5",
5757
"@typescript-eslint/eslint-plugin": "^8.19.1",
58-
"@typescript-eslint/parser": "^8.16.0",
58+
"@typescript-eslint/parser": "^8.24.0",
5959
"@vitejs/plugin-react": "^4.3.4",
6060
"eslint": "^8.56.0",
6161
"eslint-plugin-react-hooks": "^5.0.0",

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@types/react": "^18.3.6",
7272
"@types/react-dom": "^18.2.15",
7373
"@typescript-eslint/eslint-plugin": "^8.19.1",
74-
"@typescript-eslint/parser": "^8.16.0",
74+
"@typescript-eslint/parser": "^8.24.0",
7575
"@vitejs/plugin-react": "^4.3.4",
7676
"babel-plugin-react-require": "^4.0.3",
7777
"eslint": "^8.56.0",

yarn.lock

+67-61
Original file line numberDiff line numberDiff line change
@@ -5843,7 +5843,7 @@ __metadata:
58435843
"@types/jsonwebtoken": "npm:^9.0.5"
58445844
"@types/phoenix": "npm:^1.6.6"
58455845
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
5846-
"@typescript-eslint/parser": "npm:^8.16.0"
5846+
"@typescript-eslint/parser": "npm:^8.24.0"
58475847
axios: "npm:^1.7.9"
58485848
axios-retry: "npm:^4.5.0"
58495849
cross-env: "npm:^7.0.3"
@@ -5868,7 +5868,7 @@ __metadata:
58685868
resolution: "@knocklabs/eslint-config@workspace:packages/eslint-config"
58695869
dependencies:
58705870
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
5871-
"@typescript-eslint/parser": "npm:^8.16.0"
5871+
"@typescript-eslint/parser": "npm:^8.24.0"
58725872
"@vercel/style-guide": "npm:^6.0.0"
58735873
eslint: "npm:^8.56.0"
58745874
eslint-config-prettier: "npm:^10.0.1"
@@ -5905,7 +5905,7 @@ __metadata:
59055905
"@types/react": "npm:^18.3.6"
59065906
"@types/react-native-htmlview": "npm:^0.16.5"
59075907
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
5908-
"@typescript-eslint/parser": "npm:^8.16.0"
5908+
"@typescript-eslint/parser": "npm:^8.24.0"
59095909
"@vitejs/plugin-react": "npm:^4.3.4"
59105910
eslint: "npm:^8.56.0"
59115911
eslint-plugin-react-hooks: "npm:^5.0.0"
@@ -5974,7 +5974,7 @@ __metadata:
59745974
"@testing-library/react": "npm:^14.2.0"
59755975
"@types/react": "npm:^18.3.6"
59765976
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
5977-
"@typescript-eslint/parser": "npm:^8.16.0"
5977+
"@typescript-eslint/parser": "npm:^8.24.0"
59785978
"@vitejs/plugin-react": "npm:^4.3.4"
59795979
babel-plugin-react-require: "npm:^4.0.3"
59805980
date-fns: "npm:^4.0.0"
@@ -6033,7 +6033,7 @@ __metadata:
60336033
"@types/react": "npm:^18.3.6"
60346034
"@types/react-native-htmlview": "npm:^0.16.5"
60356035
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
6036-
"@typescript-eslint/parser": "npm:^8.16.0"
6036+
"@typescript-eslint/parser": "npm:^8.24.0"
60376037
"@vitejs/plugin-react": "npm:^4.3.4"
60386038
eslint: "npm:^8.56.0"
60396039
eslint-plugin-react-hooks: "npm:^5.0.0"
@@ -6073,7 +6073,7 @@ __metadata:
60736073
"@types/react": "npm:^18.3.6"
60746074
"@types/react-dom": "npm:^18.2.15"
60756075
"@typescript-eslint/eslint-plugin": "npm:^8.19.1"
6076-
"@typescript-eslint/parser": "npm:^8.16.0"
6076+
"@typescript-eslint/parser": "npm:^8.24.0"
60776077
"@vitejs/plugin-react": "npm:^4.3.4"
60786078
babel-plugin-react-require: "npm:^4.0.3"
60796079
eslint: "npm:^8.56.0"
@@ -10162,21 +10162,19 @@ __metadata:
1016210162
languageName: node
1016310163
linkType: hard
1016410164

10165-
"@typescript-eslint/parser@npm:^8.16.0":
10166-
version: 8.16.0
10167-
resolution: "@typescript-eslint/parser@npm:8.16.0"
10165+
"@typescript-eslint/parser@npm:^8.24.0":
10166+
version: 8.24.0
10167+
resolution: "@typescript-eslint/parser@npm:8.24.0"
1016810168
dependencies:
10169-
"@typescript-eslint/scope-manager": "npm:8.16.0"
10170-
"@typescript-eslint/types": "npm:8.16.0"
10171-
"@typescript-eslint/typescript-estree": "npm:8.16.0"
10172-
"@typescript-eslint/visitor-keys": "npm:8.16.0"
10169+
"@typescript-eslint/scope-manager": "npm:8.24.0"
10170+
"@typescript-eslint/types": "npm:8.24.0"
10171+
"@typescript-eslint/typescript-estree": "npm:8.24.0"
10172+
"@typescript-eslint/visitor-keys": "npm:8.24.0"
1017310173
debug: "npm:^4.3.4"
1017410174
peerDependencies:
1017510175
eslint: ^8.57.0 || ^9.0.0
10176-
peerDependenciesMeta:
10177-
typescript:
10178-
optional: true
10179-
checksum: 10c0/e49c6640a7a863a16baecfbc5b99392a4731e9c7e9c9aaae4efbc354e305485fe0f39a28bf0acfae85bc01ce37fe0cc140fd315fdaca8b18f9b5e0addff8ceae
10176+
typescript: ">=4.8.4 <5.8.0"
10177+
checksum: 10c0/3d2a22435714cc89e29bf05554538010354a52ff6ccb7321d5d68ddb27770f046970445e571c020c23994f0abc7ed271ce06d03bba6f590bd289d49006cc7208
1018010178
languageName: node
1018110179
linkType: hard
1018210180

@@ -10200,16 +10198,6 @@ __metadata:
1020010198
languageName: node
1020110199
linkType: hard
1020210200

10203-
"@typescript-eslint/scope-manager@npm:8.16.0":
10204-
version: 8.16.0
10205-
resolution: "@typescript-eslint/scope-manager@npm:8.16.0"
10206-
dependencies:
10207-
"@typescript-eslint/types": "npm:8.16.0"
10208-
"@typescript-eslint/visitor-keys": "npm:8.16.0"
10209-
checksum: 10c0/23b7c738b83f381c6419a36e6ca951944187e3e00abb8e012bce8041880410fe498303e28bdeb0e619023a69b14cf32a5ec1f9427c5382807788cd8e52a46a6e
10210-
languageName: node
10211-
linkType: hard
10212-
1021310201
"@typescript-eslint/scope-manager@npm:8.19.1":
1021410202
version: 8.19.1
1021510203
resolution: "@typescript-eslint/scope-manager@npm:8.19.1"
@@ -10220,6 +10208,16 @@ __metadata:
1022010208
languageName: node
1022110209
linkType: hard
1022210210

10211+
"@typescript-eslint/scope-manager@npm:8.24.0":
10212+
version: 8.24.0
10213+
resolution: "@typescript-eslint/scope-manager@npm:8.24.0"
10214+
dependencies:
10215+
"@typescript-eslint/types": "npm:8.24.0"
10216+
"@typescript-eslint/visitor-keys": "npm:8.24.0"
10217+
checksum: 10c0/7c47f6b06fb53dbd8bf7b526faad20ed4336f63356f4f3ee6194676b9c10a5c0a25b8449b9254b7a8952dbb859601f8b10617249b767ea11b3b35135822c7ef0
10218+
languageName: node
10219+
linkType: hard
10220+
1022310221
"@typescript-eslint/scope-manager@npm:8.7.0":
1022410222
version: 8.7.0
1022510223
resolution: "@typescript-eslint/scope-manager@npm:8.7.0"
@@ -10308,20 +10306,20 @@ __metadata:
1030810306
languageName: node
1030910307
linkType: hard
1031010308

10311-
"@typescript-eslint/types@npm:8.16.0":
10312-
version: 8.16.0
10313-
resolution: "@typescript-eslint/types@npm:8.16.0"
10314-
checksum: 10c0/141e257ab4060a9c0e2e14334ca14ab6be713659bfa38acd13be70a699fb5f36932a2584376b063063ab3d723b24bc703dbfb1ce57d61d7cfd7ec5bd8a975129
10315-
languageName: node
10316-
linkType: hard
10317-
1031810309
"@typescript-eslint/types@npm:8.19.1":
1031910310
version: 8.19.1
1032010311
resolution: "@typescript-eslint/types@npm:8.19.1"
1032110312
checksum: 10c0/e907bf096d5ed7a812a1e537a98dd881ab5d2d47e072225bfffaa218c1433115a148b27a15744db8374b46dac721617c6d13a1da255fdeb369cf193416533f6e
1032210313
languageName: node
1032310314
linkType: hard
1032410315

10316+
"@typescript-eslint/types@npm:8.24.0":
10317+
version: 8.24.0
10318+
resolution: "@typescript-eslint/types@npm:8.24.0"
10319+
checksum: 10c0/d3fe148315a37c272e0d077fd3d05e10c7c3266c006605c94135d587a5cd58e34a7d9ee0bf43bfbe730545cfa329e836b1e5f6b8aabfaf56e2b524578e1b2d26
10320+
languageName: node
10321+
linkType: hard
10322+
1032510323
"@typescript-eslint/types@npm:8.7.0":
1032610324
version: 8.7.0
1032710325
resolution: "@typescript-eslint/types@npm:8.7.0"
@@ -10366,40 +10364,39 @@ __metadata:
1036610364
languageName: node
1036710365
linkType: hard
1036810366

10369-
"@typescript-eslint/typescript-estree@npm:8.16.0":
10370-
version: 8.16.0
10371-
resolution: "@typescript-eslint/typescript-estree@npm:8.16.0"
10367+
"@typescript-eslint/typescript-estree@npm:8.19.1":
10368+
version: 8.19.1
10369+
resolution: "@typescript-eslint/typescript-estree@npm:8.19.1"
1037210370
dependencies:
10373-
"@typescript-eslint/types": "npm:8.16.0"
10374-
"@typescript-eslint/visitor-keys": "npm:8.16.0"
10371+
"@typescript-eslint/types": "npm:8.19.1"
10372+
"@typescript-eslint/visitor-keys": "npm:8.19.1"
1037510373
debug: "npm:^4.3.4"
1037610374
fast-glob: "npm:^3.3.2"
1037710375
is-glob: "npm:^4.0.3"
1037810376
minimatch: "npm:^9.0.4"
1037910377
semver: "npm:^7.6.0"
10380-
ts-api-utils: "npm:^1.3.0"
10381-
peerDependenciesMeta:
10382-
typescript:
10383-
optional: true
10384-
checksum: 10c0/f28fea5af4798a718b6735d1758b791a331af17386b83cb2856d89934a5d1693f7cb805e73c3b33f29140884ac8ead9931b1d7c3de10176fa18ca7a346fe10d0
10378+
ts-api-utils: "npm:^2.0.0"
10379+
peerDependencies:
10380+
typescript: ">=4.8.4 <5.8.0"
10381+
checksum: 10c0/549d9d565a58a25fc8397a555506f2e8d29a740f5b6ed9105479e22de5aab89d9d535959034a8e9d4115adb435de09ee6987d28e8922052eea577842ddce1a7a
1038510382
languageName: node
1038610383
linkType: hard
1038710384

10388-
"@typescript-eslint/typescript-estree@npm:8.19.1":
10389-
version: 8.19.1
10390-
resolution: "@typescript-eslint/typescript-estree@npm:8.19.1"
10385+
"@typescript-eslint/typescript-estree@npm:8.24.0":
10386+
version: 8.24.0
10387+
resolution: "@typescript-eslint/typescript-estree@npm:8.24.0"
1039110388
dependencies:
10392-
"@typescript-eslint/types": "npm:8.19.1"
10393-
"@typescript-eslint/visitor-keys": "npm:8.19.1"
10389+
"@typescript-eslint/types": "npm:8.24.0"
10390+
"@typescript-eslint/visitor-keys": "npm:8.24.0"
1039410391
debug: "npm:^4.3.4"
1039510392
fast-glob: "npm:^3.3.2"
1039610393
is-glob: "npm:^4.0.3"
1039710394
minimatch: "npm:^9.0.4"
1039810395
semver: "npm:^7.6.0"
10399-
ts-api-utils: "npm:^2.0.0"
10396+
ts-api-utils: "npm:^2.0.1"
1040010397
peerDependencies:
1040110398
typescript: ">=4.8.4 <5.8.0"
10402-
checksum: 10c0/549d9d565a58a25fc8397a555506f2e8d29a740f5b6ed9105479e22de5aab89d9d535959034a8e9d4115adb435de09ee6987d28e8922052eea577842ddce1a7a
10399+
checksum: 10c0/38732a9084131f0bfab3c0105367604d4b3017d4359f49562ac9e95b5490c798d38873f0fef5aafd2e1e78a57b079496d935c71649ea4b5be61bbff27055ebad
1040310400
languageName: node
1040410401
linkType: hard
1040510402

@@ -10503,16 +10500,6 @@ __metadata:
1050310500
languageName: node
1050410501
linkType: hard
1050510502

10506-
"@typescript-eslint/visitor-keys@npm:8.16.0":
10507-
version: 8.16.0
10508-
resolution: "@typescript-eslint/visitor-keys@npm:8.16.0"
10509-
dependencies:
10510-
"@typescript-eslint/types": "npm:8.16.0"
10511-
eslint-visitor-keys: "npm:^4.2.0"
10512-
checksum: 10c0/537df37801831aa8d91082b2adbffafd40305ed4518f0e7d3cbb17cc466d8b9ac95ac91fa232e7fe585d7c522d1564489ec80052ebb2a6ab9bbf89ef9dd9b7bc
10513-
languageName: node
10514-
linkType: hard
10515-
1051610503
"@typescript-eslint/visitor-keys@npm:8.19.1":
1051710504
version: 8.19.1
1051810505
resolution: "@typescript-eslint/visitor-keys@npm:8.19.1"
@@ -10523,6 +10510,16 @@ __metadata:
1052310510
languageName: node
1052410511
linkType: hard
1052510512

10513+
"@typescript-eslint/visitor-keys@npm:8.24.0":
10514+
version: 8.24.0
10515+
resolution: "@typescript-eslint/visitor-keys@npm:8.24.0"
10516+
dependencies:
10517+
"@typescript-eslint/types": "npm:8.24.0"
10518+
eslint-visitor-keys: "npm:^4.2.0"
10519+
checksum: 10c0/ae3dcabbeb5213282806de1a7bc31c657189aae4225f2847356bc3110de46a43a82595634e0f123f6c8ca53ae6520c2acf7ac59a91eeb83c0f763166e3982f5c
10520+
languageName: node
10521+
linkType: hard
10522+
1052610523
"@typescript-eslint/visitor-keys@npm:8.7.0":
1052710524
version: 8.7.0
1052810525
resolution: "@typescript-eslint/visitor-keys@npm:8.7.0"
@@ -26430,6 +26427,15 @@ __metadata:
2643026427
languageName: node
2643126428
linkType: hard
2643226429

26430+
"ts-api-utils@npm:^2.0.1":
26431+
version: 2.0.1
26432+
resolution: "ts-api-utils@npm:2.0.1"
26433+
peerDependencies:
26434+
typescript: ">=4.8.4"
26435+
checksum: 10c0/23fd56a958b332cac00150a652e4c84730df30571bd2faa1ba6d7b511356d1a61656621492bb6c7f15dd6e18847a1408357a0e406671d358115369a17f5bfedd
26436+
languageName: node
26437+
linkType: hard
26438+
2643326439
"ts-interface-checker@npm:^0.1.9":
2643426440
version: 0.1.13
2643526441
resolution: "ts-interface-checker@npm:0.1.13"

0 commit comments

Comments
 (0)