Skip to content

Commit

Permalink
build(deps-dev): bump @typescript-eslint/parser from 8.2.0 to 8.3.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 8.2.0 to 8.3.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.3.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 31, 2024
1 parent e762bee commit e335528
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/core": "^7.25.2",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@typescript-eslint/parser": "^8.3.0",
"@vue/babel-preset-app": "^5.0.8",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-e2e-cypress": "~5.0.8",
Expand Down
77 changes: 68 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3409,21 +3409,21 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^8.2.0":
version: 8.2.0
resolution: "@typescript-eslint/parser@npm:8.2.0"
"@typescript-eslint/parser@npm:^8.3.0":
version: 8.3.0
resolution: "@typescript-eslint/parser@npm:8.3.0"
dependencies:
"@typescript-eslint/scope-manager": "npm:8.2.0"
"@typescript-eslint/types": "npm:8.2.0"
"@typescript-eslint/typescript-estree": "npm:8.2.0"
"@typescript-eslint/visitor-keys": "npm:8.2.0"
"@typescript-eslint/scope-manager": "npm:8.3.0"
"@typescript-eslint/types": "npm:8.3.0"
"@typescript-eslint/typescript-estree": "npm:8.3.0"
"@typescript-eslint/visitor-keys": "npm:8.3.0"
debug: "npm:^4.3.4"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 7c365c7ab1e6d1af1bec9ac4cc3438f7cafbd8eb711be1c3a78f8796a14b6dd85c17d46355998db4037c3f488d9bb45769de072872563a658bacc4a091a1f127
checksum: 627e8d0b3376a1453c122c5dc8eda2ec1427328012d34f087291e52b484adde47a97fd0febb80cabcb058d80cea3b5df1ff44ba21ccb3ff001a6043bb068de62
languageName: node
linkType: hard

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

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

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

"@typescript-eslint/types@npm:8.3.0":
version: 8.3.0
resolution: "@typescript-eslint/types@npm:8.3.0"
checksum: 0265f6b6999db53ea5246cf2ab69d58d3860616a3ad384efdbe8b6f71334d6fbcf09ddc1eb38956ff537056636bd993d349c7037fcb458359c257be857fedc0a
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:7.1.1":
version: 7.1.1
resolution: "@typescript-eslint/typescript-estree@npm:7.1.1"
Expand Down Expand Up @@ -3531,6 +3548,25 @@ __metadata:
languageName: node
linkType: hard

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

"@typescript-eslint/utils@npm:7.1.1":
version: 7.1.1
resolution: "@typescript-eslint/utils@npm:7.1.1"
Expand Down Expand Up @@ -3582,6 +3618,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.3.0":
version: 8.3.0
resolution: "@typescript-eslint/visitor-keys@npm:8.3.0"
dependencies:
"@typescript-eslint/types": "npm:8.3.0"
eslint-visitor-keys: "npm:^3.4.3"
checksum: 4ee45dd25891d5677b8d4aaab23234a9d1fe8af3d8e39d7777b3a4cfb6aa61fabc13623d8596c11e6140f9129dc9ad7e6bb6f48a4c8c40704018ddd5beafd6c2
languageName: node
linkType: hard

"@vue/babel-helper-vue-jsx-merge-props@npm:^1.4.0":
version: 1.4.0
resolution: "@vue/babel-helper-vue-jsx-merge-props@npm:1.4.0"
Expand Down Expand Up @@ -7494,6 +7540,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": "npm:^2.0.2"
"@nodelib/fs.walk": "npm:^1.2.3"
glob-parent: "npm:^5.1.2"
merge2: "npm:^1.3.0"
micromatch: "npm:^4.0.4"
checksum: 222512e9315a0efca1276af9adb2127f02105d7288fa746145bf45e2716383fb79eb983c89601a72a399a56b7c18d38ce70457c5466218c5f13fad957cee16df
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 Expand Up @@ -11080,7 +11139,7 @@ __metadata:
"@oruga-ui/theme-bulma": "npm:^0.3.0"
"@types/jest": "npm:^29.5.12"
"@typescript-eslint/eslint-plugin": "npm:^8.2.0"
"@typescript-eslint/parser": "npm:^8.2.0"
"@typescript-eslint/parser": "npm:^8.3.0"
"@vue/babel-preset-app": "npm:^5.0.8"
"@vue/cli-plugin-babel": "npm:^5.0.8"
"@vue/cli-plugin-e2e-cypress": "npm:~5.0.8"
Expand Down

0 comments on commit e335528

Please sign in to comment.