Skip to content

Commit 2b71ba9

Browse files
chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.61.0
1 parent cbd1e17 commit 2b71ba9

File tree

2 files changed

+75
-44
lines changed

2 files changed

+75
-44
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@storybook/react": "6.5.12",
4646
"@storybook/testing-library": "0.0.13",
4747
"@types/styled-components": "5.1.26",
48-
"@typescript-eslint/eslint-plugin": "5.38.0",
48+
"@typescript-eslint/eslint-plugin": "5.61.0",
4949
"babel-loader": "8.2.5",
5050
"babel-plugin-styled-components": "2.0.7",
5151
"babel-preset-airbnb": "5.0.0",

yarn.lock

Lines changed: 74 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,6 +1288,18 @@
12881288
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"
12891289
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
12901290

1291+
"@eslint-community/eslint-utils@^4.2.0":
1292+
version "4.4.0"
1293+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
1294+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
1295+
dependencies:
1296+
eslint-visitor-keys "^3.3.0"
1297+
1298+
"@eslint-community/regexpp@^4.4.0":
1299+
version "4.5.1"
1300+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
1301+
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
1302+
12911303
"@eslint/eslintrc@^1.3.3":
12921304
version "1.3.3"
12931305
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
@@ -2845,6 +2857,11 @@
28452857
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
28462858
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
28472859

2860+
"@types/semver@^7.3.12":
2861+
version "7.5.0"
2862+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
2863+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
2864+
28482865
"@types/serve-index@^1.9.1":
28492866
version "1.9.1"
28502867
resolved "https://registry.yarnpkg.com/@types/serve-index/-/serve-index-1.9.1.tgz#1b5e85370a192c01ec6cec4735cf2917337a6278"
@@ -2950,17 +2967,19 @@
29502967
dependencies:
29512968
"@types/yargs-parser" "*"
29522969

2953-
"@typescript-eslint/eslint-plugin@5.38.0":
2954-
version "5.38.0"
2955-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz#ac919a199548861012e8c1fb2ec4899ac2bc22ae"
2956-
integrity sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==
2970+
"@typescript-eslint/eslint-plugin@5.61.0":
2971+
version "5.61.0"
2972+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.61.0.tgz#a1a5290cf33863b4db3fb79350b3c5275a7b1223"
2973+
integrity sha512-A5l/eUAug103qtkwccSCxn8ZRwT+7RXWkFECdA4Cvl1dOlDUgTpAOfSEElZn2uSUxhdDpnCdetrf0jvU4qrL+g==
29572974
dependencies:
2958-
"@typescript-eslint/scope-manager" "5.38.0"
2959-
"@typescript-eslint/type-utils" "5.38.0"
2960-
"@typescript-eslint/utils" "5.38.0"
2975+
"@eslint-community/regexpp" "^4.4.0"
2976+
"@typescript-eslint/scope-manager" "5.61.0"
2977+
"@typescript-eslint/type-utils" "5.61.0"
2978+
"@typescript-eslint/utils" "5.61.0"
29612979
debug "^4.3.4"
2980+
graphemer "^1.4.0"
29622981
ignore "^5.2.0"
2963-
regexpp "^3.2.0"
2982+
natural-compare-lite "^1.4.0"
29642983
semver "^7.3.7"
29652984
tsutils "^3.21.0"
29662985

@@ -2989,21 +3008,21 @@
29893008
"@typescript-eslint/types" "5.37.0"
29903009
"@typescript-eslint/visitor-keys" "5.37.0"
29913010

2992-
"@typescript-eslint/scope-manager@5.38.0":
2993-
version "5.38.0"
2994-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.0.tgz#8f0927024b6b24e28671352c93b393a810ab4553"
2995-
integrity sha512-ByhHIuNyKD9giwkkLqzezZ9y5bALW8VNY6xXcP+VxoH4JBDKjU5WNnsiD4HJdglHECdV+lyaxhvQjTUbRboiTA==
3011+
"@typescript-eslint/scope-manager@5.61.0":
3012+
version "5.61.0"
3013+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.61.0.tgz#b670006d069c9abe6415c41f754b1b5d949ef2b2"
3014+
integrity sha512-W8VoMjoSg7f7nqAROEmTt6LoBpn81AegP7uKhhW5KzYlehs8VV0ZW0fIDVbcZRcaP3aPSW+JZFua+ysQN+m/Nw==
29963015
dependencies:
2997-
"@typescript-eslint/types" "5.38.0"
2998-
"@typescript-eslint/visitor-keys" "5.38.0"
3016+
"@typescript-eslint/types" "5.61.0"
3017+
"@typescript-eslint/visitor-keys" "5.61.0"
29993018

