@whoj/eslint-config 7.5.1 → 7.5.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.
Files changed (2) hide show
  1. package/dist/cli.mjs +1 -1
  2. package/package.json +116 -119
package/dist/cli.mjs CHANGED
@@ -217,7 +217,7 @@ const jetbrainsSettingsObj = {
217
217
 
218
218
  //#endregion
219
219
  //#region package.json
220
- var version = "7.5.1";
220
+ var version = "7.5.2";
221
221
 
222
222
  //#endregion
223
223
  //#region src/cli/constants-generated.ts
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "@whoj/eslint-config",
3
3
  "type": "module",
4
- "version": "7.5.1",
5
- "packageManager": "pnpm@10.30.3",
4
+ "version": "7.5.2",
6
5
  "description": "ESLint config",
7
6
  "license": "MIT",
8
7
  "homepage": "https://github.com/who-jonson/eslint-config",
@@ -29,42 +28,27 @@
29
28
  "bin",
30
29
  "dist"
31
30
  ],
32
- "scripts": {
33
- "build": "nr typegen && tsdown --clean --dts",
34
- "stub": "tsdown",
35
- "dev": "npx @eslint/config-inspector --config eslint.config.ts",
36
- "build:inspector": "pnpm build && npx @eslint/config-inspector build",
37
- "watch": "tsdown --watch",
38
- "lint": "eslint .",
39
- "lint:fix": "eslint . --fix",
40
- "typegen": "tsx scripts/typegen.ts && tsx scripts/versiongen.ts",
41
- "prepack": "nr build",
42
- "release": "bumpp && pnpm publish",
43
- "test": "vitest",
44
- "typecheck": "tsc --noEmit",
45
- "prepare": "simple-git-hooks"
46
- },
47
31
  "peerDependencies": {
48
- "@angular-eslint/eslint-plugin": "catalog:peer",
49
- "@angular-eslint/eslint-plugin-template": "catalog:peer",
50
- "@angular-eslint/template-parser": "catalog:peer",
51
- "@eslint-react/eslint-plugin": "catalog:peer",
52
- "@next/eslint-plugin-next": "catalog:peer",
53
- "@prettier/plugin-xml": "catalog:peer",
54
- "@unocss/eslint-plugin": "catalog:peer",
55
- "astro-eslint-parser": "catalog:peer",
56
- "eslint": "catalog:peer",
57
- "eslint-plugin-astro": "catalog:peer",
58
- "eslint-plugin-format": "catalog:peer",
59
- "eslint-plugin-jsx-a11y": "catalog:peer",
60
- "eslint-plugin-react-hooks": "catalog:peer",
61
- "eslint-plugin-react-refresh": "catalog:peer",
62
- "eslint-plugin-solid": "catalog:peer",
63
- "eslint-plugin-svelte": "catalog:peer",
64
- "eslint-plugin-vuejs-accessibility": "catalog:peer",
65
- "prettier-plugin-astro": "catalog:peer",
66
- "prettier-plugin-slidev": "catalog:peer",
67
- "svelte-eslint-parser": "catalog:peer"
32
+ "@angular-eslint/eslint-plugin": "^21.2.0",
33
+ "@angular-eslint/eslint-plugin-template": "^21.2.0",
34
+ "@angular-eslint/template-parser": "^21.2.0",
35
+ "@eslint-react/eslint-plugin": "^2.12.4",
36
+ "@next/eslint-plugin-next": "^16.1.6",
37
+ "@prettier/plugin-xml": "^3.4.2",
38
+ "@unocss/eslint-plugin": "^66.6.0",
39
+ "astro-eslint-parser": "^1.2.2",
40
+ "eslint": "^9.39.2||^10.0.0",
41
+ "eslint-plugin-astro": "^1.5.0",
42
+ "eslint-plugin-format": "^1.4.0",
43
+ "eslint-plugin-jsx-a11y": "^6.10.2",
44
+ "eslint-plugin-react-hooks": "^7.0.1",
45
+ "eslint-plugin-react-refresh": "^0.5.0",
46
+ "eslint-plugin-solid": "^0.14.5",
47
+ "eslint-plugin-svelte": "^3.15.0",
48
+ "eslint-plugin-vuejs-accessibility": "^2.4.1",
49
+ "prettier-plugin-astro": "^0.14.1",
50
+ "prettier-plugin-slidev": "^1.0.5",
51
+ "svelte-eslint-parser": "^1.4.1"
68
52
  },
69
53
  "peerDependenciesMeta": {
70
54
  "@angular-eslint/eslint-plugin": {
@@ -126,89 +110,89 @@
126
110
  }
127
111
  },
