rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
## Summary We check the injected settings in the package.json to tell if a dependency is injected or not. However, in the current alwaysInjectDependenciesFromOtherSubspaces implementation, user no need to set...
## Summary Following up from PR https://github.com/microsoft/rushstack/pull/4711, I audited the Rush Stack code base to look for any other invocations that might be affected by the same issue. That PR...
## Summary Design note: https://github.com/microsoft/rushstack/issues/4720 This MR renames the subspace level pnpmfile to ".pnpmfile.cjs" from ".pnpmfile-subspace.cjs", as we are no longer allowing a rush level ".pnpmfile.cjs" file to exist. This...
## Summary Attempt to fix #4811 ## Details I investigated and found out that when saving JSON with "jju.update", it always use Json5 mode. This may cause issue when updating...
## Summary We're dealing with some build cache inconsistencies across cobuild agents. We're seeing agents using the same lock, but unable to restore completed state as they don't have the...
## Summary After I modified the `globalOverrides` field in `common/config/rush/pnpm-config.json`, I hope rush can remind me to execute` rush update` to update lockfile. However, I didn't encounter any errors when...
## Summary We are trying to migrate the repository to rush. The bad thing is that pnpm lockfile is more likely to conflict than yarn lockfile. Our repo has been...
Maintainers: [@octogonz](https://github.com/octogonz), [@g-chao](https://github.com/g-chao) ## Summary We want to have a mechanism to let Monorepo maintainers be able to push notifications during users' day to day development activities. ## Problem As...
## Summary Fixes #4805 ## Details TypeScript release notes: https://devblogs.microsoft.com/typescript/announcing-typescript-5-5 1. Upgrade TypeScript to `5.5.2` 2. Upgrade `@typescript-eslint/parser` to `7.14.1` 3. Adopt breaking changes of `typescript-eslint` ## How it was...
## Summary After upgrading to the latest Typescript version (`5.5.2`) with `isolatedDeclarations` enabled, the `api-extractor` failed to run. ``` > api-extractor run --verbose api-extractor 7.47.0 - https://api-extractor.com/ Using configuration from...