rushstack icon indicating copy to clipboard operation
rushstack copied to clipboard

Monorepo for tools developed by the Rush Stack community

Results 450 rushstack issues
Sort by recently updated
recently updated
newest added
trafficstars

## Summary I'm using the latest TypeScript version. When I run api-extractor, I see this: ``` Analysis will use the bundled TypeScript version 5.4.2 *** The target project appears to...

priority
upgrade

## Summary Currently various libraries and applications that use `terminal.writeVerboseLine` and similar have no way of knowing if the information will ever make it to a file or the user....

effort: medium

## Summary Fixes #5054 Fixes #5006 ~~Fixes an issue with incorrect computation of scope ids that were resulting in overly broad suppressions.~~ ## Details ~~- Simplifies the patching logic to...

**Is this a feature or a bug?** - [ ] Feature - [x] Bug **Please describe the actual behavior.** `rush init` produces files with Windows line breaks. If that is...

bug
help wanted
effort: medium

## Summary The linter outputs `messages` and `suppressedMessages`. Currently issues suppressed by `eslint-bulk-suppressions` show up in neither. Issues suppressed by `//eslint-disable*` directives show up in `suppressedMessages`. This is relevant because...

## Summary - Support for using -o to specify the project to be scanned in a repository that has been connected to rush. - Support for specifying the folder to...

## Summary Comments of type properties are not extracted. ## Repro steps - Add comments to [properties](https://github.com/SSShooter/mind-elixir-core/blob/5e38a6a63219bf8be32dc1be0a178f46656318ad/src/types/index.ts#L27) - Extract [api.json](https://github.com/SSShooter/mind-elixir-core/blob/5e38a6a63219bf8be32dc1be0a178f46656318ad/api/mind-elixir.api.json#L4276) **Expected result:** Comments of type properties are extracted to the...

## Summary `rush-pnpm outdated` does not work (prints nothing). ## Repro steps Run `rush-pnpm outdated`. **Expected result:** Outdated dependencies **Actual result:** Crickets ## Details As noted elsewhere, `pnpm outdated -r...

bug
help wanted
effort: easy

Thanks for the awesome tool! ## Summary I have a project that takes advantage of the API extractor's `bundledPackages` feature. However, sometimes the exports of the bundled packages are not...

bug

## Summary When using `dtsRollup` feature, I found that it is unable to bundle types from importing from a index file but not write the full path. ## Repro steps...