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

Replace lerna, yarn with npm builtins #255

Closed
bhousel opened this issue Feb 13, 2024 · 1 comment
Closed

Replace lerna, yarn with npm builtins #255

bhousel opened this issue Feb 13, 2024 · 1 comment
Labels
chore Improvements to the code or development stack, cleanups
Milestone

Comments

@bhousel
Copy link
Collaborator

bhousel commented Feb 13, 2024

In the past few years, lerna has become more deprecated, and npm workspace support has improved to the point where I think we can do everything needed without other software.

https://stackoverflow.com/questions/64909635/is-lerna-needed-anymore-with-npm-workspaces
https://tyhopp.com/notes/replacing-lerna
https://betterprogramming.pub/lerna-is-officially-dead-long-live-monorepos-9853c80a7b0e

@bhousel bhousel added the chore Improvements to the code or development stack, cleanups label Feb 13, 2024
@bhousel
Copy link
Collaborator Author

bhousel commented Feb 13, 2024

Also, in the spirit of keeping things simple, planning to
replace jest with just using the builtin node test runner , and
replace prettier with just writing pretty code.

bhousel added a commit that referenced this issue Feb 13, 2024
bhousel added a commit that referenced this issue Feb 14, 2024
@bhousel bhousel added this to the 1.0.0-pre.2 milestone Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Improvements to the code or development stack, cleanups
Projects
None yet
Development

No branches or pull requests

1 participant