Skip to content

Commit c8fcd8f

Browse files
chore(deps): update typescript-eslint monorepo to v5.60.1
1 parent 34aa393 commit c8fcd8f

2 files changed

Lines changed: 83 additions & 52 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"@types/eslint": "8.4.5",
3434
"@types/node": "16.11.45",
3535
"@types/react": "18.0.15",
36-
"@typescript-eslint/eslint-plugin": "5.30.7",
37-
"@typescript-eslint/parser": "5.30.7",
36+
"@typescript-eslint/eslint-plugin": "5.60.1",
37+
"@typescript-eslint/parser": "5.60.1",
3838
"@vitejs/plugin-react-refresh": "1.3.6",
3939
"conventional-changelog-conventionalcommits": "^5.0.0",
4040
"eslint": "8.20.0",

yarn.lock

Lines changed: 81 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,18 @@
246246
resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-2.0.1.tgz#b6b8d81780b9a9f6459f4bfe9226ac6aefaefe87"
247247
integrity sha512-aG20vknL4/YjQF9BSV7ts4EWm/yrjagAN7OWBNmlbEOUiu0llj4OGrFoOKK3g2vey4/p2omKCoHrWtPxSwV3HA==
248248

249+
"@eslint-community/eslint-utils@^4.2.0":
250+
version "4.4.0"
251+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
252+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
253+
dependencies:
254+
eslint-visitor-keys "^3.3.0"
255+
256+
"@eslint-community/regexpp@^4.4.0":
257+
version "4.5.1"
258+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
259+
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
260+
249261
"@eslint/eslintrc@^1.3.0":
250262
version "1.3.0"
251263
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
@@ -596,6 +608,11 @@
596608
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
597609
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
598610

611+
"@types/semver@^7.3.12":
612+
version "7.5.0"
613+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
614+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
615+
599616
"@types/trusted-types@^2.0.2":
600617
version "2.0.2"
601618
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756"
@@ -616,18 +633,19 @@
616633
semver "^7.3.7"
617634
tsutils "^3.21.0"
618635

619-
"@typescript-eslint/eslint-plugin@5.30.7":
620-
version "5.30.7"
621-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.7.tgz#1621dabc1ae4084310e19e9efc80dfdbb97e7493"
622-
integrity sha512-l4L6Do+tfeM2OK0GJsU7TUcM/1oN/N25xHm3Jb4z3OiDU4Lj8dIuxX9LpVMS9riSXQs42D1ieX7b85/r16H9Fw==
636+
"@typescript-eslint/eslint-plugin@5.60.1":
637+
version "5.60.1"
638+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.60.1.tgz#81382d6ecb92b8dda70e91f9035611cb2fecd1c3"
639+
integrity sha512-KSWsVvsJsLJv3c4e73y/Bzt7OpqMCADUO846bHcuWYSYM19bldbAeDv7dYyV0jwkbMfJ2XdlzwjhXtuD7OY6bw==
623640
dependencies:
624-
"@typescript-eslint/scope-manager" "5.30.7"
625-
"@typescript-eslint/type-utils" "5.30.7"
626-
"@typescript-eslint/utils" "5.30.7"
641+
"@eslint-community/regexpp" "^4.4.0"
642+
"@typescript-eslint/scope-manager" "5.60.1"
643+
"@typescript-eslint/type-utils" "5.60.1"
644+
"@typescript-eslint/utils" "5.60.1"
627645
debug "^4.3.4"
628-
functional-red-black-tree "^1.0.1"
646+
grapheme-splitter "^1.0.4"
629647
ignore "^5.2.0"
630-
regexpp "^3.2.0"
648+
natural-compare-lite "^1.4.0"
631649
semver "^7.3.7"
632650
tsutils "^3.21.0"
633651

@@ -651,14 +669,14 @@
651669
"@typescript-eslint/typescript-estree" "5.27.1"
652670
debug "^4.3.4"
653671

