Skip to content

Commit d3265f0

Browse files
Update typescript-eslint monorepo to ^8.8.1 (#57)
| 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>
1 parent 755eee4 commit d3265f0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"@jest/globals": "^29.7.0",
1111
"@types/jest": "^29.5.13",
1212
"@types/node": "^20.11.28",
13-
"@typescript-eslint/eslint-plugin": "^8.8.0",
14-
"@typescript-eslint/parser": "^8.8.0",
13+
"@typescript-eslint/eslint-plugin": "^8.8.1",
14+
"@typescript-eslint/parser": "^8.8.1",
1515
"@vercel/ncc": "^0.38.2",
1616
"eslint": "^8.57.1",
1717
"eslint-config-prettier": "^9.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1633,7 +1633,7 @@ __metadata:
16331633
languageName: node
16341634
linkType: hard
16351635

1636-
"@typescript-eslint/eslint-plugin@npm:^8.8.0":
1636+
"@typescript-eslint/eslint-plugin@npm:^8.8.1":
16371637
version: 8.8.1
16381638
resolution: "@typescript-eslint/eslint-plugin@npm:8.8.1"
16391639
dependencies:
@@ -1656,7 +1656,7 @@ __metadata:
16561656
languageName: node
16571657
linkType: hard
16581658

1659-
"@typescript-eslint/parser@npm:^8.8.0":
1659+
"@typescript-eslint/parser@npm:^8.8.1":
16601660
version: 8.8.1
16611661
resolution: "@typescript-eslint/parser@npm:8.8.1"
16621662
dependencies:
@@ -4931,8 +4931,8 @@ __metadata:
49314931
"@jest/globals": "npm:^29.7.0"
49324932
"@types/jest": "npm:^29.5.13"
49334933
"@types/node": "npm:^20.11.28"
4934-
"@typescript-eslint/eslint-plugin": "npm:^8.8.0"
4935-
"@typescript-eslint/parser": "npm:^8.8.0"
4934+
"@typescript-eslint/eslint-plugin": "npm:^8.8.1"
4935+
"@typescript-eslint/parser": "npm:^8.8.1"
49364936
"@vercel/ncc": "npm:^0.38.2"
49374937
axios: "npm:^1.7.7"
49384938
eslint: "npm:^8.57.1"

0 commit comments

Comments
 (0)