Skip to content

Commit d51f554

Browse files
Bump @typescript-eslint/parser from 5.51.0 to 5.52.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.51.0 to 5.52.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.52.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba4215a commit d51f554

File tree

1 file changed

+6
-40
lines changed

1 file changed

+6
-40
lines changed

yarn.lock

Lines changed: 6 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -227,23 +227,15 @@
227227
tsutils "^3.21.0"
228228

229229
"@typescript-eslint/parser@^5.47.0":
230-
version "5.51.0"
231-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.51.0.tgz#2d74626652096d966ef107f44b9479f02f51f271"
232-
integrity sha512-fEV0R9gGmfpDeRzJXn+fGQKcl0inIeYobmmUWijZh9zA7bxJ8clPhV9up2ZQzATxAiFAECqPQyMDB4o4B81AaA==
230+
version "5.52.0"
231+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.52.0.tgz#73c136df6c0133f1d7870de7131ccf356f5be5a4"
232+
integrity sha512-e2KiLQOZRo4Y0D/b+3y08i3jsekoSkOYStROYmPUnGMEoA0h+k2qOH5H6tcjIc68WDvGwH+PaOrP1XRzLJ6QlA==
233233
dependencies:
234-
"@typescript-eslint/scope-manager" "5.51.0"
235-
"@typescript-eslint/types" "5.51.0"
236-
"@typescript-eslint/typescript-estree" "5.51.0"
234+
"@typescript-eslint/scope-manager" "5.52.0"
235+
"@typescript-eslint/types" "5.52.0"
236+
"@typescript-eslint/typescript-estree" "5.52.0"
237237
debug "^4.3.4"
238238

239-
"@typescript-eslint/scope-manager@5.51.0":
240-
version "5.51.0"
241-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.51.0.tgz#ad3e3c2ecf762d9a4196c0fbfe19b142ac498990"
242-
integrity sha512-gNpxRdlx5qw3yaHA0SFuTjW4rxeYhpHxt491PEcKF8Z6zpq0kMhe0Tolxt0qjlojS+/wArSDlj/LtE69xUJphQ==
243-
dependencies:
244-
"@typescript-eslint/types" "5.51.0"
245-
"@typescript-eslint/visitor-keys" "5.51.0"
246-
247239
"@typescript-eslint/scope-manager@5.52.0":
248240
version "5.52.0"
249241
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.52.0.tgz#a993d89a0556ea16811db48eabd7c5b72dcb83d1"
@@ -262,29 +254,11 @@
262254
debug "^4.3.4"
263255
tsutils "^3.21.0"
264256

265-
"@typescript-eslint/types@5.51.0":
266-
version "5.51.0"
267-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.51.0.tgz#e7c1622f46c7eea7e12bbf1edfb496d4dec37c90"
268-
integrity sha512-SqOn0ANn/v6hFn0kjvLwiDi4AzR++CBZz0NV5AnusT2/3y32jdc0G4woXPWHCumWtUXZKPAS27/9vziSsC9jnw==
269-
270257
"@typescript-eslint/types@5.52.0":
271258
version "5.52.0"
272259
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.52.0.tgz#19e9abc6afb5bd37a1a9bea877a1a836c0b3241b"
273260
integrity sha512-oV7XU4CHYfBhk78fS7tkum+/Dpgsfi91IIDy7fjCyq2k6KB63M6gMC0YIvy+iABzmXThCRI6xpCEyVObBdWSDQ==
274261

275-
"@typescript-eslint/typescript-estree@5.51.0":
276-
version "5.51.0"
277-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.51.0.tgz#0ec8170d7247a892c2b21845b06c11eb0718f8de"
278-
integrity sha512-TSkNupHvNRkoH9FMA3w7TazVFcBPveAAmb7Sz+kArY6sLT86PA5Vx80cKlYmd8m3Ha2SwofM1KwraF24lM9FvA==
279-
dependencies:
280-
"@typescript-eslint/types" "5.51.0"
281-
"@typescript-eslint/visitor-keys" "5.51.0"
282-
debug "^4.3.4"
283-
globby "^11.1.0"
284-
is-glob "^4.0.3"
285-
semver "^7.3.7"
286-
tsutils "^3.21.0"
287-
288262
"@typescript-eslint/typescript-estree@5.52.0":
289263
version "5.52.0"
290264
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.52.0.tgz#6408cb3c2ccc01c03c278cb201cf07e73347dfca"
@@ -312,14 +286,6 @@
312286
eslint-utils "^3.0.0"
313287
semver "^7.3.7"
314288

315-
"@typescript-eslint/visitor-keys@5.51.0":
316-
version "5.51.0"
317-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.51.0.tgz#c0147dd9a36c0de758aaebd5b48cae1ec59eba87"
318-
integrity sha512-Oh2+eTdjHjOFjKA27sxESlA87YPSOJafGCR0md5oeMdh1ZcCfAGCIOL216uTBAkAIptvLIfKQhl7lHxMJet4GQ==
319-
dependencies:
320-
"@typescript-eslint/types" "5.51.0"
321-
eslint-visitor-keys "^3.3.0"
322-
323289
"@typescript-eslint/visitor-keys@5.52.0":
324290
version "5.52.0"
325291
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.52.0.tgz#e38c971259f44f80cfe49d97dbffa38e3e75030f"

0 commit comments

Comments
 (0)