Skip to content

Commit 921c6fb

Browse files
committedJan 8, 2025
feat: update deps
1 parent ac85b30 commit 921c6fb

File tree

2 files changed

+1342
-1358
lines changed

2 files changed

+1342
-1358
lines changed
 

‎package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@antfu/eslint-config",
33
"type": "module",
44
"version": "3.12.1",
5-
"packageManager": "pnpm@9.15.1",
5+
"packageManager": "pnpm@10.0.0",
66
"description": "Anthony's ESLint config",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
88
"license": "MIT",
@@ -101,9 +101,9 @@
101101
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
102102
"@eslint/markdown": "^6.2.1",
103103
"@stylistic/eslint-plugin": "^2.12.1",
104-
"@typescript-eslint/eslint-plugin": "^8.18.2",
105-
"@typescript-eslint/parser": "^8.18.2",
106-
"@vitest/eslint-plugin": "^1.1.20",
104+
"@typescript-eslint/eslint-plugin": "^8.19.1",
105+
"@typescript-eslint/parser": "^8.19.1",
106+
"@vitest/eslint-plugin": "^1.1.24",
107107
"eslint-config-flat-gitignore": "^0.3.0",
108108
"eslint-flat-config-utils": "^0.4.0",
109109
"eslint-merge-processors": "^0.1.0",
@@ -114,7 +114,7 @@
114114
"eslint-plugin-jsonc": "^2.18.2",
115115
"eslint-plugin-n": "^17.15.1",
116116
"eslint-plugin-no-only-tests": "^3.3.0",
117-
"eslint-plugin-perfectionist": "^4.4.0",
117+
"eslint-plugin-perfectionist": "^4.6.0",
118118
"eslint-plugin-regexp": "^2.7.0",
119119
"eslint-plugin-toml": "^0.12.0",
120120
"eslint-plugin-unicorn": "^56.0.1",
@@ -135,36 +135,36 @@
135135
"devDependencies": {
136136
"@antfu/eslint-config": "workspace:*",
137137
"@antfu/ni": "^0.23.2",
138-
"@eslint-react/eslint-plugin": "^1.22.1",
139-
"@eslint/config-inspector": "^0.6.0",
138+
"@eslint-react/eslint-plugin": "^1.23.2",
139+
"@eslint/config-inspector": "^0.7.1",
140140
"@prettier/plugin-xml": "^3.4.1",
141141
"@stylistic/eslint-plugin-migrate": "^2.12.1",
142142
"@types/fs-extra": "^11.0.4",
143-
"@types/node": "^22.10.2",
143+
"@types/node": "^22.10.5",
144144
"@types/prompts": "^2.4.9",
145145
"@types/yargs": "^17.0.33",
146-
"@unocss/eslint-plugin": "^0.65.2",
146+
"@unocss/eslint-plugin": "^0.65.3",
147147
"astro-eslint-parser": "^1.1.0",
148-
"bumpp": "^9.9.2",
148+
"bumpp": "^9.9.3",
149149
"eslint": "^9.17.0",
150150
"eslint-plugin-astro": "^1.3.1",
151-
"eslint-plugin-format": "^0.1.3",
151+
"eslint-plugin-format": "^1.0.0",
152152
"eslint-plugin-react-hooks": "^5.1.0",
153153
"eslint-plugin-react-refresh": "^0.4.16",
154154
"eslint-plugin-solid": "^0.14.5",
155155
"eslint-plugin-svelte": "^2.46.1",
156156
"eslint-typegen": "^0.3.2",
157157
"esno": "^4.8.0",
158158
"execa": "^9.5.2",
159-
"fast-glob": "^3.3.2",
159+
"fast-glob": "^3.3.3",
160160
"fs-extra": "^11.2.0",
161161
"jiti": "^2.4.2",
162-
"lint-staged": "^15.2.11",
162+
"lint-staged": "^15.3.0",
163163
"prettier-plugin-astro": "^0.14.1",
164164
"prettier-plugin-slidev": "^1.0.5",
165165
"rimraf": "^6.0.1",
166166
"simple-git-hooks": "^2.11.1",
167-
"svelte": "^5.15.0",
167+
"svelte": "^5.16.6",
168168
"svelte-eslint-parser": "^0.43.0",
169169
"tsup": "^8.3.5",
170170
"tsx": "^4.19.2",
@@ -174,7 +174,7 @@
174174
},
175175
"resolutions": {
176176
"@eslint-community/eslint-utils": "^4.4.1",
177-
"@typescript-eslint/utils": "^8.18.2",
177+
"@typescript-eslint/utils": "^8.19.1",
178178
"eslint": "^9.17.0",
179179
"tsx": "^4.19.2"
180180
},

‎pnpm-lock.yaml

+1,327-1,343
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.