@coderwyd/eslint-config 3.4.0 → 3.5.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@coderwyd/eslint-config",
3
3
  "type": "module",
4
- "version": "3.4.0",
4
+ "version": "3.5.0",
5
5
  "description": "Donny's ESLint config",
6
6
  "author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
7
7
  "license": "MIT",
@@ -68,31 +68,30 @@
68
68
  }
69
69
  },
70
70
  "dependencies": {
71
- "@antfu/install-pkg": "^0.5.0",
71
+ "@antfu/install-pkg": "^1.0.0",
72
72
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
73
- "@toml-tools/parser": "^1.0.0",
74
- "@typescript-eslint/eslint-plugin": "^8.18.0",
75
- "@typescript-eslint/parser": "^8.18.0",
76
- "@vitest/eslint-plugin": "^1.1.16",
77
- "eslint-config-flat-gitignore": "^0.3.0",
78
- "eslint-config-prettier": "^9.1.0",
73
+ "@typescript-eslint/eslint-plugin": "^8.20.0",
74
+ "@typescript-eslint/parser": "^8.20.0",
75
+ "@vitest/eslint-plugin": "^1.1.25",
76
+ "eslint-config-flat-gitignore": "^1.0.0",
77
+ "eslint-config-prettier": "^10.0.1",
79
78
  "eslint-plugin-antfu": "^2.7.0",
80
- "eslint-plugin-command": "^0.2.6",
79
+ "eslint-plugin-command": "^2.1.0",
81
80
  "eslint-plugin-eslint-comments": "^3.2.0",
82
- "eslint-plugin-import-x": "^4.5.0",
83
- "eslint-plugin-jsdoc": "^50.6.1",
81
+ "eslint-plugin-import-x": "^4.6.1",
82
+ "eslint-plugin-jsdoc": "^50.6.2",
84
83
  "eslint-plugin-jsonc": "^2.18.2",
85
- "eslint-plugin-n": "^17.15.0",
84
+ "eslint-plugin-n": "^17.15.1",
86
85
  "eslint-plugin-no-only-tests": "^3.3.0",
87
- "eslint-plugin-perfectionist": "^4.3.0",
86
+ "eslint-plugin-perfectionist": "^4.6.0",
88
87
  "eslint-plugin-regexp": "^2.7.0",
89
88
  "eslint-plugin-unicorn": "^56.0.1",
90
89
  "eslint-plugin-unused-imports": "^4.1.4",
91
90
  "eslint-plugin-vue": "^9.32.0",
92
- "eslint-typegen": "^0.3.2",
93
- "globals": "^15.13.0",
91
+ "eslint-typegen": "^1.0.0",
92
+ "globals": "^15.14.0",
94
93
  "jsonc-eslint-parser": "^2.4.0",
95
- "local-pkg": "^0.5.1",
94
+ "local-pkg": "^1.0.0",
96
95
  "parse-gitignore": "^2.0.0",
97
96
  "picocolors": "^1.1.1",
98
97
  "prettier": "^3.4.2",
@@ -101,47 +100,41 @@
101
100
  "yargs": "^17.7.2"
102
101
  },
103
102
  "devDependencies": {
104
- "@antfu/ni": "^0.23.1",
105
- "@eslint-react/eslint-plugin": "^1.19.0",
106
- "@eslint/config-inspector": "^0.6.0",
103
+ "@antfu/ni": "^23.2.0",
104
+ "@eslint-react/eslint-plugin": "^1.23.2",
105
+ "@eslint/config-inspector": "^1.0.0",
107
106
  "@types/eslint-config-prettier": "^6.11.3",
108
- "@types/fs-extra": "^11.0.4",
109
- "@types/node": "^22.10.2",
107
+ "@types/node": "^22.10.7",
110
108
  "@types/prompts": "^2.4.9",
111
109
  "@types/yargs": "^17.0.33",
112
- "@unocss/eslint-plugin": "^0.65.1",
113
- "bumpp": "^9.9.1",
114
- "eslint": "^9.17.0",
110
+ "@unocss/eslint-plugin": "^65.4.2",
111
+ "bumpp": "^9.10.1",
112
+ "eslint": "^9.18.0",
115
113
  "eslint-plugin-react-hooks": "^5.1.0",
116
- "eslint-plugin-react-refresh": "^0.4.16",
114
+ "eslint-plugin-react-refresh": "^0.4.18",
117
115
  "eslint-plugin-svelte": "^2.46.1",
118
- "eslint-plugin-tailwindcss": "^3.17.5",
119
- "execa": "^9.5.2",
120
- "fast-glob": "^3.3.2",
121
- "fs-extra": "^11.2.0",
122
- "jiti": "^2.4.1",
123
- "lint-staged": "^15.2.11",
124
- "rimraf": "^6.0.1",
116
+ "eslint-plugin-tailwindcss": "^3.18.0",
117
+ "jiti": "^2.4.2",
118
+ "nano-staged": "^0.8.0",
125
119
  "simple-git-hooks": "^2.11.1",
126
- "svelte": "^5.14.0",
120
+ "svelte": "^5.19.0",
127
121
  "svelte-eslint-parser": "^0.43.0",
128
122
  "tsup": "^8.3.5",
129
- "tsx": "^4.19.2",
130
- "typescript": "^5.7.2"
123
+ "typescript": "^5.7.3"
131
124
  },
132
125
  "simple-git-hooks": {
133
- "pre-commit": "pnpx nano-staged"
126
+ "pre-commit": "pnpm exec nano-staged"
134
127
  },
135
128
  "nano-staged": {
136
- "*": "eslint --flag unstable_ts_config --fix"
129
+ "*": "eslint --fix"
137
130
  },
138
131
  "scripts": {
139
132
  "build": "nr build:typegen && tsup",
140
- "dev": "npx @eslint/config-inspector",
141
- "lint": "eslint --flag unstable_ts_config .",
142
- "lint:fix": "eslint --flag unstable_ts_config . --fix",
143
- "build:inspector": "pnpm build && npx @eslint/config-inspector build",
144
- "build:typegen": "tsx scripts/typegen.ts",
133
+ "dev": "pnpx @eslint/config-inspector",
134
+ "lint": "eslint .",
135
+ "lint:fix": "eslint . --fix",
136
+ "build:inspector": "pnpm build && pnpx @eslint/config-inspector build",
137
+ "build:typegen": "jiti scripts/typegen.ts",
145
138
  "release": "bumpp && pnpm publish",
146
139
  "typecheck": "tsc --noEmit"
147
140
  }