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

Move to use PNPM for workspace management #30

Open
bryanpizzillo opened this issue Feb 5, 2024 · 0 comments · May be fixed by #31
Open

Move to use PNPM for workspace management #30

bryanpizzillo opened this issue Feb 5, 2024 · 0 comments · May be fixed by #31

Comments

@bryanpizzillo
Copy link
Member

Issue description

ESTIMATE TBD

In our migration from yarn to NPM (and then PNPM) we learned about a lot of limitation with npm and workspaces. I think we are actually running into some of those limitations with our typescript-react package that has been blocked by dependency issues. So this ticket is to move the repo to PNPM to have a better and more controlled package management experience.

Additionally we should set dependencies to ~version instead of ^version. We encountered a LOT of issues with eslint and these packages (specifically prettier) because we have VERY lax rules on what to allow. So this needs to clean up all the package requirements -- including being specific that we do not support eslint 8 yet.

bryanpizzillo added a commit that referenced this issue Feb 9, 2024
@bryanpizzillo bryanpizzillo linked a pull request Feb 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant