Skip to content

Commit e0b9fcf

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

File tree

2 files changed

+90
-26
lines changed

2 files changed

+90
-26
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.28.0",
19+
"@typescript-eslint/parser": "4.28.0",
2020
"babel-eslint": "^10.1.0",
2121
"eslint-config-airbnb": "^18.2.1",
2222
"eslint-config-prettier": "^8.3.0",

Diff for: yarn.lock

+88-24
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,32 @@
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.28.0":
2477+
version "4.28.0"
2478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.0.tgz#1a66f03b264844387beb7dc85e1f1d403bd1803f"
2479+
integrity sha512-KcF6p3zWhf1f8xO84tuBailV5cN92vhS+VT7UJsPzGBm9VnQqfI9AsiMUFUCYHTYPg1uCCo+HyiDnpDuvkAMfQ==
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.28.0"
2482+
"@typescript-eslint/scope-manager" "4.28.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+
regexpp "^3.1.0"
2486+
semver "^7.3.5"
2487+
tsutils "^3.21.0"
24892488

2490-
"@typescript-eslint/experimental-utils@4.22.0", "@typescript-eslint/experimental-utils@^4.0.1":
2489+
"@typescript-eslint/experimental-utils@4.28.0":
2490+
version "4.28.0"
2491+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.0.tgz#13167ed991320684bdc23588135ae62115b30ee0"
2492+
integrity sha512-9XD9s7mt3QWMk82GoyUpc/Ji03vz4T5AYlHF9DcoFNfJ/y3UAclRsfGiE2gLfXtyC+JRA3trR7cR296TEb1oiQ==
2493+
dependencies:
2494+
"@types/json-schema" "^7.0.7"
2495+
"@typescript-eslint/scope-manager" "4.28.0"
2496+
"@typescript-eslint/types" "4.28.0"
2497+
"@typescript-eslint/typescript-estree" "4.28.0"
2498+
eslint-scope "^5.1.1"
2499+
eslint-utils "^3.0.0"
2500+
2501+
"@typescript-eslint/experimental-utils@^4.0.1":
24912502
version "4.22.0"
24922503
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz#68765167cca531178e7b650a53456e6e0bef3b1f"
24932504
integrity sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg==
@@ -2499,15 +2510,15 @@
24992510
eslint-scope "^5.0.0"
25002511
eslint-utils "^2.0.0"
25012512

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==
2513+
"@typescript-eslint/parser@4.28.0":
2514+
version "4.28.0"
2515+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.0.tgz#2404c16751a28616ef3abab77c8e51d680a12caa"
2516+
integrity sha512-7x4D22oPY8fDaOCvkuXtYYTQ6mTMmkivwEzS+7iml9F9VkHGbbZ3x4fHRwxAb5KeuSkLqfnYjs46tGx2Nour4A==
25062517
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"
2518+
"@typescript-eslint/scope-manager" "4.28.0"
2519+
"@typescript-eslint/types" "4.28.0"
2520+
"@typescript-eslint/typescript-estree" "4.28.0"
2521+
debug "^4.3.1"
25112522

25122523
"@typescript-eslint/scope-manager@4.22.0":
25132524
version "4.22.0"
@@ -2517,11 +2528,24 @@
25172528
"@typescript-eslint/types" "4.22.0"
25182529
"@typescript-eslint/visitor-keys" "4.22.0"
25192530

2531+
"@typescript-eslint/scope-manager@4.28.0":
2532+
version "4.28.0"
2533+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.0.tgz#6a3009d2ab64a30fc8a1e257a1a320067f36a0ce"
2534+
integrity sha512-eCALCeScs5P/EYjwo6se9bdjtrh8ByWjtHzOkC4Tia6QQWtQr3PHovxh3TdYTuFcurkYI4rmFsRFpucADIkseg==
2535+
dependencies:
2536+
"@typescript-eslint/types" "4.28.0"
2537+
"@typescript-eslint/visitor-keys" "4.28.0"
2538+
25202539
"@typescript-eslint/types@4.22.0":
25212540
version "4.22.0"
25222541
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6"
25232542
integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==
25242543

