@ivanmaxlogiudice/eslint-config 3.1.11 → 3.1.13

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.mjs ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ import '../dist/cli.mjs'
@@ -1,19 +1,19 @@
1
+ import { parsePath, toFlatConfig } from "@ivanmaxlogiudice/gitignore";
2
+ import fs from "node:fs";
3
+ import path from "node:path";
1
4
  import process from "node:process";
2
5
  import * as p from "@clack/prompts";
3
6
  import c from "ansis";
4
7
  import { cac } from "cac";
5
- import fs from "node:fs";
6
- import path from "node:path";
7
8
  import fsp from "node:fs/promises";
8
- import { parsePath, toFlatConfig } from "@ivanmaxlogiudice/gitignore";
9
9
  import { execSync } from "node:child_process";
10
10
 
11
11
  //#region package.json
12
12
  var package_default = {
13
13
  name: "@ivanmaxlogiudice/eslint-config",
14
14
  type: "module",
15
- version: "3.1.11",
16
- packageManager: "bun@1.2.21",
15
+ version: "3.1.13",
16
+ packageManager: "bun@1.3.5",
17
17
  description: "Personal ESLint config",
18
18
  license: "MIT",
19
19
  homepage: "https://github.com/ivanmaxlogiudice/eslint-config#readme",
@@ -23,10 +23,15 @@ var package_default = {
23
23
  },
24
24
  bugs: { "url": "https://github.com/ivanmaxlogiudice/eslint-config/issues" },
25
25
  keywords: ["eslint-config"],
26
- exports: { ".": "./dist/index.js" },
27
- main: "./dist/index.js",
28
- types: "./dist/index.d.ts",
29
- bin: "./bin/index.js",
26
+ exports: {
27
+ ".": "./dist/index.mjs",
28
+ "./cli": "./dist/cli.mjs",
29
+ "./package.json": "./package.json"
30
+ },
31
+ main: "./dist/index.mjs",
32
+ module: "./dist/index.mjs",
33
+ types: "./dist/index.d.mts",
34
+ bin: "./bin/index.mjs",
30
35
  files: ["bin", "dist"],
31
36
  publishConfig: { "access": "public" },
32
37
  scripts: {
@@ -57,51 +62,47 @@ var package_default = {
57
62
  "@antfu/install-pkg": "^1.1.0",
58
63
  "@clack/prompts": "^0.11.0",
59
64
  "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
60
- "@eslint/markdown": "^7.4.1",
65
+ "@eslint/markdown": "^7.5.1",
61
66
  "@ivanmaxlogiudice/gitignore": "^0.0.2",
62
- "@stylistic/eslint-plugin": "^5.5.0",
63
- "@typescript-eslint/eslint-plugin": "^8.46.2",
64
- "@typescript-eslint/parser": "^8.46.2",
65
- "@vitest/eslint-plugin": "^1.3.23",
67
+ "@stylistic/eslint-plugin": "^5.6.1",
68
+ "@typescript-eslint/eslint-plugin": "^8.52.0",
69
+ "@typescript-eslint/parser": "^8.52.0",
70
+ "@vitest/eslint-plugin": "^1.6.6",
66
71
  "ansis": "^4.2.0",
67
72
  "cac": "^6.7.14",
68
- "eslint-plugin-antfu": "^3.1.1",
69
- "eslint-plugin-import-lite": "^0.3.0",
70
- "eslint-plugin-jsdoc": "^61.1.5",
73
+ "eslint-plugin-antfu": "^3.1.3",
74
+ "eslint-plugin-import-lite": "^0.5.0",
75
+ "eslint-plugin-jsdoc": "^61.7.1",
71
76
  "eslint-plugin-jsonc": "^2.21.0",
72
77
  "eslint-plugin-n": "^17.23.1",
73
78
  "eslint-plugin-no-only-tests": "^3.3.0",
74
- "eslint-plugin-perfectionist": "^4.15.1",
75
- "eslint-plugin-unicorn": "^61.0.2",
79
+ "eslint-plugin-perfectionist": "^5.3.1",
80
+ "eslint-plugin-unicorn": "^62.0.0",
76
81
  "eslint-plugin-unused-imports": "^4.3.0",
77
- "eslint-plugin-vue": "^10.5.1",
78
- "globals": "^16.4.0",
79
- "jsonc-eslint-parser": "^2.4.1",
82
+ "eslint-plugin-vue": "^10.6.2",
83
+ "globals": "^17.0.0",
84
+ "jsonc-eslint-parser": "^2.4.2",
80
85
  "local-pkg": "^1.1.2",
81
- "tsdown": "^0.15.9",
86
+ "tsdown": "^0.18.4",
82
87
  "vue-eslint-parser": "^10.2.0"
83
88
  },
84
89
  devDependencies: {
85
- "@eslint/config-inspector": "^1.3.0",
86
- "@types/bun": "^1.3.0",
87
- "@types/node": "^24.9.1",
88
- "@unocss/eslint-plugin": "^66.5.4",
89
- "bumpp": "^10.3.1",
90
- "eslint": "^9.38.0",
91
- "eslint-plugin-markdown": "^5.1.0",
90
+ "@eslint/config-inspector": "^1.4.2",
91
+ "@types/bun": "^1.3.5",
92
+ "@types/node": "^25.0.3",
93
+ "@unocss/eslint-plugin": "^66.5.12",
94
+ "bumpp": "^10.3.2",
95
+ "eslint": "^9.39.2",
92
96
  "eslint-plugin-regexp": "^2.10.0",
93
- "eslint-plugin-yml": "^1.19.0",
97
+ "eslint-plugin-yml": "^1.19.1",
94
98
  "eslint-typegen": "^2.3.0",
95
- "nano-staged": "^0.8.0",
99
+ "nano-staged": "^0.9.0",
96
100
  "simple-git-hooks": "^2.13.1",
97
101
  "typescript": "^5.9.3",
98
102
  "unbuild": "^3.6.1",
99
- "yaml-eslint-parser": "^1.3.0"
100
- },
101
- resolutions: {
102
- "@types/mdast": "^4.0.4",
103
- "eslint": "^9.38.0"
103
+ "yaml-eslint-parser": "^1.3.2"
104
104
  },
105
+ resolutions: { "eslint": "^9.39.2" },
105
106
  "simple-git-hooks": { "pre-commit": "./node_modules/.bin/nano-staged" },
106
107
  "nano-staged": { "*": "eslint --fix" }
107
108
  };