Cheng Liu
Cheng Liu
> But, if you run rush install, and then rebuild again, the console statement disappears.. Thanks for the repro steps! I will take a look at it. > We would...
> But, if you run rush install, and then rebuild again, the console statement disappears.. After deep dive to the code, I found "pnpm patch-commit" not only modifing pnpm-lock.yaml but...
> maybe we need to have more design... if you are running Rush with workspaces on and enforce consistent versions on I totally agree with you. How about adding a...
With https://github.com/microsoft/rushstack/pull/3107 has been merged, code changes were applied on the logic of `rush-pnpm patch & patch-commit`. All known issues should be fixed now. Hi @elliot-nelson, could you kindly take...
Update: `ensureConsistentVersions` ignores split workspace projects for now.
2022/8/16 Updates: 1. Introduce "normalize-path" to fix the relative path in Windows platform, thanks to @EscapeB 2. Fix "rush update" run by "rush add --package ", updating lockfile correctly.
2022/8/18 Update: improve error message when rush install fails with split workspace projects
2022/8/19 Update: Fix: `rush add` in a split workspace no longer blocked by ensureConsistentVersion policy
2022/8/31 Update: Merge the latest main branch (SHA: e434009246d37e38c8c45e9ed2c0754ba83d7b97) `@microsoft/[email protected]`
Code updates 2022/9/29: merged the latest main branch (SHA: a142f4608c1cf92fc937ff386d5db033412873ed),`[email protected]`,