@vida0905/eslint-config 1.2.0 → 1.2.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.
package/dist/index.cjs CHANGED
@@ -29,13 +29,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
29
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
30
 
31
31
  // src/index.ts
32
- var src_exports = {};
33
- __export(src_exports, {
32
+ var index_exports = {};
33
+ __export(index_exports, {
34
34
  deepMerge: () => deepMerge,
35
- default: () => src_default,
35
+ default: () => index_default,
36
36
  defineConfig: () => defineConfig
37
37
  });
38
- module.exports = __toCommonJS(src_exports);
38
+ module.exports = __toCommonJS(index_exports);
39
39
  var import_eslint_config2 = __toESM(require("@antfu/eslint-config"), 1);
40
40
  var import_eslint_import_resolver_oxc = require("eslint-import-resolver-oxc");
41
41
  var import_local_pkg = require("local-pkg");
@@ -116,7 +116,7 @@ function deepMerge(target, source) {
116
116
  }
117
117
 
118
118
  // src/index.ts
119
- __reExport(src_exports, require("@antfu/eslint-config"), module.exports);
119
+ __reExport(index_exports, require("@antfu/eslint-config"), module.exports);
120
120
  function defineConfig(options = {}, ...userConfigs) {
121
121
  const {
122
122
  pinia: enablePinia = (0, import_local_pkg.isPackageExists)("pinia")
@@ -151,7 +151,7 @@ function defineConfig(options = {}, ...userConfigs) {
151
151
  }
152
152
  });
153
153
  }
154
- var src_default = defineConfig;
154
+ var index_default = defineConfig;
155
155
  // Annotate the CommonJS export names for ESM import in node:
156
156
  0 && (module.exports = {
157
157
  deepMerge,
package/dist/index.js CHANGED
@@ -114,9 +114,9 @@ function defineConfig(options = {}, ...userConfigs) {
114
114
  }
115
115
  });
116
116
  }
117
- var src_default = defineConfig;
117
+ var index_default = defineConfig;
118
118
  export {
119
119
  deepMerge,
120
- src_default as default,
120
+ index_default as default,
121
121
  defineConfig
122
122
  };
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@vida0905/eslint-config",
3
3
  "type": "module",
4
- "version": "1.2.0",
5
- "packageManager": "pnpm@9.15.0",
4
+ "version": "1.2.1",
5
+ "packageManager": "pnpm@9.15.3",
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",
@@ -43,21 +43,21 @@
43
43
  "eslint": ">=9.10.0"
44
44
  },
45
45
  "dependencies": {
46
- "@antfu/eslint-config": "^3.12.0",
47
- "eslint-import-resolver-oxc": "^0.6.0",
46
+ "@antfu/eslint-config": "^3.14.0",
47
+ "eslint-import-resolver-oxc": "^0.8.0",
48
48
  "eslint-plugin-pinia": "^0.4.1",
49
- "local-pkg": "^0.5.1"
49
+ "local-pkg": "^1.0.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@types/node": "^22.10.2",
53
- "bumpp": "^9.9.1",
54
- "eslint": "^9.17.0",
55
- "eslint-typegen": "^0.3.2",
56
- "lint-staged": "^15.2.11",
52
+ "@types/node": "^22.10.6",
53
+ "bumpp": "^9.10.0",
54
+ "eslint": "^9.18.0",
55
+ "eslint-typegen": "^1.0.0",
56
+ "lint-staged": "^15.3.0",
57
57
  "simple-git-hooks": "^2.11.1",
58
58
  "tsup": "^8.3.5",
59
59
  "tsx": "^4.19.2",
60
- "typescript": "^5.7.2"
60
+ "typescript": "^5.7.3"
61
61
  },
62
62
  "simple-git-hooks": {
63
63
  "pre-commit": "pnpm lint-staged"