@vuebro/configs 1.2.1 → 1.2.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.
@@ -3,7 +3,6 @@ import json from "@eslint/json";
3
3
  import { defineConfigWithVueTs, vueTsConfigs, } from "@vue/eslint-config-typescript";
4
4
  import gitignore from "eslint-config-flat-gitignore";
5
5
  import { configs as deMorganConfigs } from "eslint-plugin-de-morgan";
6
- import { configs as dependConfigs } from "eslint-plugin-depend";
7
6
  import { flatConfigs as importXConfigs } from "eslint-plugin-import-x";
8
7
  import jsDoc from "eslint-plugin-jsdoc";
9
8
  import { configs as packageJsonConfigs } from "eslint-plugin-package-json";
@@ -49,4 +48,4 @@ export default defineConfigWithVueTs(gitignore(), {
49
48
  ],
50
49
  "jsdoc/tag-lines": ["warn", "any", { startLines: 1 }],
51
50
  },
52
- }, deMorganConfigs.recommended, importXConfigs.recommended, importXConfigs.typescript, dependConfigs["flat/recommended"], json.configs.recommended, packageJsonConfigs.recommended, packageJsonConfigs.stylistic, prettierConfigsRecommended);
51
+ }, deMorganConfigs.recommended, importXConfigs.recommended, importXConfigs.typescript, json.configs.recommended, packageJsonConfigs.recommended, packageJsonConfigs.stylistic, prettierConfigsRecommended);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://www.schemastore.org/package",
3
3
  "name": "@vuebro/configs",
4
- "version": "1.2.1",
4
+ "version": "1.2.2",
5
5
  "description": "A comprehensive collection of shared configuration files for Vue.js projects with TypeScript, ESLint, Prettier, UnoCSS, and Vite, featuring Pug support",
6
6
  "keywords": [
7
7
  "vue",
@@ -85,7 +85,6 @@
85
85
  "eslint-config-prettier": "^10.1.8",
86
86
  "eslint-import-resolver-typescript": "^4.4.4",
87
87
  "eslint-plugin-de-morgan": "^2.0.0",
88
- "eslint-plugin-depend": "^1.4.0",
89
88
  "eslint-plugin-import-x": "^4.16.1",
90
89
  "eslint-plugin-jsdoc": "^61.2.1",
91
90
  "eslint-plugin-package-json": "^0.74.0",
@@ -109,7 +108,7 @@
109
108
  "vue-tsc": "^3.1.3"
110
109
  },
111
110
  "devDependencies": {
112
- "@eslint/config-helpers": "^0.4.2",
111
+ "@eslint/config-helpers": "^0.5.0",
113
112
  "@types/node": "^24.10.1"
114
113
  }
115
114
  }