@vida0905/eslint-config 2.0.0 → 2.0.1

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/index.d.ts +2 -2
  2. package/package.json +7 -6
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import * as node_modules_eslint_flat_config_utils_dist from 'node_modules/eslint-flat-config-utils/dist';
1
+ import * as eslint_flat_config_utils from 'eslint-flat-config-utils';
2
2
  import * as _antfu_eslint_config from '@antfu/eslint-config';
3
3
  import { OptionsConfig as OptionsConfig$1, TypedFlatConfigItem as TypedFlatConfigItem$1 } from '@antfu/eslint-config';
4
4
  export * from '@antfu/eslint-config';
@@ -77,6 +77,6 @@ type OptionsConfig = Omit<OptionsConfig$1, 'overrides'> & {
77
77
 
78
78
  declare function deepMerge<T>(target: T, source: T): T;
79
79
 
80
- declare function defineConfig(options?: OptionsConfig & TypedFlatConfigItem$1, ...userConfigs: TypedFlatConfigItem$1[]): node_modules_eslint_flat_config_utils_dist.FlatConfigComposer<TypedFlatConfigItem$1, _antfu_eslint_config.ConfigNames>;
80
+ declare function defineConfig(options?: OptionsConfig & TypedFlatConfigItem$1, ...userConfigs: TypedFlatConfigItem$1[]): eslint_flat_config_utils.FlatConfigComposer<TypedFlatConfigItem$1, _antfu_eslint_config.ConfigNames>;
81
81
 
82
82
  export { deepMerge, defineConfig as default, defineConfig };
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@vida0905/eslint-config",
3
3
  "type": "module",
4
- "version": "2.0.0",
5
- "packageManager": "pnpm@9.15.4",
4
+ "version": "2.0.1",
5
+ "packageManager": "pnpm@10.2.0",
6
6
  "description": "Vida Xie's ESLint Config",
7
7
  "author": "Vida Xie <vida_2020@163.com> (https://github.com/9romise/)",
8
8
  "license": "MIT",
@@ -40,18 +40,19 @@
40
40
  "eslint": ">=9.10.0"
41
41
  },
42
42
  "dependencies": {
43
- "@antfu/eslint-config": "^4.1.0",
43
+ "@antfu/eslint-config": "^4.1.1",
44
+ "eslint-flat-config-utils": "^2.0.1",
44
45
  "eslint-import-resolver-oxc": "^0.10.1",
45
46
  "eslint-plugin-pinia": "^0.4.1",
46
47
  "local-pkg": "^1.0.0"
47
48
  },
48
49
  "devDependencies": {
49
50
  "@eslint/config-inspector": "^1.0.0",
50
- "@types/node": "^22.10.10",
51
- "bumpp": "^10.0.1",
51
+ "@types/node": "^22.13.1",
52
+ "bumpp": "^10.0.2",
52
53
  "eslint": "^9.19.0",
53
54
  "eslint-typegen": "^1.0.0",
54
- "lint-staged": "^15.4.2",
55
+ "lint-staged": "^15.4.3",
55
56
  "simple-git-hooks": "^2.11.1",
56
57
  "tsup": "^8.3.6",
57
58
  "tsx": "^4.19.2",