2544+
"@typescript-eslint/types@4.28.0":
2545+
version "4.28.0"
2546+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.0.tgz#a33504e1ce7ac51fc39035f5fe6f15079d4dafb0"
2547+
integrity sha512-p16xMNKKoiJCVZY5PW/AfILw2xe1LfruTcfAKBj3a+wgNYP5I9ZEKNDOItoRt53p4EiPV6iRSICy8EPanG9ZVA==
2548+
25252549
"@typescript-eslint/typescript-estree@4.22.0":
25262550
version "4.22.0"
25272551
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz#b5d95d6d366ff3b72f5168c75775a3e46250d05c"
@@ -2535,6 +2559,19 @@
25352559
semver "^7.3.2"
25362560
tsutils "^3.17.1"
25372561

2562+
"@typescript-eslint/typescript-estree@4.28.0":
2563+
version "4.28.0"
2564+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.0.tgz#e66d4e5aa2ede66fec8af434898fe61af10c71cf"
2565+
integrity sha512-m19UQTRtxMzKAm8QxfKpvh6OwQSXaW1CdZPoCaQuLwAq7VZMNuhJmZR4g5281s2ECt658sldnJfdpSZZaxUGMQ==
2566+
dependencies:
2567+
"@typescript-eslint/types" "4.28.0"
2568+
"@typescript-eslint/visitor-keys" "4.28.0"
2569+
debug "^4.3.1"
2570+
globby "^11.0.3"
2571+
is-glob "^4.0.1"
2572+
semver "^7.3.5"
2573+
tsutils "^3.21.0"
2574+
25382575
"@typescript-eslint/visitor-keys@4.22.0":
25392576
version "4.22.0"
25402577
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz#169dae26d3c122935da7528c839f42a8a42f6e47"
@@ -2543,6 +2580,14 @@
25432580
"@typescript-eslint/types" "4.22.0"
25442581
eslint-visitor-keys "^2.0.0"
25452582

2583+
"@typescript-eslint/visitor-keys@4.28.0":
2584+
version "4.28.0"
2585+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.0.tgz#255c67c966ec294104169a6939d96f91c8a89434"
2586+
integrity sha512-PjJyTWwrlrvM5jazxYF5ZPs/nl0kHDZMVbuIcbpawVXaDPelp3+S9zpOz5RmVUfS/fD5l5+ZXNKnWhNYjPzCvw==
2587+
dependencies:
2588+
"@typescript-eslint/types" "4.28.0"
2589+
eslint-visitor-keys "^2.0.0"
2590+
25462591
"@webassemblyjs/ast@1.9.0":
25472592
version "1.9.0"
25482593
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"
@@ -4715,7 +4760,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
47154760
dependencies:
47164761
ms "2.0.0"
47174762

4718-
debug@4, debug@4.3.1, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
4763+
debug@4, debug@4.3.1, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
47194764
version "4.3.1"
47204765
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
47214766
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
@@ -5536,6 +5581,13 @@ eslint-utils@^2.0.0, eslint-utils@^2.1.0:
55365581
dependencies:
55375582
eslint-visitor-keys "^1.1.0"
55385583

5584+
eslint-utils@^3.0.0:
5585+
version "3.0.0"
5586+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
5587+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
5588+
dependencies:
5589+
eslint-visitor-keys "^2.0.0"
5590+
55395591
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
55405592
version "1.3.0"
55415593
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -6454,6 +6506,18 @@ globby@^11.0.1, globby@^11.0.2:
64546506
merge2 "^1.3.0"
64556507
slash "^3.0.0"
64566508

6509+
globby@^11.0.3:
6510+
version "11.0.4"
6511+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
6512+
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
6513+
dependencies:
6514+
array-union "^2.1.0"
6515+
dir-glob "^3.0.1"
6516+
fast-glob "^3.1.1"
6517+
ignore "^5.1.4"
6518+
merge2 "^1.3.0"
6519+
slash "^3.0.0"
6520+
64576521
globby@^6.1.0:
64586522
version "6.1.0"
64596523
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
@@ -10720,7 +10784,7 @@ regexp.prototype.flags@^1.3.1:
1072010784
call-bind "^1.0.2"
1072110785
define-properties "^1.1.3"
1072210786

10723-
regexpp@^3.0.0, regexpp@^3.1.0:
10787+
regexpp@^3.1.0:
1072410788
version "3.1.0"
1072510789
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
1072610790
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
@@ -12256,7 +12320,7 @@ tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
1225612320
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1225712321
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1225812322

12259-
tsutils@^3.17.1:
12323+
tsutils@^3.17.1, tsutils@^3.21.0:
1226012324
version "3.21.0"
1226112325
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
1226212326
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)