Skip to content

Commit 21e9c7b

Browse files
committedSep 7, 2024
feat: upgrade eslint, remove @types/eslint
1 parent 43e0228 commit 21e9c7b

File tree

2 files changed

+369
-365
lines changed

2 files changed

+369
-365
lines changed
 

‎package.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@prettier/plugin-xml": "^3.4.1",
4444
"@unocss/eslint-plugin": ">=0.50.0",
4545
"astro-eslint-parser": "^1.0.2",
46-
"eslint": "^9.5.0",
46+
"eslint": "^9.10.0",
4747
"eslint-plugin-astro": "^1.2.0",
4848
"eslint-plugin-format": ">=0.1.0",
4949
"eslint-plugin-react-hooks": "^4.6.0",
@@ -114,7 +114,7 @@
114114
"eslint-plugin-markdown": "^5.1.0",
115115
"eslint-plugin-n": "^17.10.2",
116116
"eslint-plugin-no-only-tests": "^3.3.0",
117-
"eslint-plugin-perfectionist": "^3.4.0",
117+
"eslint-plugin-perfectionist": "^3.5.0",
118118
"eslint-plugin-regexp": "^2.6.0",
119119
"eslint-plugin-toml": "^0.11.1",
120120
"eslint-plugin-unicorn": "^55.0.0",
@@ -139,15 +139,14 @@
139139
"@eslint/config-inspector": "^0.5.4",
140140
"@prettier/plugin-xml": "^3.4.1",
141141
"@stylistic/eslint-plugin-migrate": "^2.7.2",
142-
"@types/eslint": "^9.6.1",
143142
"@types/fs-extra": "^11.0.4",
144143
"@types/node": "^22.5.4",
145144
"@types/prompts": "^2.4.9",
146145
"@types/yargs": "^17.0.33",
147146
"@unocss/eslint-plugin": "^0.62.3",
148147
"astro-eslint-parser": "^1.0.2",
149148
"bumpp": "^9.5.2",
150-
"eslint": "^9.9.1",
149+
"eslint": "^9.10.0",
151150
"eslint-plugin-astro": "^1.2.3",
152151
"eslint-plugin-format": "^0.1.2",
153152
"eslint-plugin-react-hooks": "^4.6.2",
@@ -171,12 +170,12 @@
171170
"tsx": "^4.19.0",
172171
"typescript": "^5.5.4",
173172
"vitest": "^2.0.5",
174-
"vue": "^3.5.2"
173+
"vue": "^3.5.3"
175174
},
176175
"resolutions": {
177176
"@eslint-community/eslint-utils": "^4.4.0",
178177
"@typescript-eslint/utils": "^8.4.0",
179-
"eslint": "^9.9.1",
178+
"eslint": "^9.10.0",
180179
"tsx": "^4.19.0"
181180
},
182181
"simple-git-hooks": {

‎pnpm-lock.yaml

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

0 commit comments

Comments
 (0)
Please sign in to comment.