Skip to content
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

Switch from yarn to bun #13

Closed
marc-aurele-besner opened this issue Jun 5, 2024 · 0 comments
Closed

Switch from yarn to bun #13

marc-aurele-besner opened this issue Jun 5, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@marc-aurele-besner
Copy link
Collaborator

Switch from yarn to bun

Yarn is a bit of a pain, the traditional yarn does not support import path such as workspace:*.
So I had first switched to yarn berry (canary -> 4.2.5) but it seems to be very inconsistent with there lock file, now using both yarn.lock and a couple .pnp files 🤯

And this seems to cause some weird incompatibility with vscode, as prettier on save and vs code does not detect the dependencies as installed anymore...

I tested bun last night, and it seems to work as we need-it out of the box and be faster

@marc-aurele-besner marc-aurele-besner self-assigned this Jun 5, 2024
@marc-aurele-besner marc-aurele-besner added the enhancement New feature or request label Jun 5, 2024
@github-project-automation github-project-automation bot moved this to Todo in Auto-SDK Jun 5, 2024
@marc-aurele-besner marc-aurele-besner moved this from Todo to In Progress in Auto-SDK Jun 5, 2024
@marc-aurele-besner marc-aurele-besner linked a pull request Jun 5, 2024 that will close this issue
@marc-aurele-besner marc-aurele-besner moved this from In Progress to In-review in Auto-SDK Jun 5, 2024
@marc-aurele-besner marc-aurele-besner moved this from Under-review to Todo in Auto-SDK Jun 10, 2024
@marc-aurele-besner marc-aurele-besner moved this from Todo to Backlog in Auto-SDK Jun 19, 2024
@marc-aurele-besner marc-aurele-besner added the help wanted Extra attention is needed label Jun 19, 2024
@marc-aurele-besner marc-aurele-besner closed this as not planned Won't fix, can't repro, duplicate, stale Jul 3, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in Auto-SDK Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant