|
2 | 2 | "name": "@coderwyd/eslint-config", |
3 | 3 | "type": "module", |
4 | 4 | "version": "4.2.0", |
5 | | - "packageManager": "[email protected].4", |
| 5 | + "packageManager": "[email protected].5", |
6 | 6 | "description": "Donny's ESLint config", |
7 | 7 | "author": "Donny Wang <[email protected]> (https://github.com/coderwyd/)", |
8 | 8 | "license": "MIT", |
|
82 | 82 | "dependencies": { |
83 | 83 | "@antfu/install-pkg": "^1.0.0", |
84 | 84 | "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", |
85 | | - "@typescript-eslint/eslint-plugin": "^8.26.1", |
86 | | - "@typescript-eslint/parser": "^8.26.1", |
| 85 | + "@typescript-eslint/eslint-plugin": "^8.28.0", |
| 86 | + "@typescript-eslint/parser": "^8.28.0", |
87 | 87 | "@vitest/eslint-plugin": "^1.1.38", |
88 | 88 | "eslint-config-flat-gitignore": "^2.1.0", |
89 | 89 | "eslint-config-prettier": "^10.1.1", |
90 | 90 | "eslint-plugin-antfu": "^3.1.1", |
91 | | - "eslint-plugin-command": "^3.1.0", |
| 91 | + "eslint-plugin-command": "^3.2.0", |
92 | 92 | "eslint-plugin-de-morgan": "^1.2.1", |
93 | 93 | "eslint-plugin-eslint-comments": "^3.2.0", |
94 | 94 | "eslint-plugin-import-x": "^4.9.1", |
95 | | - "eslint-plugin-jsdoc": "^50.6.8", |
| 95 | + "eslint-plugin-jsdoc": "^50.6.9", |
96 | 96 | "eslint-plugin-jsonc": "^2.19.1", |
97 | 97 | "eslint-plugin-n": "^17.16.2", |
98 | 98 | "eslint-plugin-no-only-tests": "^3.3.0", |
99 | 99 | "eslint-plugin-perfectionist": "^4.10.1", |
100 | 100 | "eslint-plugin-regexp": "^2.7.0", |
101 | | - "eslint-plugin-unicorn": "^57.0.0", |
| 101 | + "eslint-plugin-unicorn": "^58.0.0", |
102 | 102 | "eslint-plugin-unused-imports": "^4.1.4", |
103 | 103 | "eslint-plugin-vue": "^10.0.0", |
104 | 104 | "eslint-plugin-yml": "^1.17.0", |
|
116 | 116 | }, |
117 | 117 | "devDependencies": { |
118 | 118 | "@antfu/ni": "^24.3.0", |
119 | | - "@eslint-react/eslint-plugin": "^1.35.0", |
| 119 | + "@eslint-react/eslint-plugin": "^1.38.0", |
120 | 120 | "@eslint/config-inspector": "^1.0.2", |
121 | 121 | "@types/eslint-config-prettier": "^6.11.3", |
122 | | - "@types/node": "^22.13.11", |
| 122 | + "@types/node": "^22.13.13", |
123 | 123 | "@types/prompts": "^2.4.9", |
124 | 124 | "@types/yargs": "^17.0.33", |
125 | 125 | "@unocss/eslint-plugin": "^66.1.0-beta.6", |
126 | 126 | "bumpp": "^10.1.0", |
127 | | - "eslint": "^9.22.0", |
| 127 | + "eslint": "^9.23.0", |
128 | 128 | "eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112", |
129 | 129 | "eslint-plugin-react-hooks": "^5.2.0", |
130 | 130 | "eslint-plugin-react-refresh": "^0.4.19", |
131 | | - "eslint-plugin-svelte": "^3.3.2", |
| 131 | + "eslint-plugin-svelte": "^3.3.3", |
132 | 132 | "eslint-plugin-tailwindcss": "^3.18.0", |
133 | 133 | "jiti": "^2.4.2", |
134 | 134 | "nano-staged": "^0.8.0", |
135 | | - "simple-git-hooks": "^2.11.1", |
136 | | - "svelte": "^5.23.2", |
| 135 | + "simple-git-hooks": "^2.12.1", |
| 136 | + "svelte": "^5.25.3", |
137 | 137 | "svelte-eslint-parser": "^1.1.0", |
138 | 138 | "tsup": "^8.4.0", |
139 | 139 | "typescript": "^5.8.2" |
140 | 140 | }, |
| 141 | + "pnpm": { |
| 142 | + "onlyBuiltDependencies": [ |
| 143 | + "simple-git-hooks" |
| 144 | + ] |
| 145 | + }, |
141 | 146 | "simple-git-hooks": { |
142 | 147 | "pre-commit": "pnpm exec nano-staged" |
143 | 148 | }, |
|
0 commit comments