Fix the CI by fixing the i18n dependencies, and updating vite to v6.0.1 #5198
+875
−391
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes
Fixes #5197 by @obulat
Description
The most recent version of i18n/shared package added
create
function:https://github.com/intlify/vue-i18n/blob/0bd4e68b84d163302819dd21ef4d5fcb6b989f3a/packages/shared/src/utils.ts#L85
In the CI in Playwright, one of the i18n packages was updated to 10.0.5 version, while other dependent packages stayed on 10.0.4, so the imported
create
function wasn't found. I'm not sure why that only happened in the CI, but didn't happen for me locally.Originally, I thought that the problem was with the mismatch of
vite
versions, so it is updated to the latest version here, too. It should be compatible with the other dependencies.Testing Instructions
The CI should pass.
Checklist
Update index.md
).main
) or a parent feature branch.ov just catalog/generate-docs
for catalogPRs) or the media properties generator (
ov just catalog/generate-docs media-props
for the catalog or
ov just api/generate-docs
for the API) where applicable.Developer Certificate of Origin
Developer Certificate of Origin