rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
## Summary A user is experiencing issues when running `trust-dev-cert` in an SPFx project. This code utilizes the debug certificate manager. When we investigated this issue, at first it appeared...
## Summary The eslint-bulk-suppressions feature of eslint-patch scans for specific code only present in ESLint < 9.x which makes it incompatible with this version. ## Repro steps I've tried to...
## Summary Heft plugin authors should be able to access commonly used functionality using only the arguments provided to the instantiation of their Plugin via the Heft runtime. ## Details...
**Is this a feature or a bug?** - [ ] Feature - [x] Bug **Please describe the actual behavior.** We have a dedicated build pipeline for "rush publish", scheduled weekly...
## Summary Command line should support `stdin` to support piping from other CLIs ## Repro steps Crate a CLI, and try and pipe data into it like `eco something |...
## Summary Rush update fails during linking process. It prints error: ERROR: Child already exists: (package-name) ## Repro steps - Add two projects into rush workspace (project A, project B)...
## Summary This MR rename subspace pnpmfileSettings file to globalPnpmfileSettings.json, because subspace pnpmfileSettings overrides original pnpmfileSettings and they have different data structures. subspace pnpmfileSettings https://github.com/microsoft/rushstack/blob/e64a1e51976626f95250205cbb9d21b5fc805769/libraries/rush-lib/src/logic/pnpm/IPnpmfile.ts#L34-L39 original pnpmfileSettings https://github.com/microsoft/rushstack/blob/e64a1e51976626f95250205cbb9d21b5fc805769/libraries/rush-lib/src/logic/pnpm/IPnpmfile.ts#L13-L22 Due to...
## Summary Discussed in https://github.com/microsoft/rushstack/pull/4680 - in some cases, a single Stopwatch that tracks a single time stamp isn't enough and you may want to track sub-spans. The specific use...
## Summary support users to provide their own assets file when init subspace beside using the default one provided by Rush Engine ## Details ## How it was tested ##...
## Summary From the description of `pnpm link`, its functionality is very straightforward—it simply links the target package to the `node_modules` directory.  However, pnpm performs more complex checks. For...