Skip to content

Commit 1e99297

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

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package.json

+2-2
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.25.0",
31+
"@typescript-eslint/parser": "4.25.0",
3232
"ava": "3.15.0",
3333
"eslint": "7.25.0",
3434
"typescript": "4.2.4"

yarn.lock

+41-41
Original file line numberDiff line numberDiff line change
@@ -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.25.0":
115+
version "4.25.0"
116+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.25.0.tgz#d82657b6ab4caa4c3f888ff923175fadc2f31f2a"
117+
integrity sha512-Qfs3dWkTMKkKwt78xp2O/KZQB8MPS1UQ5D3YW2s6LQWBE1074BE+Rym+b1pXZIX3M3fSvPUDaCvZLKV2ylVYYQ==
118118
dependencies:
119-
"@typescript-eslint/experimental-utils" "4.22.0"
120-
"@typescript-eslint/scope-manager" "4.22.0"
119+
"@typescript-eslint/experimental-utils" "4.25.0"
120+
"@typescript-eslint/scope-manager" "4.25.0"
121121
debug "^4.1.1"
122122
functional-red-black-tree "^1.0.1"
123123
lodash "^4.17.15"
124124
regexpp "^3.0.0"
125125
semver "^7.3.2"
126126
tsutils "^3.17.1"
127127

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==
128+
"@typescript-eslint/experimental-utils@4.25.0":
129+
version "4.25.0"
130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.25.0.tgz#b2febcfa715d2c1806fd5f0335193a6cd270df54"
131+
integrity sha512-f0doRE76vq7NEEU0tw+ajv6CrmPelw5wLoaghEHkA2dNLFb3T/zJQqGPQ0OYt5XlZaS13MtnN+GTPCuUVg338w==
132132
dependencies:
133133
"@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"
134+
"@typescript-eslint/scope-manager" "4.25.0"
135+
"@typescript-eslint/types" "4.25.0"
136+
"@typescript-eslint/typescript-estree" "4.25.0"
137137
eslint-scope "^5.0.0"
138138
eslint-utils "^2.0.0"
139139

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==
140+
"@typescript-eslint/parser@4.25.0":
141+
version "4.25.0"
142+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.25.0.tgz#6b2cb6285aa3d55bfb263c650739091b0f19aceb"
143+
integrity sha512-OZFa1SKyEJpAhDx8FcbWyX+vLwh7OEtzoo2iQaeWwxucyfbi0mT4DijbOSsTgPKzGHr6GrF2V5p/CEpUH/VBxg==
144144
dependencies:
145-
"@typescript-eslint/scope-manager" "4.22.0"
146-
"@typescript-eslint/types" "4.22.0"
147-
"@typescript-eslint/typescript-estree" "4.22.0"
145+
"@typescript-eslint/scope-manager" "4.25.0"
146+
"@typescript-eslint/types" "4.25.0"
147+
"@typescript-eslint/typescript-estree" "4.25.0"
148148
debug "^4.1.1"
149149

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==
150+
"@typescript-eslint/scope-manager@4.25.0":
151+
version "4.25.0"
152+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.25.0.tgz#9d86a5bcc46ef40acd03d85ad4e908e5aab8d4ca"
153+
integrity sha512-2NElKxMb/0rya+NJG1U71BuNnp1TBd1JgzYsldsdA83h/20Tvnf/HrwhiSlNmuq6Vqa0EzidsvkTArwoq+tH6w==
154154
dependencies:
155-
"@typescript-eslint/types" "4.22.0"
156-
"@typescript-eslint/visitor-keys" "4.22.0"
155+
"@typescript-eslint/types" "4.25.0"
156+
"@typescript-eslint/visitor-keys" "4.25.0"
157157

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==
158+
"@typescript-eslint/types@4.25.0":
159+
version "4.25.0"
160+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.25.0.tgz#0e444a5c5e3c22d7ffa5e16e0e60510b3de5af87"
161+
integrity sha512-+CNINNvl00OkW6wEsi32wU5MhHti2J25TJsJJqgQmJu3B3dYDBcmOxcE5w9cgoM13TrdE/5ND2HoEnBohasxRQ==
162162

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==
163+
"@typescript-eslint/typescript-estree@4.25.0":
164+
version "4.25.0"
165+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.25.0.tgz#942e4e25888736bff5b360d9b0b61e013d0cfa25"
166+
integrity sha512-1B8U07TGNAFMxZbSpF6jqiDs1cVGO0izVkf18Q/SPcUAc9LhHxzvSowXDTvkHMWUVuPpagupaW63gB6ahTXVlg==
167167
dependencies:
168-
"@typescript-eslint/types" "4.22.0"
169-
"@typescript-eslint/visitor-keys" "4.22.0"
168+
"@typescript-eslint/types" "4.25.0"
169+
"@typescript-eslint/visitor-keys" "4.25.0"
170170
debug "^4.1.1"
171171
globby "^11.0.1"
172172
is-glob "^4.0.1"
173173
semver "^7.3.2"
174174
tsutils "^3.17.1"
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.25.0":
177+
version "4.25.0"
178+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.25.0.tgz#863e7ed23da4287c5b469b13223255d0fde6aaa7"
179+
integrity sha512-AmkqV9dDJVKP/TcZrbf6s6i1zYXt5Hl8qOLrRDTFfRNae4+LB8A4N3i+FLZPW85zIxRy39BgeWOfMS3HoH5ngg==
180180
dependencies:
181-
"@typescript-eslint/types" "4.22.0"
181+
"@typescript-eslint/types" "4.25.0"
182182
eslint-visitor-keys "^2.0.0"
183183

184184
acorn-jsx@^5.3.1:

0 commit comments

Comments
 (0)