|
2 | 2 | "name": "@coderwyd/eslint-config",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "3.1.0",
|
5 |
| - "packageManager": "pnpm@9.11.0", |
| 5 | + "packageManager": "pnpm@9.12.1", |
6 | 6 | "description": "Donny's ESLint config",
|
7 | 7 | "author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
|
8 | 8 | "license": "MIT",
|
|
84 | 84 | "@antfu/install-pkg": "^0.4.1",
|
85 | 85 | "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
86 | 86 | "@toml-tools/parser": "^1.0.0",
|
87 |
| - "@typescript-eslint/eslint-plugin": "^8.8.0", |
88 |
| - "@typescript-eslint/parser": "^8.8.0", |
| 87 | + "@typescript-eslint/eslint-plugin": "^8.8.1", |
| 88 | + "@typescript-eslint/parser": "^8.8.1", |
89 | 89 | "@vitest/eslint-plugin": "^1.1.7",
|
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 | 95 | "eslint-plugin-import-x": "^4.3.1",
|
96 |
| - "eslint-plugin-jsdoc": "^50.3.1", |
| 96 | + "eslint-plugin-jsdoc": "^50.3.2", |
97 | 97 | "eslint-plugin-jsonc": "^2.16.0",
|
98 |
| - "eslint-plugin-n": "^17.10.3", |
| 98 | + "eslint-plugin-n": "^17.11.1", |
99 | 99 | "eslint-plugin-no-only-tests": "^3.3.0",
|
100 | 100 | "eslint-plugin-perfectionist": "^3.8.0",
|
101 | 101 | "eslint-plugin-prettier": "^5.2.1",
|
102 | 102 | "eslint-plugin-regexp": "^2.6.0",
|
103 |
| - "eslint-plugin-unicorn": "^55.0.0", |
| 103 | + "eslint-plugin-unicorn": "^56.0.0", |
104 | 104 | "eslint-plugin-unused-imports": "^4.1.4",
|
105 |
| - "eslint-plugin-vue": "^9.28.0", |
| 105 | + "eslint-plugin-vue": "^9.29.0", |
106 | 106 | "eslint-typegen": "^0.3.2",
|
107 |
| - "globals": "^15.10.0", |
| 107 | + "globals": "^15.11.0", |
108 | 108 | "jsonc-eslint-parser": "^2.4.0",
|
109 | 109 | "local-pkg": "^0.5.0",
|
110 | 110 | "parse-gitignore": "^2.0.0",
|
|
116 | 116 | },
|
117 | 117 | "devDependencies": {
|
118 | 118 | "@antfu/ni": "^0.23.0",
|
119 |
| - "@eslint-react/eslint-plugin": "^1.14.3", |
| 119 | + "@eslint-react/eslint-plugin": "^1.15.0", |
120 | 120 | "@eslint/config-inspector": "^0.5.4",
|
121 | 121 | "@types/eslint-config-prettier": "^6.11.3",
|
122 | 122 | "@types/fs-extra": "^11.0.4",
|
123 |
| - "@types/node": "^22.7.4", |
| 123 | + "@types/node": "^22.7.5", |
124 | 124 | "@types/prompts": "^2.4.9",
|
125 | 125 | "@types/yargs": "^17.0.33",
|
126 | 126 | "@unocss/eslint-plugin": "^0.63.4",
|
127 |
| - "bumpp": "^9.6.1", |
| 127 | + "bumpp": "^9.7.1", |
128 | 128 | "eslint": "^9.12.0",
|
129 |
| - "eslint-plugin-react-hooks": "^4.6.2", |
| 129 | + "eslint-plugin-react-hooks": "^5.0.0", |
130 | 130 | "eslint-plugin-react-refresh": "^0.4.12",
|
131 | 131 | "eslint-plugin-svelte": "2.44.1",
|
132 | 132 | "eslint-plugin-tailwindcss": "^3.17.5",
|
133 | 133 | "execa": "^9.4.0",
|
134 | 134 | "fast-glob": "^3.3.2",
|
135 | 135 | "fs-extra": "^11.2.0",
|
136 |
| - "jiti": "^2.1.2", |
| 136 | + "jiti": "^2.3.3", |
137 | 137 | "lint-staged": "^15.2.10",
|
138 | 138 | "rimraf": "^6.0.1",
|
139 | 139 | "simple-git-hooks": "^2.11.1",
|
|
0 commit comments