Skip to content

Commit

Permalink
chore(deps): update dependency @typescript-eslint/parser to v8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 28, 2024
1 parent 5894d6b commit d9ed975
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.6.0",
"@typescript-eslint/parser": "8.7.0",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.20",
"chrome-types": "0.1.307",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/eslint__js": "8.42.3",
"@types/jest": "29.5.13",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.6.0",
"@typescript-eslint/parser": "8.7.0",
"@vitejs/plugin-react": "4.3.1",
"@vitejs/plugin-react-swc": "3.7.0",
"autoprefixer": "10.4.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/eslint__eslintrc": "2.1.2",
"@types/eslint__js": "8.42.3",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.6.0",
"@typescript-eslint/parser": "8.7.0",
"eslint": "9.11.1",
"prettier": "3.3.3",
"typescript": "5.6.2",
Expand Down
24 changes: 21 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2939,7 +2939,7 @@ __metadata:
"@types/react": "npm:18.3.8"
"@types/react-dom": "npm:18.3.0"
"@typescript-eslint/eslint-plugin": "npm:8.7.0"
"@typescript-eslint/parser": "npm:8.6.0"
"@typescript-eslint/parser": "npm:8.7.0"
"@vitejs/plugin-react": "npm:4.3.1"
autoprefixer: "npm:10.4.20"
chrome-types: "npm:0.1.307"
Expand Down Expand Up @@ -2975,7 +2975,7 @@ __metadata:
"@types/eslint__js": "npm:8.42.3"
"@types/jest": "npm:29.5.13"
"@typescript-eslint/eslint-plugin": "npm:8.7.0"
"@typescript-eslint/parser": "npm:8.6.0"
"@typescript-eslint/parser": "npm:8.7.0"
"@vitejs/plugin-react": "npm:4.3.1"
"@vitejs/plugin-react-swc": "npm:3.7.0"
autoprefixer: "npm:10.4.20"
Expand Down Expand Up @@ -3052,7 +3052,7 @@ __metadata:
"@types/eslint__eslintrc": "npm:2.1.2"
"@types/eslint__js": "npm:8.42.3"
"@typescript-eslint/eslint-plugin": "npm:8.7.0"
"@typescript-eslint/parser": "npm:8.6.0"
"@typescript-eslint/parser": "npm:8.7.0"
eslint: "npm:9.11.1"
prettier: "npm:3.3.3"
typescript: "npm:5.6.2"
Expand Down Expand Up @@ -4969,6 +4969,24 @@ __metadata:
languageName: node
linkType: hard

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

"@typescript-eslint/scope-manager@npm:8.6.0":
version: 8.6.0
resolution: "@typescript-eslint/scope-manager@npm:8.6.0"
Expand Down

0 comments on commit d9ed975

Please sign in to comment.