|
121 | 121 | }, |
122 | 122 | "dependencies": { |
123 | 123 | "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0", |
124 | | - "@eslint/compat": "^1.2.9", |
125 | | - "@eslint/js": "^9.28.0", |
126 | | - "@eslint/markdown": "^6.4.0", |
127 | | - "@html-eslint/eslint-plugin": "^0.41.0", |
128 | | - "@html-eslint/parser": "^0.41.0", |
129 | | - "@stylistic/eslint-plugin": "^4.4.0", |
130 | | - "@stylistic/eslint-plugin-ts": "^4.4.0", |
131 | | - "@typescript-eslint/eslint-plugin": "^8.33.1", |
132 | | - "@typescript-eslint/parser": "^8.33.1", |
133 | | - "@visulima/package": "^3.5.6", |
134 | | - "@visulima/tsconfig": "^1.1.17", |
135 | | - "@vitest/eslint-plugin": "^1.2.1", |
| 124 | + "@eslint/compat": "^1.3.1", |
| 125 | + "@eslint/js": "^9.30.1", |
| 126 | + "@eslint/markdown": "^6.6.0", |
| 127 | + "@html-eslint/eslint-plugin": "^0.42.0", |
| 128 | + "@html-eslint/parser": "^0.42.0", |
| 129 | + "@stylistic/eslint-plugin": "^5.1.0", |
| 130 | + "@stylistic/eslint-plugin-ts": "^4.4.1", |
| 131 | + "@typescript-eslint/eslint-plugin": "^8.35.1", |
| 132 | + "@typescript-eslint/parser": "^8.35.1", |
| 133 | + "@visulima/package": "^3.5.8", |
| 134 | + "@visulima/tsconfig": "^1.1.19", |
| 135 | + "@vitest/eslint-plugin": "^1.3.4", |
136 | 136 | "confusing-browser-globals": "^1.0.11", |
137 | 137 | "eslint-config-flat-gitignore": "^2.1.0", |
138 | 138 | "eslint-flat-config-utils": "^2.1.0", |
139 | 139 | "eslint-import-resolver-node": "^0.3.9", |
140 | | - "eslint-import-resolver-typescript": "^4.4.2", |
| 140 | + "eslint-import-resolver-typescript": "^4.4.4", |
141 | 141 | "eslint-merge-processors": "^2.0.0", |
142 | 142 | "eslint-plugin-antfu": "^3.1.1", |
143 | 143 | "eslint-plugin-compat": "^6.0.2", |
144 | | - "eslint-plugin-es-x": "^8.6.2", |
| 144 | + "eslint-plugin-es-x": "^8.7.0", |
145 | 145 | "eslint-plugin-html": "^8.1.3", |
146 | | - "eslint-plugin-import-x": "^4.15.0", |
147 | | - "eslint-plugin-jsdoc": "^50.7.1", |
| 146 | + "eslint-plugin-import-x": "^4.16.1", |
| 147 | + "eslint-plugin-jsdoc": "^51.3.2", |
148 | 148 | "eslint-plugin-jsonc": "^2.20.1", |
149 | | - "eslint-plugin-n": "^17.19.0", |
| 149 | + "eslint-plugin-n": "^17.20.0", |
150 | 150 | "eslint-plugin-no-for-of-array": "^0.1.0", |
151 | 151 | "eslint-plugin-no-only-tests": "^3.3.0", |
152 | 152 | "eslint-plugin-no-secrets": "^2.2.1", |
153 | 153 | "eslint-plugin-no-unsanitized": "^4.1.2", |
154 | | - "eslint-plugin-perfectionist": "^4.13.0", |
| 154 | + "eslint-plugin-perfectionist": "^4.15.0", |
155 | 155 | "eslint-plugin-promise": "^7.2.1", |
156 | | - "eslint-plugin-regexp": "^2.7.0", |
| 156 | + "eslint-plugin-regexp": "^2.9.0", |
157 | 157 | "eslint-plugin-security": "^3.0.1", |
158 | 158 | "eslint-plugin-simple-import-sort": "^12.1.1", |
159 | | - "eslint-plugin-sonarjs": "^3.0.2", |
| 159 | + "eslint-plugin-sonarjs": "^3.0.4", |
160 | 160 | "eslint-plugin-toml": "^0.12.0", |
161 | 161 | "eslint-plugin-unicorn": "^59.0.1", |
162 | 162 | "eslint-plugin-unused-imports": "^4.1.4", |
163 | 163 | "eslint-plugin-yml": "^1.18.0", |
164 | | - "globals": "^16.2.0", |
| 164 | + "globals": "^16.3.0", |
165 | 165 | "jsonc-eslint-parser": "^2.4.0", |
166 | 166 | "parse-gitignore": "^2.0.0", |
167 | 167 | "semver": "^7.7.2", |
168 | 168 | "toml-eslint-parser": "^0.10.0", |
169 | | - "typescript-eslint": "^8.33.1", |
| 169 | + "typescript-eslint": "^8.35.1", |
170 | 170 | "yaml-eslint-parser": "^1.3.0" |
171 | 171 | }, |
172 | 172 | "devDependencies": { |
173 | | - "@anolilab/semantic-release-preset": "10.0.5", |
174 | | - "@arethetypeswrong/cli": "^0.18.1", |
175 | | - "@eslint-react/eslint-plugin": "^1.50.0", |
176 | | - "@eslint/config-inspector": "^1.0.2", |
177 | | - "@eslint/css": "^0.8.1", |
178 | | - "@stylistic/eslint-plugin-migrate": "^4.4.0", |
179 | | - "@tanstack/eslint-plugin-query": "^5.78.0", |
180 | | - "@tanstack/eslint-plugin-router": "^1.115.0", |
| 173 | + "@anolilab/semantic-release-preset": "11.0.0", |
| 174 | + "@arethetypeswrong/cli": "^0.18.2", |
| 175 | + "@eslint-react/eslint-plugin": "^1.52.2", |
| 176 | + "@eslint/config-inspector": "^1.1.0", |
| 177 | + "@eslint/css": "^0.9.0", |
| 178 | + "@stylistic/eslint-plugin-migrate": "^4.4.1", |
| 179 | + "@tanstack/eslint-plugin-query": "^5.81.2", |
| 180 | + "@tanstack/eslint-plugin-router": "^1.121.21", |
181 | 181 | "@testing-library/dom": "^10.4.0", |
182 | 182 | "@total-typescript/ts-reset": "^0.6.1", |
183 | 183 | "@types/confusing-browser-globals": "^1.0.3", |
184 | 184 | "@types/eslint": "^9.6.1", |
185 | 185 | "@types/eslint-plugin-jsx-a11y": "^6.10.0", |
186 | 186 | "@types/eslint-plugin-tailwindcss": "^3.17.0", |
187 | 187 | "@types/semver": "^7.7.0", |
188 | | - "@unocss/eslint-plugin": "^66.1.3", |
189 | | - "@visulima/packem": "^1.19.4", |
| 188 | + "@unocss/eslint-plugin": "^66.3.2", |
| 189 | + "@visulima/packem": "^1.28.2", |
190 | 190 | "astro-eslint-parser": "^1.2.2", |
191 | 191 | "esbuild": "^0.25.5", |
192 | | - "eslint": "^9.28.0", |
| 192 | + "eslint": "^9.30.1", |
193 | 193 | "eslint-plugin-astro": "^1.3.1", |
194 | 194 | "eslint-plugin-format": "^1.0.1", |
195 | 195 | "eslint-plugin-jsx-a11y": "^6.10.2", |
|
198 | 198 | "eslint-plugin-react-hooks": "^5.2.0", |
199 | 199 | "eslint-plugin-react-perf": "^3.3.3", |
200 | 200 | "eslint-plugin-react-refresh": "^0.4.20", |
201 | | - "eslint-plugin-react-you-might-not-need-an-effect": "^0.0.39", |
202 | | - "eslint-plugin-storybook": "^9.0.4", |
| 201 | + "eslint-plugin-react-you-might-not-need-an-effect": "^0.2.0", |
| 202 | + "eslint-plugin-storybook": "^9.0.15", |
203 | 203 | "eslint-plugin-tailwindcss": "^3.18.0", |
204 | | - "eslint-plugin-testing-library": "^7.3.0", |
| 204 | + "eslint-plugin-testing-library": "^7.5.3", |
205 | 205 | "eslint-plugin-tsdoc": "^0.4.0", |
206 | 206 | "eslint-plugin-validate-jsx-nesting": "^0.1.1", |
207 | 207 | "eslint-plugin-vitest": "^0.5.4", |
208 | 208 | "eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0", |
209 | 209 | "eslint-plugin-zod": "^1.4.0", |
210 | | - "eslint-typegen": "^2.2.0", |
| 210 | + "eslint-typegen": "^2.2.1", |
211 | 211 | "execa": "^9.6.0", |
212 | 212 | "react": "^19.1.0", |
213 | 213 | "rimraf": "^6.0.1", |
214 | | - "semantic-release": "^24.2.5", |
| 214 | + "semantic-release": "^24.2.6", |
215 | 215 | "tinyglobby": "^0.2.14", |
216 | | - "tsx": "^4.19.4", |
| 216 | + "tsx": "^4.20.3", |
217 | 217 | "type-fest": "^4.41.0", |
218 | 218 | "typescript": "^5.8.3", |
219 | | - "vitest": "^3.2.0" |
| 219 | + "vitest": "^3.2.4" |
220 | 220 | }, |
221 | 221 | "peerDependencies": { |
222 | 222 | "@babel/core": "^7.22.20", |
|
0 commit comments