Chao Guo
Chao Guo
## Summary Upgrade pnpm-sync-lib version to 0.1.4 ## Details ## How it was tested ## Impacted documentation
## Summary Before, the `install-test-worspace` is a standalone pnpm workspace project inside Rushstack. Now, we have integrated the `pnpm-sync` feature, so we can refactor this project to use `pnpm-sync` to...
## Summary In the [subspace design](https://github.com/microsoft/rushstack/blob/main/common/docs/rfcs/rfc-4230-rush-subspaces.md), we mentioned that injecting is required wherever a workspace:* dependency refers to a project in a separate subspace. This PR is support this feature....
## Summary We check the injected settings in the package.json to tell if a dependency is injected or not. However, in the current alwaysInjectDependenciesFromOtherSubspaces implementation, user no need to set...
Maintainers: [@octogonz](https://github.com/octogonz), [@g-chao](https://github.com/g-chao) ## Summary We want to have a mechanism to let Monorepo maintainers be able to push notifications during users' day to day development activities. ## Problem As...
## Summary A prototype for Rush alerts feature. Learn more about background of this feature: https://github.com/microsoft/rushstack/issues/4782 In this PR, we presents a MVP for this feature, and explains the idea,...
Suppose we have the following JS code ```javascript const jju = require('jju'); const rawJsonString = `{ "entry1": [ { "path1": "path1" } ], "entry2": "value2" } ` const jsonObject =...
## Summary When using PNPM 9, if a subspace is empty. The rush install will throw follow error: `The shrinkwrap file has not been updated to support workspaces. Run "rush...