Skip to content

Commit

Permalink
Bump @typescript-eslint/parser from 7.8.0 to 8.8.0
Browse files Browse the repository at this point in the history
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.8.0 to 8.8.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/v8.8.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 93f6cba commit 909d2ac
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/jest": "^29.5.2",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^9.2.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
Expand Down
79 changes: 69 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1834,7 +1834,7 @@ __metadata:
"@types/jest": ^29.5.2
"@types/node": ^20.2.5
"@typescript-eslint/eslint-plugin": ^7.8.0
"@typescript-eslint/parser": ^7.8.0
"@typescript-eslint/parser": ^8.8.0
"@typescript-eslint/typescript-estree": ^7.8.0
"@typescript-eslint/visitor-keys": ^7.8.0
babel-jest: ^29.5.0
Expand Down Expand Up @@ -2596,21 +2596,21 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^7.8.0":
version: 7.8.0
resolution: "@typescript-eslint/parser@npm:7.8.0"
"@typescript-eslint/parser@npm:^8.8.0":
version: 8.8.0
resolution: "@typescript-eslint/parser@npm:8.8.0"
dependencies:
"@typescript-eslint/scope-manager": 7.8.0
"@typescript-eslint/types": 7.8.0
"@typescript-eslint/typescript-estree": 7.8.0
"@typescript-eslint/visitor-keys": 7.8.0
"@typescript-eslint/scope-manager": 8.8.0
"@typescript-eslint/types": 8.8.0
"@typescript-eslint/typescript-estree": 8.8.0
"@typescript-eslint/visitor-keys": 8.8.0
debug: ^4.3.4
peerDependencies:
eslint: ^8.56.0
eslint: ^8.57.0 || ^9.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: fd077b7f7e1348e64b739a1579dcaebb6933392635614d27008d5a521809992df7b93771dd54efe809b320d224c10ff024ea7ef7c7c578f673a7a937e869c314
checksum: e80dc53bb3be86bad5ff3e3e0a86fb9d5b11e7ba10d9750d22202b8cbdae5d8d267be00a9e914756dade9116e08682733cf2ab59172cc09a4e6a2d99de1799e0
languageName: node
linkType: hard

Expand All @@ -2634,6 +2634,16 @@ __metadata:
languageName: node
linkType: hard

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

"@typescript-eslint/type-utils@npm:7.8.0":
version: 7.8.0
resolution: "@typescript-eslint/type-utils@npm:7.8.0"
Expand Down Expand Up @@ -2665,6 +2675,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.8.0":
version: 8.8.0
resolution: "@typescript-eslint/types@npm:8.8.0"
checksum: a97f6733c429845938f1ce0f770352b5b7748d3410f9582127bcb50d49df09c88d5210204842ee916caabf1e76649591274c58be7b25be70dbb3589851dfe711
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.59.9":
version: 5.59.9
resolution: "@typescript-eslint/typescript-estree@npm:5.59.9"
Expand Down Expand Up @@ -2702,6 +2719,25 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.8.0":
version: 8.8.0
resolution: "@typescript-eslint/typescript-estree@npm:8.8.0"
dependencies:
"@typescript-eslint/types": 8.8.0
"@typescript-eslint/visitor-keys": 8.8.0
debug: ^4.3.4
fast-glob: ^3.3.2
is-glob: ^4.0.3
minimatch: ^9.0.4
semver: ^7.6.0
ts-api-utils: ^1.3.0
peerDependenciesMeta:
typescript:
optional: true
checksum: ef04d80ab5e25362476c463e3208c58633ea87814604a19d2368f99e5027e2c37612e7c2a6f47203ce86e4d86ed8849f338e1ce6c06bd40e18b9bcc49f9a887c
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:7.8.0":
version: 7.8.0
resolution: "@typescript-eslint/utils@npm:7.8.0"
Expand Down Expand Up @@ -2757,6 +2793,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.8.0":
version: 8.8.0
resolution: "@typescript-eslint/visitor-keys@npm:8.8.0"
dependencies:
"@typescript-eslint/types": 8.8.0
eslint-visitor-keys: ^3.4.3
checksum: 0190f7da372f0af376250317c3e181d54aadae7cfea208714d978afc8f5858a190617f6eb168f117532819f5b768671ef51afa283be37c9319e0e662eedd0188
languageName: node
linkType: hard

"abbrev@npm:^1.0.0":
version: 1.1.1
resolution: "abbrev@npm:1.1.1"
Expand Down Expand Up @@ -4203,6 +4249,19 @@ __metadata:
languageName: node
linkType: hard

"fast-glob@npm:^3.3.2":
version: 3.3.2
resolution: "fast-glob@npm:3.3.2"
dependencies:
"@nodelib/fs.stat": ^2.0.2
"@nodelib/fs.walk": ^1.2.3
glob-parent: ^5.1.2
merge2: ^1.3.0
micromatch: ^4.0.4
checksum: 900e4979f4dbc3313840078419245621259f349950411ca2fa445a2f9a1a6d98c3b5e7e0660c5ccd563aa61abe133a21765c6c0dec8e57da1ba71d8000b05ec1
languageName: node
linkType: hard

"fast-json-stable-stringify@npm:2.x, fast-json-stable-stringify@npm:^2.0.0, fast-json-stable-stringify@npm:^2.1.0":
version: 2.1.0
resolution: "fast-json-stable-stringify@npm:2.1.0"
Expand Down

0 comments on commit 909d2ac

Please sign in to comment.