Skip to content

Commit 528f1f0

Browse files
fix(deps): update typescript-eslint monorepo to v5.3.0 (#457)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 54e3b8d commit 528f1f0

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

packages/eslint-config-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"license": "MIT",
1919
"dependencies": {
20-
"@typescript-eslint/eslint-plugin": "5.1.0",
21-
"@typescript-eslint/parser": "5.1.0",
20+
"@typescript-eslint/eslint-plugin": "5.3.0",
21+
"@typescript-eslint/parser": "5.3.0",
2222
"eslint-config-airbnb": "18.2.1",
2323
"eslint-config-airbnb-typescript": "14.0.1",
2424
"eslint-config-prettier": "8.3.0",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2670,74 +2670,74 @@
26702670
dependencies:
26712671
"@types/yargs-parser" "*"
26722672

2673-
"@typescript-eslint/eslint-plugin@5.1.0":
2674-
version "5.1.0"
2675-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.1.0.tgz#381c188dfab12f7a2c7b6a8ba2402d6273eadeaa"
2676-
integrity sha512-bekODL3Tqf36Yz8u+ilha4zGxL9mdB6LIsIoMAvvC5FAuWo4NpZYXtCbv7B2CeR1LhI/lLtLk+q4tbtxuoVuCg==
2673+
"@typescript-eslint/eslint-plugin@5.3.0":
2674+
version "5.3.0"
2675+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.3.0.tgz#a55ae72d28ffeb6badd817fe4566c9cced1f5e29"
2676+
integrity sha512-ARUEJHJrq85aaiCqez7SANeahDsJTD3AEua34EoQN9pHS6S5Bq9emcIaGGySt/4X2zSi+vF5hAH52sEen7IO7g==
26772677
dependencies:
2678-
"@typescript-eslint/experimental-utils" "5.1.0"
2679-
"@typescript-eslint/scope-manager" "5.1.0"
2678+
"@typescript-eslint/experimental-utils" "5.3.0"
2679+
"@typescript-eslint/scope-manager" "5.3.0"
26802680
debug "^4.3.2"
26812681
functional-red-black-tree "^1.0.1"
26822682
ignore "^5.1.8"
26832683
regexpp "^3.2.0"
26842684
semver "^7.3.5"
26852685
tsutils "^3.21.0"
26862686

2687-
"@typescript-eslint/experimental-utils@5.1.0":
2688-
version "5.1.0"
2689-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.1.0.tgz#918a1a3d30404cc1f8edcfdf0df200804ef90d31"
2690-
integrity sha512-ovE9qUiZMOMgxQAESZsdBT+EXIfx/YUYAbwGUI6V03amFdOOxI9c6kitkgRvLkJaLusgMZ2xBhss+tQ0Y1HWxA==
2687+
"@typescript-eslint/experimental-utils@5.3.0":
2688+
version "5.3.0"
2689+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.3.0.tgz#ee56b4957547ed2b0fc7451205e41502e664f546"
2690+
integrity sha512-NFVxYTjKj69qB0FM+piah1x3G/63WB8vCBMnlnEHUsiLzXSTWb9FmFn36FD9Zb4APKBLY3xRArOGSMQkuzTF1w==
26912691
dependencies:
26922692
"@types/json-schema" "^7.0.9"
2693-
"@typescript-eslint/scope-manager" "5.1.0"
2694-
"@typescript-eslint/types" "5.1.0"
2695-
"@typescript-eslint/typescript-estree" "5.1.0"
2693+
"@typescript-eslint/scope-manager" "5.3.0"
2694+
"@typescript-eslint/types" "5.3.0"
2695+
"@typescript-eslint/typescript-estree" "5.3.0"
26962696
eslint-scope "^5.1.1"
26972697
eslint-utils "^3.0.0"
26982698

2699-
"@typescript-eslint/parser@5.1.0":
2700-
version "5.1.0"
2701-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.1.0.tgz#6c7f837d210d2bc0a811e7ea742af414f4e00908"
2702-
integrity sha512-vx1P+mhCtYw3+bRHmbalq/VKP2Y3gnzNgxGxfEWc6OFpuEL7iQdAeq11Ke3Rhy8NjgB+AHsIWEwni3e+Y7djKA==
2699+
"@typescript-eslint/parser@5.3.0":
2700+
version "5.3.0"
2701+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.3.0.tgz#7879f15e26d370ed3f653fb7dd06479531ed3ab9"
2702+
integrity sha512-rKu/yAReip7ovx8UwOAszJVO5MgBquo8WjIQcp1gx4pYQCwYzag+I5nVNHO4MqyMkAo0gWt2gWUi+36gWAVKcw==
27032703
dependencies:
2704-
"@typescript-eslint/scope-manager" "5.1.0"
2705-
"@typescript-eslint/types" "5.1.0"
2706-
"@typescript-eslint/typescript-estree" "5.1.0"
2704+
"@typescript-eslint/scope-manager" "5.3.0"
2705+
"@typescript-eslint/types" "5.3.0"
2706+
"@typescript-eslint/typescript-estree" "5.3.0"
27072707
debug "^4.3.2"
27082708

2709-
"@typescript-eslint/scope-manager@5.1.0":
2710-
version "5.1.0"
2711-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.1.0.tgz#6f1f26ad66a8f71bbb33b635e74fec43f76b44df"
2712-
integrity sha512-yYlyVjvn5lvwCL37i4hPsa1s0ORsjkauhTqbb8MnpvUs7xykmcjGqwlNZ2Q5QpoqkJ1odlM2bqHqJwa28qV6Tw==
2709+
"@typescript-eslint/scope-manager@5.3.0":
2710+
version "5.3.0"
2711+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.3.0.tgz#97d0ccc7c9158e89e202d5e24ce6ba49052d432e"
2712+
integrity sha512-22Uic9oRlTsPppy5Tcwfj+QET5RWEnZ5414Prby465XxQrQFZ6nnm5KnXgnsAJefG4hEgMnaxTB3kNEyjdjj6A==
27132713
dependencies:
2714-
"@typescript-eslint/types" "5.1.0"
2715-
"@typescript-eslint/visitor-keys" "5.1.0"
2714+
"@typescript-eslint/types" "5.3.0"
2715+
"@typescript-eslint/visitor-keys" "5.3.0"
27162716

2717-
"@typescript-eslint/types@5.1.0":
2718-
version "5.1.0"
2719-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.1.0.tgz#a8a75ddfc611660de6be17d3ad950302385607a9"
2720-
integrity sha512-sEwNINVxcB4ZgC6Fe6rUyMlvsB2jvVdgxjZEjQUQVlaSPMNamDOwO6/TB98kFt4sYYfNhdhTPBEQqNQZjMMswA==
2717+
"@typescript-eslint/types@5.3.0":
2718+
version "5.3.0"
2719+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.3.0.tgz#af29fd53867c2df0028c57c36a655bd7e9e05416"
2720+
integrity sha512-fce5pG41/w8O6ahQEhXmMV+xuh4+GayzqEogN24EK+vECA3I6pUwKuLi5QbXO721EMitpQne5VKXofPonYlAQg==
27212721

2722-
"@typescript-eslint/typescript-estree@5.1.0":
2723-
version "5.1.0"
2724-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.1.0.tgz#132aea34372df09decda961cb42457433aa6e83d"
2725-
integrity sha512-SSz+l9YrIIsW4s0ZqaEfnjl156XQ4VRmJsbA0ZE1XkXrD3cRpzuZSVCyqeCMR3EBjF27IisWakbBDGhGNIOvfQ==
2722+
"@typescript-eslint/typescript-estree@5.3.0":
2723+
version "5.3.0"
2724+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.3.0.tgz#4f68ddd46dc2983182402d2ab21fb44ad94988cf"
2725+
integrity sha512-FJ0nqcaUOpn/6Z4Jwbtf+o0valjBLkqc3MWkMvrhA2TvzFXtcclIM8F4MBEmYa2kgcI8EZeSAzwoSrIC8JYkug==
27262726
dependencies:
2727-
"@typescript-eslint/types" "5.1.0"
2728-
"@typescript-eslint/visitor-keys" "5.1.0"
2727+
"@typescript-eslint/types" "5.3.0"
2728+
"@typescript-eslint/visitor-keys" "5.3.0"
27292729
debug "^4.3.2"
27302730
globby "^11.0.4"
27312731
is-glob "^4.0.3"
27322732
semver "^7.3.5"
27332733
tsutils "^3.21.0"
27342734

2735-
"@typescript-eslint/visitor-keys@5.1.0":
2736-
version "5.1.0"
2737-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.1.0.tgz#e01a01b27eb173092705ae983aa1451bd1842630"
2738-
integrity sha512-uqNXepKBg81JVwjuqAxYrXa1Ql/YDzM+8g/pS+TCPxba0wZttl8m5DkrasbfnmJGHs4lQ2jTbcZ5azGhI7kK+w==
2735+
"@typescript-eslint/visitor-keys@5.3.0":
2736+
version "5.3.0"
2737+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.3.0.tgz#a6258790f3b7b2547f70ed8d4a1e0c3499994523"
2738+
integrity sha512-oVIAfIQuq0x2TFDNLVavUn548WL+7hdhxYn+9j3YdJJXB7mH9dAmZNJsPDa7Jc+B9WGqoiex7GUDbyMxV0a/aw==
27392739
dependencies:
2740-
"@typescript-eslint/types" "5.1.0"
2740+
"@typescript-eslint/types" "5.3.0"
27412741
eslint-visitor-keys "^3.0.0"
27422742

27432743
JSONStream@^1.0.4:

0 commit comments

Comments
 (0)