Skip to content

Commit de8a409

Browse files
committed
⬆️ Update typescript-eslint monorepo to v4.27.0
1 parent 75326d0 commit de8a409

File tree

2 files changed

+74
-67
lines changed

2 files changed

+74
-67
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@ava/typescript": "1.1.1",
2828
"@neocord/eslint-config": "neo-cord/eslint-config",
2929
"@types/node": "14.14.41",
30-
"@typescript-eslint/eslint-plugin": "4.22.0",
31-
"@typescript-eslint/parser": "4.22.0",
30+
"@typescript-eslint/eslint-plugin": "4.27.0",
31+
"@typescript-eslint/parser": "4.27.0",
3232
"ava": "3.15.0",
3333
"eslint": "7.25.0",
3434
"typescript": "4.2.4"

yarn.lock

Lines changed: 72 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
dependencies:
9797
defer-to-connect "^1.0.1"
9898

99-
"@types/json-schema@^7.0.3":
99+
"@types/json-schema@^7.0.7":
100100
version "7.0.7"
101101
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
102102
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
@@ -111,74 +111,74 @@
111111
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
112112
integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==
113113

114-
"@typescript-eslint/eslint-plugin@4.22.0":
115-
version "4.22.0"
116-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.22.0.tgz#3d5f29bb59e61a9dba1513d491b059e536e16dbc"
117-
integrity sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA==
114+
"@typescript-eslint/eslint-plugin@4.27.0":
115+
version "4.27.0"
116+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.27.0.tgz#0b7fc974e8bc9b2b5eb98ed51427b0be529b4ad0"
117+
integrity sha512-DsLqxeUfLVNp3AO7PC3JyaddmEHTtI9qTSAs+RB6ja27QvIM0TA8Cizn1qcS6vOu+WDLFJzkwkgweiyFhssDdQ==
118118
dependencies:
119-
"@typescript-eslint/experimental-utils" "4.22.0"
120-
"@typescript-eslint/scope-manager" "4.22.0"
121-
debug "^4.1.1"
119+
"@typescript-eslint/experimental-utils" "4.27.0"
120+
"@typescript-eslint/scope-manager" "4.27.0"
121+
debug "^4.3.1"
122122
functional-red-black-tree "^1.0.1"
123-
lodash "^4.17.15"
124-
regexpp "^3.0.0"
125-
semver "^7.3.2"
126-
tsutils "^3.17.1"
127-
128-
"@typescript-eslint/experimental-utils@4.22.0":
129-
version "4.22.0"
130-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz#68765167cca531178e7b650a53456e6e0bef3b1f"
131-
integrity sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg==
132-
dependencies:
133-
"@types/json-schema" "^7.0.3"
134-
"@typescript-eslint/scope-manager" "4.22.0"
135-
"@typescript-eslint/types" "4.22.0"
136-
"@typescript-eslint/typescript-estree" "4.22.0"
137-
eslint-scope "^5.0.0"
138-
eslint-utils "^2.0.0"
139-
140-
"@typescript-eslint/parser@4.22.0":
141-
version "4.22.0"
142-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.22.0.tgz#e1637327fcf796c641fe55f73530e90b16ac8fe8"
143-
integrity sha512-z/bGdBJJZJN76nvAY9DkJANYgK3nlRstRRi74WHm3jjgf2I8AglrSY+6l7ogxOmn55YJ6oKZCLLy+6PW70z15Q==
144-
dependencies:
145-
"@typescript-eslint/scope-manager" "4.22.0"
146-
"@typescript-eslint/types" "4.22.0"
147-
"@typescript-eslint/typescript-estree" "4.22.0"
148-
debug "^4.1.1"
123+
lodash "^4.17.21"
124+
regexpp "^3.1.0"
125+
semver "^7.3.5"
126+
tsutils "^3.21.0"
127+
128+
"@typescript-eslint/experimental-utils@4.27.0":
129+
version "4.27.0"
130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.27.0.tgz#78192a616472d199f084eab8f10f962c0757cd1c"
131+
integrity sha512-n5NlbnmzT2MXlyT+Y0Jf0gsmAQzCnQSWXKy4RGSXVStjDvS5we9IWbh7qRVKdGcxT0WYlgcCYUK/HRg7xFhvjQ==
132+
dependencies:
133+
"@types/json-schema" "^7.0.7"
134+
"@typescript-eslint/scope-manager" "4.27.0"
135+
"@typescript-eslint/types" "4.27.0"
136+
"@typescript-eslint/typescript-estree" "4.27.0"
137+
eslint-scope "^5.1.1"
138+
eslint-utils "^3.0.0"
149139

150-
"@typescript-eslint/scope-manager@4.22.0":
151-
version "4.22.0"
152-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.22.0.tgz#ed411545e61161a8d702e703a4b7d96ec065b09a"
153-
integrity sha512-OcCO7LTdk6ukawUM40wo61WdeoA7NM/zaoq1/2cs13M7GyiF+T4rxuA4xM+6LeHWjWbss7hkGXjFDRcKD4O04Q==
140+
"@typescript-eslint/parser@4.27.0":
141+
version "4.27.0"
142+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.27.0.tgz#85447e573364bce4c46c7f64abaa4985aadf5a94"
143+
integrity sha512-XpbxL+M+gClmJcJ5kHnUpBGmlGdgNvy6cehgR6ufyxkEJMGP25tZKCaKyC0W/JVpuhU3VU1RBn7SYUPKSMqQvQ==
154144
dependencies:
155-
"@typescript-eslint/types" "4.22.0"
156-
"@typescript-eslint/visitor-keys" "4.22.0"
145+
"@typescript-eslint/scope-manager" "4.27.0"
146+
"@typescript-eslint/types" "4.27.0"
147+
"@typescript-eslint/typescript-estree" "4.27.0"
148+
debug "^4.3.1"
157149

