Skip to content

Commit bc1cf86

Browse files
committedDec 6, 2021
chore(deps): bump @typescript-eslint/eslint-plugin to 5.6.0
1 parent ee9fe85 commit bc1cf86

File tree

2 files changed

+48
-14
lines changed

2 files changed

+48
-14
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/react-dom": "17.0.10",
6363
"@types/styled-components": "5.1.15",
6464
"@typescript-eslint/parser": "5.1.0",
65-
"@typescript-eslint/eslint-plugin": "5.1.0",
65+
"@typescript-eslint/eslint-plugin": "5.6.0",
6666
"babel-loader": "8.2.3",
6767
"babel-plugin-styled-components": "1.13.3",
6868
"commitizen": "4.2.4",

‎yarn.lock

+47-13
Original file line numberDiff line numberDiff line change
@@ -3066,29 +3066,29 @@
30663066
dependencies:
30673067
"@types/yargs-parser" "*"
30683068

3069-
"@typescript-eslint/eslint-plugin@5.1.0":
3070-
version "5.1.0"
3071-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.1.0.tgz#381c188dfab12f7a2c7b6a8ba2402d6273eadeaa"
3072-
integrity sha512-bekODL3Tqf36Yz8u+ilha4zGxL9mdB6LIsIoMAvvC5FAuWo4NpZYXtCbv7B2CeR1LhI/lLtLk+q4tbtxuoVuCg==
3069+
"@typescript-eslint/eslint-plugin@5.6.0":
3070+
version "5.6.0"
3071+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.6.0.tgz#efd8668b3d6627c46ce722c2afe813928fe120a0"
3072+
integrity sha512-MIbeMy5qfLqtgs1hWd088k1hOuRsN9JrHUPwVVKCD99EOUqScd7SrwoZl4Gso05EAP9w1kvLWUVGJOVpRPkDPA==
30733073
dependencies:
3074-
"@typescript-eslint/experimental-utils" "5.1.0"
3075-
"@typescript-eslint/scope-manager" "5.1.0"
3074+
"@typescript-eslint/experimental-utils" "5.6.0"
3075+
"@typescript-eslint/scope-manager" "5.6.0"
30763076
debug "^4.3.2"
30773077
functional-red-black-tree "^1.0.1"
30783078
ignore "^5.1.8"
30793079
regexpp "^3.2.0"
30803080
semver "^7.3.5"
30813081
tsutils "^3.21.0"
30823082

3083-
"@typescript-eslint/experimental-utils@5.1.0":
3084-
version "5.1.0"
3085-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.1.0.tgz#918a1a3d30404cc1f8edcfdf0df200804ef90d31"
3086-
integrity sha512-ovE9qUiZMOMgxQAESZsdBT+EXIfx/YUYAbwGUI6V03amFdOOxI9c6kitkgRvLkJaLusgMZ2xBhss+tQ0Y1HWxA==
3083+
"@typescript-eslint/experimental-utils@5.6.0":
3084+
version "5.6.0"
3085+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.6.0.tgz#f3a5960f2004abdcac7bb81412bafc1560841c23"
3086+
integrity sha512-VDoRf3Qj7+W3sS/ZBXZh3LBzp0snDLEgvp6qj0vOAIiAPM07bd5ojQ3CTzF/QFl5AKh7Bh1ycgj6lFBJHUt/DA==
30873087
dependencies:
30883088
"@types/json-schema" "^7.0.9"
3089-
"@typescript-eslint/scope-manager" "5.1.0"
3090-
"@typescript-eslint/types" "5.1.0"
3091-
"@typescript-eslint/typescript-estree" "5.1.0"
3089+
"@typescript-eslint/scope-manager" "5.6.0"
3090+
"@typescript-eslint/types" "5.6.0"
3091+
"@typescript-eslint/typescript-estree" "5.6.0"
30923092
eslint-scope "^5.1.1"
30933093
eslint-utils "^3.0.0"
30943094

