-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
update to yarn 4.2.2 #1404
update to yarn 4.2.2 #1404
Conversation
Looks like tests are failing? |
9742548
to
4f698a8
Compare
I would prefer migrate to bun at this point |
072e6c8
to
d284176
Compare
I'll leave it up to you but do keep in mind that Installing another tool and learning how tests and package management work in Bun will discourage people (at least me) for contributing I've already invested enough time to re-learn yarn after using pnpm for a while and I don't want to go through it one more time if Bun survives Youtube/Blog/Facebook hype and is still around after couple more years P.S. I was surprised to find that Orval has multiple layers of yarn workspaces |
I have another side question NX is a great tool but not sure you really need it for one single sample code |
@soartec-lab did you bring in fastify? Or was it always there? |
No, I haven't added it. https://github.com/anymaniax/orval/blob/master/samples/package.json#L13 The |
Also, I agree with using However, since cooperation with |
@karlismelderis-mckinsey @melloware I'll make PR for |
I''m working on it here, but it's still a work in progress. I will open it when completed |
d284176
to
f0f7f10
Compare
Have you considering to replace I find it's configuration more flexible and it discovers all package.json files in the repo without any extra configuration |
Looks like merge conflict? |
can we collect approvals and I'll rebase one more time |
@karlismelderis-mckinsey if you update i will merge this PR once its ready to go. |
f0f7f10
to
e5c0eeb
Compare
I have tried everything
Any thoughts? verified my yarn version
|
Status
READY
Description
Update project to yarn v4
Yarn versions are controlled by corepack now
https://yarnpkg.com/getting-started/install
There are a plenty breaking changes but quick scan through code didn't raised any red flags hence only lock fine has changed