Skip to content

Commit 7adba1f

Browse files
committed
chore(deps): update typescript-eslint monorepo to v4.33.0
1 parent 9785ad9 commit 7adba1f

File tree

2 files changed

+106
-61
lines changed

2 files changed

+106
-61
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"@nrwl/workspace": "11.2.12",
5656
"@types/jest": "26.0.15",
5757
"@types/node": "12.12.38",
58-
"@typescript-eslint/eslint-plugin": "4.3.0",
59-
"@typescript-eslint/parser": "4.3.0",
58+
"@typescript-eslint/eslint-plugin": "4.33.0",
59+
"@typescript-eslint/parser": "4.33.0",
6060
"cz-conventional-changelog": "^3.3.0",
6161
"dotenv": "6.2.0",
6262
"eslint": "7.24.0",

yarn.lock

+104-59
Original file line numberDiff line numberDiff line change
@@ -2760,6 +2760,11 @@
27602760
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
27612761
integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==
27622762

2763+
"@types/json-schema@^7.0.7":
2764+
version "7.0.9"
2765+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
2766+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
2767+
27632768
"@types/json5@^0.0.29":
27642769
version "0.0.29"
27652770
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -2901,30 +2906,31 @@
29012906
dependencies:
29022907
"@types/yargs-parser" "*"
29032908

2904-
"@typescript-eslint/eslint-plugin@4.3.0":
2905-
version "4.3.0"
2906-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.3.0.tgz#1a23d904bf8ea248d09dc3761af530d90f39c8fa"
2907-
integrity sha512-RqEcaHuEKnn3oPFislZ6TNzsBLqpZjN93G69SS+laav/I8w/iGMuMq97P0D2/2/kW4SCebHggqhbcCfbDaaX+g==
2909+
"@typescript-eslint/eslint-plugin@4.33.0":
2910+
version "4.33.0"
2911+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
2912+
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
29082913
dependencies:
2909-
"@typescript-eslint/experimental-utils" "4.3.0"
2910-
"@typescript-eslint/scope-manager" "4.3.0"
2911-
debug "^4.1.1"
2914+
"@typescript-eslint/experimental-utils" "4.33.0"
2915+
"@typescript-eslint/scope-manager" "4.33.0"
2916+
debug "^4.3.1"
29122917
functional-red-black-tree "^1.0.1"
2913-
regexpp "^3.0.0"
2914-
semver "^7.3.2"
2915-
tsutils "^3.17.1"
2916-
2917-
"@typescript-eslint/[email protected]":
2918-
version "4.3.0"
2919-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.3.0.tgz#3f3c6c508e01b8050d51b016e7f7da0e3aefcb87"
2920-
integrity sha512-cmmIK8shn3mxmhpKfzMMywqiEheyfXLV/+yPDnOTvQX/ztngx7Lg/OD26J8gTZfkLKUmaEBxO2jYP3keV7h2OQ==
2921-
dependencies:
2922-
"@types/json-schema" "^7.0.3"
2923-
"@typescript-eslint/scope-manager" "4.3.0"
2924-
"@typescript-eslint/types" "4.3.0"
2925-
"@typescript-eslint/typescript-estree" "4.3.0"
2926-
eslint-scope "^5.0.0"
2927-
eslint-utils "^2.0.0"
2918+
ignore "^5.1.8"
2919+
regexpp "^3.1.0"
2920+
semver "^7.3.5"
2921+
tsutils "^3.21.0"
2922+
2923+
"@typescript-eslint/[email protected]":
2924+
version "4.33.0"
2925+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
2926+
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
2927+
dependencies:
2928+
"@types/json-schema" "^7.0.7"
2929+
"@typescript-eslint/scope-manager" "4.33.0"
2930+
"@typescript-eslint/types" "4.33.0"
2931+
"@typescript-eslint/typescript-estree" "4.33.0"
2932+
eslint-scope "^5.1.1"
2933+
eslint-utils "^3.0.0"
29282934

29292935
"@typescript-eslint/experimental-utils@^4.3.0":
29302936
version "4.14.2"
@@ -2938,15 +2944,15 @@
29382944
eslint-scope "^5.0.0"
29392945
eslint-utils "^2.0.0"
29402946

2941-
"@typescript-eslint/parser@4.3.0":
2942-
version "4.3.0"
2943-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.3.0.tgz#684fc0be6551a2bfcb253991eec3c786a8c063a3"
2944-
integrity sha512-JyfRnd72qRuUwItDZ00JNowsSlpQGeKfl9jxwO0FHK1qQ7FbYdoy5S7P+5wh1ISkT2QyAvr2pc9dAemDxzt75g==
2947+
"@typescript-eslint/parser@4.33.0":
2948+
version "4.33.0"
2949+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
2950+
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
29452951
dependencies:
2946-
"@typescript-eslint/scope-manager" "4.3.0"
2947-
"@typescript-eslint/types" "4.3.0"
2948-
"@typescript-eslint/typescript-estree" "4.3.0"
2949-
debug "^4.1.1"
2952+
"@typescript-eslint/scope-manager" "4.33.0"
2953+
"@typescript-eslint/types" "4.33.0"
2954+
"@typescript-eslint/typescript-estree" "4.33.0"
2955+
debug "^4.3.1"
29502956

29512957
"@typescript-eslint/[email protected]":
29522958
version "4.14.2"
@@ -2956,23 +2962,23 @@
29562962
"@typescript-eslint/types" "4.14.2"
29572963
"@typescript-eslint/visitor-keys" "4.14.2"
29582964

2959-
"@typescript-eslint/scope-manager@4.3.0":
2960-
version "4.3.0"
2961-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.3.0.tgz#c743227e087545968080d2362cfb1273842cb6a7"
2962-
integrity sha512-cTeyP5SCNE8QBRfc+Lgh4Xpzje46kNUhXYfc3pQWmJif92sjrFuHT9hH4rtOkDTo/si9Klw53yIr+djqGZS1ig==
2965+
"@typescript-eslint/scope-manager@4.33.0":
2966+
version "4.33.0"
2967+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
2968+
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
29632969
dependencies:
2964-
"@typescript-eslint/types" "4.3.0"
2965-
"@typescript-eslint/visitor-keys" "4.3.0"
2970+
"@typescript-eslint/types" "4.33.0"
2971+
"@typescript-eslint/visitor-keys" "4.33.0"
29662972

29672973
"@typescript-eslint/[email protected]":
29682974
version "4.14.2"
29692975
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.2.tgz#d96da62be22dc9dc6a06647f3633815350fb3174"
29702976
integrity sha512-LltxawRW6wXy4Gck6ZKlBD05tCHQUj4KLn4iR69IyRiDHX3d3NCAhO+ix5OR2Q+q9bjCrHE/HKt+riZkd1At8Q==
29712977

2972-
"@typescript-eslint/types@4.3.0":
2973-
version "4.3.0"
2974-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.3.0.tgz#1f0b2d5e140543e2614f06d48fb3ae95193c6ddf"
2975-
integrity sha512-Cx9TpRvlRjOppGsU6Y6KcJnUDOelja2NNCX6AZwtVHRzaJkdytJWMuYiqi8mS35MRNA3cJSwDzXePfmhU6TANw==
2978+
"@typescript-eslint/types@4.33.0":
2979+
version "4.33.0"
2980+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
2981+
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
29762982

29772983
"@typescript-eslint/[email protected]":
29782984
version "4.14.2"
@@ -2988,19 +2994,18 @@
29882994
semver "^7.3.2"
29892995
tsutils "^3.17.1"
29902996

2991-
"@typescript-eslint/typescript-estree@4.3.0":
2992-
version "4.3.0"
2993-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.3.0.tgz#0edc1068e6b2e4c7fdc54d61e329fce76241cee8"
2994-
integrity sha512-ZAI7xjkl+oFdLV/COEz2tAbQbR3XfgqHEGy0rlUXzfGQic6EBCR4s2+WS3cmTPG69aaZckEucBoTxW9PhzHxxw==
2997+
"@typescript-eslint/typescript-estree@4.33.0":
2998+
version "4.33.0"
2999+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
3000+
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
29953001
dependencies:
2996-
"@typescript-eslint/types" "4.3.0"
2997-
"@typescript-eslint/visitor-keys" "4.3.0"
2998-
debug "^4.1.1"
2999-
globby "^11.0.1"
3002+
"@typescript-eslint/types" "4.33.0"
3003+
"@typescript-eslint/visitor-keys" "4.33.0"
3004+
debug "^4.3.1"
3005+
globby "^11.0.3"
30003006
is-glob "^4.0.1"
3001-
lodash "^4.17.15"
3002-
semver "^7.3.2"
3003-
tsutils "^3.17.1"
3007+
semver "^7.3.5"
3008+
tsutils "^3.21.0"
30043009

30053010
"@typescript-eslint/[email protected]":
30063011
version "4.14.2"
@@ -3010,12 +3015,12 @@
30103015
"@typescript-eslint/types" "4.14.2"
30113016
eslint-visitor-keys "^2.0.0"
30123017

3013-
"@typescript-eslint/visitor-keys@4.3.0":
3014-
version "4.3.0"
3015-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.3.0.tgz#0e5ab0a09552903edeae205982e8521e17635ae0"
3016-
integrity sha512-xZxkuR7XLM6RhvLkgv9yYlTcBHnTULzfnw4i6+z2TGBLy9yljAypQaZl9c3zFvy7PNI7fYWyvKYtohyF8au3cw==
3018+
"@typescript-eslint/visitor-keys@4.33.0":
3019+
version "4.33.0"
3020+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
3021+
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
30173022
dependencies:
3018-
"@typescript-eslint/types" "4.3.0"
3023+
"@typescript-eslint/types" "4.33.0"
30193024
eslint-visitor-keys "^2.0.0"
30203025

30213026
"@webassemblyjs/[email protected]":
@@ -5626,6 +5631,13 @@ debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
56265631
dependencies:
56275632
ms "^2.1.1"
56285633

5634+
debug@^4.3.1:
5635+
version "4.3.2"
5636+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
5637+
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
5638+
dependencies:
5639+
ms "2.1.2"
5640+
56295641
decamelize@^1.2.0:
56305642
version "1.2.0"
56315643
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
@@ -6299,6 +6311,13 @@ eslint-utils@^2.0.0, eslint-utils@^2.1.0:
62996311
dependencies:
63006312
eslint-visitor-keys "^1.1.0"
63016313

6314+
eslint-utils@^3.0.0:
6315+
version "3.0.0"
6316+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
6317+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
6318+
dependencies:
6319+
eslint-visitor-keys "^2.0.0"
6320+
63026321
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
63036322
version "1.3.0"
63046323
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -7358,6 +7377,18 @@ globby@^11.0.1:
73587377
merge2 "^1.3.0"
73597378
slash "^3.0.0"
73607379

7380+
globby@^11.0.3:
7381+
version "11.0.4"
7382+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
7383+
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
7384+
dependencies:
7385+
array-union "^2.1.0"
7386+
dir-glob "^3.0.1"
7387+
fast-glob "^3.1.1"
7388+
ignore "^5.1.4"
7389+
merge2 "^1.3.0"
7390+
slash "^3.0.0"
7391+
73617392
globby@^6.1.0:
73627393
version "6.1.0"
73637394
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
@@ -7886,7 +7917,7 @@ ignore@^4.0.6:
78867917
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
78877918
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
78887919

7889-
ignore@^5.0.4, ignore@^5.1.1, ignore@^5.1.4:
7920+
ignore@^5.0.4, ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.8:
78907921
version "5.1.8"
78917922
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
78927923
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
@@ -10014,7 +10045,7 @@ [email protected]:
1001410045
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
1001510046
integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
1001610047

10017-
ms@^2.1.1:
10048+
ms@2.1.2, ms@^2.1.1:
1001810049
version "2.1.2"
1001910050
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
1002010051
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
@@ -12269,7 +12300,7 @@ regexp.prototype.flags@^1.2.0:
1226912300
define-properties "^1.1.3"
1227012301
es-abstract "^1.17.0-next.1"
1227112302

12272-
regexpp@^3.0.0, regexpp@^3.1.0:
12303+
regexpp@^3.1.0:
1227312304
version "3.1.0"
1227412305
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
1227512306
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
@@ -12867,6 +12898,13 @@ semver@^7.2.1:
1286712898
dependencies:
1286812899
lru-cache "^6.0.0"
1286912900

12901+
semver@^7.3.5:
12902+
version "7.3.5"
12903+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
12904+
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
12905+
dependencies:
12906+
lru-cache "^6.0.0"
12907+
1287012908
1287112909
version "0.17.1"
1287212910
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
@@ -14063,6 +14101,13 @@ tsutils@^3.17.1:
1406314101
dependencies:
1406414102
tslib "^1.8.1"
1406514103

14104+
tsutils@^3.21.0:
14105+
version "3.21.0"
14106+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
14107+
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
14108+
dependencies:
14109+
tslib "^1.8.1"
14110+
1406614111
1406714112
version "0.0.0"
1406814113
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"

0 commit comments

Comments
 (0)