654-
"@typescript-eslint/parser@5.30.7":
655-
version "5.30.7"
656-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.7.tgz#99d09729392aec9e64b1de45cd63cb81a4ddd980"
657-
integrity sha512-Rg5xwznHWWSy7v2o0cdho6n+xLhK2gntImp0rJroVVFkcYFYQ8C8UJTSuTw/3CnExBmPjycjmUJkxVmjXsld6A==
672+
"@typescript-eslint/parser@5.60.1":
673+
version "5.60.1"
674+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.1.tgz#0f2f58209c0862a73e3d5a56099abfdfa21d0fd3"
675+
integrity sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==
658676
dependencies:
659-
"@typescript-eslint/scope-manager" "5.30.7"
660-
"@typescript-eslint/types" "5.30.7"
661-
"@typescript-eslint/typescript-estree" "5.30.7"
677+
"@typescript-eslint/scope-manager" "5.60.1"
678+
"@typescript-eslint/types" "5.60.1"
679+
"@typescript-eslint/typescript-estree" "5.60.1"
662680
debug "^4.3.4"
663681

664682
"@typescript-eslint/scope-manager@5.18.0":
@@ -677,13 +695,13 @@
677695
"@typescript-eslint/types" "5.27.1"
678696
"@typescript-eslint/visitor-keys" "5.27.1"
679697

680-
"@typescript-eslint/scope-manager@5.30.7":
681-
version "5.30.7"
682-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.7.tgz#8269a931ef1e5ae68b5eb80743cc515c4ffe3dd7"
683-
integrity sha512-7BM1bwvdF1UUvt+b9smhqdc/eniOnCKxQT/kj3oXtj3LqnTWCAM0qHRHfyzCzhEfWX0zrW7KqXXeE4DlchZBKw==
698+
"@typescript-eslint/scope-manager@5.60.1":
699+
version "5.60.1"
700+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.60.1.tgz#35abdb47f500c68c08f2f2b4f22c7c79472854bb"
701+
integrity sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==
684702
dependencies:
685-
"@typescript-eslint/types" "5.30.7"
686-
"@typescript-eslint/visitor-keys" "5.30.7"
703+
"@typescript-eslint/types" "5.60.1"
704+
"@typescript-eslint/visitor-keys" "5.60.1"
687705

688706
"@typescript-eslint/type-utils@5.27.1":
689707
version "5.27.1"
@@ -694,12 +712,13 @@
694712
debug "^4.3.4"
695713
tsutils "^3.21.0"
696714

697-
"@typescript-eslint/type-utils@5.30.7":
698-
version "5.30.7"
699-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.7.tgz#5693dc3db6f313f302764282d614cfdbc8a9fcfd"
700-
integrity sha512-nD5qAE2aJX/YLyKMvOU5jvJyku4QN5XBVsoTynFrjQZaDgDV6i7QHFiYCx10wvn7hFvfuqIRNBtsgaLe0DbWhw==
715+
"@typescript-eslint/type-utils@5.60.1":
716+
version "5.60.1"
717+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.60.1.tgz#17770540e98d65ab4730c7aac618003f702893f4"
718+
integrity sha512-vN6UztYqIu05nu7JqwQGzQKUJctzs3/Hg7E2Yx8rz9J+4LgtIDFWjjl1gm3pycH0P3mHAcEUBd23LVgfrsTR8A==
701719
dependencies:
702-
"@typescript-eslint/utils" "5.30.7"
720+
"@typescript-eslint/typescript-estree" "5.60.1"
721+
"@typescript-eslint/utils" "5.60.1"
703722
debug "^4.3.4"
704723
tsutils "^3.21.0"
705724

@@ -713,10 +732,10 @@
713732
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.1.tgz#34e3e629501349d38be6ae97841298c03a6ffbf1"
714733
integrity sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==
715734

716-
"@typescript-eslint/types@5.30.7":
717-
version "5.30.7"
718-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.7.tgz#18331487cc92d0f1fb1a6f580c8ec832528079d0"
719-
integrity sha512-ocVkETUs82+U+HowkovV6uxf1AnVRKCmDRNUBUUo46/5SQv1owC/EBFkiu4MOHeZqhKz2ktZ3kvJJ1uFqQ8QPg==
735+
"@typescript-eslint/types@5.60.1":
736+
version "5.60.1"
737+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.1.tgz#a17473910f6b8d388ea83c9d7051af89c4eb7561"
738+
integrity sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==
720739

721740
"@typescript-eslint/typescript-estree@2.34.0":
722741
version "2.34.0"
@@ -757,13 +776,13 @@
757776
semver "^7.3.7"
758777
tsutils "^3.21.0"
759778

