rushstack
rushstack copied to clipboard
Monorepo for tools developed by the Rush Stack community
## Summary I am using rollup to create a library that has fluent-ui. I am getting this error.  devDependencies "@fluentui/react": "^8.65.1", "@fluentui/react-hooks": "^8.5.4", "@rollup/plugin-node-resolve": "^13.2.1", "rollup": "^2.70.2", "rollup-plugin-cleaner": "^1.0.0",...
## Summary This PR is proposed as a solution to #3413, where a publish causes the the shrinkwrap in a stale state. #### Design considerations: This causes a problem where...
## Summary - `rush version --bump`, correctly generates CHANGELOG.json and CHANGELOG.md files for all the changed projects defined in rush.json - After manually updating CHANGELOG.json file, I'm executing `rush publish...
**Is this a feature or a bug?** - [ ] Feature - [X] Bug **Please describe the actual behavior.** `build` can be specified as a `"ignoreMissingScript": true` and build will...
## Summary `pnpm` supports `auto-install-peers`, which will make it much less painful when installing dependency when `strictPeerDependencies` is turned on. ## Repro steps Currently adding dependencies with `peerDependencies` is a...
## Summary Getting unexpected results in how the packages are linked using npm. Every package except `@opentelemetry/resource-detector-docker` in the monorepo pin the version of typescript to `4.3.5`. The docker detector...
## Summary Looks like recent PR builds are failing due to some warnings (see [this build](https://dev.azure.com/RushStack/GitHubProjects/_build/results?buildId=7635&view=logs&j=5d9f2291-cb88-5e73-8056-0cddc8368ed3&t=dcd6507d-bc2f-5eb5-a680-edf2f55a84b3&l=4304)). ```console --[ WARNING: heft-node-jest-tutorial ]-----------------------[ 8.29 seconds ]-- Browserslist: caniuse-lite is outdated. Please run:...
**Is this a feature or a bug?** - [ ] Feature - [x] Bug **Please describe the actual behavior.** **Usually after a new rush version is out**, when running rush...
## Summary Using the new "git change" (`git:`) project selector, you may want to implement a build step in a CI pipeline that determines whether each service in a monorepo...
Not all projects that need to be `npm link`ed may always be in the rush-managed monorepo. Suppose there's a package from the outside that we need to temporarily `npm link`...