Skip to content

Commit

Permalink
Update typescript-eslint monorepo to ^8.8.1 (#57)
Browse files Browse the repository at this point in the history
| datasource | package                          | from  | to    |
| ---------- | -------------------------------- | ----- | ----- |
| npm        | @typescript-eslint/eslint-plugin | 8.8.1 | 8.8.1 |
| npm        | @typescript-eslint/parser        | 8.8.1 | 8.8.1 |

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 755eee4 commit d3265f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.13",
"@types/node": "^20.11.28",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vercel/ncc": "^0.38.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^8.8.0":
"@typescript-eslint/eslint-plugin@npm:^8.8.1":
version: 8.8.1
resolution: "@typescript-eslint/eslint-plugin@npm:8.8.1"
dependencies:
Expand All @@ -1656,7 +1656,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^8.8.0":
"@typescript-eslint/parser@npm:^8.8.1":
version: 8.8.1
resolution: "@typescript-eslint/parser@npm:8.8.1"
dependencies:
Expand Down Expand Up @@ -4931,8 +4931,8 @@ __metadata:
"@jest/globals": "npm:^29.7.0"
"@types/jest": "npm:^29.5.13"
"@types/node": "npm:^20.11.28"
"@typescript-eslint/eslint-plugin": "npm:^8.8.0"
"@typescript-eslint/parser": "npm:^8.8.0"
"@typescript-eslint/eslint-plugin": "npm:^8.8.1"
"@typescript-eslint/parser": "npm:^8.8.1"
"@vercel/ncc": "npm:^0.38.2"
axios: "npm:^1.7.7"
eslint: "npm:^8.57.1"
Expand Down

0 comments on commit d3265f0

Please sign in to comment.