Skip to content

Commit 3ba7267

Browse files
Update typescript-eslint monorepo to ^8.32.1
| datasource | package | from | to | | ---------- | -------------------------------- | ------ | ------ | | npm | @typescript-eslint/eslint-plugin | 8.23.0 | 8.32.1 | | npm | @typescript-eslint/parser | 8.23.0 | 8.32.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 486df2c commit 3ba7267

File tree

2 files changed

+80
-73
lines changed

2 files changed

+80
-73
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
},
3232
"devDependencies": {
3333
"@types/node": "^22.15.2",
34-
"@typescript-eslint/eslint-plugin": "^8.23.0",
35-
"@typescript-eslint/parser": "^8.23.0",
34+
"@typescript-eslint/eslint-plugin": "^8.32.1",
35+
"@typescript-eslint/parser": "^8.32.1",
3636
"@vercel/ncc": "^0.38.3",
3737
"eslint": "^9.19.0",
3838
"eslint-config-prettier": "^10.0.1",

yarn.lock

Lines changed: 78 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -890,14 +890,14 @@ __metadata:
890890
languageName: node
891891
linkType: hard
892892

893-
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0":
894-
version: 4.4.1
895-
resolution: "@eslint-community/eslint-utils@npm:4.4.1"
893+
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.7.0":
894+
version: 4.7.0
895+
resolution: "@eslint-community/eslint-utils@npm:4.7.0"
896896
dependencies:
897897
eslint-visitor-keys: "npm:^3.4.3"
898898
peerDependencies:
899899
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
900-
checksum: 10c0/2aa0ac2fc50ff3f234408b10900ed4f1a0b19352f21346ad4cc3d83a1271481bdda11097baa45d484dd564c895e0762a27a8240be7a256b3ad47129e96528252
900+
checksum: 10c0/c0f4f2bd73b7b7a9de74b716a664873d08ab71ab439e51befe77d61915af41a81ecec93b408778b3a7856185244c34c2c8ee28912072ec14def84ba2dec70adf
901901
languageName: node
902902
linkType: hard
903903

@@ -2060,115 +2060,115 @@ __metadata:
20602060
languageName: node
20612061
linkType: hard
20622062

2063-
"@typescript-eslint/eslint-plugin@npm:^8.23.0":
2064-
version: 8.23.0
2065-
resolution: "@typescript-eslint/eslint-plugin@npm:8.23.0"
2063+
"@typescript-eslint/eslint-plugin@npm:^8.32.1":
2064+
version: 8.32.1
2065+
resolution: "@typescript-eslint/eslint-plugin@npm:8.32.1"
20662066
dependencies:
20672067
"@eslint-community/regexpp": "npm:^4.10.0"
2068-
"@typescript-eslint/scope-manager": "npm:8.23.0"
2069-
"@typescript-eslint/type-utils": "npm:8.23.0"
2070-
"@typescript-eslint/utils": "npm:8.23.0"
2071-
"@typescript-eslint/visitor-keys": "npm:8.23.0"
2068+
"@typescript-eslint/scope-manager": "npm:8.32.1"
2069+
"@typescript-eslint/type-utils": "npm:8.32.1"
2070+
"@typescript-eslint/utils": "npm:8.32.1"
2071+
"@typescript-eslint/visitor-keys": "npm:8.32.1"
20722072
graphemer: "npm:^1.4.0"
2073-
ignore: "npm:^5.3.1"
2073+
ignore: "npm:^7.0.0"
20742074
natural-compare: "npm:^1.4.0"
2075-
ts-api-utils: "npm:^2.0.1"
2075+
ts-api-utils: "npm:^2.1.0"
20762076
peerDependencies:
20772077
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
20782078
eslint: ^8.57.0 || ^9.0.0
2079-
typescript: ">=4.8.4 <5.8.0"
2080-
checksum: 10c0/6c760a5f90748774f79a1b701f85fe6d99e89f289bc33993009987b0ffe2d13b3960ce595d452a937f3413af3918c76830659317242c05e49db40ceaca593033
2079+
typescript: ">=4.8.4 <5.9.0"
2080+
checksum: 10c0/29dbafc1f02e1167e6d1e92908de6bf7df1cc1fc9ae1de3f4d4abf5d2b537be16b173bcd05770270529eb2fd17a3ac63c2f40d308f7fbbf6d6f286ba564afd64
20812081
languageName: node
20822082
linkType: hard
20832083

2084-
"@typescript-eslint/parser@npm:^8.23.0":
2085-
version: 8.23.0
2086-
resolution: "@typescript-eslint/parser@npm:8.23.0"
2084+
"@typescript-eslint/parser@npm:^8.32.1":
2085+
version: 8.32.1
2086+
resolution: "@typescript-eslint/parser@npm:8.32.1"
20872087
dependencies:
2088-
"@typescript-eslint/scope-manager": "npm:8.23.0"
2089-
"@typescript-eslint/types": "npm:8.23.0"
2090-
"@typescript-eslint/typescript-estree": "npm:8.23.0"
2091-
"@typescript-eslint/visitor-keys": "npm:8.23.0"
2088+
"@typescript-eslint/scope-manager": "npm:8.32.1"
2089+
"@typescript-eslint/types": "npm:8.32.1"
2090+
"@typescript-eslint/typescript-estree": "npm:8.32.1"
2091+
"@typescript-eslint/visitor-keys": "npm:8.32.1"
20922092
debug: "npm:^4.3.4"
20932093
peerDependencies:
20942094
eslint: ^8.57.0 || ^9.0.0
2095-
typescript: ">=4.8.4 <5.8.0"
2096-
checksum: 10c0/f9e0f83a6dd97a9049d4ce23d660a1d4d5f3c57be8efc68e2258e6b2d5b823086d188b534f791a3412ef10d211fe4916b378254728150094c4f8b0ab44aae2a7
2095+
typescript: ">=4.8.4 <5.9.0"
2096+
checksum: 10c0/01095f5b6e0a2e0631623be3f44be0f2960ceb24de33b64cb790e24a1468018d2b4d6874d1fa08a4928c2a02f208dd66cbc49735c7e8b54d564e420daabf84d1
20972097
languageName: node
20982098
linkType: hard
20992099

2100-
"@typescript-eslint/scope-manager@npm:8.23.0":
2101-
version: 8.23.0
2102-
resolution: "@typescript-eslint/scope-manager@npm:8.23.0"
2100+
"@typescript-eslint/scope-manager@npm:8.32.1":
2101+
version: 8.32.1
2102+
resolution: "@typescript-eslint/scope-manager@npm:8.32.1"
21032103
dependencies:
2104-
"@typescript-eslint/types": "npm:8.23.0"
2105-
"@typescript-eslint/visitor-keys": "npm:8.23.0"
2106-
checksum: 10c0/625b524a4fc25667b20f3541da84674af9c2abfac6596e30f7a40085513172bf1aac125488b32885894e3ef6596a0d06dec9a65ed4562884e0bca87a758600fa
2104+
"@typescript-eslint/types": "npm:8.32.1"
2105+
"@typescript-eslint/visitor-keys": "npm:8.32.1"
2106+
checksum: 10c0/d2cb1f7736388972137d6e510b2beae4bac033fcab274e04de90ebba3ce466c71fe47f1795357e032e4a6c8b2162016b51b58210916c37212242c82d35352e9f
21072107
languageName: node
21082108
linkType: hard
21092109

2110-
"@typescript-eslint/type-utils@npm:8.23.0":
2111-
version: 8.23.0
2112-
resolution: "@typescript-eslint/type-utils@npm:8.23.0"
2110+
"@typescript-eslint/type-utils@npm:8.32.1":
2111+
version: 8.32.1
2112+
resolution: "@typescript-eslint/type-utils@npm:8.32.1"
21132113
dependencies:
2114-
"@typescript-eslint/typescript-estree": "npm:8.23.0"
2115-
"@typescript-eslint/utils": "npm:8.23.0"
2114+
"@typescript-eslint/typescript-estree": "npm:8.32.1"
2115+
"@typescript-eslint/utils": "npm:8.32.1"
21162116
debug: "npm:^4.3.4"
2117-
ts-api-utils: "npm:^2.0.1"
2117+
ts-api-utils: "npm:^2.1.0"
21182118
peerDependencies:
21192119
eslint: ^8.57.0 || ^9.0.0
2120-
typescript: ">=4.8.4 <5.8.0"
2121-
checksum: 10c0/a98dc2f2f75ec2132176428011ba620ad5b641a04e9e18471a7b9f979f6966a76aeaf6e51072c5364de68f83832a3a77b04518ec65c3092dadbd033d03fb5e35
2120+
typescript: ">=4.8.4 <5.9.0"
2121+
checksum: 10c0/f10186340ce194681804d9a57feb6d8d6c3adbd059c70df58f4656b0d9efd412fb0c2d80c182f9db83bad1a301754e0c24fe26f3354bef3a1795ab9c835cb763
21222122
languageName: node
21232123
linkType: hard
21242124

2125-
"@typescript-eslint/types@npm:8.23.0":
2126-
version: 8.23.0
2127-
resolution: "@typescript-eslint/types@npm:8.23.0"
2128-
checksum: 10c0/78737a14e8469e33212d9bbc26d6880bca3f8e47764273eb4c662f5ed38d0b35c626d646d4a8e9a6ee64a0e352b18dd36422e59ce217362b5af473b79d058b35
2125+
"@typescript-eslint/types@npm:8.32.1":
2126+
version: 8.32.1
2127+
resolution: "@typescript-eslint/types@npm:8.32.1"
2128+
checksum: 10c0/86f59b29c12e7e8abe45a1659b6fae5e7b0cfaf09ab86dd596ed9d468aa61082bbccd509d25f769b197fbfdf872bbef0b323a2ded6ceaca351f7c679f1ba3bd3
21292129
languageName: node
21302130
linkType: hard
21312131

2132-
"@typescript-eslint/typescript-estree@npm:8.23.0":
2133-
version: 8.23.0
2134-
resolution: "@typescript-eslint/typescript-estree@npm:8.23.0"
2132+
"@typescript-eslint/typescript-estree@npm:8.32.1":
2133+
version: 8.32.1
2134+
resolution: "@typescript-eslint/typescript-estree@npm:8.32.1"
21352135
dependencies:
2136-
"@typescript-eslint/types": "npm:8.23.0"
2137-
"@typescript-eslint/visitor-keys": "npm:8.23.0"
2136+
"@typescript-eslint/types": "npm:8.32.1"
2137+
"@typescript-eslint/visitor-keys": "npm:8.32.1"
21382138
debug: "npm:^4.3.4"
21392139
fast-glob: "npm:^3.3.2"
21402140
is-glob: "npm:^4.0.3"
21412141
minimatch: "npm:^9.0.4"
21422142
semver: "npm:^7.6.0"
2143-
ts-api-utils: "npm:^2.0.1"
2143+
ts-api-utils: "npm:^2.1.0"
21442144
peerDependencies:
2145-
typescript: ">=4.8.4 <5.8.0"
2146-
checksum: 10c0/2cc8defb3d9b25b899a62c6b6ca26c442433bf95f626f6275935e2754d9a74abb0015c737de27038b0f378273e67e61120d9cf2941c44848e4bffbbc297fdf74
2145+
typescript: ">=4.8.4 <5.9.0"
2146+
checksum: 10c0/b5ae0d91ef1b46c9f3852741e26b7a14c28bb58ee8a283b9530ac484332ca58a7216b9d22eda23c5449b5fd69c6e4601ef3ebbd68e746816ae78269036c08cda
21472147
languageName: node
21482148
linkType: hard
21492149

2150-
"@typescript-eslint/utils@npm:8.23.0, @typescript-eslint/utils@npm:^6.0.0 || ^7.0.0 || ^8.0.0":
2151-
version: 8.23.0
2152-
resolution: "@typescript-eslint/utils@npm:8.23.0"
2150+
"@typescript-eslint/utils@npm:8.32.1, @typescript-eslint/utils@npm:^6.0.0 || ^7.0.0 || ^8.0.0":
2151+
version: 8.32.1
2152+
resolution: "@typescript-eslint/utils@npm:8.32.1"
21532153
dependencies:
2154-
"@eslint-community/eslint-utils": "npm:^4.4.0"
2155-
"@typescript-eslint/scope-manager": "npm:8.23.0"
2156-
"@typescript-eslint/types": "npm:8.23.0"
2157-
"@typescript-eslint/typescript-estree": "npm:8.23.0"
2154+
"@eslint-community/eslint-utils": "npm:^4.7.0"
2155+
"@typescript-eslint/scope-manager": "npm:8.32.1"
2156+
"@typescript-eslint/types": "npm:8.32.1"
2157+
"@typescript-eslint/typescript-estree": "npm:8.32.1"
21582158
peerDependencies:
21592159
eslint: ^8.57.0 || ^9.0.0
2160-
typescript: ">=4.8.4 <5.8.0"
2161-
checksum: 10c0/8967cf6543b1df2fb8d29086a0d35f5f7623e935706ad7c5bfcc6123e6fb08a767be1770601d481d815022bec43422730c6c8035892f23cd11cdadb16176b418
2160+
typescript: ">=4.8.4 <5.9.0"
2161+
checksum: 10c0/a2b90c0417cd3a33c6e22f9cc28c356f251bb8928ef1d25e057feda007d522d281bdc37a9a0d05b70312f00a7b3f350ca06e724867025ea85bba5a4c766732e7
21622162
languageName: node
21632163
linkType: hard
21642164

2165-
"@typescript-eslint/visitor-keys@npm:8.23.0":
2166-
version: 8.23.0
2167-
resolution: "@typescript-eslint/visitor-keys@npm:8.23.0"
2165+
"@typescript-eslint/visitor-keys@npm:8.32.1":
2166+
version: 8.32.1
2167+
resolution: "@typescript-eslint/visitor-keys@npm:8.32.1"
21682168
dependencies:
2169-
"@typescript-eslint/types": "npm:8.23.0"
2169+
"@typescript-eslint/types": "npm:8.32.1"
21702170
eslint-visitor-keys: "npm:^4.2.0"
2171-
checksum: 10c0/a406f78aa18b4efb2adf26e3a6ca48c9a6f2cc9545e083b50efaaf90f0a80d2bea79ceda51da1f109706d4138756b0978a323b9176c9a6a519e87168851e7e16
2171+
checksum: 10c0/9c05053dfd048f681eb96e09ceefa8841a617b8b5950eea05e0844b38fe3510a284eb936324caa899c3ceb4bc23efe56ac01437fab378ac1beeb1c6c00404978
21722172
languageName: node
21732173
linkType: hard
21742174

@@ -2329,8 +2329,8 @@ __metadata:
23292329
"@actions/core": "npm:^1.11.1"
23302330
"@aws-sdk/client-marketplace-catalog": "npm:^3.741.0"
23312331
"@types/node": "npm:^22.15.2"
2332-
"@typescript-eslint/eslint-plugin": "npm:^8.23.0"
2333-
"@typescript-eslint/parser": "npm:^8.23.0"
2332+
"@typescript-eslint/eslint-plugin": "npm:^8.32.1"
2333+
"@typescript-eslint/parser": "npm:^8.32.1"
23342334
"@vercel/ncc": "npm:^0.38.3"
23352335
eslint: "npm:^9.19.0"
23362336
eslint-config-prettier: "npm:^10.0.1"
@@ -3414,13 +3414,20 @@ __metadata:
34143414
languageName: node
34153415
linkType: hard
34163416

3417-
"ignore@npm:^5.2.0, ignore@npm:^5.3.1":
3417+
"ignore@npm:^5.2.0":
34183418
version: 5.3.2
34193419
resolution: "ignore@npm:5.3.2"
34203420
checksum: 10c0/f9f652c957983634ded1e7f02da3b559a0d4cc210fca3792cb67f1b153623c9c42efdc1c4121af171e295444459fc4a9201101fb041b1104a3c000bccb188337
34213421
languageName: node
34223422
linkType: hard
34233423

3424+
"ignore@npm:^7.0.0":
3425+
version: 7.0.4
3426+
resolution: "ignore@npm:7.0.4"
3427+
checksum: 10c0/90e1f69ce352b9555caecd9cbfd07abe7626d312a6f90efbbb52c7edca6ea8df065d66303863b30154ab1502afb2da8bc59d5b04e1719a52ef75bbf675c488eb
3428+
languageName: node
3429+
linkType: hard
3430+
34243431
"import-fresh@npm:^3.2.1":
34253432
version: 3.3.1
34263433
resolution: "import-fresh@npm:3.3.1"
@@ -5189,12 +5196,12 @@ __metadata:
51895196
languageName: node
51905197
linkType: hard
51915198

5192-
"ts-api-utils@npm:^2.0.1":
5193-
version: 2.0.1
5194-
resolution: "ts-api-utils@npm:2.0.1"
5199+
"ts-api-utils@npm:^2.1.0":
5200+
version: 2.1.0
5201+
resolution: "ts-api-utils@npm:2.1.0"
51955202
peerDependencies:
51965203
typescript: ">=4.8.4"
5197-
checksum: 10c0/23fd56a958b332cac00150a652e4c84730df30571bd2faa1ba6d7b511356d1a61656621492bb6c7f15dd6e18847a1408357a0e406671d358115369a17f5bfedd
5204+
checksum: 10c0/9806a38adea2db0f6aa217ccc6bc9c391ddba338a9fe3080676d0d50ed806d305bb90e8cef0276e793d28c8a929f400abb184ddd7ff83a416959c0f4d2ce754f
51985205
languageName: node
51995206
linkType: hard
52005207

0 commit comments

Comments
 (0)