@antfu/eslint-config 9.2.0 → 9.3.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
@@ -8,7 +8,7 @@ import { cac } from "cac";
8
8
  import parse from "parse-gitignore";
9
9
  import { execSync } from "node:child_process";
10
10
  //#region package.json
11
- var version = "9.2.0";
11
+ var version = "9.3.0";
12
12
  //#endregion
13
13
  //#region src/cli/constants.ts
14
14
  const vscodeSettingsString = `
@@ -165,12 +165,12 @@ async function updateEslintFiles(result) {
165
165
  //#endregion
166
166
  //#region src/cli/constants-generated.ts
167
167
  const versionsMap = {
168
- "@eslint-react/eslint-plugin": "^5.17.3",
169
- "@next/eslint-plugin-next": "^16.2.10",
168
+ "@eslint-react/eslint-plugin": "^5.18.2",
169
+ "@next/eslint-plugin-next": "^16.3.0",
170
170
  "@unocss/eslint-plugin": "^66.7.5",
171
171
  "astro-eslint-parser": "^3.0.0",
172
- "eslint": "^10.7.0",
173
- "eslint-plugin-astro": "^3.0.1",
172
+ "eslint": "^10.8.0",
173
+ "eslint-plugin-astro": "^3.1.0",
174
174
  "eslint-plugin-format": "^2.0.1",
175
175
  "eslint-plugin-react-refresh": "^0.5.3",
176
176
  "eslint-plugin-solid": "^0.14.5",