@oliver139/eslint-config 5.2.0 → 6.0.0

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,8 +1,8 @@
1
1
  {
2
2
  "name": "@oliver139/eslint-config",
3
3
  "type": "module",
4
- "version": "5.2.0",
5
- "description": " Oliver's ESLint config preset powered by @antfu/eslint-config v7.7.1",
4
+ "version": "6.0.0",
5
+ "description": " Oliver's ESLint config preset powered by @antfu/eslint-config v8.2.0",
6
6
  "author": "Oliver Mak <oliver139.working@gmail.com> (https://github.com/oliver139)",
7
7
  "license": "MIT",
8
8
  "homepage": "https://oliver139.github.io/eslint-config-2/",
@@ -31,7 +31,7 @@
31
31
  "@angular-eslint/eslint-plugin": "^21.1.0",
32
32
  "@angular-eslint/eslint-plugin-template": "^21.1.0",
33
33
  "@angular-eslint/template-parser": "^21.1.0",
34
- "@eslint-react/eslint-plugin": "^2.11.0",
34
+ "@eslint-react/eslint-plugin": "^3.0.0",
35
35
  "@next/eslint-plugin-next": ">=15.0.0",
36
36
  "@prettier/plugin-xml": "^3.4.1",
37
37
  "@unocss/eslint-plugin": ">=0.50.0",
@@ -40,7 +40,6 @@
40
40
  "eslint-plugin-astro": "^1.2.0",
41
41
  "eslint-plugin-format": ">=0.1.0",
42
42
  "eslint-plugin-jsx-a11y": ">=6.10.2",
43
- "eslint-plugin-react-hooks": "^7.0.0",
44
43
  "eslint-plugin-react-refresh": "^0.5.0",
45
44
  "eslint-plugin-solid": "^0.14.3",
46
45
  "eslint-plugin-svelte": ">=2.35.1",
@@ -83,9 +82,6 @@
83
82
  "eslint-plugin-jsx-a11y": {
84
83
  "optional": true
85
84
  },
86
- "eslint-plugin-react-hooks": {
87
- "optional": true
88
- },
89
85
  "eslint-plugin-react-refresh": {
90
86
  "optional": true
91
87
  },
@@ -110,36 +106,36 @@
110
106
  },
111
107
  "dependencies": {
112
108
  "@antfu/install-pkg": "^1.1.0",
113
- "@clack/prompts": "^1.1.0",
114
- "@e18e/eslint-plugin": "^0.2.0",
109
+ "@clack/prompts": "^1.2.0",
110
+ "@e18e/eslint-plugin": "^0.3.0",
115
111
  "@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
116
- "@eslint/markdown": "^7.5.1",
112
+ "@eslint/markdown": "^8.0.1",
117
113
  "@stylistic/eslint-plugin": "^5.10.0",
118
- "@typescript-eslint/eslint-plugin": "^8.57.0",
119
- "@typescript-eslint/parser": "^8.57.0",
120
- "@vitest/eslint-plugin": "^1.6.10",
114
+ "@typescript-eslint/eslint-plugin": "^8.58.1",
115
+ "@typescript-eslint/parser": "^8.58.1",
116
+ "@vitest/eslint-plugin": "^1.6.15",
121
117
  "ansis": "^4.2.0",
122
118
  "cac": "^7.0.0",
123
- "eslint-config-flat-gitignore": "^2.2.1",
124
- "eslint-flat-config-utils": "^3.0.2",
119
+ "eslint-config-flat-gitignore": "^2.3.0",
120
+ "eslint-flat-config-utils": "^3.1.0",
125
121
  "eslint-merge-processors": "^2.0.0",
126
122
  "eslint-plugin-antfu": "^3.2.2",
127
123
  "eslint-plugin-command": "^3.5.2",
128
- "eslint-plugin-import-lite": "^0.5.2",
129
- "eslint-plugin-jsdoc": "^62.7.1",
130
- "eslint-plugin-jsonc": "^3.1.1",
124
+ "eslint-plugin-import-lite": "^0.6.0",
125
+ "eslint-plugin-jsdoc": "^62.9.0",
126
+ "eslint-plugin-jsonc": "^3.1.2",
131
127
  "eslint-plugin-n": "^17.24.0",
132
128
  "eslint-plugin-no-only-tests": "^3.3.0",
133
- "eslint-plugin-perfectionist": "^5.6.0",
129
+ "eslint-plugin-perfectionist": "^5.8.0",
134
130
  "eslint-plugin-pnpm": "^1.6.0",
135
131
  "eslint-plugin-regexp": "^3.1.0",
136
132
  "eslint-plugin-toml": "^1.3.1",
137
- "eslint-plugin-unicorn": "^63.0.0",
133
+ "eslint-plugin-unicorn": "^64.0.0",
138
134
  "eslint-plugin-unused-imports": "^4.4.1",
139
135
  "eslint-plugin-vue": "^10.8.0",
140
136
  "eslint-plugin-yml": "^3.3.1",
141
137
  "eslint-processor-vue-blocks": "^2.0.0",
142
- "globals": "^17.4.0",
138
+ "globals": "^17.5.0",
143
139
  "local-pkg": "^1.1.2",
144
140
  "parse-gitignore": "^2.0.0",
145
141
  "toml-eslint-parser": "^1.0.3",
@@ -147,49 +143,49 @@
147
143
  "yaml-eslint-parser": "^2.0.0"
148
144
  },
