firebase / extensions

Source code for official Firebase extensions
https://firebase.google.com/products/extensions
Apache License 2.0
893 stars 383 forks source link

chore: use pnpm in place of lerna #2141

Open cabljac opened 3 months ago

cabljac commented 3 months ago

This PR replaces the outdated and deprecated lerna methods with pnpm.

It also fixes a bunch of npm vulnerabilities, and updates some versions.

TODO:

cabljac commented 3 months ago

CI is failing as it relied on lerna. need to switch to pnpm scripts.

cabljac commented 3 months ago

CI for testing also needs to use npm probably or something? pnpm doesn't create node_modules where we need it for extensions

Salakar commented 3 months ago

woops