@oliver139/eslint-config 5.0.1 → 5.2.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.0.1",
5
- "description": " Oliver's ESLint config preset powered by @antfu/eslint-config v7.4.2",
4
+ "version": "5.2.0",
5
+ "description": " Oliver's ESLint config preset powered by @antfu/eslint-config v7.7.1",
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/",
@@ -21,8 +21,6 @@
21
21
  "./cli": "./dist/cli.mjs",
22
22
  "./package.json": "./package.json"
23
23
  },
24
- "main": "./dist/index.mjs",
25
- "module": "./dist/index.mjs",
26
24
  "types": "./dist/index.d.mts",
27
25
  "bin": "./bin/index.mjs",
28
26
  "files": [
@@ -112,86 +110,86 @@
112
110
  },
113
111
  "dependencies": {
114
112
  "@antfu/install-pkg": "^1.1.0",
115
- "@clack/prompts": "^1.0.0",
116
- "@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
113
+ "@clack/prompts": "^1.1.0",
114
+ "@e18e/eslint-plugin": "^0.2.0",
115
+ "@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
117
116
  "@eslint/markdown": "^7.5.1",
118
- "@stylistic/eslint-plugin": "^5.8.0",
119
- "@typescript-eslint/eslint-plugin": "^8.55.0",
120
- "@typescript-eslint/parser": "^8.55.0",
121
- "@vitest/eslint-plugin": "^1.6.7",
117
+ "@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",
122
121
  "ansis": "^4.2.0",
123
- "cac": "^6.7.14",
124
- "eslint-config-flat-gitignore": "^2.1.0",
125
- "eslint-flat-config-utils": "^3.0.1",
122
+ "cac": "^7.0.0",
123
+ "eslint-config-flat-gitignore": "^2.2.1",
124
+ "eslint-flat-config-utils": "^3.0.2",
126
125
  "eslint-merge-processors": "^2.0.0",
127
- "eslint-plugin-antfu": "^3.2.1",
128
- "eslint-plugin-command": "^3.4.0",
129
- "eslint-plugin-import-lite": "^0.5.0",
130
- "eslint-plugin-jsdoc": "^62.5.4",
131
- "eslint-plugin-jsonc": "^2.21.1",
132
- "eslint-plugin-n": "^17.23.2",
126
+ "eslint-plugin-antfu": "^3.2.2",
127
+ "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",
131
+ "eslint-plugin-n": "^17.24.0",
133
132
  "eslint-plugin-no-only-tests": "^3.3.0",
134
- "eslint-plugin-perfectionist": "^5.5.0",
135
- "eslint-plugin-pnpm": "^1.5.0",
136
- "eslint-plugin-regexp": "^3.0.0",
137
- "eslint-plugin-toml": "^1.0.4",
133
+ "eslint-plugin-perfectionist": "^5.6.0",
134
+ "eslint-plugin-pnpm": "^1.6.0",
135
+ "eslint-plugin-regexp": "^3.1.0",
136
+ "eslint-plugin-toml": "^1.3.1",
138
137
  "eslint-plugin-unicorn": "^63.0.0",
139
138
  "eslint-plugin-unused-imports": "^4.4.1",
140
- "eslint-plugin-vue": "^10.7.0",
141
- "eslint-plugin-yml": "^3.1.2",
139
+ "eslint-plugin-vue": "^10.8.0",
140
+ "eslint-plugin-yml": "^3.3.1",
142
141
  "eslint-processor-vue-blocks": "^2.0.0",
143
- "globals": "^17.3.0",
144
- "jsonc-eslint-parser": "^2.4.2",
142
+ "globals": "^17.4.0",
145
143
  "local-pkg": "^1.1.2",
146
144
  "parse-gitignore": "^2.0.0",
147
145
  "toml-eslint-parser": "^1.0.3",
148
- "vue-eslint-parser": "^10.2.0",
146
+ "vue-eslint-parser": "^10.4.0",
149
147
  "yaml-eslint-parser": "^2.0.0"
150
148
  },
151
149
  "devDependencies": {
152
- "@angular-eslint/eslint-plugin": "^21.2.0",
153
- "@angular-eslint/eslint-plugin-template": "^21.2.0",
154
- "@angular-eslint/template-parser": "^21.2.0",
155
- "@angular/core": "^21.1.3",
156
- "@antfu/ni": "^28.2.0",
157
- "@eslint-react/eslint-plugin": "^2.12.4",
158
- "@eslint/config-inspector": "^1.4.2",
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",
156
+ "@eslint/config-inspector": "^1.5.0",
159
157
  "@next/eslint-plugin-next": "^16.1.6",
160
158
  "@prettier/plugin-xml": "^3.4.2",
161
159
  "@types/eslint-plugin-jsx-a11y": "^6.10.1",
162
- "@types/node": "^25.2.3",
163
- "@unocss/eslint-plugin": "^66.6.0",
164
- "astro-eslint-parser": "^1.2.2",
165
- "baseline-browser-mapping": "^2.9.19",
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",
166
164
  "bumpp": "^10.4.1",
167
- "eslint": "^9.39.2",
168
- "eslint-plugin-astro": "^1.5.0",
165
+ "eslint": "^10.0.3",
166
+ "eslint-plugin-astro": "^1.6.0",
169
167
  "eslint-plugin-erasable-syntax-only": "^0.4.0",
170
- "eslint-plugin-format": "^1.4.0",
168
+ "eslint-plugin-format": "^2.0.1",
171
169
  "eslint-plugin-jsx-a11y": "^6.10.2",
172
170
  "eslint-plugin-react-hooks": "^7.0.1",
173
- "eslint-plugin-react-refresh": "^0.5.0",
171
+ "eslint-plugin-react-refresh": "^0.5.2",
174
172
  "eslint-plugin-solid": "^0.14.5",
175
- "eslint-plugin-svelte": "^3.15.0",
176
- "eslint-plugin-vuejs-accessibility": "^2.4.1",
177
- "eslint-typegen": "^2.3.0",
173
+ "eslint-plugin-svelte": "^3.15.2",
174
+ "eslint-plugin-vuejs-accessibility": "^2.5.0",
175
+ "eslint-typegen": "^2.3.1",
178
176
  "execa": "^9.6.1",
179
177
  "find-up-simple": "^1.0.1",
180
178
  "jiti": "^2.6.1",
181
- "lint-staged": "^16.2.7",
182
- "pnpm-workspace-yaml": "^1.5.0",
179
+ "lint-staged": "^16.3.3",
180
+ "pnpm-workspace-yaml": "^1.6.0",
183
181
  "prettier-plugin-astro": "^0.14.1",
184
182
  "prettier-plugin-slidev": "^1.0.5",
185
183
  "simple-git-hooks": "^2.13.1",
186
- "svelte": "^5.50.1",
187
- "svelte-eslint-parser": "^1.4.1",
184
+ "svelte": "^5.53.10",
185
+ "svelte-eslint-parser": "^1.6.0",
188
186
  "tinyglobby": "^0.2.15",
189
- "tsdown": "^0.18.4",
187
+ "tsdown": "^0.21.2",
190
188
  "tsx": "^4.21.0",
191
189
  "typescript": "^5.9.3",
192
190
  "vitest": "^4.0.18",
193
- "vue": "^3.5.28",
194
- "@oliver139/eslint-config": "5.0.1"
191
+ "vue": "^3.5.30",
192
+ "@oliver139/eslint-config": "5.2.0"
195
193
  },
196
194
  "resolutions": {
197
195
  "@eslint-community/eslint-utils": "catalog:peer",
@@ -209,6 +207,20 @@
209
207
  "lint-staged": {
210
208
  "*": "eslint --fix"
211
209
  },
210
+ "inlinedDependencies": {
211
+ "find-up-simple": "1.0.1",
212
+ "eslint-visitor-keys": [
213
+ "3.4.3",
214
+ "5.0.1"
215
+ ],
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"
223
+ },
212
224
  "scripts": {
213
225
  "build": "nr gen && tsdown --clean --dts",
214
226
  "stub": "tsdown",