760-
"@typescript-eslint/typescript-estree@5.30.7":
761-
version "5.30.7"
762-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.7.tgz#05da9f1b281985bfedcf62349847f8d168eecc07"
763-
integrity sha512-tNslqXI1ZdmXXrHER83TJ8OTYl4epUzJC0aj2i4DMDT4iU+UqLT3EJeGQvJ17BMbm31x5scSwo3hPM0nqQ1AEA==
779+
"@typescript-eslint/typescript-estree@5.60.1":
780+
version "5.60.1"
781+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.1.tgz#8c71824b7165b64d5ebd7aa42968899525959834"
782+
integrity sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==
764783
dependencies:
765-
"@typescript-eslint/types" "5.30.7"
766-
"@typescript-eslint/visitor-keys" "5.30.7"
784+
"@typescript-eslint/types" "5.60.1"
785+
"@typescript-eslint/visitor-keys" "5.60.1"
767786
debug "^4.3.4"
768787
globby "^11.1.0"
769788
is-glob "^4.0.3"
@@ -782,17 +801,19 @@
782801
eslint-scope "^5.1.1"
783802
eslint-utils "^3.0.0"
784803

785-
"@typescript-eslint/utils@5.30.7":
786-
version "5.30.7"
787-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.7.tgz#7135be070349e9f7caa262b0ca59dc96123351bb"
788-
integrity sha512-Z3pHdbFw+ftZiGUnm1GZhkJgVqsDL5CYW2yj+TB2mfXDFOMqtbzQi2dNJIyPqPbx9mv2kUxS1gU+r2gKlKi1rQ==
804+
"@typescript-eslint/utils@5.60.1":
805+
version "5.60.1"
806+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.60.1.tgz#6861ebedbefba1ac85482d2bdef6f2ff1eb65b80"
807+
integrity sha512-tiJ7FFdFQOWssFa3gqb94Ilexyw0JVxj6vBzaSpfN/8IhoKkDuSAenUKvsSHw2A/TMpJb26izIszTXaqygkvpQ==
789808
dependencies:
809+
"@eslint-community/eslint-utils" "^4.2.0"
790810
"@types/json-schema" "^7.0.9"
791-
"@typescript-eslint/scope-manager" "5.30.7"
792-
"@typescript-eslint/types" "5.30.7"
793-
"@typescript-eslint/typescript-estree" "5.30.7"
811+
"@types/semver" "^7.3.12"
812+
"@typescript-eslint/scope-manager" "5.60.1"
813+
"@typescript-eslint/types" "5.60.1"
814+
"@typescript-eslint/typescript-estree" "5.60.1"
794815
eslint-scope "^5.1.1"
795-
eslint-utils "^3.0.0"
816+
semver "^7.3.7"
796817

797818
"@typescript-eslint/utils@^5.10.2":
798819
version "5.18.0"
@@ -822,12 +843,12 @@
822843
"@typescript-eslint/types" "5.27.1"
823844
eslint-visitor-keys "^3.3.0"
824845

825-
"@typescript-eslint/visitor-keys@5.30.7":
826-
version "5.30.7"
827-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.7.tgz#c093abae75b4fd822bfbad9fc337f38a7a14909a"
828-
integrity sha512-KrRXf8nnjvcpxDFOKej4xkD7657+PClJs5cJVSG7NNoCNnjEdc46juNAQt7AyuWctuCgs6mVRc1xGctEqrjxWw==
846+
"@typescript-eslint/visitor-keys@5.60.1":
847+
version "5.60.1"
848+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.1.tgz#19a877358bf96318ec35d90bfe6bd1445cce9434"
849+
integrity sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==
829850
dependencies:
830-
"@typescript-eslint/types" "5.30.7"
851+
"@typescript-eslint/types" "5.60.1"
831852
eslint-visitor-keys "^3.3.0"
832853

833854
"@vitejs/plugin-react-refresh@1.3.6":
@@ -2061,6 +2082,11 @@ graceful-fs@^4.1.6, graceful-fs@^4.2.0:
20612082
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
20622083
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
20632084

2085+
grapheme-splitter@^1.0.4:
2086+
version "1.0.4"
2087+
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
2088+
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
2089+
20642090
handlebars@^4.7.7:
20652091
version "4.7.7"
20662092
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1"
@@ -2753,6 +2779,11 @@ nanoid@^3.3.4:
27532779
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
27542780
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
27552781

2782+
natural-compare-lite@^1.4.0:
2783+
version "1.4.0"
2784+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
2785+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
2786+
27562787
natural-compare@^1.4.0:
27572788
version "1.4.0"
27582789
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)