@antfu/eslint-config 6.7.2 → 7.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/dist/cli.mjs CHANGED
@@ -9,7 +9,7 @@ import parse from "parse-gitignore";
9
9
  import { execSync } from "node:child_process";
10
10
 
11
11
  //#region package.json
12
- var version = "6.7.2";
12
+ var version = "7.0.0";
13
13
 
14
14
  //#endregion
15
15
  //#region src/cli/constants.ts
@@ -172,17 +172,17 @@ async function updateEslintFiles(result) {
172
172
  //#endregion
173
173
  //#region src/cli/constants-generated.ts
174
174
  const versionsMap = {
175
- "@eslint-react/eslint-plugin": "^2.3.13",
176
- "@next/eslint-plugin-next": "^16.1.0",
177
- "@unocss/eslint-plugin": "^66.5.10",
175
+ "@eslint-react/eslint-plugin": "^2.5.7",
176
+ "@next/eslint-plugin-next": "^16.1.1",
177
+ "@unocss/eslint-plugin": "^66.5.12",
178
178
  "astro-eslint-parser": "^1.2.2",
179
179
  "eslint": "^9.39.2",
180
180
  "eslint-plugin-astro": "^1.5.0",
181
- "eslint-plugin-format": "^1.1.0",
181
+ "eslint-plugin-format": "^1.3.0",
182
182
  "eslint-plugin-react-hooks": "^7.0.1",
183
183
  "eslint-plugin-react-refresh": "^0.4.26",
184
184
  "eslint-plugin-solid": "^0.14.5",
185
- "eslint-plugin-svelte": "^3.13.1",
185
+ "eslint-plugin-svelte": "^3.14.0",
186
186
  "prettier-plugin-astro": "^0.14.1",
187
187
  "prettier-plugin-slidev": "^1.0.5",
188
188
  "svelte-eslint-parser": "^1.4.1"