You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Issue description
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.The text was updated successfully, but these errors were encountered: