Skip to content

Commit 23e79dd

Browse files
chore(deps): update typescript-eslint monorepo to v5.60.1
1 parent c510625 commit 23e79dd

File tree

2 files changed

+83
-52
lines changed

2 files changed

+83
-52
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"devDependencies": {
1616
"@sveltejs/adapter-static": "2.0.2",
1717
"@sveltejs/kit": "1.16.3",
18-
"@typescript-eslint/eslint-plugin": "5.30.7",
19-
"@typescript-eslint/parser": "5.30.7",
18+
"@typescript-eslint/eslint-plugin": "5.60.1",
19+
"@typescript-eslint/parser": "5.60.1",
2020
"autoprefixer": "10.4.7",
2121
"eslint": "8.20.0",
2222
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 81 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,18 @@
112112
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.16.17.tgz#c5a1a4bfe1b57f0c3e61b29883525c6da3e5c091"
113113
integrity sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q==
114114

115+
"@eslint-community/eslint-utils@^4.2.0":
116+
version "4.4.0"
117+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
118+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
119+
dependencies:
120+
eslint-visitor-keys "^3.3.0"
121+
122+
"@eslint-community/regexpp@^4.4.0":
123+
version "4.5.1"
124+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
125+
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
126+
115127
"@eslint/eslintrc@^1.3.0":
116128
version "1.3.0"
117129
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
@@ -246,84 +258,93 @@
246258
resolved "https://registry.yarnpkg.com/@types/pug/-/pug-2.0.6.tgz#f830323c88172e66826d0bde413498b61054b5a6"
247259
integrity sha512-SnHmG9wN1UVmagJOnyo/qkk0Z7gejYxOYYmaAwr5u2yFYfsupN3sg10kyzN8Hep/2zbHxCnsumxOoRIRMBwKCg==
248260

249-
"@typescript-eslint/eslint-plugin@5.30.7":
250-
version "5.30.7"
251-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.7.tgz#1621dabc1ae4084310e19e9efc80dfdbb97e7493"
252-
integrity sha512-l4L6Do+tfeM2OK0GJsU7TUcM/1oN/N25xHm3Jb4z3OiDU4Lj8dIuxX9LpVMS9riSXQs42D1ieX7b85/r16H9Fw==
261+
"@types/semver@^7.3.12":
262+
version "7.5.0"
263+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
264+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
265+
266+
"@typescript-eslint/eslint-plugin@5.60.1":
267+
version "5.60.1"
268+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.60.1.tgz#81382d6ecb92b8dda70e91f9035611cb2fecd1c3"
269+
integrity sha512-KSWsVvsJsLJv3c4e73y/Bzt7OpqMCADUO846bHcuWYSYM19bldbAeDv7dYyV0jwkbMfJ2XdlzwjhXtuD7OY6bw==
253270
dependencies:
254-
"@typescript-eslint/scope-manager" "5.30.7"
255-
"@typescript-eslint/type-utils" "5.30.7"
256-
"@typescript-eslint/utils" "5.30.7"
271+
"@eslint-community/regexpp" "^4.4.0"
272+
"@typescript-eslint/scope-manager" "5.60.1"
273+
"@typescript-eslint/type-utils" "5.60.1"
274+
"@typescript-eslint/utils" "5.60.1"
257275
debug "^4.3.4"
258-
functional-red-black-tree "^1.0.1"
276+
grapheme-splitter "^1.0.4"
259277
ignore "^5.2.0"
260-
regexpp "^3.2.0"
278+
natural-compare-lite "^1.4.0"
261279
semver "^7.3.7"
262280
tsutils "^3.21.0"
263281

264-
"@typescript-eslint/parser@5.30.7":
265-
version "5.30.7"
266-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.7.tgz#99d09729392aec9e64b1de45cd63cb81a4ddd980"
267-
integrity sha512-Rg5xwznHWWSy7v2o0cdho6n+xLhK2gntImp0rJroVVFkcYFYQ8C8UJTSuTw/3CnExBmPjycjmUJkxVmjXsld6A==
282+
"@typescript-eslint/parser@5.60.1":
283+
version "5.60.1"
284+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.1.tgz#0f2f58209c0862a73e3d5a56099abfdfa21d0fd3"
285+
integrity sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==
268286
dependencies:
269-
"@typescript-eslint/scope-manager" "5.30.7"
270-
"@typescript-eslint/types" "5.30.7"
271-
"@typescript-eslint/typescript-estree" "5.30.7"
287+
"@typescript-eslint/scope-manager" "5.60.1"
288+
"@typescript-eslint/types" "5.60.1"
289+
"@typescript-eslint/typescript-estree" "5.60.1"
272290
debug "^4.3.4"
273291

274-
"@typescript-eslint/scope-manager@5.30.7":
275-
version "5.30.7"
276-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.7.tgz#8269a931ef1e5ae68b5eb80743cc515c4ffe3dd7"
277-
integrity sha512-7BM1bwvdF1UUvt+b9smhqdc/eniOnCKxQT/kj3oXtj3LqnTWCAM0qHRHfyzCzhEfWX0zrW7KqXXeE4DlchZBKw==
292+
"@typescript-eslint/scope-manager@5.60.1":
293+
version "5.60.1"
294+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.60.1.tgz#35abdb47f500c68c08f2f2b4f22c7c79472854bb"
295+
integrity sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==
278296
dependencies:
279-
"@typescript-eslint/types" "5.30.7"
280-
"@typescript-eslint/visitor-keys" "5.30.7"
297+
"@typescript-eslint/types" "5.60.1"
298+
"@typescript-eslint/visitor-keys" "5.60.1"
281299

282-
"@typescript-eslint/type-utils@5.30.7":
283-
version "5.30.7"
284-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.7.tgz#5693dc3db6f313f302764282d614cfdbc8a9fcfd"
285-
integrity sha512-nD5qAE2aJX/YLyKMvOU5jvJyku4QN5XBVsoTynFrjQZaDgDV6i7QHFiYCx10wvn7hFvfuqIRNBtsgaLe0DbWhw==
300+
"@typescript-eslint/type-utils@5.60.1":
301+
version "5.60.1"
302+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.60.1.tgz#17770540e98d65ab4730c7aac618003f702893f4"
303+
integrity sha512-vN6UztYqIu05nu7JqwQGzQKUJctzs3/Hg7E2Yx8rz9J+4LgtIDFWjjl1gm3pycH0P3mHAcEUBd23LVgfrsTR8A==
286304
dependencies:
287-
"@typescript-eslint/utils" "5.30.7"
305+
"@typescript-eslint/typescript-estree" "5.60.1"
306+
"@typescript-eslint/utils" "5.60.1"
288307
debug "^4.3.4"
289308
tsutils "^3.21.0"
290309

291-
"@typescript-eslint/types@5.30.7":
292-
version "5.30.7"
293-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.7.tgz#18331487cc92d0f1fb1a6f580c8ec832528079d0"
294-
integrity sha512-ocVkETUs82+U+HowkovV6uxf1AnVRKCmDRNUBUUo46/5SQv1owC/EBFkiu4MOHeZqhKz2ktZ3kvJJ1uFqQ8QPg==
310+
"@typescript-eslint/types@5.60.1":
311+
version "5.60.1"
312+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.1.tgz#a17473910f6b8d388ea83c9d7051af89c4eb7561"
313+
integrity sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==
295314

296-
"@typescript-eslint/typescript-estree@5.30.7":
297-
version "5.30.7"
298-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.7.tgz#05da9f1b281985bfedcf62349847f8d168eecc07"
299-
integrity sha512-tNslqXI1ZdmXXrHER83TJ8OTYl4epUzJC0aj2i4DMDT4iU+UqLT3EJeGQvJ17BMbm31x5scSwo3hPM0nqQ1AEA==
315+
"@typescript-eslint/typescript-estree@5.60.1":
316+
version "5.60.1"
317+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.1.tgz#8c71824b7165b64d5ebd7aa42968899525959834"
318+
integrity sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==
300319
dependencies:
301-
"@typescript-eslint/types" "5.30.7"
302-
"@typescript-eslint/visitor-keys" "5.30.7"
320+
"@typescript-eslint/types" "5.60.1"
321+
"@typescript-eslint/visitor-keys" "5.60.1"
303322
debug "^4.3.4"
304323
globby "^11.1.0"
305324
is-glob "^4.0.3"
306325
semver "^7.3.7"
307326
tsutils "^3.21.0"
308327

309-
"@typescript-eslint/utils@5.30.7":
310-
version "5.30.7"
311-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.7.tgz#7135be070349e9f7caa262b0ca59dc96123351bb"
312-
integrity sha512-Z3pHdbFw+ftZiGUnm1GZhkJgVqsDL5CYW2yj+TB2mfXDFOMqtbzQi2dNJIyPqPbx9mv2kUxS1gU+r2gKlKi1rQ==
328+
"@typescript-eslint/utils@5.60.1":
329+
version "5.60.1"
330+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.60.1.tgz#6861ebedbefba1ac85482d2bdef6f2ff1eb65b80"
331+
integrity sha512-tiJ7FFdFQOWssFa3gqb94Ilexyw0JVxj6vBzaSpfN/8IhoKkDuSAenUKvsSHw2A/TMpJb26izIszTXaqygkvpQ==
313332
dependencies:
333+
"@eslint-community/eslint-utils" "^4.2.0"
314334
"@types/json-schema" "^7.0.9"
315-
"@typescript-eslint/scope-manager" "5.30.7"
316-
"@typescript-eslint/types" "5.30.7"
317-
"@typescript-eslint/typescript-estree" "5.30.7"
335+
"@types/semver" "^7.3.12"
336+
"@typescript-eslint/scope-manager" "5.60.1"
337+
"@typescript-eslint/types" "5.60.1"
338+
"@typescript-eslint/typescript-estree" "5.60.1"
318339
eslint-scope "^5.1.1"
319-
eslint-utils "^3.0.0"
340+
semver "^7.3.7"
320341

321-
"@typescript-eslint/visitor-keys@5.30.7":
322-
version "5.30.7"
323-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.7.tgz#c093abae75b4fd822bfbad9fc337f38a7a14909a"
324-
integrity sha512-KrRXf8nnjvcpxDFOKej4xkD7657+PClJs5cJVSG7NNoCNnjEdc46juNAQt7AyuWctuCgs6mVRc1xGctEqrjxWw==
342+
"@typescript-eslint/visitor-keys@5.60.1":
343+
version "5.60.1"
344+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.1.tgz#19a877358bf96318ec35d90bfe6bd1445cce9434"
345+
integrity sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==
325346
dependencies:
326-
"@typescript-eslint/types" "5.30.7"
347+
"@typescript-eslint/types" "5.60.1"
327348
eslint-visitor-keys "^3.3.0"
328349

329350
acorn-jsx@^5.3.2:
@@ -975,6 +996,11 @@ graceful-fs@^4.1.3:
975996
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
976997
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
977998

999+
grapheme-splitter@^1.0.4:
1000+
version "1.0.4"
1001+
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
1002+
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
1003+
9781004
has-flag@^4.0.0:
9791005
version "4.0.0"
9801006
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
@@ -1187,6 +1213,11 @@ nanoid@^3.3.4:
11871213
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
11881214
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
11891215

1216+
natural-compare-lite@^1.4.0:
1217+
version "1.4.0"
1218+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
1219+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
1220+
11901221
natural-compare@^1.4.0:
11911222
version "1.4.0"
11921223
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)