3000-
"@typescript-eslint/type-utils@5.38.0":
3001-
version "5.38.0"
3002-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.0.tgz#c8b7f681da825fcfc66ff2b63d70693880496876"
3003-
integrity sha512-iZq5USgybUcj/lfnbuelJ0j3K9dbs1I3RICAJY9NZZpDgBYXmuUlYQGzftpQA9wC8cKgtS6DASTvF3HrXwwozA==
3019+
"@typescript-eslint/type-utils@5.61.0":
3020+
version "5.61.0"
3021+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.61.0.tgz#e90799eb2045c4435ea8378cb31cd8a9fddca47a"
3022+
integrity sha512-kk8u//r+oVK2Aj3ph/26XdH0pbAkC2RiSjUYhKD+PExemG4XSjpGFeyZ/QM8lBOa7O8aGOU+/yEbMJgQv/DnCg==
30043023
dependencies:
3005-
"@typescript-eslint/typescript-estree" "5.38.0"
3006-
"@typescript-eslint/utils" "5.38.0"
3024+
"@typescript-eslint/typescript-estree" "5.61.0"
3025+
"@typescript-eslint/utils" "5.61.0"
30073026
debug "^4.3.4"
30083027
tsutils "^3.21.0"
30093028

@@ -3012,10 +3031,10 @@
30123031
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.37.0.tgz#09e4870a5f3af7af3f84e08d792644a87d232261"
30133032
integrity sha512-3frIJiTa5+tCb2iqR/bf7XwU20lnU05r/sgPJnRpwvfZaqCJBrl8Q/mw9vr3NrNdB/XtVyMA0eppRMMBqdJ1bA==
30143033

3015-
"@typescript-eslint/types@5.38.0":
3016-
version "5.38.0"
3017-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.0.tgz#8cd15825e4874354e31800dcac321d07548b8a5f"
3018-
integrity sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==
3034+
"@typescript-eslint/types@5.61.0":
3035+
version "5.61.0"
3036+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.61.0.tgz#e99ff11b5792d791554abab0f0370936d8ca50c0"
3037+
integrity sha512-ldyueo58KjngXpzloHUog/h9REmHl59G1b3a5Sng1GfBo14BkS3ZbMEb3693gnP1k//97lh7bKsp6/V/0v1veQ==
30193038

30203039
"@typescript-eslint/[email protected]":
30213040
version "5.37.0"
@@ -3030,13 +3049,13 @@
30303049
semver "^7.3.7"
30313050
tsutils "^3.21.0"
30323051

3033-
"@typescript-eslint/typescript-estree@5.38.0":
3034-
version "5.38.0"
3035-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz#89f86b2279815c6fb7f57d68cf9b813f0dc25d98"
3036-
integrity sha512-6P0RuphkR+UuV7Avv7MU3hFoWaGcrgOdi8eTe1NwhMp2/GjUJoODBTRWzlHpZh6lFOaPmSvgxGlROa0Sg5Zbyg==
3052+
"@typescript-eslint/typescript-estree@5.61.0":
3053+
version "5.61.0"
3054+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.61.0.tgz#4c7caca84ce95bb41aa585d46a764bcc050b92f3"
3055+
integrity sha512-Fud90PxONnnLZ36oR5ClJBLTLfU4pIWBmnvGwTbEa2cXIqj70AEDEmOmpkFComjBZ/037ueKrOdHuYmSFVD7Rw==
30373056
dependencies:
3038-
"@typescript-eslint/types" "5.38.0"
3039-
"@typescript-eslint/visitor-keys" "5.38.0"
3057+
"@typescript-eslint/types" "5.61.0"
3058+
"@typescript-eslint/visitor-keys" "5.61.0"
30403059
debug "^4.3.4"
30413060
globby "^11.1.0"
30423061
is-glob "^4.0.3"
@@ -3055,17 +3074,19 @@
30553074
eslint-scope "^5.1.1"
30563075
eslint-utils "^3.0.0"
30573076

