Ian Clanton-Thuon
Ian Clanton-Thuon
# Summary As mentioned in this issue (https://github.com/microsoft/rushstack/issues/3522), it would be useful to have this feature implemented: https://github.com/microsoft/rushstack/blob/main/apps/heft/src/plugins/TypeScriptPlugin/TypeScriptBuilder.ts#L780 ## Repro steps N/A ## Details https://github.com/microsoft/rushstack/blob/main/apps/heft/src/plugins/TypeScriptPlugin/TypeScriptBuilder.ts#L780 ## Standard questions Please answer...
https://github.com/microsoft/rushstack/issues/3535 brought to light that Rush doesn't currently have a built-in way to disable hoisting of indirect dependencies with PNPM. [These `.npmrc` options](https://github.com/microsoft/rushstack/blob/main/common/config/rush/.npmrc#L23-L28) are used to disable any hoisting in...
This field is more intuitive than the `.npmignore` file. `pnpm pack` doesn't support the negative patterns yet, so we can't merge this in until that's fixed.
## Summary Rush has an incremental build feature, where projects with non-gitignored files and external dependencies that haven't changed since the last build aren't rebuilt. This feature has several limitations:...
### System Info System: OS: Windows 10 10.0.22623 CPU: (8) x64 Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz Memory: 35.40 GB / 63.84 GB Binaries: Node: 16.19.0 - ~\AppData\Local\nvs\default\node.EXE Yarn: 1.22.19...
### What problem does this feature solve? It's not immediately obvious that on https://www.rspack.dev/ that the package a user is meant to install is [`@rspack/cli`](https://www.npmjs.com/package/@rspack/cli) and not [`rspack`](https://www.npmjs.com/package/@rspack/cli) without drilling...
## Summary ### 🤖 Generated by Copilot at f67b661 This pull request adds Node.js 18.17.1 to the CI pipeline and updates the `terser-webpack-plugin` dependency to fix security issues. ## Details...
## Summary This change removes the installation variants feature, which has been superseded by Subspaces. ## How it was tested Tested `rush install` and `rush update` post-removal. Things work as...
@elliot-nelson ## Summary This PR converts most enums in the `rush-lib` project to object constants with a merged type. This improves typesafety. For example: ```TypeScript import { BumpType } from...