Skip to content

Commit 3d99bed

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

File tree

2 files changed

+80
-27
lines changed

2 files changed

+80
-27
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.26.0",
19+
"@typescript-eslint/parser": "4.26.0",
2020
"babel-eslint": "^10.1.0",
2121
"eslint-config-airbnb": "^18.2.1",
2222
"eslint-config-prettier": "^8.3.0",

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.0":
2477+
version "4.26.0"
2478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz#12bbd6ebd5e7fabd32e48e1e60efa1f3554a3242"
2479+
integrity sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==
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.0"
2482+
"@typescript-eslint/scope-manager" "4.26.0"
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/[email protected]":
2491+
version "4.26.0"
2492+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz#ba7848b3f088659cdf71bce22454795fc55be99a"
2493+
integrity sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==
2494+
dependencies:
2495+
"@types/json-schema" "^7.0.7"
2496+
"@typescript-eslint/scope-manager" "4.26.0"
2497+
"@typescript-eslint/types" "4.26.0"
2498+
"@typescript-eslint/typescript-estree" "4.26.0"
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.0":
2515+
version "4.26.0"
2516+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.0.tgz#31b6b732c9454f757b020dab9b6754112aa5eeaf"
2517+
integrity sha512-b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg==
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.0"
2520+
"@typescript-eslint/types" "4.26.0"
2521+
"@typescript-eslint/typescript-estree" "4.26.0"
2522+
debug "^4.3.1"
25112523

25122524
"@typescript-eslint/[email protected]":
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/[email protected]":
2533+
version "4.26.0"
2534+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.26.0.tgz#60d1a71df162404e954b9d1c6343ff3bee496194"
2535+
integrity sha512-G6xB6mMo4xVxwMt5lEsNTz3x4qGDt0NSGmTBNBPJxNsrTXJSm21c6raeYroS2OwQsOyIXqKZv266L/Gln1BWqg==
2536+
dependencies:
2537+
"@typescript-eslint/types" "4.26.0"
2538+
"@typescript-eslint/visitor-keys" "4.26.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.26.0"
2547+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
2548+
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
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.26.0"
2565+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz#aea17a40e62dc31c63d5b1bbe9a75783f2ce7109"
2566+
integrity sha512-GHUgahPcm9GfBuy3TzdsizCcPjKOAauG9xkz9TR8kOdssz2Iz9jRCSQm6+aVFa23d5NcSpo1GdHGSQKe0tlcbg==
2567+
dependencies:
2568+
"@typescript-eslint/types" "4.26.0"
2569+
"@typescript-eslint/visitor-keys" "4.26.0"
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/[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.26.0"
2586+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
2587+
integrity sha512-cw4j8lH38V1ycGBbF+aFiLUls9Z0Bw8QschP3mkth50BbWzgFS33ISIgBzUMuQ2IdahoEv/rXstr8Zhlz4B1Zg==
2588+
dependencies:
2589+
"@typescript-eslint/types" "4.26.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"
@@ -4715,7 +4761,7 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
47154761
dependencies:
47164762
ms "2.0.0"
47174763

4718-
debug@4, [email protected], debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
4764+
debug@4, [email protected], 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)