rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
## Summary This is a prerequisite for https://github.com/microsoft/rushstack/pull/5379. See that PR for discussion relevant to this PR. ## How it was tested This PR will be published as a prerelease.
## Summary Adds `RUSHSTACK_CLI_IGNORED_PARAMETER_NAMES` environment variable to forward the `parameterNamesToIgnore` operation setting from `rush-project.json` to child processes during phased command execution. The environment variable name is exported as a public...
## Summary When resolving the home directory in remote environments, shells that echo executed commands (e.g., `set -x`) cause output containing multiple instances of the marker strings. The parser was...
[rush] `allowedAlternativeVersions` is too permissive and allows versions that should not be allowed
## Summary `rush check` or `rush update` may incorrectly pass even if some packages use versions outside the allowed alternatives specified in `common-versions.json`. ## Repro steps [I've created a minimal...
"[ts-command-line] Add support for numeric command line parameters" Fixes issue #5491 ## Details Changed initialized constant reflecting the correct path.
[debug-certificate-manager] - "Show Settings" button directs user to an invalid vscode extension URI
## Summary When an error occurs in the debug-certificate-manager extension, you have the option to press "Show Settings", when you press it, you are taken to an invalid vscode extension...
## Summary 1. updates the heft-storybook-plugin to be compatible with storybook v9, this only required adapting to the `bin` change from an object pointing at different files depending on whether...
## Summary When the output folder contains a symbolic link, Rush throws an error.  ## Details I think this is a good default behavior in most cases, since it...
## Please prefix the issue title with the project name i.e. [rush], [api-extractor] etc. ## **Is this a feature or a bug?** - [x] Feature - [ ] Bug **Please...