Skip to content

Commit d30f6cb

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

File tree

2 files changed

+70
-44
lines changed

2 files changed

+70
-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.57.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: 69 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.0"
1300+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.0.tgz#f6f729b02feee2c749f57e334b7a1b5f40a81724"
1301+
integrity sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==
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.3.13"
2862+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
2863+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
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.57.0":
2971+
version "5.57.0"
2972+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.0.tgz#52c8a7a4512f10e7249ca1e2e61f81c62c34365c"
2973+
integrity sha512-itag0qpN6q2UMM6Xgk6xoHa0D0/P+M17THnr4SVgqn9Rgam5k/He33MA7/D7QoJcdMxHFyX7U9imaBonAX/6qA==
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.57.0"
2977+
"@typescript-eslint/type-utils" "5.57.0"
2978+
"@typescript-eslint/utils" "5.57.0"
29612979
debug "^4.3.4"
2980+
grapheme-splitter "^1.0.4"
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.57.0":
3012+
version "5.57.0"
3013+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.0.tgz#79ccd3fa7bde0758059172d44239e871e087ea36"
3014+
integrity sha512-NANBNOQvllPlizl9LatX8+MHi7bx7WGIWYjPHDmQe5Si/0YEYfxSljJpoTyTWFTgRy3X8gLYSE4xQ2U+aCozSw==
29963015
dependencies:
2997-
"@typescript-eslint/types" "5.38.0"
2998-
"@typescript-eslint/visitor-keys" "5.38.0"
3016+
"@typescript-eslint/types" "5.57.0"
3017+
"@typescript-eslint/visitor-keys" "5.57.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.57.0":
3020+
version "5.57.0"
3021+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.57.0.tgz#98e7531c4e927855d45bd362de922a619b4319f2"
3022+
integrity sha512-kxXoq9zOTbvqzLbdNKy1yFrxLC6GDJFE2Yuo3KqSwTmDOFjUGeWSakgoXT864WcK5/NAJkkONCiKb1ddsqhLXQ==
30043023
dependencies:
3005-
"@typescript-eslint/typescript-estree" "5.38.0"
3006-
"@typescript-eslint/utils" "5.38.0"
3024+
"@typescript-eslint/typescript-estree" "5.57.0"
3025+
"@typescript-eslint/utils" "5.57.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.57.0":
3035+
version "5.57.0"
3036+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.0.tgz#727bfa2b64c73a4376264379cf1f447998eaa132"
3037+
integrity sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ==
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.57.0":
3053+
version "5.57.0"
3054+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.0.tgz#ebcd0ee3e1d6230e888d88cddf654252d41e2e40"
3055+
integrity sha512-LTzQ23TV82KpO8HPnWuxM2V7ieXW8O142I7hQTxWIHDcCEIjtkat6H96PFkYBQqGFLW/G/eVVOB9Z8rcvdY/Vw==
30373056
dependencies:
3038-
"@typescript-eslint/types" "5.38.0"
3039-
"@typescript-eslint/visitor-keys" "5.38.0"
3057+
"@typescript-eslint/types" "5.57.0"
3058+
"@typescript-eslint/visitor-keys" "5.57.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.57.0":
3078+
version "5.57.0"
3079+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.0.tgz#eab8f6563a2ac31f60f3e7024b91bf75f43ecef6"
3080+
integrity sha512-ps/4WohXV7C+LTSgAL5CApxvxbMkl9B9AUZRtnEFonpIxZDIT7wC1xfvuJONMidrkB9scs4zhtRyIwHh4+18kw==
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.57.0"
3086+
"@typescript-eslint/types" "5.57.0"
3087+
"@typescript-eslint/typescript-estree" "5.57.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.57.0":
3100+
version "5.57.0"
3101+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.0.tgz#e2b2f4174aff1d15eef887ce3d019ecc2d7a8ac1"
3102+
integrity sha512-ery2g3k0hv5BLiKpPuwYt9KBkAp2ugT6VvyShXdLOkax895EC55sP0Tx5L0fZaQueiK3fBLvHVvEl3jFS5ia+g==
30823103
dependencies:
3083-
"@typescript-eslint/types" "5.38.0"
3104+
"@typescript-eslint/types" "5.57.0"
30843105
eslint-visitor-keys "^3.3.0"
30853106

30863107
"@webassemblyjs/[email protected]":
@@ -8387,6 +8408,11 @@ nanomatch@^1.2.9:
83878408
snapdragon "^0.8.1"
83888409
to-regex "^3.0.1"
83898410

8411+
natural-compare-lite@^1.4.0:
8412+
version "1.4.0"
8413+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
8414+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
8415+
83908416
natural-compare@^1.4.0:
83918417
version "1.4.0"
83928418
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)