Skip to content

Commit 56cde3f

Browse files
committed
feat: update plugins
1 parent 9736c89 commit 56cde3f

File tree

2 files changed

+269
-150
lines changed

2 files changed

+269
-150
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@antfu/eslint-config",
33
"type": "module",
44
"version": "2.18.1",
5-
"packageManager": "pnpm@9.1.1",
5+
"packageManager": "pnpm@9.1.2",
66
"description": "Anthony's ESLint config",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
88
"license": "MIT",
@@ -99,37 +99,37 @@
9999
"@antfu/install-pkg": "^0.3.3",
100100
"@clack/prompts": "^0.7.0",
101101
"@stylistic/eslint-plugin": "^2.1.0",
102-
"@typescript-eslint/eslint-plugin": "^7.9.0",
103-
"@typescript-eslint/parser": "^7.9.0",
102+
"@typescript-eslint/eslint-plugin": "^7.10.0",
103+
"@typescript-eslint/parser": "^7.10.0",
104104
"eslint-config-flat-gitignore": "^0.1.5",
105105
"eslint-flat-config-utils": "^0.2.5",
106106
"eslint-merge-processors": "^0.1.0",
107-
"eslint-plugin-antfu": "^2.2.0",
108-
"eslint-plugin-command": "^0.2.2",
107+
"eslint-plugin-antfu": "^2.3.0",
108+
"eslint-plugin-command": "^0.2.3",
109109
"eslint-plugin-eslint-comments": "^3.2.0",
110-
"eslint-plugin-import-x": "^0.5.0",
111-
"eslint-plugin-jsdoc": "^48.2.5",
112-
"eslint-plugin-jsonc": "^2.15.1",
110+
"eslint-plugin-import-x": "^0.5.1",
111+
"eslint-plugin-jsdoc": "^48.2.6",
112+
"eslint-plugin-jsonc": "^2.16.0",
113113
"eslint-plugin-markdown": "^5.0.0",
114114
"eslint-plugin-n": "^17.7.0",
115115
"eslint-plugin-no-only-tests": "^3.1.0",
116116
"eslint-plugin-perfectionist": "^2.10.0",
117-
"eslint-plugin-regexp": "^2.5.0",
117+
"eslint-plugin-regexp": "^2.6.0",
118118
"eslint-plugin-toml": "^0.11.0",
119119
"eslint-plugin-unicorn": "^53.0.0",
120120
"eslint-plugin-unused-imports": "^3.2.0",
121121
"eslint-plugin-vitest": "^0.5.4",
122122
"eslint-plugin-vue": "^9.26.0",
123123
"eslint-plugin-yml": "^1.14.0",
124124
"eslint-processor-vue-blocks": "^0.1.2",
125-
"globals": "^15.2.0",
125+
"globals": "^15.3.0",
126126
"jsonc-eslint-parser": "^2.4.0",
127127
"local-pkg": "^0.5.0",
128128
"parse-gitignore": "^2.0.0",
129129
"picocolors": "^1.0.1",
130130
"toml-eslint-parser": "^0.9.3",
131131
"vue-eslint-parser": "^9.4.2",
132-
"yaml-eslint-parser": "^1.2.2",
132+
"yaml-eslint-parser": "^1.2.3",
133133
"yargs": "^17.7.2"
134134
},
135135
"devDependencies": {
@@ -144,7 +144,7 @@
144144
"@types/node": "^20.12.12",
145145
"@types/prompts": "^2.4.9",
146146
"@types/yargs": "^17.0.32",
147-
"@unocss/eslint-plugin": "^0.60.2",
147+
"@unocss/eslint-plugin": "^0.60.3",
148148
"astro-eslint-parser": "^1.0.2",
149149
"bumpp": "^9.4.1",
150150
"bundle-require": "^4.1.0",
@@ -161,21 +161,21 @@
161161
"execa": "^9.1.0",
162162
"fast-glob": "^3.3.2",
163163
"fs-extra": "^11.2.0",
164-
"lint-staged": "^15.2.2",
165-
"prettier-plugin-astro": "^0.13.0",
164+
"lint-staged": "^15.2.5",
165+
"prettier-plugin-astro": "^0.14.0",
166166
"prettier-plugin-slidev": "^1.0.5",
167167
"rimraf": "^5.0.7",
168168
"simple-git-hooks": "^2.11.1",
169169
"svelte": "^4.2.17",
170170
"svelte-eslint-parser": "^0.36.0",
171171
"tsup": "^8.0.2",
172-
"tsx": "^4.10.4",
172+
"tsx": "^4.11.0",
173173
"typescript": "^5.4.5",
174174
"vitest": "^1.6.0",
175175
"vue": "^3.4.27"
176176
},
177177
"simple-git-hooks": {
178-
"pre-commit": "pnpm lint-staged"
178+
"pre-commit": "npx lint-staged"
179179
},
180180
"lint-staged": {
181181
"*": "eslint --fix"

0 commit comments

Comments
 (0)