-
Notifications
You must be signed in to change notification settings - Fork 389
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
chore: use pnpm in place of lerna #2141
base: next
Are you sure you want to change the base?
Conversation
@@ -90,7 +90,7 @@ type QueryCondition = { | |||
| "not-in" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
im not sure why we have docs for this extension here? We should remove irrelevant docs probably? @pr-Mais
aa579c7
to
4345d35
Compare
CI is failing as it relied on lerna. need to switch to pnpm scripts. |
CI for testing also needs to use npm probably or something? pnpm doesn't create node_modules where we need it for extensions |
4287ead
to
ae3f76c
Compare
ae3f76c
to
39b3534
Compare
8ff8d78
to
93faba2
Compare
woops |
32631be
to
bc45fb1
Compare
This PR replaces the outdated and deprecated lerna methods with pnpm.
It also fixes a bunch of npm vulnerabilities, and updates some versions.
TODO: