-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade yarn #20025
upgrade yarn #20025
Conversation
@kasperpeulen this check issue seems like something you might be able to assist with? Would you be able to have a look at what's wrong? At a first glance, it looks like vue JSX types get confused with vue JSX types. |
I don't quite understand what's going on here: |
Checking it out |
@ndelangen I fixed the issue by making sure module augmentation is a bit more explicit throughout the monorepo, and only using the global types of jest by default: |
@kasperpeulen Is this new?:
|
dkasperpeulen Yes, it is new, investigating, but having a hard time, see discord. Maybe I should just delete the next TS 4.9 templates for now. |
@shilman @kasperpeulen self merging |
Issue:
The sandboxes are installing the latest version of yarn, whereas we use something slightly older
What I did
upgrade to latest version of yarn,
de-duplicate the yarn installation