Cheng Liu
Cheng Liu
### What This is a feature request to this action supports run pnpm@6 in node@10 environment. ### Why I use pnpm@6 in local dev, but my package wants to support...
## Summary This PR implements "two stage install" proposal. close https://github.com/microsoft/rushstack/issues/3530 ## Details This feature is now behind a flag in `experiments.json`: `"deferredInstallationScripts": true` Workflow now: 1. Dividing "rush install/update"...
## Summary Pnpm has some configurations in top level package.json. For now there is no way to add them. This PR adds support for overrides,packageExtensions,neverBuiltDependencies... in pnpmOptions ## Details Specify...
## Summary pnpm adds "pnpm patch" and "pnpm patch-commit" at `7.4.0`. This PR makes `rush-pnpm` supports these two commands. Doc: https://pnpm.io/cli/patch ## Details 1. Move logic in `RushPnpmCommandLine` to `RushPnpmCommandLineParser`...
📌 ***This PR is marked as "Draft" because it solves a temporary problem at our company. We will publish a preview release, and use it internally for some time, then...
## Summary This PR might be a solution to https://rushstack.zulipchat.com/#narrow/stream/262513-general/topic/how.20to.20accelerate.20rush.20update And Fixes https://github.com/microsoft/rushstack/issues/2930 ## Details Add `--lockfile-only` to `rush update` ## How it was tested Local
This PR supports object subscription for `values` and `value`. For this issue https://github.com/final-form/final-form/issues/261
### Are you submitting a **bug report** or a **feature request**? feature request ### What is the current behavior? ``` subscription={ values: true } ``` ### What is the expected...
# What pass getDocument to `SelectTrigger`, then to `Trigger`, # Why this kind of workaround https://github.com/react-component/trigger/issues/94 - [x] test pass - [x] lint pass
## Summary This PR add a feature to `rush-sdk`. ## Details Before invoking install-and-run rush, try to load rush-lib from rush global folder for a better reuse of installed rush-lib....