Skip to content

Commit e5e79c5

Browse files
committedOct 16, 2024
feat: update deps
1 parent d76facc commit e5e79c5

File tree

3 files changed

+823
-792
lines changed

3 files changed

+823
-792
lines changed
 

‎package.json

+29-29
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@antfu/eslint-config",
33
"type": "module",
44
"version": "3.7.3",
5-
"packageManager": "pnpm@9.11.0",
5+
"packageManager": "pnpm@9.12.2",
66
"description": "Anthony's ESLint config",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
88
"license": "MIT",
@@ -99,34 +99,34 @@
9999
"@antfu/install-pkg": "^0.4.1",
100100
"@clack/prompts": "^0.7.0",
101101
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
102-
"@eslint/markdown": "^6.1.0",
103-
"@stylistic/eslint-plugin": "^2.8.0",
104-
"@typescript-eslint/eslint-plugin": "^8.7.0",
105-
"@typescript-eslint/parser": "^8.7.0",
106-
"@vitest/eslint-plugin": "^1.1.4",
102+
"@eslint/markdown": "^6.2.0",
103+
"@stylistic/eslint-plugin": "^2.9.0",
104+
"@typescript-eslint/eslint-plugin": "^8.9.0",
105+
"@typescript-eslint/parser": "^8.9.0",
106+
"@vitest/eslint-plugin": "^1.1.7",
107107
"eslint-config-flat-gitignore": "^0.3.0",
108108
"eslint-flat-config-utils": "^0.4.0",
109109
"eslint-merge-processors": "^0.1.0",
110110
"eslint-plugin-antfu": "^2.7.0",
111111
"eslint-plugin-command": "^0.2.6",
112-
"eslint-plugin-import-x": "^4.3.0",
113-
"eslint-plugin-jsdoc": "^50.3.0",
112+
"eslint-plugin-import-x": "^4.3.1",
113+
"eslint-plugin-jsdoc": "^50.4.1",
114114
"eslint-plugin-jsonc": "^2.16.0",
115-
"eslint-plugin-n": "^17.10.3",
115+
"eslint-plugin-n": "^17.11.1",
116116
"eslint-plugin-no-only-tests": "^3.3.0",
117-
"eslint-plugin-perfectionist": "^3.7.0",
117+
"eslint-plugin-perfectionist": "^3.9.0",
118118
"eslint-plugin-regexp": "^2.6.0",
119119
"eslint-plugin-toml": "^0.11.1",
120-
"eslint-plugin-unicorn": "^55.0.0",
120+
"eslint-plugin-unicorn": "^56.0.0",
121121
"eslint-plugin-unused-imports": "^4.1.4",
122-
"eslint-plugin-vue": "^9.28.0",
122+
"eslint-plugin-vue": "^9.29.0",
123123
"eslint-plugin-yml": "^1.14.0",
124124
"eslint-processor-vue-blocks": "^0.1.2",
125-
"globals": "^15.9.0",
125+
"globals": "^15.11.0",
126126
"jsonc-eslint-parser": "^2.4.0",
127127
"local-pkg": "^0.5.0",
128128
"parse-gitignore": "^2.0.0",
129-
"picocolors": "^1.1.0",
129+
"picocolors": "^1.1.1",
130130
"toml-eslint-parser": "^0.10.0",
131131
"vue-eslint-parser": "^9.4.3",
132132
"yaml-eslint-parser": "^1.2.3",
@@ -135,30 +135,30 @@
135135
"devDependencies": {
136136
"@antfu/eslint-config": "workspace:*",
137137
"@antfu/ni": "^0.23.0",
138-
"@eslint-react/eslint-plugin": "^1.14.2",
138+
"@eslint-react/eslint-plugin": "^1.15.0",
139139
"@eslint/config-inspector": "^0.5.4",
140140
"@prettier/plugin-xml": "^3.4.1",
141-
"@stylistic/eslint-plugin-migrate": "^2.8.0",
141+
"@stylistic/eslint-plugin-migrate": "^2.9.0",
142142
"@types/fs-extra": "^11.0.4",
143-
"@types/node": "^22.7.3",
143+
"@types/node": "^22.7.5",
144144
"@types/prompts": "^2.4.9",
145145
"@types/yargs": "^17.0.33",
146146
"@unocss/eslint-plugin": "^0.62.4",
147147
"astro-eslint-parser": "^1.0.3",
148-
"bumpp": "^9.5.2",
149-
"eslint": "^9.11.1",
150-
"eslint-plugin-astro": "^1.2.4",
148+
"bumpp": "^9.7.1",
149+
"eslint": "^9.12.0",
150+
"eslint-plugin-astro": "^1.3.0",
151151
"eslint-plugin-format": "^0.1.2",
152152
"eslint-plugin-react-hooks": "^5.0.0",
153153
"eslint-plugin-react-refresh": "^0.4.12",
154154
"eslint-plugin-solid": "^0.14.3",
155-
"eslint-plugin-svelte": "^2.44.0",
155+
"eslint-plugin-svelte": "^2.45.1",
156156
"eslint-typegen": "^0.3.2",
157-
"esno": "^4.7.0",
158-
"execa": "^9.4.0",
157+
"esno": "^4.8.0",
158+
"execa": "^9.4.1",
159159
"fast-glob": "^3.3.2",
160160
"fs-extra": "^11.2.0",
161-
"jiti": "^2.0.0",
161+
"jiti": "^2.3.3",
162162
"lint-staged": "^15.2.10",
163163
"prettier-plugin-astro": "^0.14.1",
164164
"prettier-plugin-slidev": "^1.0.5",
@@ -168,14 +168,14 @@
168168
"svelte-eslint-parser": "^0.41.1",
169169
"tsup": "^8.3.0",
170170
"tsx": "^4.19.1",
171-
"typescript": "^5.6.2",
172-
"vitest": "^2.1.1",
173-
"vue": "^3.5.9"
171+
"typescript": "^5.6.3",
172+
"vitest": "^2.1.3",
173+
"vue": "^3.5.12"
174174
},
175175
"resolutions": {
176176
"@eslint-community/eslint-utils": "^4.4.0",
177-
"@typescript-eslint/utils": "^8.7.0",
178-
"eslint": "^9.11.1",
177+
"@typescript-eslint/utils": "^8.9.0",
178+
"eslint": "^9.12.0",
179179
"tsx": "^4.19.1"
180180
},
181181
"simple-git-hooks": {

‎pnpm-lock.yaml

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

‎src/configs/vue.ts

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export async function vue(
3434
parserVue,
3535
processorVueBlocks,
3636
] = await Promise.all([
37-
// @ts-expect-error missing types
3837
interopDefault(import('eslint-plugin-vue')),
3938
interopDefault(import('vue-eslint-parser')),
4039
interopDefault(import('eslint-processor-vue-blocks')),

0 commit comments

Comments
 (0)
Please sign in to comment.