|
2 | 2 | "name": "@coderwyd/eslint-config",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "2.7.2",
|
5 |
| - "packageManager": "pnpm@9.10.0", |
| 5 | + "packageManager": "pnpm@9.11.0", |
6 | 6 | "description": "Donny's ESLint config",
|
7 | 7 | "author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
|
8 | 8 | "license": "MIT",
|
|
85 | 85 | "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
86 | 86 | "@stylistic/eslint-plugin": "^2.8.0",
|
87 | 87 | "@toml-tools/parser": "^1.0.0",
|
88 |
| - "@typescript-eslint/eslint-plugin": "^8.5.0", |
89 |
| - "@typescript-eslint/parser": "^8.5.0", |
| 88 | + "@typescript-eslint/eslint-plugin": "^8.7.0", |
| 89 | + "@typescript-eslint/parser": "^8.7.0", |
90 | 90 | "@vitest/eslint-plugin": "^1.1.4",
|
91 | 91 | "eslint-config-flat-gitignore": "^0.3.0",
|
92 | 92 | "eslint-merge-processors": "^0.1.0",
|
93 | 93 | "eslint-plugin-antfu": "^2.7.0",
|
94 | 94 | "eslint-plugin-command": "^0.2.5",
|
95 | 95 | "eslint-plugin-eslint-comments": "^3.2.0",
|
96 | 96 | "eslint-plugin-format": "^0.1.2",
|
97 |
| - "eslint-plugin-import-x": "^4.2.1", |
| 97 | + "eslint-plugin-import-x": "^4.3.0", |
98 | 98 | "eslint-plugin-jsdoc": "^50.2.4",
|
99 | 99 | "eslint-plugin-jsonc": "^2.16.0",
|
100 | 100 | "eslint-plugin-n": "^17.10.3",
|
101 | 101 | "eslint-plugin-no-only-tests": "^3.3.0",
|
102 |
| - "eslint-plugin-perfectionist": "^3.6.0", |
| 102 | + "eslint-plugin-perfectionist": "^3.7.0", |
103 | 103 | "eslint-plugin-regexp": "^2.6.0",
|
104 | 104 | "eslint-plugin-unicorn": "^55.0.0",
|
105 | 105 | "eslint-plugin-unused-imports": "^4.1.4",
|
|
122 | 122 | "@eslint/config-inspector": "^0.5.4",
|
123 | 123 | "@stylistic/eslint-plugin-migrate": "^2.8.0",
|
124 | 124 | "@types/fs-extra": "^11.0.4",
|
125 |
| - "@types/node": "^22.5.5", |
| 125 | + "@types/node": "^22.6.1", |
126 | 126 | "@types/prompts": "^2.4.9",
|
127 | 127 | "@types/yargs": "^17.0.33",
|
128 | 128 | "@unocss/eslint-plugin": "^0.62.4",
|
129 | 129 | "bumpp": "^9.5.2",
|
130 |
| - "eslint": "^9.11.0", |
| 130 | + "eslint": "^9.11.1", |
131 | 131 | "eslint-plugin-react-hooks": "^4.6.2",
|
132 | 132 | "eslint-plugin-react-refresh": "^0.4.12",
|
133 | 133 | "eslint-plugin-svelte": "2.43.0",
|
134 | 134 | "eslint-plugin-tailwindcss": "^3.17.4",
|
135 |
| - "execa": "^9.3.1", |
| 135 | + "execa": "^9.4.0", |
136 | 136 | "fast-glob": "^3.3.2",
|
137 | 137 | "fs-extra": "^11.2.0",
|
138 | 138 | "jiti": "^1.21.6",
|
|
141 | 141 | "simple-git-hooks": "^2.11.1",
|
142 | 142 | "svelte": "^4.2.19",
|
143 | 143 | "svelte-eslint-parser": "^0.41.1",
|
144 |
| - "tsup": "^8.2.4", |
| 144 | + "tsup": "^8.3.0", |
145 | 145 | "tsx": "^4.19.1",
|
146 | 146 | "typescript": "^5.6.2"
|
147 | 147 | },
|
|
0 commit comments