Martin Hochel
Martin Hochel
### Library React Components / v9 (@fluentui/react-components) ### Describe the feature that you would like added we wanna remove(mitigate as much as possible) global approach on executing checks/tasks whenever possible...
# Story π§ββοΈ #### Actual behavior: Currently every packages includes exact same list of devDependencies/ ```json "devDependencies": { "@fluentui/babel-make-styles": "9.0.0-beta.4", "@fluentui/eslint-plugin": "*", "@fluentui/jest-serializer-make-styles": "9.0.0-beta.4", "@fluentui/react-conformance": "*", "@fluentui/react-conformance-make-styles": "9.0.0-beta.4", "@fluentui/scripts": "^1.0.0",...
### Repro - checkout/pull https://github.com/Hotell/fluentui/tree/perf/repro/griffel-babel-plugin - `yarn` - `yarn lage build --to react-combobox` - `yarn workspace @fluentui/react-combobox `just-scripts swc:compile` ### Perf report It seems that first file transform takes serious...
## pre-requirement: - [x] https://github.com/microsoft/fluentui/pull/32370 ## Previous Behavior ## New Behavior > **π‘ NOTE:** > this PR changes only projects within `scripts/*` folder ( later on, this approach will be...
### Library whole monorepo ### Describe the feature that you would like added nx suites well for our needs as a robust core building blog for best possible mix of...
## Previous Behavior Button children render is inconsistent if `a` is used for root container ## New Behavior > **π NOTE:** this pr contains lot of snapshots changes ( not...
## Previous Behavior monorepo dependency graph is build from manually maintained `package.json` ## New Behavior **TL;DR:** monorepo dependency graph is build dynamically by analyzing actual source code = no need...
## Previous Behavior ## New Behavior > π‘ What is nx executor ? https://nx.dev/concepts/executors-and-configurations - implements `verify-packaging` executor - replacement form npm script alias `verify-packaging` which uses `just-scripts` ## Related...
## Previous Behavior ## New Behavior - implements workspace plugins that create inferred project targets - enabled only for `scripts/**` `tools/**` projects for initial testing ## Related Issue(s) - Follows...
### Library whole monorepo ### Describe the feature that you would like added ATM we are at eslint v7 and typescript-eslint v5 while latest are: eslint v9 and typescript-eslint v8....