@ivanmaxlogiudice/eslint-config 3.0.9 → 3.0.10

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/bin/index.js CHANGED
File without changes
package/dist/cli.js CHANGED
@@ -12,8 +12,8 @@ import c from "picocolors";
12
12
  var package_default = {
13
13
  name: "@ivanmaxlogiudice/eslint-config",
14
14
  type: "module",
15
- version: "3.0.9",
16
- packageManager: "bun@1.1.29",
15
+ version: "3.0.10",
16
+ packageManager: "bun@1.2.0",
17
17
  description: "Personal ESLint config",
18
18
  license: "MIT",
19
19
  homepage: "https://github.com/ivanmaxlogiudice/eslint-config#readme",
@@ -26,10 +26,7 @@ var package_default = {
26
26
  },
27
27
  keywords: ["eslint-config"],
28
28
  exports: {
29
- ".": {
30
- require: "./dist/index.cjs",
31
- import: "./dist/index.js"
32
- }
29
+ ".": "./dist/index.js"
33
30
  },
34
31
  main: "./dist/index.js",
35
32
  types: "./dist/index.d.ts",
@@ -39,11 +36,11 @@ var package_default = {
39
36
  access: "public"
40
37
  },
41
38
  scripts: {
42
- stub: "tsup --format esm",
39
+ stub: "tsup",
43
40
  dev: "config-inspector --config eslint.config.ts",
44
- build: "bun run typegen && tsup --format esm --clean --dts",
41
+ build: "bun run typegen && tsup --clean --dts",
45
42
  test: "vitest",
46
- lint: "eslint --flag unstable_ts_config --fix .",
43
+ lint: "eslint --fix .",
47
44
  typegen: "bun scripts/typegen.ts",
48
45
  prepack: "bun run build",
49
46
  release: "bumpp && npm publish",
@@ -82,61 +79,62 @@ var package_default = {
82
79
  }
83
80
  },
84
81
  dependencies: {
85
- "@antfu/install-pkg": "^0.5.0",
86
- "@clack/prompts": "^0.9.0",
82
+ "@antfu/install-pkg": "^1.0.0",
83
+ "@clack/prompts": "^0.9.1",
87
84
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
88
- "@eslint/markdown": "^6.2.1",
85
+ "@eslint/markdown": "^6.2.2",
89
86
  "@ivanmaxlogiudice/gitignore": "^0.0.2",
90
- "@stylistic/eslint-plugin": "^2.12.1",
91
- "@typescript-eslint/eslint-plugin": "^8.19.0",
92
- "@typescript-eslint/parser": "^8.19.0",
93
- "@vitest/eslint-plugin": "^1.1.23",
94
- "eslint-plugin-antfu": "^2.7.0",
87
+ "@stylistic/eslint-plugin": "^3.0.0",
88
+ "@typescript-eslint/eslint-plugin": "^8.21.0",
89
+ "@typescript-eslint/parser": "^8.21.0",
90
+ "@vitest/eslint-plugin": "^1.1.25",
91
+ "eslint-plugin-antfu": "^3.0.0",
95
92
  "eslint-plugin-import-x": "^4.6.1",
96
- "eslint-plugin-jsdoc": "^50.6.1",
97
- "eslint-plugin-jsonc": "^2.18.2",
93
+ "eslint-plugin-jsdoc": "^50.6.3",
94
+ "eslint-plugin-jsonc": "^2.19.1",
98
95
  "eslint-plugin-n": "^17.15.1",
99
96
  "eslint-plugin-no-only-tests": "^3.3.0",
100
- "eslint-plugin-perfectionist": "^4.5.0",
97
+ "eslint-plugin-perfectionist": "^4.7.0",
101
98
  "eslint-plugin-unicorn": "^56.0.1",
102
99
  "eslint-plugin-unused-imports": "^4.1.4",
103
100
  globals: "^15.14.0",
104
101
  "jsonc-eslint-parser": "^2.4.0",
105
- "local-pkg": "^0.5.1",
102
+ "local-pkg": "^1.0.0",
106
103
  picocolors: "^1.1.1",
107
104
  yargs: "^17.7.2"
108
105
  },
109
106
  devDependencies: {
110
- "@eslint/config-inspector": "^0.6.0",
111
- "@stylistic/eslint-plugin-migrate": "^2.12.1",
112
- "@types/node": "^22.10.3",
107
+ "@eslint/config-inspector": "^1.0.0",
108
+ "@stylistic/eslint-plugin-migrate": "^3.0.0",
109
+ "@types/node": "^22.10.10",
113
110
  "@types/yargs": "^17.0.33",
114
- "@unocss/eslint-plugin": "^0.65.3",
115
- bumpp: "^9.9.2",
116
- "bun-types": "^1.1.42",
117
- eslint: "^9.17.0",
111
+ "@unocss/eslint-plugin": "^65.4.3",
112
+ bumpp: "^10.0.1",
113
+ "bun-types": "^1.2.0",
114
+ eslint: "^9.19.0",
118
115
  "eslint-plugin-markdown": "^5.1.0",
119
116
  "eslint-plugin-regexp": "^2.7.0",
120
117
  "eslint-plugin-vue": "^9.32.0",
121
118
  "eslint-plugin-yml": "^1.16.0",
122
- "eslint-typegen": "^0.3.2",
123
- "lint-staged": "^15.3.0",
119
+ "eslint-typegen": "^1.0.0",
120
+ "lint-staged": "^15.4.3",
124
121
  "simple-git-hooks": "^2.11.1",
125
- tsup: "^8.3.5",
126
- typescript: "^5.7.2",
127
- unbuild: "^3.2.0",
128
- vitest: "^2.1.8",
122
+ tsup: "^8.3.6",
123
+ typescript: "^5.7.3",
124
+ unbuild: "^3.3.1",
125
+ vitest: "^3.0.4",
129
126
  "vue-eslint-parser": "^9.4.3",
130
127
  "yaml-eslint-parser": "^1.2.3"
131
128
  },
132
129
  resolutions: {
133
- "@types/mdast": "^4.0.4"
130
+ "@types/mdast": "^4.0.4",
131
+ eslint: "^9.19.0"
134
132
  },
135
133
  "simple-git-hooks": {
136
134
  "pre-commit": "npx lint-staged"
137
135
  },
138
136
  "lint-staged": {
139
- "*": "eslint --flag unstable_ts_config --fix"
137
+ "*": "eslint --fix"
140
138
  }
141
139
  };
142
140