|
2 | 2 | "name": "@coderwyd/eslint-config",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "4.5.0",
|
5 |
| - "packageManager": "pnpm@10.13.1", |
| 5 | + "packageManager": "pnpm@10.14.0", |
6 | 6 | "description": "Donny's ESLint config",
|
7 | 7 | "author": "Donny Wang <[email protected]> (https://github.com/coderwyd/)",
|
8 | 8 | "license": "MIT",
|
|
84 | 84 | "dependencies": {
|
85 | 85 | "@antfu/install-pkg": "^1.1.0",
|
86 | 86 | "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
87 |
| - "@typescript-eslint/eslint-plugin": "^8.38.0", |
88 |
| - "@typescript-eslint/parser": "^8.38.0", |
| 87 | + "@typescript-eslint/eslint-plugin": "^8.39.1", |
| 88 | + "@typescript-eslint/parser": "^8.39.1", |
89 | 89 | "@vitest/eslint-plugin": "^1.3.4",
|
90 | 90 | "eslint-config-flat-gitignore": "^2.1.0",
|
91 | 91 | "eslint-config-prettier": "^10.1.8",
|
|
94 | 94 | "eslint-plugin-de-morgan": "^1.3.1",
|
95 | 95 | "eslint-plugin-eslint-comments": "^3.2.0",
|
96 | 96 | "eslint-plugin-import-lite": "^0.3.0",
|
97 |
| - "eslint-plugin-jsdoc": "^51.4.1", |
| 97 | + "eslint-plugin-jsdoc": "^54.0.0", |
98 | 98 | "eslint-plugin-jsonc": "^2.20.1",
|
99 | 99 | "eslint-plugin-n": "^17.21.3",
|
100 | 100 | "eslint-plugin-no-only-tests": "^3.3.0",
|
|
118 | 118 | },
|
119 | 119 | "devDependencies": {
|
120 | 120 | "@antfu/ni": "^25.0.0",
|
121 |
| - "@eslint-react/eslint-plugin": "^1.52.3", |
122 |
| - "@eslint/config-inspector": "^1.1.0", |
| 121 | + "@eslint-react/eslint-plugin": "^1.52.4", |
| 122 | + "@eslint/config-inspector": "^1.2.0", |
123 | 123 | "@types/eslint-config-prettier": "^6.11.3",
|
124 |
| - "@types/node": "^24.1.0", |
| 124 | + "@types/node": "^24.2.1", |
125 | 125 | "@types/prompts": "^2.4.9",
|
126 | 126 | "@types/yargs": "^17.0.33",
|
127 | 127 | "@unocss/eslint-plugin": "^66.4.2",
|
128 |
| - "bumpp": "^10.2.2", |
| 128 | + "bumpp": "^10.2.3", |
129 | 129 | "eslint": "^9.33.0",
|
130 | 130 | "eslint-plugin-react-hooks": "6.0.0-rc1",
|
131 | 131 | "eslint-plugin-react-refresh": "^0.4.20",
|
|
134 | 134 | "jiti": "^2.5.1",
|
135 | 135 | "nano-staged": "^0.8.0",
|
136 | 136 | "simple-git-hooks": "^2.13.1",
|
137 |
| - "svelte": "^5.38.0", |
| 137 | + "svelte": "^5.38.1", |
138 | 138 | "svelte-eslint-parser": "^1.3.1",
|
139 |
| - "tsdown": "^0.13.5", |
140 |
| - "typescript": "^5.8.3" |
| 139 | + "tsdown": "^0.14.1", |
| 140 | + "typescript": "^5.9.2" |
141 | 141 | },
|
142 | 142 | "pnpm": {
|
143 | 143 | "onlyBuiltDependencies": [
|
|
0 commit comments