Skip to content

Commit 1f5d076

Browse files
committed
fix(deps): update typescript-eslint monorepo to v4.26.1
1 parent cb7946e commit 1f5d076

File tree

2 files changed

+80
-27
lines changed

2 files changed

+80
-27
lines changed

Diff for: 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.26.1",
19+
"@typescript-eslint/parser": "4.26.1",
2020
"babel-eslint": "^10.1.0",
2121
"eslint-config-airbnb": "^18.2.1",
2222
"eslint-config-prettier": "^8.3.0",

Diff for: yarn.lock

+78-25
Original file line numberDiff line numberDiff line change
@@ -2275,7 +2275,7 @@
22752275
jest-diff "^26.0.0"
22762276
pretty-format "^26.0.0"
22772277

2278-
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6":
2278+
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6", "@types/json-schema@^7.0.7":
22792279
version "7.0.7"
22802280
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
22812281
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
@@ -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.26.1":
2477+
version "4.26.1"
2478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.1.tgz#b9c7313321cb837e2bf8bebe7acc2220659e67d3"
2479+
integrity sha512-aoIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9arQPxbi/0rlJLcuArclz/rCMJw==
24802480
dependencies:
2481-
"@typescript-eslint/experimental-utils" "4.22.0"
2482-
"@typescript-eslint/scope-manager" "4.22.0"
2483-
debug "^4.1.1"
2481+
"@typescript-eslint/experimental-utils" "4.26.1"
2482+
"@typescript-eslint/scope-manager" "4.26.1"
2483+
debug "^4.3.1"
24842484
functional-red-black-tree "^1.0.1"
2485-
lodash "^4.17.15"
2486-
regexpp "^3.0.0"
2487-
semver "^7.3.2"
2488-
tsutils "^3.17.1"
2485+
lodash "^4.17.21"
2486+
regexpp "^3.1.0"
2487+
semver "^7.3.5"
2488+
tsutils "^3.21.0"
2489+
2490+
"@typescript-eslint/experimental-utils@4.26.1":
2491+
version "4.26.1"
2492+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.1.tgz#a35980a2390da9232aa206b27f620eab66e94142"
2493+
integrity sha512-sQHBugRhrXzRCs9PaGg6rowie4i8s/iD/DpTB+EXte8OMDfdCG5TvO73XlO9Wc/zi0uyN4qOmX9hIjQEyhnbmQ==
2494+
dependencies:
2495+
"@types/json-schema" "^7.0.7"
2496+
"@typescript-eslint/scope-manager" "4.26.1"
2497+
"@typescript-eslint/types" "4.26.1"
2498+
"@typescript-eslint/typescript-estree" "4.26.1"
2499+
eslint-scope "^5.1.1"
2500+
eslint-utils "^3.0.0"
24892501

2490-
"@typescript-eslint/experimental-utils@4.22.0", "@typescript-eslint/experimental-utils@^4.0.1":
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,15 +2511,15 @@
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.26.1":
2515+
version "4.26.1"
2516+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.1.tgz#cecfdd5eb7a5c13aabce1c1cfd7fbafb5a0f1e8e"
2517+
integrity sha512-q7F3zSo/nU6YJpPJvQveVlIIzx9/wu75lr6oDbDzoeIRWxpoc/HQ43G4rmMoCc5my/3uSj2VEpg/D83LYZF5HQ==
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"
2510-
debug "^4.1.1"
2519+
"@typescript-eslint/scope-manager" "4.26.1"
2520+
"@typescript-eslint/types" "4.26.1"
2521+
"@typescript-eslint/typescript-estree" "4.26.1"
2522+
debug "^4.3.1"
25112523

25122524
"@typescript-eslint/scope-manager@4.22.0":
25132525
version "4.22.0"
@@ -2517,11 +2529,24 @@
25172529
"@typescript-eslint/types" "4.22.0"
25182530
"@typescript-eslint/visitor-keys" "4.22.0"
25192531

