Skip to content
New issue

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

chore(deps): Upgrade to Vitest 2.1.8 and Vite 5.4.11 #14971

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

nwalters512
Copy link

Prerequisite for #14968. All the tests passed with zero modification!

@@ -53,7 +53,7 @@
"@babel/types": "7.20.7",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems to fail when building now. I tried locally, and just removing the @babel/types dependency seems to "fix" this - can you try adjust it like this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super weird! Things build locally for me correctly. Perhaps this is Yarn v1 not correctly layout things out on disk? I've run into that before. Let me start from a fresh repo and see if I can reproduce and fix.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I unpinned @babel/types in 40bbc53 to allow a newer version to be used.

The build succeeded after the following:

rm -rf packages/*/node_modules
rm -rf node_modules
rm -rf .nxcache
yarn
yarn build

Let's see if CI is happy with this.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants