Skip to content

Commit 441cd4c

Browse files
committed
dependency: bump typescript-eslint to v8
This requires manual changes because @typescript-eslint/ban-types has been replaced by @typescript-eslint/no-restricted-types. Signed-off-by: Simon Ser <[email protected]>
1 parent 1730e5e commit 441cd4c

File tree

3 files changed

+60
-144
lines changed

3 files changed

+60
-144
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@typescript-eslint/no-explicit-any": 2,
5151
"@typescript-eslint/explicit-module-boundary-types": 0,
5252
"@typescript-eslint/space-before-blocks": 0,
53-
"@typescript-eslint/ban-types": [
53+
"@typescript-eslint/no-restricted-types": [
5454
"error",
5555
{
5656
"types": {

package-lock.json

+57-141
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@rollup/plugin-typescript": "^12.1.0",
4141
"@types/react": "^18.2.40",
4242
"@types/react-dom": "^18.2.0",
43-
"@typescript-eslint/eslint-plugin": "^7.3.1",
44-
"@typescript-eslint/parser": "^7.3.1",
43+
"@typescript-eslint/eslint-plugin": "^8.0.0",
44+
"@typescript-eslint/parser": "^8.0.0",
4545
"eslint": "^8.24.0",
4646
"eslint-config-prettier": "^9.1.0",
4747
"eslint-plugin-import": "^2.29.1",

0 commit comments

Comments
 (0)