|
2 | 2 | "name": "@coderwyd/eslint-config", |
3 | 3 | "type": "module", |
4 | 4 | "version": "3.2.0", |
5 | | - "packageManager": "pnpm@9.12.3", |
| 5 | + "packageManager": "pnpm@9.14.4", |
6 | 6 | "description": "Donny's ESLint config", |
7 | 7 | "author": "Donny Wang <[email protected]> (https://github.com/coderwyd/)", |
8 | 8 | "license": "MIT", |
|
84 | 84 | "@antfu/install-pkg": "^0.5.0", |
85 | 85 | "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1", |
86 | 86 | "@toml-tools/parser": "^1.0.0", |
87 | | - "@typescript-eslint/eslint-plugin": "^8.14.0", |
88 | | - "@typescript-eslint/parser": "^8.14.0", |
89 | | - "@vitest/eslint-plugin": "^1.1.12", |
| 87 | + "@typescript-eslint/eslint-plugin": "^8.17.0", |
| 88 | + "@typescript-eslint/parser": "^8.17.0", |
| 89 | + "@vitest/eslint-plugin": "^1.1.14", |
90 | 90 | "eslint-config-flat-gitignore": "^0.3.0", |
91 | 91 | "eslint-config-prettier": "^9.1.0", |
92 | 92 | "eslint-plugin-antfu": "^2.7.0", |
93 | 93 | "eslint-plugin-command": "^0.2.6", |
94 | 94 | "eslint-plugin-eslint-comments": "^3.2.0", |
95 | | - "eslint-plugin-import-x": "^4.4.3", |
| 95 | + "eslint-plugin-import-x": "^4.5.0", |
96 | 96 | "eslint-plugin-jsdoc": "^50.6.0", |
97 | 97 | "eslint-plugin-jsonc": "^2.18.2", |
98 | 98 | "eslint-plugin-n": "^17.14.0", |
99 | 99 | "eslint-plugin-no-only-tests": "^3.3.0", |
100 | | - "eslint-plugin-perfectionist": "^3.9.1", |
| 100 | + "eslint-plugin-perfectionist": "^4.2.0", |
101 | 101 | "eslint-plugin-prettier": "^5.2.1", |
102 | 102 | "eslint-plugin-regexp": "^2.7.0", |
103 | 103 | "eslint-plugin-unicorn": "^56.0.1", |
104 | 104 | "eslint-plugin-unused-imports": "^4.1.4", |
105 | | - "eslint-plugin-vue": "^9.30.0", |
| 105 | + "eslint-plugin-vue": "^9.32.0", |
106 | 106 | "eslint-typegen": "^0.3.2", |
107 | | - "globals": "^15.12.0", |
| 107 | + "globals": "^15.13.0", |
108 | 108 | "jsonc-eslint-parser": "^2.4.0", |
109 | 109 | "local-pkg": "^0.5.1", |
110 | 110 | "parse-gitignore": "^2.0.0", |
111 | 111 | "picocolors": "^1.1.1", |
112 | | - "prettier": "^3.3.3", |
| 112 | + "prettier": "^3.4.1", |
113 | 113 | "prompts": "^2.4.2", |
114 | 114 | "vue-eslint-parser": "^9.4.3", |
115 | 115 | "yargs": "^17.7.2" |
|
120 | 120 | "@eslint/config-inspector": "^0.5.6", |
121 | 121 | "@types/eslint-config-prettier": "^6.11.3", |
122 | 122 | "@types/fs-extra": "^11.0.4", |
123 | | - "@types/node": "^22.9.4", |
| 123 | + "@types/node": "^22.10.1", |
124 | 124 | "@types/prompts": "^2.4.9", |
125 | 125 | "@types/yargs": "^17.0.33", |
126 | | - "@unocss/eslint-plugin": "^0.64.1", |
| 126 | + "@unocss/eslint-plugin": "^0.65.0", |
127 | 127 | "bumpp": "^9.8.1", |
128 | 128 | "eslint": "^9.16.0", |
129 | 129 | "eslint-plugin-react-hooks": "^5.0.0", |
130 | | - "eslint-plugin-react-refresh": "^0.4.14", |
| 130 | + "eslint-plugin-react-refresh": "^0.4.16", |
131 | 131 | "eslint-plugin-svelte": "^2.46.1", |
132 | 132 | "eslint-plugin-tailwindcss": "^3.17.5", |
133 | 133 | "execa": "^9.5.1", |
|
137 | 137 | "lint-staged": "^15.2.10", |
138 | 138 | "rimraf": "^6.0.1", |
139 | 139 | "simple-git-hooks": "^2.11.1", |
140 | | - "svelte": "^5.1.17", |
| 140 | + "svelte": "^5.5.3", |
141 | 141 | "svelte-eslint-parser": "^0.43.0", |
142 | 142 | "tsup": "^8.3.5", |
143 | 143 | "tsx": "^4.19.2", |
144 | | - "typescript": "^5.6.3" |
| 144 | + "typescript": "^5.7.2" |
145 | 145 | }, |
146 | 146 | "simple-git-hooks": { |
147 | 147 | "pre-commit": "pnpx nano-staged" |
|
0 commit comments