rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
## Summary Currently, after running `rush update-autoinstallers`, the __rush-plugin-manifest.json__ file is not copied to rush-plugins directory. Instead, it requires running `rush update` to trigger the sync of this file. This...
## Summary I tried to use lockfile-explorer to run in my Rush repo, and throw an Error when I run `lockfile-explorer`: ``` lockfile-explorer Rush Lockfile Explorer 2.0.7 - https://lfx.rushstack.io/ Found...
## Summary When I run `rush build`, the error likes: ```txt 2025/11/27 10:53:38 Error calculating the state of the repo. (inner error: Error: git --no-optional-locks exited with code 128: 2025/11/27...
## Summary Fixes #5464 `rush update-autoinstaller` performs installation but does not write the `last-install.flag` file, causing subsequent `rush install-autoinstaller` to redundantly reinstall. ## Details Added `_createFlagsAsync()` method to `Autoinstaller.ts` that...
## Summary Fixes #5483 The VSCode Jest extension cannot work with Heft because it sends Jest-specific CLI parameters (`--testLocationInResults`, `--json`, `--outputFile`, `--reporters`, etc.) that Heft doesn't recognize. This PR adds...
## Summary This issue relates to the conversation in the Rush stack Zulip forum: [#heft > Jest extension in VSCode](https://rushstack.zulipchat.com/#narrow/channel/262522-heft/topic/Jest.20extension.20in.20VSCode/with/561550906) When using the heft-jest-plugin, the Jest extension to [VSCode](https://github.com/jest-community/vscode-jest) cannot...
## Summary The [UPCOMING_NODE_LTS_VERSION](https://github.com/microsoft/rushstack/blob/%40microsoft/rush_v5.163.0/libraries/rush-lib/src/logic/NodeJsCompatibility.ts#L20) constant is still set to 22. Node.js 24 was [released as LTS](https://nodejs.org/en/blog/release/v24.11.0) on Oct 28, 2025. Despite this and the warnings emitted, everything seems to be...
## Summary After executing rush update-autoinstaller, the .rush/temp/last-install.flag file was not written, causing subsequent related commands to perform the installation again. ## Repro steps - Change any dependencies version in...
## Summary ## Repro steps **Expected result:** **Actual result:** ## Details ## Standard questions Please answer these questions to help us investigate your issue more quickly: | Question | Answer...
## Summary I am having a monorepo setup where some files are included via code sharing (using typescript path mappings). In such a setup API extractor detects the imported files...