|
2 | 2 | "name": "@coderwyd/eslint-config",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "2.6.4",
|
5 |
| - "packageManager": "pnpm@9.7.1", |
| 5 | + "packageManager": "pnpm@9.9.0", |
6 | 6 | "description": "Donny's ESLint config",
|
7 | 7 | "author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
|
8 | 8 | "license": "MIT",
|
|
81 | 81 | }
|
82 | 82 | },
|
83 | 83 | "dependencies": {
|
84 |
| - "@antfu/install-pkg": "^0.3.5", |
85 |
| - "@stylistic/eslint-plugin": "^2.6.4", |
| 84 | + "@antfu/install-pkg": "^0.4.1", |
| 85 | + "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0", |
| 86 | + "@stylistic/eslint-plugin": "^2.7.1", |
86 | 87 | "@toml-tools/parser": "^1.0.0",
|
87 |
| - "@typescript-eslint/eslint-plugin": "^8.0.1", |
88 |
| - "@typescript-eslint/parser": "^8.0.1", |
89 |
| - "@vitest/eslint-plugin": "^1.0.5", |
90 |
| - "eslint-config-flat-gitignore": "^0.1.8", |
| 88 | + "@typescript-eslint/eslint-plugin": "^8.3.0", |
| 89 | + "@typescript-eslint/parser": "^8.3.0", |
| 90 | + "@vitest/eslint-plugin": "^1.1.0", |
| 91 | + "eslint-config-flat-gitignore": "^0.3.0", |
91 | 92 | "eslint-merge-processors": "^0.1.0",
|
92 | 93 | "eslint-plugin-antfu": "^2.3.6",
|
93 | 94 | "eslint-plugin-command": "^0.2.3",
|
94 | 95 | "eslint-plugin-eslint-comments": "^3.2.0",
|
95 | 96 | "eslint-plugin-format": "^0.1.2",
|
96 |
| - "eslint-plugin-import-x": "^3.1.0", |
97 |
| - "eslint-plugin-jsdoc": "^50.1.0", |
| 97 | + "eslint-plugin-import-x": "^4.1.1", |
| 98 | + "eslint-plugin-jsdoc": "^50.2.2", |
98 | 99 | "eslint-plugin-jsonc": "^2.16.0",
|
99 | 100 | "eslint-plugin-n": "^17.10.2",
|
100 |
| - "eslint-plugin-no-only-tests": "^3.1.0", |
101 |
| - "eslint-plugin-perfectionist": "^3.1.3", |
| 101 | + "eslint-plugin-no-only-tests": "^3.3.0", |
| 102 | + "eslint-plugin-perfectionist": "^3.3.0", |
102 | 103 | "eslint-plugin-regexp": "^2.6.0",
|
103 | 104 | "eslint-plugin-unicorn": "^55.0.0",
|
104 | 105 | "eslint-plugin-unused-imports": "^4.1.3",
|
|
116 | 117 | "yargs": "^17.7.2"
|
117 | 118 | },
|
118 | 119 | "devDependencies": {
|
119 |
| - "@antfu/ni": "^0.22.4", |
120 |
| - "@eslint-react/eslint-plugin": "^1.10.1", |
| 120 | + "@antfu/ni": "^0.23.0", |
| 121 | + "@eslint-react/eslint-plugin": "^1.12.3", |
121 | 122 | "@eslint/config-inspector": "^0.5.4",
|
122 |
| - "@stylistic/eslint-plugin-migrate": "^2.6.4", |
| 123 | + "@stylistic/eslint-plugin-migrate": "^2.7.1", |
123 | 124 | "@types/eslint": "^9.6.1",
|
124 | 125 | "@types/fs-extra": "^11.0.4",
|
125 |
| - "@types/node": "^20.14.15", |
| 126 | + "@types/node": "^20.16.2", |
126 | 127 | "@types/prompts": "^2.4.9",
|
127 | 128 | "@types/yargs": "^17.0.33",
|
128 |
| - "@unocss/eslint-plugin": "^0.61.9", |
| 129 | + "@unocss/eslint-plugin": "^0.62.3", |
129 | 130 | "bumpp": "^9.5.2",
|
130 | 131 | "eslint": "^9.9.1",
|
131 | 132 | "eslint-plugin-react-hooks": "^4.6.2",
|
|
0 commit comments