|
2 | 2 | "name": "@coderwyd/eslint-config", |
3 | 3 | "type": "module", |
4 | 4 | "version": "4.4.1", |
5 | | - "packageManager": "pnpm@10.12.4", |
| 5 | + "packageManager": "pnpm@10.13.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.35.1", |
88 | | - "@typescript-eslint/parser": "^8.35.1", |
| 87 | + "@typescript-eslint/eslint-plugin": "^8.38.0", |
| 88 | + "@typescript-eslint/parser": "^8.38.0", |
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", |
|
100 | 100 | "eslint-plugin-no-only-tests": "^3.3.0", |
101 | 101 | "eslint-plugin-perfectionist": "^4.15.0", |
102 | 102 | "eslint-plugin-regexp": "^2.9.0", |
103 | | - "eslint-plugin-unicorn": "^59.0.1", |
| 103 | + "eslint-plugin-unicorn": "^60.0.0", |
104 | 104 | "eslint-plugin-unused-imports": "^4.1.4", |
105 | 105 | "eslint-plugin-vue": "^10.3.0", |
106 | 106 | "eslint-plugin-yml": "^1.18.0", |
|
112 | 112 | "picocolors": "^1.1.1", |
113 | 113 | "prettier": "^3.6.2", |
114 | 114 | "prompts": "^2.4.2", |
115 | | - "vue-eslint-parser": "^10.1.4", |
| 115 | + "vue-eslint-parser": "^10.2.0", |
116 | 116 | "yaml-eslint-parser": "^1.3.0", |
117 | 117 | "yargs": "^18.0.0" |
118 | 118 | }, |
|
121 | 121 | "@eslint-react/eslint-plugin": "^1.52.3", |
122 | 122 | "@eslint/config-inspector": "^1.1.0", |
123 | 123 | "@types/eslint-config-prettier": "^6.11.3", |
124 | | - "@types/node": "^24.0.15", |
| 124 | + "@types/node": "^24.1.0", |
125 | 125 | "@types/prompts": "^2.4.9", |
126 | 126 | "@types/yargs": "^17.0.33", |
127 | 127 | "@unocss/eslint-plugin": "^66.3.3", |
|
131 | 131 | "eslint-plugin-react-refresh": "^0.4.20", |
132 | 132 | "eslint-plugin-svelte": "^3.11.0", |
133 | 133 | "eslint-plugin-tailwindcss": "^3.18.2", |
134 | | - "jiti": "^2.4.2", |
| 134 | + "jiti": "^2.5.0", |
135 | 135 | "nano-staged": "^0.8.0", |
136 | 136 | "simple-git-hooks": "^2.13.0", |
137 | | - "svelte": "^5.34.9", |
138 | | - "svelte-eslint-parser": "^1.2.0", |
139 | | - "tsdown": "^0.12.9", |
| 137 | + "svelte": "^5.36.14", |
| 138 | + "svelte-eslint-parser": "^1.3.0", |
| 139 | + "tsdown": "^0.13.0", |
140 | 140 | "typescript": "^5.8.3" |
141 | 141 | }, |
142 | 142 | "pnpm": { |
|
0 commit comments