|
2 | 2 | "name": "@antfu/eslint-config",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "3.12.1",
|
5 |
| - "packageManager": "pnpm@9.15.1", |
| 5 | + "packageManager": "pnpm@10.0.0", |
6 | 6 | "description": "Anthony's ESLint config",
|
7 | 7 | "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
|
8 | 8 | "license": "MIT",
|
|
101 | 101 | "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
102 | 102 | "@eslint/markdown": "^6.2.1",
|
103 | 103 | "@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", |
107 | 107 | "eslint-config-flat-gitignore": "^0.3.0",
|
108 | 108 | "eslint-flat-config-utils": "^0.4.0",
|
109 | 109 | "eslint-merge-processors": "^0.1.0",
|
|
114 | 114 | "eslint-plugin-jsonc": "^2.18.2",
|
115 | 115 | "eslint-plugin-n": "^17.15.1",
|
116 | 116 | "eslint-plugin-no-only-tests": "^3.3.0",
|
117 |
| - "eslint-plugin-perfectionist": "^4.4.0", |
| 117 | + "eslint-plugin-perfectionist": "^4.6.0", |
118 | 118 | "eslint-plugin-regexp": "^2.7.0",
|
119 | 119 | "eslint-plugin-toml": "^0.12.0",
|
120 | 120 | "eslint-plugin-unicorn": "^56.0.1",
|
|
135 | 135 | "devDependencies": {
|
136 | 136 | "@antfu/eslint-config": "workspace:*",
|
137 | 137 | "@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", |
140 | 140 | "@prettier/plugin-xml": "^3.4.1",
|
141 | 141 | "@stylistic/eslint-plugin-migrate": "^2.12.1",
|
142 | 142 | "@types/fs-extra": "^11.0.4",
|
143 |
| - "@types/node": "^22.10.2", |
| 143 | + "@types/node": "^22.10.5", |
144 | 144 | "@types/prompts": "^2.4.9",
|
145 | 145 | "@types/yargs": "^17.0.33",
|
146 |
| - "@unocss/eslint-plugin": "^0.65.2", |
| 146 | + "@unocss/eslint-plugin": "^0.65.3", |
147 | 147 | "astro-eslint-parser": "^1.1.0",
|
148 |
| - "bumpp": "^9.9.2", |
| 148 | + "bumpp": "^9.9.3", |
149 | 149 | "eslint": "^9.17.0",
|
150 | 150 | "eslint-plugin-astro": "^1.3.1",
|
151 |
| - "eslint-plugin-format": "^0.1.3", |
| 151 | + "eslint-plugin-format": "^1.0.0", |
152 | 152 | "eslint-plugin-react-hooks": "^5.1.0",
|
153 | 153 | "eslint-plugin-react-refresh": "^0.4.16",
|
154 | 154 | "eslint-plugin-solid": "^0.14.5",
|
155 | 155 | "eslint-plugin-svelte": "^2.46.1",
|
156 | 156 | "eslint-typegen": "^0.3.2",
|
157 | 157 | "esno": "^4.8.0",
|
158 | 158 | "execa": "^9.5.2",
|
159 |
| - "fast-glob": "^3.3.2", |
| 159 | + "fast-glob": "^3.3.3", |
160 | 160 | "fs-extra": "^11.2.0",
|
161 | 161 | "jiti": "^2.4.2",
|
162 |
| - "lint-staged": "^15.2.11", |
| 162 | + "lint-staged": "^15.3.0", |
163 | 163 | "prettier-plugin-astro": "^0.14.1",
|
164 | 164 | "prettier-plugin-slidev": "^1.0.5",
|
165 | 165 | "rimraf": "^6.0.1",
|
166 | 166 | "simple-git-hooks": "^2.11.1",
|
167 |
| - "svelte": "^5.15.0", |
| 167 | + "svelte": "^5.16.6", |
168 | 168 | "svelte-eslint-parser": "^0.43.0",
|
169 | 169 | "tsup": "^8.3.5",
|
170 | 170 | "tsx": "^4.19.2",
|
|
174 | 174 | },
|
175 | 175 | "resolutions": {
|
176 | 176 | "@eslint-community/eslint-utils": "^4.4.1",
|
177 |
| - "@typescript-eslint/utils": "^8.18.2", |
| 177 | + "@typescript-eslint/utils": "^8.19.1", |
178 | 178 | "eslint": "^9.17.0",
|
179 | 179 | "tsx": "^4.19.2"
|
180 | 180 | },
|
|
0 commit comments