Skip to content

Commit 989cd6b

Browse files
committed
feat: update typescript-eslint to v8
1 parent 859d00a commit 989cd6b

File tree

6 files changed

+556
-312
lines changed

6 files changed

+556
-312
lines changed

.vscode/settings.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,11 @@
3131
{ "rule": "*semi", "severity": "off" }
3232
],
3333
"prettier.enable": false,
34-
"cSpell.words": ["antfu", "coderwyd", "rspack", "unocss"]
34+
"cSpell.words": [
35+
"antfu",
36+
"astro",
37+
"coderwyd",
38+
"rspack",
39+
"unocss"
40+
]
3541
}

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@coderwyd/eslint-config",
33
"type": "module",
44
"version": "2.5.6",
5-
"packageManager": "pnpm@9.4.0",
5+
"packageManager": "pnpm@9.5.0",
66
"description": "Donny's ESLint config",
77
"author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
88
"license": "MIT",
@@ -82,25 +82,25 @@
8282
},
8383
"dependencies": {
8484
"@antfu/install-pkg": "^0.3.3",
85-
"@stylistic/eslint-plugin": "^2.3.0",
85+
"@stylistic/eslint-plugin": "^2.6.0-beta.0",
8686
"@toml-tools/parser": "^1.0.0",
87-
"@typescript-eslint/eslint-plugin": "^7.15.0",
88-
"@typescript-eslint/parser": "^7.15.0",
89-
"eslint-config-flat-gitignore": "^0.1.5",
87+
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.41",
88+
"@typescript-eslint/parser": "^8.0.0-alpha.41",
89+
"eslint-config-flat-gitignore": "^0.1.7",
9090
"eslint-merge-processors": "^0.1.0",
9191
"eslint-plugin-antfu": "^2.3.4",
9292
"eslint-plugin-command": "^0.2.3",
9393
"eslint-plugin-eslint-comments": "^3.2.0",
9494
"eslint-plugin-format": "^0.1.2",
95-
"eslint-plugin-import-x": "^0.5.3",
96-
"eslint-plugin-jsdoc": "^48.5.2",
95+
"eslint-plugin-import-x": "^3.0.1",
96+
"eslint-plugin-jsdoc": "^48.7.0",
9797
"eslint-plugin-jsonc": "^2.16.0",
9898
"eslint-plugin-n": "^17.9.0",
9999
"eslint-plugin-no-only-tests": "^3.1.0",
100100
"eslint-plugin-perfectionist": "^2.11.0",
101101
"eslint-plugin-regexp": "^2.6.0",
102102
"eslint-plugin-unicorn": "^54.0.0",
103-
"eslint-plugin-unused-imports": "^3.2.0",
103+
"eslint-plugin-unused-imports": "^4.0.0",
104104
"eslint-plugin-vitest": "^0.5.4",
105105
"eslint-plugin-vue": "^9.27.0",
106106
"eslint-processor-vue-blocks": "^0.1.2",
@@ -117,7 +117,7 @@
117117
},
118118
"devDependencies": {
119119
"@antfu/ni": "^0.21.12",
120-
"@eslint-react/eslint-plugin": "^1.5.23",
120+
"@eslint-react/eslint-plugin": "^1.5.24",
121121
"@eslint/config-inspector": "^0.5.1",
122122
"@stylistic/eslint-plugin-migrate": "^2.3.0",
123123
"@types/eslint": "^8.56.10",
@@ -129,17 +129,17 @@
129129
"bumpp": "^9.4.1",
130130
"eslint": "^9.6.0",
131131
"eslint-plugin-react-hooks": "^4.6.2",
132-
"eslint-plugin-react-refresh": "^0.4.7",
132+
"eslint-plugin-react-refresh": "^0.4.8",
133133
"eslint-plugin-svelte": "2.41.0",
134134
"eslint-plugin-tailwindcss": "^3.17.4",
135135
"execa": "^9.3.0",
136136
"fast-glob": "^3.3.2",
137137
"fs-extra": "^11.2.0",
138138
"lint-staged": "^15.2.7",
139-
"rimraf": "^5.0.7",
139+
"rimraf": "^6.0.1",
140140
"simple-git-hooks": "^2.11.1",
141141
"svelte": "^4.2.18",
142-
"svelte-eslint-parser": "^0.39.2",
142+
"svelte-eslint-parser": "^0.40.0",
143143
"tsup": "^8.1.0",
144144
"tsx": "^4.16.2",
145145
"typescript": "^5.5.3"

0 commit comments

Comments
 (0)