Skip to content

Commit a4d81d8

Browse files
Bump @typescript-eslint/typescript-estree from 8.19.1 to 8.20.0
Bumps [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree) from 8.19.1 to 8.20.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.20.0/packages/typescript-estree) --- updated-dependencies: - dependency-name: "@typescript-eslint/typescript-estree" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c9228ce commit a4d81d8

File tree

2 files changed

+59
-43
lines changed

2 files changed

+59
-43
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/styled-components": "5.1.34",
3434
"@typescript-eslint/eslint-plugin": "8.19.1",
3535
"@typescript-eslint/parser": "8.19.1",
36-
"@typescript-eslint/typescript-estree": "8.19.1",
36+
"@typescript-eslint/typescript-estree": "8.20.0",
3737
"eslint": "9.18.0",
3838
"eslint-config-next": "15.1.4",
3939
"prettier": "^3.4.2",

yarn.lock

+58-42
Original file line numberDiff line numberDiff line change
@@ -1154,10 +1154,10 @@
11541154
debug "^4.3.1"
11551155
minimatch "^3.1.2"
11561156

1157-
"@eslint/core@^0.9.0":
1158-
version "0.9.1"
1159-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.9.1.tgz#31763847308ef6b7084a4505573ac9402c51f9d1"
1160-
integrity sha512-GuUdqkyyzQI5RMIWkHhvTWLCyLo1jNK3vzkSyaExH5kHPDHcuL2VOpHjmMY+y3+NC69qAKToBqldTBgYeLSr9Q==
1157+
"@eslint/core@^0.10.0":
1158+
version "0.10.0"
1159+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.10.0.tgz#23727063c21b335f752dbb3a16450f6f9cbc9091"
1160+
integrity sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==
11611161
dependencies:
11621162
"@types/json-schema" "^7.0.15"
11631163

@@ -1176,21 +1176,22 @@
11761176
minimatch "^3.1.2"
11771177
strip-json-comments "^3.1.1"
11781178

1179-
"@eslint/js@9.17.0":
1180-
version "9.17.0"
1181-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.17.0.tgz#1523e586791f80376a6f8398a3964455ecc651ec"
1182-
integrity sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==
1179+
"@eslint/js@9.18.0":
1180+
version "9.18.0"
1181+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.18.0.tgz#3356f85d18ed3627ab107790b53caf7e1e3d1e84"
1182+
integrity sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==
11831183

11841184
"@eslint/object-schema@^2.1.5":
11851185
version "2.1.5"
11861186
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.5.tgz#8670a8f6258a2be5b2c620ff314a1d984c23eb2e"
11871187
integrity sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==
11881188

1189-
"@eslint/plugin-kit@^0.2.3":
1190-
version "0.2.4"
1191-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.4.tgz#2b78e7bb3755784bb13faa8932a1d994d6537792"
1192-
integrity sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==
1189+
"@eslint/plugin-kit@^0.2.5":
1190+
version "0.2.5"
1191+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz#ee07372035539e7847ef834e3f5e7b79f09e3a81"
1192+
integrity sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==
11931193
dependencies:
1194+
"@eslint/core" "^0.10.0"
11941195
levn "^0.4.1"
11951196

11961197
"@humanfs/core@^0.19.1":
@@ -1670,10 +1671,10 @@
16701671
dependencies:
16711672
undici-types "~5.26.4"
16721673

1673-
"@types/node@^22.10.5":
1674-
version "22.10.5"
1675-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.5.tgz#95af89a3fb74a2bb41ef9927f206e6472026e48b"
1676-
integrity sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==
1674+
"@types/node@^22.10.7":
1675+
version "22.10.7"
1676+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.7.tgz#14a1ca33fd0ebdd9d63593ed8d3fbc882a6d28d7"
1677+
integrity sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==
16771678
dependencies:
16781679
undici-types "~6.20.0"
16791680

@@ -1788,6 +1789,11 @@
17881789
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.19.1.tgz#015a991281754ed986f2e549263a1188d6ed0a8c"
17891790
integrity sha512-JBVHMLj7B1K1v1051ZaMMgLW4Q/jre5qGK0Ew6UgXz1Rqh+/xPzV1aW581OM00X6iOfyr1be+QyW8LOUf19BbA==
17901791

1792+
"@typescript-eslint/types@8.20.0":
1793+
version "8.20.0"
1794+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.20.0.tgz#487de5314b5415dee075e95568b87a75a3e730cf"
1795+
integrity sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==
1796+
17911797
"@typescript-eslint/typescript-estree@8.19.1":
17921798
version "8.19.1"
17931799
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.1.tgz#c1094bb00bc251ac76cf215569ca27236435036b"
@@ -1802,6 +1808,20 @@
18021808
semver "^7.6.0"
18031809
ts-api-utils "^2.0.0"
18041810

1811+
"@typescript-eslint/typescript-estree@8.20.0":
1812+
version "8.20.0"
1813+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.20.0.tgz#658cea07b7e5981f19bce5cf1662cb70ad59f26b"
1814+
integrity sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA==
1815+
dependencies:
1816+
"@typescript-eslint/types" "8.20.0"
1817+
"@typescript-eslint/visitor-keys" "8.20.0"
1818+
debug "^4.3.4"
1819+
fast-glob "^3.3.2"
1820+
is-glob "^4.0.3"
1821+
minimatch "^9.0.4"
1822+
semver "^7.6.0"
1823+
ts-api-utils "^2.0.0"
1824+
18051825
"@typescript-eslint/utils@8.19.1":
18061826
version "8.19.1"
18071827
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.19.1.tgz#dd8eabd46b92bf61e573286e1c0ba6bd243a185b"
@@ -1820,6 +1840,14 @@
18201840
"@typescript-eslint/types" "8.19.1"
18211841
eslint-visitor-keys "^4.2.0"
18221842

