Skip to content

Commit fe189eb

Browse files
committed
fix(deps): update typescript-eslint monorepo to v4.24.0
1 parent bfebee6 commit fe189eb

File tree

2 files changed

+62
-16
lines changed

2 files changed

+62
-16
lines changed

packages/eslint-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"license": "MIT",
1616
"private": false,
1717
"dependencies": {
18-
"@typescript-eslint/eslint-plugin": "4.22.0",
19-
"@typescript-eslint/parser": "4.22.0",
18+
"@typescript-eslint/eslint-plugin": "4.24.0",
19+
"@typescript-eslint/parser": "4.24.0",
2020
"babel-eslint": "^10.1.0",
2121
"eslint-config-airbnb": "^18.2.1",
2222
"eslint-config-prettier": "^8.3.0",

yarn.lock

+60-14
Original file line numberDiff line numberDiff line change
@@ -2473,21 +2473,33 @@
24732473
dependencies:
24742474
"@types/yargs-parser" "*"
24752475

2476-
"@typescript-eslint/eslint-plugin@4.22.0":
2477-
version "4.22.0"
2478-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.22.0.tgz#3d5f29bb59e61a9dba1513d491b059e536e16dbc"
2479-
integrity sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA==
2476+
"@typescript-eslint/eslint-plugin@4.24.0":
2477+
version "4.24.0"
2478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.24.0.tgz#03801ffc25b2af9d08f3dc9bccfc0b7ce3780d0f"
2479+
integrity sha512-qbCgkPM7DWTsYQGjx9RTuQGswi+bEt0isqDBeo+CKV0953zqI0Tp7CZ7Fi9ipgFA6mcQqF4NOVNwS/f2r6xShw==
24802480
dependencies:
2481-
"@typescript-eslint/experimental-utils" "4.22.0"
2482-
"@typescript-eslint/scope-manager" "4.22.0"
2481+
"@typescript-eslint/experimental-utils" "4.24.0"
2482+
"@typescript-eslint/scope-manager" "4.24.0"
24832483
debug "^4.1.1"
24842484
functional-red-black-tree "^1.0.1"
24852485
lodash "^4.17.15"
24862486
regexpp "^3.0.0"
24872487
semver "^7.3.2"
24882488
tsutils "^3.17.1"
24892489

2490-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.1":
2490+
"@typescript-eslint/[email protected]":
2491+
version "4.24.0"
2492+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.24.0.tgz#c23ead9de44b99c3a5fd925c33a106b00165e172"
2493+
integrity sha512-IwTT2VNDKH1h8RZseMH4CcYBz6lTvRoOLDuuqNZZoThvfHEhOiZPQCow+5El3PtyxJ1iDr6UXZwYtE3yZQjhcw==
2494+
dependencies:
2495+
"@types/json-schema" "^7.0.3"
2496+
"@typescript-eslint/scope-manager" "4.24.0"
2497+
"@typescript-eslint/types" "4.24.0"
2498+
"@typescript-eslint/typescript-estree" "4.24.0"
2499+
eslint-scope "^5.0.0"
2500+
eslint-utils "^2.0.0"
2501+
2502+
"@typescript-eslint/experimental-utils@^4.0.1":
24912503
version "4.22.0"
24922504
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz#68765167cca531178e7b650a53456e6e0bef3b1f"
24932505
integrity sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg==
@@ -2499,14 +2511,14 @@
24992511
eslint-scope "^5.0.0"
25002512
eslint-utils "^2.0.0"
25012513

2502-
"@typescript-eslint/parser@4.22.0":
2503-
version "4.22.0"
2504-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.22.0.tgz#e1637327fcf796c641fe55f73530e90b16ac8fe8"
2505-
integrity sha512-z/bGdBJJZJN76nvAY9DkJANYgK3nlRstRRi74WHm3jjgf2I8AglrSY+6l7ogxOmn55YJ6oKZCLLy+6PW70z15Q==
2514+
"@typescript-eslint/parser@4.24.0":
2515+
version "4.24.0"
2516+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.24.0.tgz#2e5f1cc78ffefe43bfac7e5659309a92b09a51bd"
2517+
integrity sha512-dj1ZIh/4QKeECLb2f/QjRwMmDArcwc2WorWPRlB8UNTZlY1KpTVsbX7e3ZZdphfRw29aTFUSNuGB8w9X5sS97w==
25062518
dependencies:
2507-
"@typescript-eslint/scope-manager" "4.22.0"
2508-
"@typescript-eslint/types" "4.22.0"
2509-
"@typescript-eslint/typescript-estree" "4.22.0"
2519+
"@typescript-eslint/scope-manager" "4.24.0"
2520+
"@typescript-eslint/types" "4.24.0"
2521+
"@typescript-eslint/typescript-estree" "4.24.0"
25102522
debug "^4.1.1"
25112523

25122524
"@typescript-eslint/[email protected]":
@@ -2517,11 +2529,24 @@
25172529
"@typescript-eslint/types" "4.22.0"
25182530
"@typescript-eslint/visitor-keys" "4.22.0"
25192531

2532+
"@typescript-eslint/[email protected]":
2533+
version "4.24.0"
2534+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.24.0.tgz#38088216f0eaf235fa30ed8cabf6948ec734f359"
2535+
integrity sha512-9+WYJGDnuC9VtYLqBhcSuM7du75fyCS/ypC8c5g7Sdw7pGL4NDTbeH38eJPfzIydCHZDoOgjloxSAA3+4l/zsA==
2536+
dependencies:
2537+
"@typescript-eslint/types" "4.24.0"
2538+
"@typescript-eslint/visitor-keys" "4.24.0"
2539+
25202540
"@typescript-eslint/[email protected]":
25212541
version "4.22.0"
25222542
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6"
25232543
integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==
25242544

2545+
"@typescript-eslint/[email protected]":
2546+
version "4.24.0"
2547+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.24.0.tgz#6d0cca2048cbda4e265e0c4db9c2a62aaad8228c"
2548+
integrity sha512-tkZUBgDQKdvfs8L47LaqxojKDE+mIUmOzdz7r+u+U54l3GDkTpEbQ1Jp3cNqqAU9vMUCBA1fitsIhm7yN0vx9Q==
2549+
25252550
"@typescript-eslint/[email protected]":
25262551
version "4.22.0"
25272552
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz#b5d95d6d366ff3b72f5168c75775a3e46250d05c"
@@ -2535,6 +2560,19 @@
25352560
semver "^7.3.2"
25362561
tsutils "^3.17.1"
25372562

2563+
"@typescript-eslint/[email protected]":
2564+
version "4.24.0"
2565+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.24.0.tgz#b49249679a98014d8b03e8d4b70864b950e3c90f"
2566+
integrity sha512-kBDitL/by/HK7g8CYLT7aKpAwlR8doshfWz8d71j97n5kUa5caHWvY0RvEUEanL/EqBJoANev8Xc/mQ6LLwXGA==
2567+
dependencies:
2568+
"@typescript-eslint/types" "4.24.0"
2569+
"@typescript-eslint/visitor-keys" "4.24.0"
2570+
debug "^4.1.1"
2571+
globby "^11.0.1"
2572+
is-glob "^4.0.1"
2573+
semver "^7.3.2"
2574+
tsutils "^3.17.1"
2575+
25382576
"@typescript-eslint/[email protected]":
25392577
version "4.22.0"
25402578
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz#169dae26d3c122935da7528c839f42a8a42f6e47"
@@ -2543,6 +2581,14 @@
25432581
"@typescript-eslint/types" "4.22.0"
25442582
eslint-visitor-keys "^2.0.0"
25452583

2584+
"@typescript-eslint/[email protected]":
2585+
version "4.24.0"
2586+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.24.0.tgz#a8fafdc76cad4e04a681a945fbbac4e35e98e297"
2587+
integrity sha512-4ox1sjmGHIxjEDBnMCtWFFhErXtKA1Ec0sBpuz0fqf3P+g3JFGyTxxbF06byw0FRsPnnbq44cKivH7Ks1/0s6g==
2588+
dependencies:
2589+
"@typescript-eslint/types" "4.24.0"
2590+
eslint-visitor-keys "^2.0.0"
2591+
25462592
"@webassemblyjs/[email protected]":
25472593
version "1.9.0"
25482594
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"

0 commit comments

Comments
 (0)