158-
"@typescript-eslint/types@4.22.0":
159-
version "4.22.0"
160-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6"
161-
integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==
150+
"@typescript-eslint/scope-manager@4.27.0":
151+
version "4.27.0"
152+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.27.0.tgz#b0b1de2b35aaf7f532e89c8e81d0fa298cae327d"
153+
integrity sha512-DY73jK6SEH6UDdzc6maF19AHQJBFVRf6fgAXHPXCGEmpqD4vYgPEzqpFz1lf/daSbOcMpPPj9tyXXDPW2XReAw==
154+
dependencies:
155+
"@typescript-eslint/types" "4.27.0"
156+
"@typescript-eslint/visitor-keys" "4.27.0"
162157

163-
"@typescript-eslint/typescript-estree@4.22.0":
164-
version "4.22.0"
165-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz#b5d95d6d366ff3b72f5168c75775a3e46250d05c"
166-
integrity sha512-TkIFeu5JEeSs5ze/4NID+PIcVjgoU3cUQUIZnH3Sb1cEn1lBo7StSV5bwPuJQuoxKXlzAObjYTilOEKRuhR5yg==
158+
"@typescript-eslint/types@4.27.0":
159+
version "4.27.0"
160+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.27.0.tgz#712b408519ed699baff69086bc59cd2fc13df8d8"
161+
integrity sha512-I4ps3SCPFCKclRcvnsVA/7sWzh7naaM/b4pBO2hVxnM3wrU51Lveybdw5WoIktU/V4KfXrTt94V9b065b/0+wA==
162+
163+
"@typescript-eslint/typescript-estree@4.27.0":
164+
version "4.27.0"
165+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.27.0.tgz#189a7b9f1d0717d5cccdcc17247692dedf7a09da"
166+
integrity sha512-KH03GUsUj41sRLLEy2JHstnezgpS5VNhrJouRdmh6yNdQ+yl8w5LrSwBkExM+jWwCJa7Ct2c8yl8NdtNRyQO6g==
167167
dependencies:
168-
"@typescript-eslint/types" "4.22.0"
169-
"@typescript-eslint/visitor-keys" "4.22.0"
170-
debug "^4.1.1"
171-
globby "^11.0.1"
168+
"@typescript-eslint/types" "4.27.0"
169+
"@typescript-eslint/visitor-keys" "4.27.0"
170+
debug "^4.3.1"
171+
globby "^11.0.3"
172172
is-glob "^4.0.1"
173-
semver "^7.3.2"
174-
tsutils "^3.17.1"
173+
semver "^7.3.5"
174+
tsutils "^3.21.0"
175175

176-
"@typescript-eslint/visitor-keys@4.22.0":
177-
version "4.22.0"
178-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz#169dae26d3c122935da7528c839f42a8a42f6e47"
179-
integrity sha512-nnMu4F+s4o0sll6cBSsTeVsT4cwxB7zECK3dFxzEjPBii9xLpq4yqqsy/FU5zMfan6G60DKZSCXAa3sHJZrcYw==
176+
"@typescript-eslint/visitor-keys@4.27.0":
177+
version "4.27.0"
178+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.27.0.tgz#f56138b993ec822793e7ebcfac6ffdce0a60cb81"
179+
integrity sha512-es0GRYNZp0ieckZ938cEANfEhsfHrzuLrePukLKtY3/KPXcq1Xd555Mno9/GOgXhKzn0QfkDLVgqWO3dGY80bg==
180180
dependencies:
181-
"@typescript-eslint/types" "4.22.0"
181+
"@typescript-eslint/types" "4.27.0"
182182
eslint-visitor-keys "^2.0.0"
183183

184184
acorn-jsx@^5.3.1:
@@ -823,21 +823,28 @@ escape-string-regexp@^4.0.0:
823823
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
824824
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
825825

826-
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
826+
eslint-scope@^5.1.1:
827827
version "5.1.1"
828828
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
829829
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
830830
dependencies:
831831
esrecurse "^4.3.0"
832832
estraverse "^4.1.1"
833833

834-
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
834+
eslint-utils@^2.1.0:
835835
version "2.1.0"
836836
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
837837
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
838838
dependencies:
839839
eslint-visitor-keys "^1.1.0"
840840

841+
eslint-utils@^3.0.0:
842+
version "3.0.0"
843+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
844+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
845+
dependencies:
846+
eslint-visitor-keys "^2.0.0"
847+
841848
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
842849
version "1.3.0"
843850
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -1101,7 +1108,7 @@ globals@^13.6.0:
11011108
dependencies:
11021109
type-fest "^0.20.2"
11031110

1104-
globby@^11.0.1:
1111+
globby@^11.0.1, globby@^11.0.3:
11051112
version "11.0.3"
11061113
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
11071114
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
@@ -1912,7 +1919,7 @@ readdirp@~3.5.0:
19121919
dependencies:
19131920
picomatch "^2.2.1"
19141921

1915-
regexpp@^3.0.0, regexpp@^3.1.0:
1922+
regexpp@^3.1.0:
19161923
version "3.1.0"
19171924
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
19181925
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
@@ -2027,7 +2034,7 @@ semver@^6.0.0, semver@^6.2.0, semver@^6.3.0:
20272034
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
20282035
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
20292036

2030-
semver@^7.2.1, semver@^7.3.2, semver@^7.3.4:
2037+
semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
20312038
version "7.3.5"
20322039
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
20332040
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
@@ -2261,7 +2268,7 @@ tslib@^1.8.1:
22612268
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
22622269
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
22632270

2264-
tsutils@^3.17.1:
2271+
tsutils@^3.21.0:
22652272
version "3.21.0"
22662273
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
22672274
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)