-
Notifications
You must be signed in to change notification settings - Fork 12
refactor: move to pnpm #275
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Pull Request Test Coverage Report for Build 20143179091Details
💛 - Coveralls |
eaf9ffe to
167b1b1
Compare
Summary
Code changes to move from yarn-classic to pnpm. After the move a few files changes are related to TS type definition to fix the ts(2742) problem due to inference problems. Also, added a few undeclared dependencies in the main project as pnpm use semistrict node_modules structure and before the project was importing/using transient dependencies.