rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
## Summary Adds an option to `@rushstack/module-minifier` to disable caching of results. ## Details Supported for `LocalMinifier` and `WorkerPoolMinifier` ## How it was tested Unit tests for `LocalMinifier`. ## Impacted...
I am trying to setup a monorepo with React Native projects. The React Native packager is not able to follow symlinks. Even with workarounds for linked projects (see reference below)...
## Summary Completely retools the watch engine in Rush to facilitate better interaction with plugins that wish to orchestrate the build process. Makes the Rush execution engine stateful across an...
## Summary Refactor `import()` type syntax support. Fixes cases in #5326 (~except for one very rare case that requires more code changes: typeof import("./foo")"~). ## Details For `import("foo").X.Y.Z` import type...
## Summary After upgrading Heft, `rush build` on Windows started failing with an IO error (couldn't repro with `rushx build`) happening with random projects, e.g. not consistently the same packages,...
## Summary If you create or delete your lockfile and run `rush list --json`, the following is output to stdout: ``` Lockfile was created or deleted. Assuming all projects are...
## Summary We use lockfile-explorer as a tool for analyzing our pnpm lockfile. It's awesome! Something seem to have broke with the latest major upgrade of the tool. ## Repro...
## Summary While handling https://www.aikido.dev/blog/npm-debug-and-chalk-packages-compromised in our project, we found out that `node common/scrips/install-run-rush.js` installed malicious versions of the affected dependencies. We mitigated it by setting the undocumented environment variable...
## Summary We already have patches configured in pnpm-config.json. When adding another patch using `rush-pnpm`, the new entry gets added correctly with a relative path, but the old entries in...
## Summary I am trying to configure subspace-specific dependency versions using the common-versions.json file located in the subspace-specific configuration directory (common/config/subspaces//common-versions.json). Despite setting preferredVersions in this subspace-specific file, the specified...