Skip to content

Commit 134e0c9

Browse files
chore(deps): update typescript-eslint monorepo to v5.62.0
1 parent c510625 commit 134e0c9

2 files changed

Lines changed: 88 additions & 52 deletions

File tree

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.62.0",
19+
"@typescript-eslint/parser": "5.62.0",
2020
"autoprefixer": "10.4.7",
2121
"eslint": "8.20.0",
2222
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 86 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.9.1"
117+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
118+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
119+
dependencies:
120+
eslint-visitor-keys "^3.4.3"
121+
122+
"@eslint-community/regexpp@^4.4.0":
123+
version "4.12.2"
124+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
125+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
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.7.1"
263+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.7.1.tgz#3ce3af1a5524ef327d2da9e4fd8b6d95c8d70528"
264+
integrity sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==
265+
266+
"@typescript-eslint/eslint-plugin@5.62.0":
267+
version "5.62.0"
268+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
269+
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
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.62.0"
273+
"@typescript-eslint/type-utils" "5.62.0"
274+
"@typescript-eslint/utils" "5.62.0"
257275
debug "^4.3.4"
258-
functional-red-black-tree "^1.0.1"
276+
graphemer "^1.4.0"
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.62.0":
283+
version "5.62.0"
284+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
285+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
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.62.0"
288+
"@typescript-eslint/types" "5.62.0"
289+
"@typescript-eslint/typescript-estree" "5.62.0"
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.62.0":
293+
version "5.62.0"
294+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
295+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
278296
dependencies:
279-
"@typescript-eslint/types" "5.30.7"
280-
"@typescript-eslint/visitor-keys" "5.30.7"
297+
"@typescript-eslint/types" "5.62.0"
298+
"@typescript-eslint/visitor-keys" "5.62.0"
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.62.0":
301+
version "5.62.0"
302+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
303+
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
286304
dependencies:
287-
"@typescript-eslint/utils" "5.30.7"
305+
"@typescript-eslint/typescript-estree" "5.62.0"
306+
"@typescript-eslint/utils" "5.62.0"
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.62.0":
311+
version "5.62.0"
312+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
313+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
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.62.0":
316+
version "5.62.0"
317+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
318+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
300319
dependencies:
301-
"@typescript-eslint/types" "5.30.7"
302-
"@typescript-eslint/visitor-keys" "5.30.7"
320+
"@typescript-eslint/types" "5.62.0"
321+
"@typescript-eslint/visitor-keys" "5.62.0"
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.62.0":
329+
version "5.62.0"
330+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
331+
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
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.62.0"
337+
"@typescript-eslint/types" "5.62.0"
338+
"@typescript-eslint/typescript-estree" "5.62.0"
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.62.0":
343+
version "5.62.0"
344+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
345+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
325346
dependencies:
326-
"@typescript-eslint/types" "5.30.7"
347+
"@typescript-eslint/types" "5.62.0"
327348
eslint-visitor-keys "^3.3.0"
328349

329350
acorn-jsx@^5.3.2:
@@ -730,6 +751,11 @@ eslint-visitor-keys@^3.3.0:
730751
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
731752
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
732753

754+
eslint-visitor-keys@^3.4.3:
755+
version "3.4.3"
756+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
757+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
758+
733759
eslint@8.20.0:
734760
version "8.20.0"
735761
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.20.0.tgz#048ac56aa18529967da8354a478be4ec0a2bc81b"
@@ -975,6 +1001,11 @@ graceful-fs@^4.1.3:
9751001
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
9761002
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
9771003

1004+
graphemer@^1.4.0:
1005+
version "1.4.0"
1006+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
1007+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
1008+
9781009
has-flag@^4.0.0:
9791010
version "4.0.0"
9801011
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
@@ -1187,6 +1218,11 @@ nanoid@^3.3.4:
11871218
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
11881219
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
11891220

1221+
natural-compare-lite@^1.4.0:
1222+
version "1.4.0"
1223+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
1224+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
1225+
11901226
natural-compare@^1.4.0:
11911227
version "1.4.0"
11921228
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)