Skip to content

Commit 31dd0a4

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 4.7.0 to 4.18.0 (#2896)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.7.0 to 4.18.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.18.0/packages/parser) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7259a24 commit 31dd0a4

File tree

1 file changed

+6
-41
lines changed

1 file changed

+6
-41
lines changed

yarn.lock

+6-41
Original file line numberDiff line numberDiff line change
@@ -1302,13 +1302,13 @@
13021302
eslint-utils "^2.0.0"
13031303

13041304
"@typescript-eslint/parser@^4.7.0":
1305-
version "4.7.0"
1306-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.7.0.tgz#44bdab0f788b478178368baa65d3365fdc63da1c"
1307-
integrity sha512-+meGV8bMP1sJHBI2AFq1GeTwofcGiur8LoIr6v+rEmD9knyCqDlrQcFHR0KDDfldHIFDU/enZ53fla6ReF4wRw==
1305+
version "4.18.0"
1306+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.18.0.tgz#a211edb14a69fc5177054bec04c95b185b4dde21"
1307+
integrity sha512-W3z5S0ZbecwX3PhJEAnq4mnjK5JJXvXUDBYIYGoweCyWyuvAKfGHvzmpUzgB5L4cRBb+cTu9U/ro66dx7dIimA==
13081308
dependencies:
1309-
"@typescript-eslint/scope-manager" "4.7.0"
1310-
"@typescript-eslint/types" "4.7.0"
1311-
"@typescript-eslint/typescript-estree" "4.7.0"
1309+
"@typescript-eslint/scope-manager" "4.18.0"
1310+
"@typescript-eslint/types" "4.18.0"
1311+
"@typescript-eslint/typescript-estree" "4.18.0"
13121312
debug "^4.1.1"
13131313

13141314
"@typescript-eslint/[email protected]":
@@ -1319,24 +1319,11 @@
13191319
"@typescript-eslint/types" "4.18.0"
13201320
"@typescript-eslint/visitor-keys" "4.18.0"
13211321

1322-
"@typescript-eslint/[email protected]":
1323-
version "4.7.0"
1324-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.7.0.tgz#2115526085fb72723ccdc1eeae75dec7126220ed"
1325-
integrity sha512-ILITvqwDJYbcDCROj6+Ob0oCKNg3SH46iWcNcTIT9B5aiVssoTYkhKjxOMNzR1F7WSJkik4zmuqve5MdnA0DyA==
1326-
dependencies:
1327-
"@typescript-eslint/types" "4.7.0"
1328-
"@typescript-eslint/visitor-keys" "4.7.0"
1329-
13301322
"@typescript-eslint/[email protected]":
13311323
version "4.18.0"
13321324
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.18.0.tgz#bebe323f81f2a7e2e320fac9415e60856267584a"
13331325
integrity sha512-/BRociARpj5E+9yQ7cwCF/SNOWwXJ3qhjurMuK2hIFUbr9vTuDeu476Zpu+ptxY2kSxUHDGLLKy+qGq2sOg37A==
13341326

1335-
"@typescript-eslint/[email protected]":
1336-
version "4.7.0"
1337-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.7.0.tgz#5e95ef5c740f43d942542b35811f87b62fccca69"
1338-
integrity sha512-uLszFe0wExJc+I7q0Z/+BnP7wao/kzX0hB5vJn4LIgrfrMLgnB2UXoReV19lkJQS1a1mHWGGODSxnBx6JQC3Sg==
1339-
13401327
"@typescript-eslint/[email protected]":
13411328
version "4.18.0"
13421329
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.18.0.tgz#756d3e61da8c16ab99185532c44872f4cd5538cb"
@@ -1350,20 +1337,6 @@
13501337
semver "^7.3.2"
13511338
tsutils "^3.17.1"
13521339

1353-
"@typescript-eslint/[email protected]":
1354-
version "4.7.0"
1355-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.7.0.tgz#539531167f05ba20eb0b6785567076679e29d393"
1356-
integrity sha512-5XZRQznD1MfUmxu1t8/j2Af4OxbA7EFU2rbo0No7meb46eHgGkSieFdfV6omiC/DGIBhH9H9gXn7okBbVOm8jw==
1357-
dependencies:
1358-
"@typescript-eslint/types" "4.7.0"
1359-
"@typescript-eslint/visitor-keys" "4.7.0"
1360-
debug "^4.1.1"
1361-
globby "^11.0.1"
1362-
is-glob "^4.0.1"
1363-
lodash "^4.17.15"
1364-
semver "^7.3.2"
1365-
tsutils "^3.17.1"
1366-
13671340
"@typescript-eslint/[email protected]":
13681341
version "4.18.0"
13691342
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.18.0.tgz#4e6fe2a175ee33418318a029610845a81e2ff7b6"
@@ -1372,14 +1345,6 @@
13721345
"@typescript-eslint/types" "4.18.0"
13731346
eslint-visitor-keys "^2.0.0"
13741347

1375-
"@typescript-eslint/[email protected]":
1376-
version "4.7.0"
1377-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.7.0.tgz#6783824f22acfc49e754970ed21b88ac03b80e6f"
1378-
integrity sha512-aDJDWuCRsf1lXOtignlfiPODkzSxxop7D0rZ91L6ZuMlcMCSh0YyK+gAfo5zN/ih6WxMwhoXgJWC3cWQdaKC+A==
1379-
dependencies:
1380-
"@typescript-eslint/types" "4.7.0"
1381-
eslint-visitor-keys "^2.0.0"
1382-
13831348
abab@^2.0.0:
13841349
version "2.0.5"
13851350
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"

0 commit comments

Comments
 (0)