Zackery Griesinger
Zackery Griesinger
Linking for Prior Art: https://turborepo.org/blog/turbo-1-2-0#new-task-filtering-api I like this api much more than Lerna's `--include-dependencies` flag but the include dependencies paradigm might be more familiar for existing lerna users.
Shameless plug in the interim before this gets adopted (Please please please consider this in NPM) I made a package for using the workaround @ruyadorno mentioned that has no dependencies...
I'm not sure what I'm doing wrong. On Node `v16.13.2` on an M1 Macbook (if that matters? FWIW i tested on a different machine and got the same issue) Running:...
We have a similar use case, we want to be able to run and calculate coverage of only the packages in our lerna repo that have changed since the base...
https://github.com/zgriesinger/pnpm-nest-mono I'm having a similar issue here, I'm not sure where the problem is, but it looks like singleton classes like `@nestjs/core` have issues with pnpm
I'm having the exact same issue as @mjgerace It's happening _only_ on 7.11 and not on 7.12 Will try to get a repro
If anyone else is hitting this we have a sort of workaround that doesn't require changing hoist patterns ``` "jest": "./node_modules/jest/bin/jest.js --colors", "test": "./node_modules/jest/bin/jest.js --colors", ``` This resolves to the...
We have encountered a similar "issue". It seems the `lerna bootstrap` command is functioning as intended. In our case we have this scenario: - Using `npm` - Using `lerna bootstrap...
Yeah you are correct, my issue is more similar to @nlaffey's comment above We are using the save-exact and exact: true flags.
We have a similar use case I also brought up on slack. Many of our services spin up Kubernetes Jobs for Migrations, and in order for those names to be...