|
2 | 2 | "name": "@coderwyd/eslint-config", |
3 | 3 | "type": "module", |
4 | 4 | "version": "2.5.6", |
5 | | - "packageManager": "pnpm@9.4.0", |
| 5 | + "packageManager": "pnpm@9.5.0", |
6 | 6 | "description": "Donny's ESLint config", |
7 | 7 | "author": "Donny Wang <[email protected]> (https://github.com/coderwyd/)", |
8 | 8 | "license": "MIT", |
|
82 | 82 | }, |
83 | 83 | "dependencies": { |
84 | 84 | "@antfu/install-pkg": "^0.3.3", |
85 | | - "@stylistic/eslint-plugin": "^2.3.0", |
| 85 | + "@stylistic/eslint-plugin": "^2.6.0-beta.0", |
86 | 86 | "@toml-tools/parser": "^1.0.0", |
87 | | - "@typescript-eslint/eslint-plugin": "^7.15.0", |
88 | | - "@typescript-eslint/parser": "^7.15.0", |
89 | | - "eslint-config-flat-gitignore": "^0.1.5", |
| 87 | + "@typescript-eslint/eslint-plugin": "^8.0.0-alpha.41", |
| 88 | + "@typescript-eslint/parser": "^8.0.0-alpha.41", |
| 89 | + "eslint-config-flat-gitignore": "^0.1.7", |
90 | 90 | "eslint-merge-processors": "^0.1.0", |
91 | 91 | "eslint-plugin-antfu": "^2.3.4", |
92 | 92 | "eslint-plugin-command": "^0.2.3", |
93 | 93 | "eslint-plugin-eslint-comments": "^3.2.0", |
94 | 94 | "eslint-plugin-format": "^0.1.2", |
95 | | - "eslint-plugin-import-x": "^0.5.3", |
96 | | - "eslint-plugin-jsdoc": "^48.5.2", |
| 95 | + "eslint-plugin-import-x": "^3.0.1", |
| 96 | + "eslint-plugin-jsdoc": "^48.7.0", |
97 | 97 | "eslint-plugin-jsonc": "^2.16.0", |
98 | 98 | "eslint-plugin-n": "^17.9.0", |
99 | 99 | "eslint-plugin-no-only-tests": "^3.1.0", |
100 | 100 | "eslint-plugin-perfectionist": "^2.11.0", |
101 | 101 | "eslint-plugin-regexp": "^2.6.0", |
102 | 102 | "eslint-plugin-unicorn": "^54.0.0", |
103 | | - "eslint-plugin-unused-imports": "^3.2.0", |
| 103 | + "eslint-plugin-unused-imports": "^4.0.0", |
104 | 104 | "eslint-plugin-vitest": "^0.5.4", |
105 | 105 | "eslint-plugin-vue": "^9.27.0", |
106 | 106 | "eslint-processor-vue-blocks": "^0.1.2", |
|
117 | 117 | }, |
118 | 118 | "devDependencies": { |
119 | 119 | "@antfu/ni": "^0.21.12", |
120 | | - "@eslint-react/eslint-plugin": "^1.5.23", |
| 120 | + "@eslint-react/eslint-plugin": "^1.5.24", |
121 | 121 | "@eslint/config-inspector": "^0.5.1", |
122 | 122 | "@stylistic/eslint-plugin-migrate": "^2.3.0", |
123 | 123 | "@types/eslint": "^8.56.10", |
|
129 | 129 | "bumpp": "^9.4.1", |
130 | 130 | "eslint": "^9.6.0", |
131 | 131 | "eslint-plugin-react-hooks": "^4.6.2", |
132 | | - "eslint-plugin-react-refresh": "^0.4.7", |
| 132 | + "eslint-plugin-react-refresh": "^0.4.8", |
133 | 133 | "eslint-plugin-svelte": "2.41.0", |
134 | 134 | "eslint-plugin-tailwindcss": "^3.17.4", |
135 | 135 | "execa": "^9.3.0", |
136 | 136 | "fast-glob": "^3.3.2", |
137 | 137 | "fs-extra": "^11.2.0", |
138 | 138 | "lint-staged": "^15.2.7", |
139 | | - "rimraf": "^5.0.7", |
| 139 | + "rimraf": "^6.0.1", |
140 | 140 | "simple-git-hooks": "^2.11.1", |
141 | 141 | "svelte": "^4.2.18", |
142 | | - "svelte-eslint-parser": "^0.39.2", |
| 142 | + "svelte-eslint-parser": "^0.40.0", |
143 | 143 | "tsup": "^8.1.0", |
144 | 144 | "tsx": "^4.16.2", |
145 | 145 | "typescript": "^5.5.3" |
|
0 commit comments