128
112
  "dependencies": {
129
- "@antfu/install-pkg": "catalog:prod",
130
- "@clack/prompts": "catalog:prod",
131
- "@eslint-community/eslint-plugin-eslint-comments": "catalog:prod",
132
- "@eslint/markdown": "catalog:prod",
133
- "@stylistic/eslint-plugin": "catalog:prod",
134
- "@typescript-eslint/eslint-plugin": "catalog:prod",
135
- "@typescript-eslint/parser": "catalog:prod",
136
- "@vitest/eslint-plugin": "catalog:prod",
137
- "@whoj/utils-core": "catalog:jetbrains",
138
- "ansis": "catalog:prod",
139
- "cac": "catalog:prod",
140
- "eslint-config-flat-gitignore": "catalog:prod",
141
- "eslint-flat-config-utils": "catalog:prod",
142
- "eslint-merge-processors": "catalog:prod",
143
- "eslint-plugin-antfu": "catalog:prod",
144
- "eslint-plugin-command": "catalog:prod",
145
- "eslint-plugin-import-lite": "catalog:prod",
146
- "eslint-plugin-jsdoc": "catalog:prod",
147
- "eslint-plugin-jsonc": "catalog:prod",
148
- "eslint-plugin-n": "catalog:prod",
149
- "eslint-plugin-no-only-tests": "catalog:prod",
150
- "eslint-plugin-perfectionist": "catalog:prod",
151
- "eslint-plugin-pnpm": "catalog:prod",
152
- "eslint-plugin-regexp": "catalog:prod",
153
- "eslint-plugin-toml": "catalog:prod",
154
- "eslint-plugin-unicorn": "catalog:prod",
155
- "eslint-plugin-unused-imports": "catalog:prod",
156
- "eslint-plugin-vue": "catalog:prod",
157
- "eslint-plugin-yml": "catalog:prod",
158
- "eslint-processor-vue-blocks": "catalog:prod",
159
- "fast-xml-parser": "catalog:jetbrains",
160
- "globals": "catalog:prod",
161
- "jsonc-eslint-parser": "catalog:prod",
162
- "local-pkg": "catalog:prod",
163
- "parse-gitignore": "catalog:prod",
164
- "toml-eslint-parser": "catalog:prod",
165
- "vue-eslint-parser": "catalog:prod",
166
- "yaml-eslint-parser": "catalog:prod"
113
+ "@antfu/install-pkg": "^1.1.0",
114
+ "@clack/prompts": "^1.0.0",
115
+ "@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
116
+ "@eslint/markdown": "^7.5.1",
117
+ "@stylistic/eslint-plugin": "^5.8.0",
118
+ "@typescript-eslint/eslint-plugin": "^8.55.0",
119
+ "@typescript-eslint/parser": "^8.55.0",
120
+ "@vitest/eslint-plugin": "^1.6.7",
121
+ "@whoj/utils-core": "^2.4.0",
122
+ "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",
126
+ "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",
133
+ "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",
138
+ "eslint-plugin-unicorn": "^63.0.0",
139
+ "eslint-plugin-unused-imports": "^4.4.1",
140
+ "eslint-plugin-vue": "^10.7.0",
141
+ "eslint-plugin-yml": "^3.1.2",
142
+ "eslint-processor-vue-blocks": "^2.0.0",
143
+ "fast-xml-parser": "^5.3.2",
144
+ "globals": "^17.3.0",
145
+ "jsonc-eslint-parser": "^2.4.2",
146
+ "local-pkg": "^1.1.2",
147
+ "parse-gitignore": "^2.0.0",
148
+ "toml-eslint-parser": "^1.0.3",
149
+ "vue-eslint-parser": "^10.2.0",
150
+ "yaml-eslint-parser": "^2.0.0"
167
151
  },
