Skip to content

Commit 99a2d9b

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

File tree

2 files changed

+100
-24
lines changed

2 files changed

+100
-24
lines changed

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
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.28.4",
19+
"@typescript-eslint/parser": "4.28.4",
2020
"babel-eslint": "^10.1.0",
2121
"eslint-config-airbnb": "^18.2.1",
2222
"eslint-config-prettier": "^8.3.0",

yarn.lock

Lines changed: 98 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2280,6 +2280,11 @@
22802280
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
22812281
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
22822282

2283+
"@types/json-schema@^7.0.7":
2284+
version "7.0.8"
2285+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818"
2286+
integrity sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==
2287+
22832288
"@types/json5@^0.0.29":
22842289
version "0.0.29"
22852290
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -2473,21 +2478,32 @@
24732478
dependencies:
24742479
"@types/yargs-parser" "*"
24752480

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==
2481+
"@typescript-eslint/eslint-plugin@4.28.4":
2482+
version "4.28.4"
2483+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.4.tgz#e73c8cabbf3f08dee0e1bda65ed4e622ae8f8921"
2484+
integrity sha512-s1oY4RmYDlWMlcV0kKPBaADn46JirZzvvH7c2CtAqxCY96S538JRBAzt83RrfkDheV/+G/vWNK0zek+8TB3Gmw==
24802485
dependencies:
2481-
"@typescript-eslint/experimental-utils" "4.22.0"
2482-
"@typescript-eslint/scope-manager" "4.22.0"
2483-
debug "^4.1.1"
2486+
"@typescript-eslint/experimental-utils" "4.28.4"
2487+
"@typescript-eslint/scope-manager" "4.28.4"
2488+
debug "^4.3.1"
24842489
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"
2490+
regexpp "^3.1.0"
2491+
semver "^7.3.5"
2492+
tsutils "^3.21.0"
2493+
2494+
"@typescript-eslint/[email protected]":
2495+
version "4.28.4"
2496+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.4.tgz#9c70c35ebed087a5c70fb0ecd90979547b7fec96"
2497+
integrity sha512-OglKWOQRWTCoqMSy6pm/kpinEIgdcXYceIcH3EKWUl4S8xhFtN34GQRaAvTIZB9DD94rW7d/U7tUg3SYeDFNHA==
2498+
dependencies:
2499+
"@types/json-schema" "^7.0.7"
2500+
"@typescript-eslint/scope-manager" "4.28.4"
2501+
"@typescript-eslint/types" "4.28.4"
2502+
"@typescript-eslint/typescript-estree" "4.28.4"
2503+
eslint-scope "^5.1.1"
2504+
eslint-utils "^3.0.0"
24892505

2490-
"@typescript-eslint/experimental-utils@4.22.0", "@typescript-eslint/experimental-utils@^4.0.1":
2506+
"@typescript-eslint/experimental-utils@^4.0.1":
24912507
version "4.22.0"
24922508
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz#68765167cca531178e7b650a53456e6e0bef3b1f"
24932509
integrity sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg==
@@ -2499,15 +2515,15 @@
24992515
eslint-scope "^5.0.0"
25002516
eslint-utils "^2.0.0"
25012517

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==
2518+
"@typescript-eslint/parser@4.28.4":
2519+
version "4.28.4"
2520+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.4.tgz#bc462dc2779afeefdcf49082516afdc3e7b96fab"
2521+
integrity sha512-4i0jq3C6n+og7/uCHiE6q5ssw87zVdpUj1k6VlVYMonE3ILdFApEzTWgppSRG4kVNB/5jxnH+gTeKLMNfUelQA==
25062522
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"
2523+
"@typescript-eslint/scope-manager" "4.28.4"
2524+
"@typescript-eslint/types" "4.28.4"
2525+
"@typescript-eslint/typescript-estree" "4.28.4"
2526+
debug "^4.3.1"
25112527

25122528
"@typescript-eslint/[email protected]":
25132529
version "4.22.0"
@@ -2517,11 +2533,24 @@
25172533
"@typescript-eslint/types" "4.22.0"
25182534
"@typescript-eslint/visitor-keys" "4.22.0"
25192535

2536+
"@typescript-eslint/[email protected]":
2537+
version "4.28.4"
2538+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.4.tgz#bdbce9b6a644e34f767bd68bc17bb14353b9fe7f"
2539+
integrity sha512-ZJBNs4usViOmlyFMt9X9l+X0WAFcDH7EdSArGqpldXu7aeZxDAuAzHiMAeI+JpSefY2INHrXeqnha39FVqXb8w==
2540+
dependencies:
2541+
"@typescript-eslint/types" "4.28.4"
2542+
"@typescript-eslint/visitor-keys" "4.28.4"
2543+
25202544
"@typescript-eslint/[email protected]":
25212545
version "4.22.0"
25222546
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6"
25232547
integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==
25242548