3058-
"@typescript-eslint/utils@5.38.0":
3059-
version "5.38.0"
3060-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.0.tgz#5b31f4896471818153790700eb02ac869a1543f4"
3061-
integrity sha512-6sdeYaBgk9Fh7N2unEXGz+D+som2QCQGPAf1SxrkEr+Z32gMreQ0rparXTNGRRfYUWk/JzbGdcM8NSSd6oqnTA==
3077+
"@typescript-eslint/utils@5.61.0":
3078+
version "5.61.0"
3079+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.61.0.tgz#5064838a53e91c754fffbddd306adcca3fe0af36"
3080+
integrity sha512-mV6O+6VgQmVE6+xzlA91xifndPW9ElFW8vbSF0xCT/czPXVhwDewKila1jOyRwa9AE19zKnrr7Cg5S3pJVrTWQ==
30623081
dependencies:
3082+
"@eslint-community/eslint-utils" "^4.2.0"
30633083
"@types/json-schema" "^7.0.9"
3064-
"@typescript-eslint/scope-manager" "5.38.0"
3065-
"@typescript-eslint/types" "5.38.0"
3066-
"@typescript-eslint/typescript-estree" "5.38.0"
3084+
"@types/semver" "^7.3.12"
3085+
"@typescript-eslint/scope-manager" "5.61.0"
3086+
"@typescript-eslint/types" "5.61.0"
3087+
"@typescript-eslint/typescript-estree" "5.61.0"
30673088
eslint-scope "^5.1.1"
3068-
eslint-utils "^3.0.0"
3089+
semver "^7.3.7"
30693090

30703091
"@typescript-eslint/[email protected]":
30713092
version "5.37.0"
@@ -3075,12 +3096,12 @@
30753096
"@typescript-eslint/types" "5.37.0"
30763097
eslint-visitor-keys "^3.3.0"
30773098

3078-
"@typescript-eslint/visitor-keys@5.38.0":
3079-
version "5.38.0"
3080-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.0.tgz#60591ca3bf78aa12b25002c0993d067c00887e34"
3081-
integrity sha512-MxnrdIyArnTi+XyFLR+kt/uNAcdOnmT+879os7qDRI+EYySR4crXJq9BXPfRzzLGq0wgxkwidrCJ9WCAoacm1w==
3099+
"@typescript-eslint/visitor-keys@5.61.0":
3100+
version "5.61.0"
3101+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.61.0.tgz#c79414fa42158fd23bd2bb70952dc5cdbb298140"
3102+
integrity sha512-50XQ5VdbWrX06mQXhy93WywSFZZGsv3EOjq+lqp6WC2t+j3mb6A9xYVdrRxafvK88vg9k9u+CT4l6D8PEatjKg==
30823103
dependencies:
3083-
"@typescript-eslint/types" "5.38.0"
3104+
"@typescript-eslint/types" "5.61.0"
30843105
eslint-visitor-keys "^3.3.0"
30853106

30863107
"@webassemblyjs/[email protected]":
@@ -6554,6 +6575,11 @@ grapheme-splitter@^1.0.4:
65546575
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
65556576
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
65566577

6578+
graphemer@^1.4.0:
6579+
version "1.4.0"
6580+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
6581+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
6582+
65576583
handle-thing@^2.0.0:
65586584
version "2.0.1"
65596585
resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e"
@@ -8387,6 +8413,11 @@ nanomatch@^1.2.9:
83878413
snapdragon "^0.8.1"
83888414
to-regex "^3.0.1"
83898415

8416+
natural-compare-lite@^1.4.0:
8417+
version "1.4.0"
8418+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
8419+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
8420+
83908421
natural-compare@^1.4.0:
83918422
version "1.4.0"
83928423
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)