2532+
"@typescript-eslint/scope-manager@4.26.1":
2533+
version "4.26.1"
2534+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.26.1.tgz#075a74a15ff33ee3a7ed33e5fce16ee86689f662"
2535+
integrity sha512-TW1X2p62FQ8Rlne+WEShyd7ac2LA6o27S9i131W4NwDSfyeVlQWhw8ylldNNS8JG6oJB9Ha9Xyc+IUcqipvheQ==
2536+
dependencies:
2537+
"@typescript-eslint/types" "4.26.1"
2538+
"@typescript-eslint/visitor-keys" "4.26.1"
2539+
25202540
"@typescript-eslint/types@4.22.0":
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/types@4.26.1":
2546+
version "4.26.1"
2547+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.1.tgz#9e7c523f73c34b04a765e4167ca5650436ef1d38"
2548+
integrity sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==
2549+
25252550
"@typescript-eslint/typescript-estree@4.22.0":
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/typescript-estree@4.26.1":
2564+
version "4.26.1"
2565+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz#b2ce2e789233d62283fae2c16baabd4f1dbc9633"
2566+
integrity sha512-l3ZXob+h0NQzz80lBGaykdScYaiEbFqznEs99uwzm8fPHhDjwaBFfQkjUC/slw6Sm7npFL8qrGEAMxcfBsBJUg==
2567+
dependencies:
2568+
"@typescript-eslint/types" "4.26.1"
2569+
"@typescript-eslint/visitor-keys" "4.26.1"
2570+
debug "^4.3.1"
2571+
globby "^11.0.3"
2572+
is-glob "^4.0.1"
2573+
semver "^7.3.5"
2574+
tsutils "^3.21.0"
2575+
25382576
"@typescript-eslint/visitor-keys@4.22.0":
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/visitor-keys@4.26.1":
2585+
version "4.26.1"
2586+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz#0d55ea735cb0d8903b198017d6d4f518fdaac546"
2587+
integrity sha512-IGouNSSd+6x/fHtYRyLOM6/C+QxMDzWlDtN41ea+flWuSF9g02iqcIlX8wM53JkfljoIjP0U+yp7SiTS1onEkw==
2588+
dependencies:
2589+
"@typescript-eslint/types" "4.26.1"
2590+
eslint-visitor-keys "^2.0.0"
2591+
25462592
"@webassemblyjs/ast@1.9.0":
25472593
version "1.9.0"
25482594
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"
@@ -4715,7 +4761,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
47154761
dependencies:
47164762
ms "2.0.0"
47174763

4718-
debug@4, debug@4.3.1, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
4764+
debug@4, debug@4.3.1, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
47194765
version "4.3.1"
47204766
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
47214767
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
@@ -5536,6 +5582,13 @@ eslint-utils@^2.0.0, eslint-utils@^2.1.0:
55365582
dependencies:
55375583
eslint-visitor-keys "^1.1.0"
55385584

5585+
eslint-utils@^3.0.0:
5586+
version "3.0.0"
5587+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
5588+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
5589+
dependencies:
5590+
eslint-visitor-keys "^2.0.0"
5591+
55395592
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
55405593
version "1.3.0"
55415594
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -6442,7 +6495,7 @@ globby@^10.0.1:
64426495
merge2 "^1.2.3"
64436496
slash "^3.0.0"
64446497

6445-
globby@^11.0.1, globby@^11.0.2:
6498+
globby@^11.0.1, globby@^11.0.2, globby@^11.0.3:
64466499
version "11.0.3"
64476500
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
64486501
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
@@ -10720,7 +10773,7 @@ regexp.prototype.flags@^1.3.1:
1072010773
call-bind "^1.0.2"
1072110774
define-properties "^1.1.3"
1072210775

10723-
regexpp@^3.0.0, regexpp@^3.1.0:
10776+
regexpp@^3.1.0:
1072410777
version "3.1.0"
1072510778
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
1072610779
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
@@ -12256,7 +12309,7 @@ tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
1225612309
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1225712310
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1225812311

12259-
tsutils@^3.17.1:
12312+
tsutils@^3.17.1, tsutils@^3.21.0:
1226012313
version "3.21.0"
1226112314
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
1226212315
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)