@@ -3110,11 +3110,24 @@
31103110
"@typescript-eslint/types" "5.1.0"
31113111
"@typescript-eslint/visitor-keys" "5.1.0"
31123112

3113+
"@typescript-eslint/scope-manager@5.6.0":
3114+
version "5.6.0"
3115+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.6.0.tgz#9dd7f007dc8f3a34cdff6f79f5eaab27ae05157e"
3116+
integrity sha512-1U1G77Hw2jsGWVsO2w6eVCbOg0HZ5WxL/cozVSTfqnL/eB9muhb8THsP0G3w+BB5xAHv9KptwdfYFAUfzcIh4A==
3117+
dependencies:
3118+
"@typescript-eslint/types" "5.6.0"
3119+
"@typescript-eslint/visitor-keys" "5.6.0"
3120+
31133121
"@typescript-eslint/types@5.1.0":
31143122
version "5.1.0"
31153123
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.1.0.tgz#a8a75ddfc611660de6be17d3ad950302385607a9"
31163124
integrity sha512-sEwNINVxcB4ZgC6Fe6rUyMlvsB2jvVdgxjZEjQUQVlaSPMNamDOwO6/TB98kFt4sYYfNhdhTPBEQqNQZjMMswA==
31173125

3126+
"@typescript-eslint/types@5.6.0":
3127+
version "5.6.0"
3128+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.6.0.tgz#745cb1b59daadcc1f32f7be95f0f68accf38afdd"
3129+
integrity sha512-OIZffked7mXv4mXzWU5MgAEbCf9ecNJBKi+Si6/I9PpTaj+cf2x58h2oHW5/P/yTnPkKaayfjhLvx+crnl5ubA==
3130+
31183131
"@typescript-eslint/typescript-estree@5.1.0":
31193132
version "5.1.0"
31203133
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.1.0.tgz#132aea34372df09decda961cb42457433aa6e83d"
@@ -3128,6 +3141,19 @@
31283141
semver "^7.3.5"
31293142
tsutils "^3.21.0"
31303143

3144+
"@typescript-eslint/typescript-estree@5.6.0":
3145+
version "5.6.0"
3146+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.6.0.tgz#dfbb19c9307fdd81bd9c650c67e8397821d7faf0"
3147+
integrity sha512-92vK5tQaE81rK7fOmuWMrSQtK1IMonESR+RJR2Tlc7w4o0MeEdjgidY/uO2Gobh7z4Q1hhS94Cr7r021fMVEeA==
3148+
dependencies:
3149+
"@typescript-eslint/types" "5.6.0"
3150+
"@typescript-eslint/visitor-keys" "5.6.0"
3151+
debug "^4.3.2"
3152+
globby "^11.0.4"
3153+
is-glob "^4.0.3"
3154+
semver "^7.3.5"
3155+
tsutils "^3.21.0"
3156+
31313157
"@typescript-eslint/visitor-keys@5.1.0":
31323158
version "5.1.0"
31333159
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.1.0.tgz#e01a01b27eb173092705ae983aa1451bd1842630"
@@ -3136,6 +3162,14 @@
31363162
"@typescript-eslint/types" "5.1.0"
31373163
eslint-visitor-keys "^3.0.0"
31383164

3165+
"@typescript-eslint/visitor-keys@5.6.0":
3166+
version "5.6.0"
3167+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.6.0.tgz#3e36509e103fe9713d8f035ac977235fd63cb6e6"
3168+
integrity sha512-1p7hDp5cpRFUyE3+lvA74egs+RWSgumrBpzBCDzfTFv0aQ7lIeay80yU0hIxgAhwQ6PcasW35kaOCyDOv6O/Ng==
3169+
dependencies:
3170+
"@typescript-eslint/types" "5.6.0"
3171+
eslint-visitor-keys "^3.0.0"
3172+
31393173
"@webassemblyjs/ast@1.9.0":
31403174
version "1.9.0"
31413175
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"

0 commit comments

Comments
 (0)