2549+
"@typescript-eslint/[email protected]":
2550+
version "4.28.4"
2551+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.4.tgz#41acbd79b5816b7c0dd7530a43d97d020d3aeb42"
2552+
integrity sha512-3eap4QWxGqkYuEmVebUGULMskR6Cuoc/Wii0oSOddleP4EGx1tjLnZQ0ZP33YRoMDCs5O3j56RBV4g14T4jvww==
2553+
25252554
"@typescript-eslint/[email protected]":
25262555
version "4.22.0"
25272556
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz#b5d95d6d366ff3b72f5168c75775a3e46250d05c"
@@ -2535,6 +2564,19 @@
25352564
semver "^7.3.2"
25362565
tsutils "^3.17.1"
25372566

2567+
"@typescript-eslint/[email protected]":
2568+
version "4.28.4"
2569+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.4.tgz#252e6863278dc0727244be9e371eb35241c46d00"
2570+
integrity sha512-z7d8HK8XvCRyN2SNp+OXC2iZaF+O2BTquGhEYLKLx5k6p0r05ureUtgEfo5f6anLkhCxdHtCf6rPM1p4efHYDQ==
2571+
dependencies:
2572+
"@typescript-eslint/types" "4.28.4"
2573+
"@typescript-eslint/visitor-keys" "4.28.4"
2574+
debug "^4.3.1"
2575+
globby "^11.0.3"
2576+
is-glob "^4.0.1"
2577+
semver "^7.3.5"
2578+
tsutils "^3.21.0"
2579+
25382580
"@typescript-eslint/[email protected]":
25392581
version "4.22.0"
25402582
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz#169dae26d3c122935da7528c839f42a8a42f6e47"
@@ -2543,6 +2585,14 @@
25432585
"@typescript-eslint/types" "4.22.0"
25442586
eslint-visitor-keys "^2.0.0"
25452587

2588+
"@typescript-eslint/[email protected]":
2589+
version "4.28.4"
2590+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.4.tgz#92dacfefccd6751cbb0a964f06683bfd72d0c4d3"
2591+
integrity sha512-NIAXAdbz1XdOuzqkJHjNKXKj8QQ4cv5cxR/g0uQhCYf/6//XrmfpaYsM7PnBcNbfvTDLUkqQ5TPNm1sozDdTWg==
2592+
dependencies:
2593+
"@typescript-eslint/types" "4.28.4"
2594+
eslint-visitor-keys "^2.0.0"
2595+
25462596
"@webassemblyjs/[email protected]":
25472597
version "1.9.0"
25482598
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"
@@ -4729,6 +4779,13 @@ debug@^3.2.6:
47294779
dependencies:
47304780
ms "^2.1.1"
47314781

4782+
debug@^4.3.1:
4783+
version "4.3.2"
4784+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
4785+
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
4786+
dependencies:
4787+
ms "2.1.2"
4788+
47324789
debug@~3.1.0:
47334790
version "3.1.0"
47344791
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
@@ -5536,6 +5593,13 @@ eslint-utils@^2.0.0, eslint-utils@^2.1.0:
55365593
dependencies:
55375594
eslint-visitor-keys "^1.1.0"
55385595

5596+
eslint-utils@^3.0.0:
5597+
version "3.0.0"
5598+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
5599+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
5600+
dependencies:
5601+
eslint-visitor-keys "^2.0.0"
5602+
55395603
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
55405604
version "1.3.0"
55415605
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -6454,6 +6518,18 @@ globby@^11.0.1, globby@^11.0.2:
64546518
merge2 "^1.3.0"
64556519
slash "^3.0.0"
64566520

6521+
globby@^11.0.3:
6522+
version "11.0.4"
6523+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
6524+
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
6525+
dependencies:
6526+
array-union "^2.1.0"
6527+
dir-glob "^3.0.1"
6528+
fast-glob "^3.1.1"
6529+
ignore "^5.1.4"
6530+
merge2 "^1.3.0"
6531+
slash "^3.0.0"
6532+
64576533
globby@^6.1.0:
64586534
version "6.1.0"
64596535
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
@@ -10720,7 +10796,7 @@ regexp.prototype.flags@^1.3.1:
1072010796
call-bind "^1.0.2"
1072110797
define-properties "^1.1.3"
1072210798

10723-
regexpp@^3.0.0, regexpp@^3.1.0:
10799+
regexpp@^3.1.0:
1072410800
version "3.1.0"
1072510801
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
1072610802
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
@@ -12256,7 +12332,7 @@ tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
1225612332
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1225712333
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1225812334

12259-
tsutils@^3.17.1:
12335+
tsutils@^3.17.1, tsutils@^3.21.0:
1226012336
version "3.21.0"
1226112337
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
1226212338
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)