Skip to content

Commit

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

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.6.0 to 8.7.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.7.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 75fa66b commit cc9b787
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/react-test-renderer": "^17.0.7",
"@types/selenium-webdriver": "^4.1.26",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@typescript-eslint/parser": "^8.7.0",
"concurrently": "^9.0.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
Expand Down
64 changes: 55 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2622,21 +2622,21 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^8.6.0":
version: 8.6.0
resolution: "@typescript-eslint/parser@npm:8.6.0"
"@typescript-eslint/parser@npm:^8.7.0":
version: 8.7.0
resolution: "@typescript-eslint/parser@npm:8.7.0"
dependencies:
"@typescript-eslint/scope-manager": 8.6.0
"@typescript-eslint/types": 8.6.0
"@typescript-eslint/typescript-estree": 8.6.0
"@typescript-eslint/visitor-keys": 8.6.0
"@typescript-eslint/scope-manager": 8.7.0
"@typescript-eslint/types": 8.7.0
"@typescript-eslint/typescript-estree": 8.7.0
"@typescript-eslint/visitor-keys": 8.7.0
debug: ^4.3.4
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: d2e1c1ef4b908d2c028b6e1c72b42c0ae0d9f4dab0dea4ea8e0a36a194ec2171833e7bed36e55e0feadad3e06eef1c6da16168a3687d0e2182b80229dc994e2d
checksum: fdfd7cf67662fd03442ae7e14f461ee7da14a5d27e692535167f50dfc965f9249692a6b004ac1f16d9d932364ccb8ce2c123a254d4d380d9ccd649205694d875
languageName: node
linkType: hard

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

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

"@typescript-eslint/type-utils@npm:8.6.0":
version: 8.6.0
resolution: "@typescript-eslint/type-utils@npm:8.6.0"
Expand All @@ -2672,6 +2682,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.7.0":
version: 8.7.0
resolution: "@typescript-eslint/types@npm:8.7.0"
checksum: 4f1a625c1460649fc21a330fc9dde81d47a20b46bca3de60d50653a1d6c082bd419af1c7c7dde6be800416116f3d63734f9faa6629bdd9f3a8e6bba3a92a4e82
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.6.0":
version: 8.6.0
resolution: "@typescript-eslint/typescript-estree@npm:8.6.0"
Expand All @@ -2691,6 +2708,25 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.7.0":
version: 8.7.0
resolution: "@typescript-eslint/typescript-estree@npm:8.7.0"
dependencies:
"@typescript-eslint/types": 8.7.0
"@typescript-eslint/visitor-keys": 8.7.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: f1a2d53640bb47a293ef6fa2102e2d9a53f52e3c88682d65fd17133ae90cae327aeacdc582a8a23e576a48b104151021b50b4e4f8fe4c14d1fec49d52a823bd1
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.6.0":
version: 8.6.0
resolution: "@typescript-eslint/utils@npm:8.6.0"
Expand All @@ -2715,6 +2751,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.7.0":
version: 8.7.0
resolution: "@typescript-eslint/visitor-keys@npm:8.7.0"
dependencies:
"@typescript-eslint/types": 8.7.0
eslint-visitor-keys: ^3.4.3
checksum: 072d3d4e7ff8da51a0a37d057d6ca0895c163d480e77329de50e2a7a057acc8d6552f7d18f1fd87cb326d709fe4b667b2ed5cb968d307f92a3e12825cf65b9cd
languageName: node
linkType: hard

"@ungap/structured-clone@npm:^1.2.0":
version: 1.2.0
resolution: "@ungap/structured-clone@npm:1.2.0"
Expand Down Expand Up @@ -4374,7 +4420,7 @@ __metadata:
"@types/react-test-renderer": ^17.0.7
"@types/selenium-webdriver": ^4.1.26
"@typescript-eslint/eslint-plugin": ^8.6.0
"@typescript-eslint/parser": ^8.6.0
"@typescript-eslint/parser": ^8.7.0
concurrently: ^9.0.1
css-loader: ^7.1.2
css-minimizer-webpack-plugin: ^7.0.0
Expand Down

0 comments on commit cc9b787

Please sign in to comment.