rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
## Summary Followup to #4672. This PR fixes 2 bugs that I found while trying to integrate this with our CI, 1. operation weight isn't passed correctly to the execution...
## Summary Are you open to lockfile explorer supporting repositories that use PNPM but not Rush? ## Repro steps * Clone a project that uses PNPM, but not Rush *...
## Summary `OperationExecutionRecord` is currently only tracking cache restore time for cobuilt operations that are marked as `RemoteOperating` and are then restored from cache. This is a confusing UX and...
This is to avoid git determining merge base of given ref and current head ## Summary Related to #4589 but for `rush change --verify --no-fetch --target-branch ` In CI, I...
I'm trying to integrate [knip](https://knip.dev/) in our rush repo, and while it's mostly going fine, the custom command I'm using to invoke it is just `knip`. I would like to...
## Summary I know it's pretty early in experimentation, but I'm working to kludge together something that works for multiple entrypoints because the libraries we use often do have multiple...
## Summary Using [PNPM Overrides feature](https://pnpm.io/package_json#pnpmoverrides) with a more advanced syntax like `@^` in the keys will cause `rush install` to always fail ## Repro steps At `common/config/rush/pnpm-config.json`, I have:...
Today @william2958 and I chatted about some remaining design questions for the Subspace config files, related to his PR https://github.com/microsoft/rushstack/pull/4715: [subspaces.md](https://rushjs.io/pages/advanced/subspaces/)  Here's a summary of the proposed changes: -...
## Summary Currently the "rush check" command does not support subspace scoping, rather running for the entire monorepo at once. This MR adds the `--subspace` CLI parameter to the `rush...
## Summary Our team currently has a requirement to analyze whether the dependency tree contains multiple versions of a target package, so I have implemented this feature into lockfile-explorer. ##...