1843+
"@typescript-eslint/visitor-keys@8.20.0":
1844+
version "8.20.0"
1845+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.20.0.tgz#2df6e24bc69084b81f06aaaa48d198b10d382bed"
1846+
integrity sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA==
1847+
dependencies:
1848+
"@typescript-eslint/types" "8.20.0"
1849+
eslint-visitor-keys "^4.2.0"
1850+
18231851
"@xstate/cli@^0.5.17":
18241852
version "0.5.17"
18251853
resolved "https://registry.yarnpkg.com/@xstate/cli/-/cli-0.5.17.tgz#169ece0192680fea59fbc592b14d0d5cf4eeec7e"
@@ -2477,14 +2505,7 @@ debug@^3.2.7:
24772505
dependencies:
24782506
ms "^2.1.1"
24792507

2480-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
2481-
version "4.3.4"
2482-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
2483-
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
2484-
dependencies:
2485-
ms "2.1.2"
2486-
2487-
debug@^4.3.1:
2508+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
24882509
version "4.4.0"
24892510
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
24902511
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
@@ -2988,18 +3009,18 @@ eslint-visitor-keys@^4.2.0:
29883009
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
29893010
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
29903011

2991-
eslint@9.17.0:
2992-
version "9.17.0"
2993-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.17.0.tgz#faa1facb5dd042172fdc520106984b5c2421bb0c"
2994-
integrity sha512-evtlNcpJg+cZLcnVKwsai8fExnqjGPicK7gnUtlNuzu+Fv9bI0aLpND5T44VLQtoMEnI57LoXO9XAkIXwohKrA==
3012+
eslint@9.18.0:
3013+
version "9.18.0"
3014+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.18.0.tgz#c95b24de1183e865de19f607fda6518b54827850"
3015+
integrity sha512-+waTfRWQlSbpt3KWE+CjrPPYnbq9kfZIYUqapc0uBXyjTp8aYXZDsUH16m39Ryq3NjAVP4tjuF7KaukeqoCoaA==
29953016
dependencies:
29963017
"@eslint-community/eslint-utils" "^4.2.0"
29973018
"@eslint-community/regexpp" "^4.12.1"
29983019
"@eslint/config-array" "^0.19.0"
2999-
"@eslint/core" "^0.9.0"
3020+
"@eslint/core" "^0.10.0"
30003021
"@eslint/eslintrc" "^3.2.0"
3001-
"@eslint/js" "9.17.0"
3002-
"@eslint/plugin-kit" "^0.2.3"
3022+
"@eslint/js" "9.18.0"
3023+
"@eslint/plugin-kit" "^0.2.5"
30033024
"@humanfs/node" "^0.16.6"
30043025
"@humanwhocodes/module-importer" "^1.0.1"
30053026
"@humanwhocodes/retry" "^0.4.1"
@@ -3082,7 +3103,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
30823103
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
30833104
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
30843105

3085-
fast-glob@3.3.1, fast-glob@^3.3.1:
3106+
fast-glob@3.3.1:
30863107
version "3.3.1"
30873108
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4"
30883109
integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==
@@ -3093,7 +3114,7 @@ fast-glob@3.3.1, fast-glob@^3.3.1:
30933114
merge2 "^1.3.0"
30943115
micromatch "^4.0.4"
30953116

3096-
fast-glob@^3.3.2:
3117+
fast-glob@^3.3.1, fast-glob@^3.3.2:
30973118
version "3.3.3"
30983119
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
30993120
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -4002,10 +4023,10 @@ lru-cache@^5.1.1:
40024023
dependencies:
40034024
yallist "^3.0.2"
40044025

4005-
lucide-react@^0.470.0:
4006-
version "0.470.0"
4007-
resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.470.0.tgz#749519851b121d0ec2cd7454340bf90b9bfdaa15"
4008-
integrity sha512-tqYODeoB3qU5gxH33IbL7IcF05EYYzsZQJqdM9HGGHwmoJMPvVLPHO6Plu6HNAfntucZQ41taEw6aUpwOtaoXg==
4026+
lucide-react@^0.471.1:
4027+
version "0.471.2"
4028+
resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.471.2.tgz#817ead897ea630e982cb45e3429ee7f786dc3acb"
4029+
integrity sha512-A8fDycQxGeaSOTaI7Bm4fg8LBXO7Qr9ORAX47bDRvugCsjLIliugQO0PkKFoeAD57LIQwlWKd3NIQ3J7hYp84g==
40094030

40104031
math-intrinsics@^1.1.0:
40114032
version "1.1.0"
@@ -4074,11 +4095,6 @@ minimist@^1.2.0, minimist@^1.2.6:
40744095
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
40754096
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
40764097

4077-
ms@2.1.2:
4078-
version "2.1.2"
4079-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
4080-
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
4081-
40824098
ms@^2.1.1, ms@^2.1.3:
40834099
version "2.1.3"
40844100
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"

0 commit comments

Comments
 (0)