@antfu/eslint-config 7.7.0 → 7.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@antfu/eslint-config",
3
3
  "type": "module",
4
- "version": "7.7.0",
4
+ "version": "7.7.2",
5
5
  "description": "Anthony's ESLint config",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
7
7
  "license": "MIT",
@@ -22,8 +22,6 @@
22
22
  "./cli": "./dist/cli.mjs",
23
23
  "./package.json": "./package.json"
24
24
  },
25
- "main": "./dist/index.mjs",
26
- "module": "./dist/index.mjs",
27
25
  "types": "./dist/index.d.mts",
28
26
  "bin": "./bin/index.mjs",
29
27
  "files": [
@@ -118,13 +116,13 @@
118
116
  "@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
119
117
  "@eslint/markdown": "^7.5.1",
120
118
  "@stylistic/eslint-plugin": "^5.10.0",
121
- "@typescript-eslint/eslint-plugin": "^8.56.1",
122
- "@typescript-eslint/parser": "^8.56.1",
123
- "@vitest/eslint-plugin": "^1.6.9",
119
+ "@typescript-eslint/eslint-plugin": "^8.57.0",
120
+ "@typescript-eslint/parser": "^8.57.0",
121
+ "@vitest/eslint-plugin": "^1.6.10",
124
122
  "ansis": "^4.2.0",
125
123
  "cac": "^7.0.0",
126
124
  "eslint-config-flat-gitignore": "^2.2.1",
127
- "eslint-flat-config-utils": "^3.0.1",
125
+ "eslint-flat-config-utils": "^3.0.2",
128
126
  "eslint-merge-processors": "^2.0.0",
129
127
  "eslint-plugin-antfu": "^3.2.2",
130
128
  "eslint-plugin-command": "^3.5.2",
@@ -135,7 +133,7 @@
135
133
  "eslint-plugin-no-only-tests": "^3.3.0",
136
134
  "eslint-plugin-perfectionist": "^5.6.0",
137
135
  "eslint-plugin-pnpm": "^1.6.0",
138
- "eslint-plugin-regexp": "^3.0.0",
136
+ "eslint-plugin-regexp": "^3.1.0",
139
137
  "eslint-plugin-toml": "^1.3.1",
140
138
  "eslint-plugin-unicorn": "^63.0.0",
141
139
  "eslint-plugin-unused-imports": "^4.4.1",
@@ -153,19 +151,19 @@
153
151
  "@angular-eslint/eslint-plugin": "^21.3.0",
154
152
  "@angular-eslint/eslint-plugin-template": "^21.3.0",
155
153
  "@angular-eslint/template-parser": "^21.3.0",
156
- "@angular/core": "^21.2.1",
157
- "@antfu/ni": "^28.2.0",
154
+ "@angular/core": "^21.2.3",
155
+ "@antfu/ni": "^28.3.0",
158
156
  "@eslint-react/eslint-plugin": "^2.13.0",
159
157
  "@eslint/config-inspector": "^1.5.0",
160
158
  "@next/eslint-plugin-next": "^16.1.6",
161
159
  "@prettier/plugin-xml": "^3.4.2",
162
160
  "@types/eslint-plugin-jsx-a11y": "^6.10.1",
163
- "@types/node": "^25.3.5",
164
- "@unocss/eslint-plugin": "^66.6.5",
161
+ "@types/node": "^25.4.0",
162
+ "@unocss/eslint-plugin": "^66.6.6",
165
163
  "astro-eslint-parser": "^1.3.0",
166
164
  "baseline-browser-mapping": "^2.10.0",
167
165
  "bumpp": "^10.4.1",
168
- "eslint": "^10.0.2",
166
+ "eslint": "^10.0.3",
169
167
  "eslint-plugin-astro": "^1.6.0",
170
168
  "eslint-plugin-erasable-syntax-only": "^0.4.0",
171
169
  "eslint-plugin-format": "^2.0.1",
@@ -173,26 +171,26 @@
173
171
  "eslint-plugin-react-hooks": "^7.0.1",
174
172
  "eslint-plugin-react-refresh": "^0.5.2",
175
173
  "eslint-plugin-solid": "^0.14.5",
176
- "eslint-plugin-svelte": "^3.15.0",
174
+ "eslint-plugin-svelte": "^3.15.2",
177
175
  "eslint-plugin-vuejs-accessibility": "^2.5.0",
178
176
  "eslint-typegen": "^2.3.1",
179
177
  "execa": "^9.6.1",
180
178
  "find-up-simple": "^1.0.1",
181
179
  "jiti": "^2.6.1",
182
- "lint-staged": "^16.3.2",
180
+ "lint-staged": "^16.3.3",
183
181
  "pnpm-workspace-yaml": "^1.6.0",
184
182
  "prettier-plugin-astro": "^0.14.1",
185
183
  "prettier-plugin-slidev": "^1.0.5",
186
184
  "simple-git-hooks": "^2.13.1",
187
- "svelte": "^5.53.7",
185
+ "svelte": "^5.53.10",
188
186
  "svelte-eslint-parser": "^1.6.0",
189
187
  "tinyglobby": "^0.2.15",
190
- "tsdown": "^0.18.4",
188
+ "tsdown": "^0.21.2",
191
189
  "tsx": "^4.21.0",
192
190
  "typescript": "^5.9.3",
193
191
  "vitest": "^4.0.18",
194
- "vue": "^3.5.29",
195
- "@antfu/eslint-config": "7.7.0"
192
+ "vue": "^3.5.30",
193
+ "@antfu/eslint-config": "7.7.2"
196
194
  },
197
195
  "resolutions": {
198
196
  "@eslint-community/eslint-utils": "catalog:peer",
@@ -210,6 +208,20 @@
210
208
  "lint-staged": {
211
209
  "*": "eslint --fix"
212
210
  },
211
+ "inlinedDependencies": {
212
+ "find-up-simple": "1.0.1",
213
+ "eslint-visitor-keys": [
214
+ "3.4.3",
215
+ "5.0.1"
216
+ ],
217
+ "@eslint-community/eslint-utils": "4.9.1",
218
+ "@typescript-eslint/utils": "8.57.0",
219
+ "@typescript-eslint/types": "8.57.0",
220
+ "@typescript-eslint/visitor-keys": "8.57.0",
221
+ "@typescript-eslint/scope-manager": "8.57.0",
222
+ "eslint-plugin-erasable-syntax-only": "0.4.0",
223
+ "cached-factory": "0.1.0"
224
+ },
213
225
  "scripts": {
214
226
  "build": "nr gen && tsdown --clean --dts",
215
227
  "stub": "tsdown",