149
145
  "devDependencies": {
150
- "@angular-eslint/eslint-plugin": "^21.3.0",
151
- "@angular-eslint/eslint-plugin-template": "^21.3.0",
152
- "@angular-eslint/template-parser": "^21.3.0",
153
- "@angular/core": "^21.2.3",
154
- "@antfu/ni": "^28.3.0",
155
- "@eslint-react/eslint-plugin": "^2.13.0",
146
+ "@angular-eslint/eslint-plugin": "^21.3.1",
147
+ "@angular-eslint/eslint-plugin-template": "^21.3.1",
148
+ "@angular-eslint/template-parser": "^21.3.1",
149
+ "@angular/core": "^21.2.8",
150
+ "@antfu/ni": "^30.0.0",
151
+ "@eslint-react/eslint-plugin": "^3.0.0",
156
152
  "@eslint/config-inspector": "^1.5.0",
157
- "@next/eslint-plugin-next": "^16.1.6",
153
+ "@next/eslint-plugin-next": "^16.2.3",
158
154
  "@prettier/plugin-xml": "^3.4.2",
159
155
  "@types/eslint-plugin-jsx-a11y": "^6.10.1",
160
- "@types/node": "^25.4.0",
161
- "@unocss/eslint-plugin": "^66.6.6",
162
- "astro-eslint-parser": "^1.3.0",
163
- "baseline-browser-mapping": "^2.10.0",
164
- "bumpp": "^10.4.1",
165
- "eslint": "^10.0.3",
166
- "eslint-plugin-astro": "^1.6.0",
156
+ "@types/node": "^25.6.0",
157
+ "@unocss/eslint-plugin": "^66.6.8",
158
+ "astro-eslint-parser": "^1.4.0",
159
+ "baseline-browser-mapping": "^2.10.18",
160
+ "bumpp": "^11.0.1",
161
+ "eslint": "^10.2.0",
162
+ "eslint-plugin-astro": "^1.7.0",
167
163
  "eslint-plugin-erasable-syntax-only": "^0.4.0",
168
164
  "eslint-plugin-format": "^2.0.1",
169
165
  "eslint-plugin-jsx-a11y": "^6.10.2",
170
- "eslint-plugin-react-hooks": "^7.0.1",
171
166
  "eslint-plugin-react-refresh": "^0.5.2",
172
167
  "eslint-plugin-solid": "^0.14.5",
173
- "eslint-plugin-svelte": "^3.15.2",
168
+ "eslint-plugin-svelte": "^3.17.0",
174
169
  "eslint-plugin-vuejs-accessibility": "^2.5.0",
175
170
  "eslint-typegen": "^2.3.1",
176
171
  "execa": "^9.6.1",
177
172
  "find-up-simple": "^1.0.1",
178
173
  "jiti": "^2.6.1",
179
- "lint-staged": "^16.3.3",
174
+ "lint-staged": "^16.4.0",
180
175
  "pnpm-workspace-yaml": "^1.6.0",
181
176
  "prettier-plugin-astro": "^0.14.1",
182
177
  "prettier-plugin-slidev": "^1.0.5",
183
178
  "simple-git-hooks": "^2.13.1",
184
- "svelte": "^5.53.10",
179
+ "svelte": "^5.55.3",
185
180
  "svelte-eslint-parser": "^1.6.0",
186
- "tinyglobby": "^0.2.15",
187
- "tsdown": "^0.21.2",
181
+ "tinyglobby": "^0.2.16",
182
+ "tsdown": "^0.21.7",
183
+ "tsnapi": "^0.1.1",
188
184
  "tsx": "^4.21.0",
189
- "typescript": "^5.9.3",
190
- "vitest": "^4.0.18",
191
- "vue": "^3.5.30",
192
- "@oliver139/eslint-config": "5.2.0"
185
+ "typescript": "^6.0.2",
186
+ "vitest": "^4.1.4",
187
+ "vue": "^3.5.32",
188
+ "@oliver139/eslint-config": "6.0.0"
193
189
  },
194
190
  "resolutions": {
195
191
  "@eslint-community/eslint-utils": "catalog:peer",
@@ -208,18 +204,18 @@
208
204
  "*": "eslint --fix"
209
205
  },
210
206
  "inlinedDependencies": {
211
- "find-up-simple": "1.0.1",
207
+ "@eslint-community/eslint-utils": "4.9.1",
208
+ "@typescript-eslint/scope-manager": "8.59.1",
209
+ "@typescript-eslint/types": "8.59.1",
210
+ "@typescript-eslint/utils": "8.59.1",
211
+ "@typescript-eslint/visitor-keys": "8.59.1",
212
+ "cached-factory": "0.1.0",
213
+ "eslint-plugin-erasable-syntax-only": "0.4.0",
212
214
  "eslint-visitor-keys": [
213
215
  "3.4.3",
214
216
  "5.0.1"
215
217
  ],
216
- "@eslint-community/eslint-utils": "4.9.1",
217
- "@typescript-eslint/utils": "8.57.0",
218
- "@typescript-eslint/types": "8.57.0",
219
- "@typescript-eslint/visitor-keys": "8.57.0",
220
- "@typescript-eslint/scope-manager": "8.57.0",
221
- "eslint-plugin-erasable-syntax-only": "0.4.0",
222
- "cached-factory": "0.1.0"
218
+ "find-up-simple": "1.0.1"
223
219
  },
224
220
  "scripts": {
225
221
  "build": "nr gen && tsdown --clean --dts",