168
152
  "devDependencies": {
169
- "@angular-eslint/eslint-plugin": "catalog:peer",
170
- "@angular-eslint/eslint-plugin-template": "catalog:peer",
171
- "@angular-eslint/template-parser": "catalog:peer",
172
- "@angular/core": "catalog:dev",
173
- "@antfu/ni": "catalog:dev",
174
- "@eslint-react/eslint-plugin": "catalog:peer",
175
- "@eslint/config-inspector": "catalog:dev",
176
- "@next/eslint-plugin-next": "catalog:peer",
177
- "@prettier/plugin-xml": "catalog:peer",
178
- "@types/eslint-plugin-jsx-a11y": "catalog:dev",
179
- "@types/node": "catalog:dev",
180
- "@unocss/eslint-plugin": "catalog:peer",
181
- "@whoj/eslint-config": "workspace:*",
182
- "astro-eslint-parser": "catalog:peer",
183
- "baseline-browser-mapping": "catalog:dev",
184
- "bumpp": "catalog:dev",
185
- "eslint": "catalog:peer",
186
- "eslint-plugin-astro": "catalog:peer",
187
- "eslint-plugin-erasable-syntax-only": "catalog:peer",
188
- "eslint-plugin-format": "catalog:peer",
189
- "eslint-plugin-jsx-a11y": "catalog:peer",
190
- "eslint-plugin-react-hooks": "catalog:peer",
191
- "eslint-plugin-react-refresh": "catalog:peer",
192
- "eslint-plugin-solid": "catalog:peer",
193
- "eslint-plugin-svelte": "catalog:peer",
194
- "eslint-plugin-vuejs-accessibility": "catalog:peer",
195
- "eslint-typegen": "catalog:dev",
196
- "execa": "catalog:dev",
197
- "find-up-simple": "catalog:inline",
198
- "jiti": "catalog:dev",
199
- "lint-staged": "catalog:dev",
200
- "pnpm-workspace-yaml": "catalog:dev",
201
- "prettier-plugin-astro": "catalog:peer",
202
- "prettier-plugin-slidev": "catalog:peer",
203
- "simple-git-hooks": "catalog:dev",
204
- "svelte": "catalog:peer",
205
- "svelte-eslint-parser": "catalog:peer",
206
- "tinyglobby": "catalog:dev",
207
- "tsdown": "catalog:dev",
208
- "tsx": "catalog:dev",
209
- "typescript": "catalog:dev",
210
- "vitest": "catalog:dev",
211
- "vue": "catalog:peer"
153
+ "@angular-eslint/eslint-plugin": "^21.2.0",
154
+ "@angular-eslint/eslint-plugin-template": "^21.2.0",
155
+ "@angular-eslint/template-parser": "^21.2.0",
156
+ "@angular/core": "^21.1.3",
157
+ "@antfu/ni": "^28.2.0",
158
+ "@eslint-react/eslint-plugin": "^2.12.4",
159
+ "@eslint/config-inspector": "^1.4.2",
160
+ "@next/eslint-plugin-next": "^16.1.6",
161
+ "@prettier/plugin-xml": "^3.4.2",
162
+ "@types/eslint-plugin-jsx-a11y": "^6.10.1",
163
+ "@types/node": "^25.2.3",
164
+ "@unocss/eslint-plugin": "^66.6.0",
165
+ "astro-eslint-parser": "^1.2.2",
166
+ "baseline-browser-mapping": "^2.9.19",
167
+ "bumpp": "^10.4.1",
168
+ "eslint": "^9.39.2||^10.0.0",
169
+ "eslint-plugin-astro": "^1.5.0",
170
+ "eslint-plugin-erasable-syntax-only": "^0.4.0",
171
+ "eslint-plugin-format": "^1.4.0",
172
+ "eslint-plugin-jsx-a11y": "^6.10.2",
173
+ "eslint-plugin-react-hooks": "^7.0.1",
174
+ "eslint-plugin-react-refresh": "^0.5.0",
175
+ "eslint-plugin-solid": "^0.14.5",
176
+ "eslint-plugin-svelte": "^3.15.0",
177
+ "eslint-plugin-vuejs-accessibility": "^2.4.1",
178
+ "eslint-typegen": "^2.3.0",
179
+ "execa": "^9.6.1",
180
+ "find-up-simple": "^1.0.1",
181
+ "jiti": "^2.6.1",
182
+ "lint-staged": "^16.2.7",
183
+ "pnpm-workspace-yaml": "^1.5.0",
184
+ "prettier-plugin-astro": "^0.14.1",
185
+ "prettier-plugin-slidev": "^1.0.5",
186
+ "simple-git-hooks": "^2.13.1",
187
+ "svelte": "^5.50.1",
188
+ "svelte-eslint-parser": "^1.4.1",
189
+ "tinyglobby": "^0.2.15",
190
+ "tsdown": "^0.18.4",
191
+ "tsx": "^4.21.0",
192
+ "typescript": "^5.9.3",
193
+ "vitest": "^4.0.18",
194
+ "vue": "^3.5.28",
195
+ "@whoj/eslint-config": "7.5.2"
212
196
  },
213
197
  "resolutions": {
214
198
  "@eslint-community/eslint-utils": "catalog:peer",
@@ -225,5 +209,18 @@
225
209
  },
226
210
  "lint-staged": {
227
211
  "*": "eslint --fix"
212
+ },
213
+ "scripts": {
214
+ "build": "nr typegen && tsdown --clean --dts",
215
+ "stub": "tsdown",
216
+ "dev": "npx @eslint/config-inspector --config eslint.config.ts",
217
+ "build:inspector": "pnpm build && npx @eslint/config-inspector build",
218
+ "watch": "tsdown --watch",
219
+ "lint": "eslint .",
220
+ "lint:fix": "eslint . --fix",
221
+ "typegen": "tsx scripts/typegen.ts && tsx scripts/versiongen.ts",
222
+ "release": "bumpp && pnpm publish",
223
+ "test": "vitest",
224
+ "typecheck": "tsc --noEmit"
228
225
  }
229
- }
226
+ }