We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
vite/.github/renovate.json5
Line 19 in cf6c175
update to 4.9 and consolidate use of typescript to a single version
keep it as is
i suppose this is mostly relevant for building types, and indeed running pnpm update -r typescript@^4.93 and pnpm build results in errors.
pnpm update -r typescript@^4.93
pnpm build
Updating could enable removing some expect-error annotations and cool new things like satisfies
satisfies
The text was updated successfully, but these errors were encountered:
fixed in #11229
Sorry, something went wrong.
No branches or pull requests
Description
vite/.github/renovate.json5
Line 19 in cf6c175
Suggested solution
update to 4.9 and consolidate use of typescript to a single version
Alternative
keep it as is
Additional context
i suppose this is mostly relevant for building types, and indeed running
pnpm update -r typescript@^4.93
andpnpm build
results in errors.Updating could enable removing some expect-error annotations and cool new things like
satisfies
Validations
The text was updated successfully, but these errors were encountered: