|
2 | 2 | "name": "@coderwyd/eslint-config",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "4.6.0",
|
5 |
| - "packageManager": "pnpm@10.14.0", |
| 5 | + "packageManager": "pnpm@10.15.1", |
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.39.1", |
88 |
| - "@typescript-eslint/parser": "^8.39.1", |
89 |
| - "@vitest/eslint-plugin": "^1.3.4", |
| 87 | + "@typescript-eslint/eslint-plugin": "^8.42.0", |
| 88 | + "@typescript-eslint/parser": "^8.42.0", |
| 89 | + "@vitest/eslint-plugin": "^1.3.7", |
90 | 90 | "eslint-config-flat-gitignore": "^2.1.0",
|
91 | 91 | "eslint-config-prettier": "^10.1.8",
|
92 | 92 | "eslint-plugin-antfu": "^3.1.1",
|
93 | 93 | "eslint-plugin-command": "^3.3.1",
|
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": "^54.1.0", |
| 97 | + "eslint-plugin-jsdoc": "^54.3.1", |
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",
|
|
107 | 107 | "eslint-typegen": "^2.3.0",
|
108 | 108 | "globals": "^16.3.0",
|
109 | 109 | "jsonc-eslint-parser": "^2.4.0",
|
110 |
| - "local-pkg": "^1.1.1", |
| 110 | + "local-pkg": "^1.1.2", |
111 | 111 | "parse-gitignore": "^2.0.0",
|
112 | 112 | "picocolors": "^1.1.1",
|
113 | 113 | "prettier": "^3.6.2",
|
|
118 | 118 | },
|
119 | 119 | "devDependencies": {
|
120 | 120 | "@antfu/ni": "^25.0.0",
|
121 |
| - "@eslint-react/eslint-plugin": "^1.52.6", |
| 121 | + "@eslint-react/eslint-plugin": "^1.52.9", |
122 | 122 | "@eslint/config-inspector": "^1.2.0",
|
123 | 123 | "@types/eslint-config-prettier": "^6.11.3",
|
124 | 124 | "@types/node": "^24.3.0",
|
125 | 125 | "@types/prompts": "^2.4.9",
|
126 | 126 | "@types/yargs": "^17.0.33",
|
127 |
| - "@unocss/eslint-plugin": "^66.4.2", |
| 127 | + "@unocss/eslint-plugin": "^66.5.0", |
128 | 128 | "bumpp": "^10.2.3",
|
129 |
| - "eslint": "^9.33.0", |
| 129 | + "eslint": "^9.34.0", |
130 | 130 | "eslint-plugin-react-hooks": "6.0.0-rc1",
|
131 | 131 | "eslint-plugin-react-refresh": "^0.4.20",
|
132 |
| - "eslint-plugin-svelte": "^3.11.0", |
| 132 | + "eslint-plugin-svelte": "^3.12.0", |
133 | 133 | "eslint-plugin-tailwindcss": "^3.18.2",
|
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.1", |
| 137 | + "svelte": "^5.38.6", |
138 | 138 | "svelte-eslint-parser": "^1.3.1",
|
139 |
| - "tsdown": "^0.14.1", |
| 139 | + "tsdown": "^0.14.2", |
140 | 140 | "typescript": "^5.9.2"
|
141 | 141 | },
|
142 | 142 | "pnpm": {
|
|
0 commit comments