|
2 | 2 | "name": "@coderwyd/eslint-config",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "4.2.2",
|
5 |
| - "packageManager": "pnpm@10.9.0", |
| 5 | + "packageManager": "pnpm@10.11.0", |
6 | 6 | "description": "Donny's ESLint config",
|
7 | 7 | "author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
|
8 | 8 | "license": "MIT",
|
|
18 | 18 | "access": "public"
|
19 | 19 | },
|
20 | 20 | "exports": {
|
21 |
| - ".": "./dist/index.js" |
| 21 | + ".": "./dist/index.js", |
| 22 | + "./cli": "./dist/cli.js", |
| 23 | + "./package.json": "./package.json" |
22 | 24 | },
|
23 | 25 | "main": "./dist/index.js",
|
| 26 | + "module": "./dist/index.js", |
24 | 27 | "types": "./dist/index.d.ts",
|
25 | 28 | "bin": "./bin/index.js",
|
26 | 29 | "files": [
|
|
82 | 85 | "dependencies": {
|
83 | 86 | "@antfu/install-pkg": "^1.1.0",
|
84 | 87 | "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
85 |
| - "@typescript-eslint/eslint-plugin": "^8.31.1", |
86 |
| - "@typescript-eslint/parser": "^8.31.1", |
| 88 | + "@typescript-eslint/eslint-plugin": "^8.33.0", |
| 89 | + "@typescript-eslint/parser": "^8.33.0", |
87 | 90 | "@vitest/eslint-plugin": "^1.2.1",
|
88 | 91 | "eslint-config-flat-gitignore": "^2.1.0",
|
89 | 92 | "eslint-config-prettier": "^10.1.5",
|
90 | 93 | "eslint-plugin-antfu": "^3.1.1",
|
91 | 94 | "eslint-plugin-command": "^3.2.1",
|
92 | 95 | "eslint-plugin-de-morgan": "^1.2.1",
|
93 | 96 | "eslint-plugin-eslint-comments": "^3.2.0",
|
94 |
| - "eslint-plugin-import-x": "^4.11.1", |
| 97 | + "eslint-plugin-import-x": "^4.13.3", |
95 | 98 | "eslint-plugin-jsdoc": "^50.6.17",
|
96 | 99 | "eslint-plugin-jsonc": "^2.20.1",
|
97 | 100 | "eslint-plugin-n": "^17.18.0",
|
98 | 101 | "eslint-plugin-no-only-tests": "^3.3.0",
|
99 | 102 | "eslint-plugin-perfectionist": "^4.13.0",
|
100 | 103 | "eslint-plugin-regexp": "^2.7.0",
|
101 |
| - "eslint-plugin-unicorn": "^58.0.0", |
| 104 | + "eslint-plugin-unicorn": "^59.0.1", |
102 | 105 | "eslint-plugin-unused-imports": "^4.1.4",
|
103 |
| - "eslint-plugin-vue": "^10.0.1", |
| 106 | + "eslint-plugin-vue": "^10.1.0", |
104 | 107 | "eslint-plugin-yml": "^1.18.0",
|
105 |
| - "eslint-typegen": "^2.1.0", |
106 |
| - "globals": "^16.0.0", |
| 108 | + "eslint-typegen": "^2.2.0", |
| 109 | + "globals": "^16.2.0", |
107 | 110 | "jsonc-eslint-parser": "^2.4.0",
|
108 | 111 | "local-pkg": "^1.1.1",
|
109 | 112 | "parse-gitignore": "^2.0.0",
|
|
112 | 115 | "prompts": "^2.4.2",
|
113 | 116 | "vue-eslint-parser": "^10.1.3",
|
114 | 117 | "yaml-eslint-parser": "^1.3.0",
|
115 |
| - "yargs": "^17.7.2" |
| 118 | + "yargs": "^18.0.0" |
116 | 119 | },
|
117 | 120 | "devDependencies": {
|
118 |
| - "@antfu/ni": "^24.4.0", |
| 121 | + "@antfu/ni": "^25.0.0", |
119 | 122 | "@eslint-react/eslint-plugin": "^1.50.0",
|
120 | 123 | "@eslint/config-inspector": "^1.0.2",
|
121 | 124 | "@types/eslint-config-prettier": "^6.11.3",
|
122 |
| - "@types/node": "^22.15.21", |
| 125 | + "@types/node": "^22.15.23", |
123 | 126 | "@types/prompts": "^2.4.9",
|
124 | 127 | "@types/yargs": "^17.0.33",
|
125 | 128 | "@unocss/eslint-plugin": "^66.1.2",
|
|
128 | 131 | "eslint-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
|
129 | 132 | "eslint-plugin-react-hooks": "^5.2.0",
|
130 | 133 | "eslint-plugin-react-refresh": "^0.4.20",
|
131 |
| - "eslint-plugin-svelte": "^3.5.1", |
| 134 | + "eslint-plugin-svelte": "^3.9.0", |
132 | 135 | "eslint-plugin-tailwindcss": "^3.18.0",
|
133 | 136 | "jiti": "^2.4.2",
|
134 | 137 | "nano-staged": "^0.8.0",
|
135 | 138 | "simple-git-hooks": "^2.13.0",
|
136 |
| - "svelte": "^5.28.7", |
137 |
| - "svelte-eslint-parser": "^1.1.3", |
138 |
| - "tsdown": "^0.9.9", |
| 139 | + "svelte": "^5.33.4", |
| 140 | + "svelte-eslint-parser": "^1.2.0", |
| 141 | + "tsdown": "0.12.3", |
139 | 142 | "typescript": "^5.8.3"
|
140 | 143 | },
|
141 | 144 | "pnpm": {
|
|
0 commit comments