Skip to content

Commit a75411d

Browse files
scaleway-botphilibea
authored andcommitted
chore: add changeset renovate-423e759
Signed-off-by: Alexandre Philibeaux <[email protected]>
1 parent 059c728 commit a75411d

File tree

4 files changed

+140
-127
lines changed

4 files changed

+140
-127
lines changed

.changeset/renovate-423e759.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@scaleway/eslint-config-react': patch
3+
---
4+
5+
Updated dependency `@typescript-eslint/eslint-plugin` to `8.0.0`.
6+
Updated dependency `@typescript-eslint/parser` to `8.0.0`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"builtin-modules": "4.0.0",
3636
"cross-env": "7.0.3",
3737
"esbuild-plugin-browserslist": "0.14.0",
38-
"eslint": "9.8.0",
38+
"eslint": "9.9.0",
3939
"globals": "15.9.0",
4040
"happy-dom": "14.12.3",
4141
"husky": "9.1.4",

packages/eslint-config-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@emotion/eslint-plugin": "11.12.0",
3535
"@eslint/compat": "1.1.1",
3636
"@eslint/eslintrc": "3.1.0",
37-
"@typescript-eslint/eslint-plugin": "8.0.0",
38-
"@typescript-eslint/parser": "8.0.0",
37+
"@typescript-eslint/eslint-plugin": "8.1.0",
38+
"@typescript-eslint/parser": "8.1.0",
3939
"eslint-config-airbnb": "19.0.4",
4040
"eslint-config-airbnb-typescript": "18.0.0",
4141
"eslint-config-prettier": "9.1.0",
@@ -47,10 +47,10 @@
4747
"eslint-plugin-react-hooks": "4.6.2"
4848
},
4949
"peerDependencies": {
50-
"eslint": ">= 9.7"
50+
"eslint": ">= 9.9"
5151
},
5252
"devDependencies": {
53-
"eslint": "9.8.0",
53+
"eslint": "9.9.0",
5454
"typescript": "5.5.4"
5555
}
5656
}

0 commit comments

Comments
 (0)