Skip to content

Commit 0c0c8cf

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 4.7.0 to 4.8.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.7.0 to 4.8.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.8.0/packages/parser) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 19cc30c commit 0c0c8cf

File tree

2 files changed

+43
-8
lines changed

2 files changed

+43
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/rsvp": "^4.0.3",
5252
"@types/url-parse": "^1.4.3",
5353
"@typescript-eslint/eslint-plugin": "^4.7.0",
54-
"@typescript-eslint/parser": "^4.7.0",
54+
"@typescript-eslint/parser": "^4.8.0",
5555
"async": "^3.2.0",
5656
"babel-eslint": "^10.1.0",
5757
"broccoli-asset-rev": "^3.0.0",

yarn.lock

Lines changed: 42 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2250,14 +2250,14 @@
22502250
eslint-scope "^5.0.0"
22512251
eslint-utils "^2.0.0"
22522252

2253-
"@typescript-eslint/parser@^4.7.0":
2254-
version "4.7.0"
2255-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.7.0.tgz#44bdab0f788b478178368baa65d3365fdc63da1c"
2256-
integrity sha512-+meGV8bMP1sJHBI2AFq1GeTwofcGiur8LoIr6v+rEmD9knyCqDlrQcFHR0KDDfldHIFDU/enZ53fla6ReF4wRw==
2253+
"@typescript-eslint/parser@^4.8.0":
2254+
version "4.8.0"
2255+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.8.0.tgz#ff98c0435a3797d17083a63389078b8aa49dc81e"
2256+
integrity sha512-15sp9BIoZalx4wRgkebfau8KizVe6w0eTjPMnuST9kbIeOaloDy1xKkg7eJfFvE/MdCtKlEWZFLoJB8C0SEOaw==
22572257
dependencies:
2258-
"@typescript-eslint/scope-manager" "4.7.0"
2259-
"@typescript-eslint/types" "4.7.0"
2260-
"@typescript-eslint/typescript-estree" "4.7.0"
2258+
"@typescript-eslint/scope-manager" "4.8.0"
2259+
"@typescript-eslint/types" "4.8.0"
2260+
"@typescript-eslint/typescript-estree" "4.8.0"
22612261
debug "^4.1.1"
22622262

22632263
"@typescript-eslint/scope-manager@4.7.0":
@@ -2268,11 +2268,24 @@
22682268
"@typescript-eslint/types" "4.7.0"
22692269
"@typescript-eslint/visitor-keys" "4.7.0"
22702270

2271+
"@typescript-eslint/scope-manager@4.8.0":
2272+
version "4.8.0"
2273+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.0.tgz#f960b6c5df1a5b230b8488e71c5c04e58dd494e0"
2274+
integrity sha512-eJ+SV6w5WcyFusQ/Ru4A/c7E65HMGzWWGPJAqSuM/1EKEE6wOw9LUQTqAvLa6v2oIcaDo9F+/EyOPZgoD/BcLA==
2275+
dependencies:
2276+
"@typescript-eslint/types" "4.8.0"
2277+
"@typescript-eslint/visitor-keys" "4.8.0"
2278+
22712279
"@typescript-eslint/types@4.7.0":
22722280
version "4.7.0"
22732281
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.7.0.tgz#5e95ef5c740f43d942542b35811f87b62fccca69"
22742282
integrity sha512-uLszFe0wExJc+I7q0Z/+BnP7wao/kzX0hB5vJn4LIgrfrMLgnB2UXoReV19lkJQS1a1mHWGGODSxnBx6JQC3Sg==
22752283

2284+
"@typescript-eslint/types@4.8.0":
2285+
version "4.8.0"
2286+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.0.tgz#87e73883637f662d9a638b0e9b01ed77edc44fb7"
2287+
integrity sha512-2/mGmXxr3sTxCvCT1mhR2b9rbfpMEBK41tiu0lMnMtZEbpphcUyrmgt2ogDFWNvsvyyeUxO1159eDrgFb7zV4Q==
2288+
22762289
"@typescript-eslint/typescript-estree@4.7.0":
22772290
version "4.7.0"
22782291
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.7.0.tgz#539531167f05ba20eb0b6785567076679e29d393"
@@ -2287,6 +2300,20 @@
22872300
semver "^7.3.2"
22882301
tsutils "^3.17.1"
22892302

2303+
"@typescript-eslint/typescript-estree@4.8.0":
2304+
version "4.8.0"
2305+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.0.tgz#b5160588495f18b739003b6078309b76fece0c55"
2306+
integrity sha512-jEdeERN8DIs7S8PlTdI7Sdy63Caxg2VtR21/RV7Z1Dtixiq/QEFSPrDXggMXKNOPPlrtMS+eCz7d7NV0HWLFVg==
2307+
dependencies:
2308+
"@typescript-eslint/types" "4.8.0"
2309+
"@typescript-eslint/visitor-keys" "4.8.0"
2310+
debug "^4.1.1"
2311+
globby "^11.0.1"
2312+
is-glob "^4.0.1"
2313+
lodash "^4.17.15"
2314+
semver "^7.3.2"
2315+
tsutils "^3.17.1"
2316+
22902317
"@typescript-eslint/visitor-keys@4.7.0":
22912318
version "4.7.0"
22922319
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.7.0.tgz#6783824f22acfc49e754970ed21b88ac03b80e6f"
@@ -2295,6 +2322,14 @@
22952322
"@typescript-eslint/types" "4.7.0"
22962323
eslint-visitor-keys "^2.0.0"
22972324

2325+
"@typescript-eslint/visitor-keys@4.8.0":
2326+
version "4.8.0"
2327+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.0.tgz#7786b92bbaf25c6aa9fb860eb8dbb1f7d3b7d0ad"
2328+
integrity sha512-JluNZLvnkRUr0h3L6MnQVLuy2rw9DpD0OyMC21FVbgcezr0LQkbBjDp9kyKZhuZrLrtq4mwPiIkpfRb8IRqneA==
2329+
dependencies:
2330+
"@typescript-eslint/types" "4.8.0"
2331+
eslint-visitor-keys "^2.0.0"
2332+
22982333
"@webassemblyjs/ast@1.9.0":
22992334
version "1.9.0"
23002335
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"

0 commit comments

Comments
 (0)