Martin Hochel
Martin Hochel
### Describe the feature that you would like added ATM we use yarn midgard (msft fork of yarn v1 ) - it seems it doesn't have much traction from both...
## Previous Behavior react-northstar - uses lerna for publising - releases dont work ## New Behavior - lerna is replaced with `nx release` - lerna is completely removed from our...
## Previous Behavior ## New Behavior A more deterministic implementation of https://github.com/microsoft/fluentui/pull/28002 **Flow:** Before running `type-check` we run `generate-circular-dependencies-types` which will create dependency list of packages used within stories (ghost...
## Previous Behavior ## New Behavior | command | before | after | delta | |--------|--------|--------|----| | yarn buildci | 48m 41s | 41m 00s | +16% | | yarn...
[RFC ποΈ](https://github.com/microsoft/fluentui/blob/aaab11f455799927932ad8cf6a1b3e3211e8143f/rfcs/shared/build-system/08-type-checking-perf-improvements.md) ## Related Issue(s) - Fixes #
### Library React Components / v9 (@fluentui/react-components) ### Describe the feature that you would like added We run test/lint/build in separate task synchronously for v9 release pipeline while on PR...
### Library React Components / v9 (@fluentui/react-components) ### Describe the feature that you would like added ATM v9 ships only as CommonJS and ESM module format. Trying to use ESM...
### Library React Components / v9 (@fluentui/react-components) ### Describe the feature that you would like added v9 and some cross project libraries/apps use TS path aliases, which provide excellent DX...
- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/lerna/lerna/blob/main/CONTRIBUTING.md)) ## Description While lerna source is written in typescript there are no types generated nor shipped with the...
**deps in our repo:** - typescript 4.7 - webpack 5.83.1 - tslib 2.4.1 while bumping from tslib 2.4.1 to 2.5.3 our CI blocked PRs because more than 3kb Size increase...