Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
build(deps-dev): bump @typescript-eslint/parser from 4.16.1 to 4.18.0 (
Browse files Browse the repository at this point in the history
…#94)

* build(deps-dev): bump @typescript-eslint/parser from 4.16.1 to 4.18.0

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.16.1 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] <support@github.com>

* Dependabot autofix [skip netlify]

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] committed Mar 15, 2021
1 parent 9fb3273 commit 103305c
Showing 1 changed file with 51 additions and 6 deletions.
57 changes: 51 additions & 6 deletions yarn.lock
Expand Up @@ -2031,19 +2031,19 @@ __metadata:
linkType: hard

"@typescript-eslint/parser@npm:^4.16.1, @typescript-eslint/parser@npm:^4.4.1":
version: 4.16.1
resolution: "@typescript-eslint/parser@npm:4.16.1"
version: 4.18.0
resolution: "@typescript-eslint/parser@npm:4.18.0"
dependencies:
"@typescript-eslint/scope-manager": 4.16.1
"@typescript-eslint/types": 4.16.1
"@typescript-eslint/typescript-estree": 4.16.1
"@typescript-eslint/scope-manager": 4.18.0
"@typescript-eslint/types": 4.18.0
"@typescript-eslint/typescript-estree": 4.18.0
debug: ^4.1.1
peerDependencies:
eslint: ^5.0.0 || ^6.0.0 || ^7.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 9ce7c8b2ec9679c6428b44fe06f6a56f145b54b72549691d97e3d6a4ffd0fc116ca61bdef695e77c3217fc30f2988434078e09009ab2dc5ec028e6f3cecb9a16
checksum: d2f907dc2888078fa6aaca329e39209cc0ceff0dfe43657835b9fbd73678d848077572fdf451dd0cae4ea199b8bfa0f3791037bd9174049668914c7a8ac55157
languageName: node
linkType: hard

Expand All @@ -2057,13 +2057,30 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:4.18.0":
version: 4.18.0
resolution: "@typescript-eslint/scope-manager@npm:4.18.0"
dependencies:
"@typescript-eslint/types": 4.18.0
"@typescript-eslint/visitor-keys": 4.18.0
checksum: c543d4bf73ad0193cca7303c376f15b099ee861be492a210cfc19909d2ec828b7dc898a59e17c89cc91e4cc2ea450731a83671d136cd995fb9b77f8a7db4d440
languageName: node
linkType: hard

"@typescript-eslint/types@npm:4.16.1":
version: 4.16.1
resolution: "@typescript-eslint/types@npm:4.16.1"
checksum: 5df220b8dff372540921d8ef478f4107e6eb51824e7346c942dafc2d181cd937983fa80f44c2e94abf28b57a303e72205915d2bca13ac37c028a98710fd37baa
languageName: node
linkType: hard

"@typescript-eslint/types@npm:4.18.0":
version: 4.18.0
resolution: "@typescript-eslint/types@npm:4.18.0"
checksum: 45d3df0c4993ceab017df2a4502bb2e3d9b21e6554997a539b88dfa5899c83bf6156a823d15eeb679e65dec15ab07ff371c6e5c09f98c166ed94f79a8223ffab
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:4.16.1":
version: 4.16.1
resolution: "@typescript-eslint/typescript-estree@npm:4.16.1"
Expand All @@ -2082,6 +2099,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:4.18.0":
version: 4.18.0
resolution: "@typescript-eslint/typescript-estree@npm:4.18.0"
dependencies:
"@typescript-eslint/types": 4.18.0
"@typescript-eslint/visitor-keys": 4.18.0
debug: ^4.1.1
globby: ^11.0.1
is-glob: ^4.0.1
semver: ^7.3.2
tsutils: ^3.17.1
peerDependenciesMeta:
typescript:
optional: true
checksum: b77e150d281d50aad89f915c05310b5f94fa2b1fc64eada20460d8a7f10c42d4c2a5ccffe185f128c965fc9bd209f77a0df8e1779af18b0a3a383241564ecc4b
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:4.16.1":
version: 4.16.1
resolution: "@typescript-eslint/visitor-keys@npm:4.16.1"
Expand All @@ -2092,6 +2127,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:4.18.0":
version: 4.18.0
resolution: "@typescript-eslint/visitor-keys@npm:4.18.0"
dependencies:
"@typescript-eslint/types": 4.18.0
eslint-visitor-keys: ^2.0.0
checksum: 654576d330531386773facffc715e213602721de8ca2f6268d71186a732975031954119fba414a4d502b4827b3941fae068ebb4368b4b7f94e937597b3f57d82
languageName: node
linkType: hard

"@yarnpkg/core@npm:^2.4.0":
version: 2.4.0
resolution: "@yarnpkg/core@npm:2.4.0"
Expand Down

0 comments on commit 103305c

Please sign in to comment.