-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename build-related packages #15615
Conversation
790084d
to
2951017
Compare
befc84d
to
85e745b
Compare
60134f2
to
b84731a
Compare
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 60134f2:
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 9ca5b3a:
|
b84731a
to
3cd7cb0
Compare
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
@@ -0,0 +1,4 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's this root tsconfig for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better type resolution while editing just.config.ts throughout the repo
# Conflicts: # apps/a11y-tests/package.json # apps/dom-tests/package.json # apps/perf-test/package.json # apps/public-docsite/package.json # apps/ssr-tests/package.json # apps/test-bundles/package.json # apps/vr-tests/package.json # change/@uifabric-foundation-2020-10-11-10-30-57-keco-slots.json # packages/azure-themes/package.json # packages/common-styles/package.json # packages/date-time/package.json # packages/date-time/src/components/WeeklyDayPicker/WeeklyDayPicker.test.tsx # packages/example-data/package.json # packages/fluentui/e2e/package.json # packages/fluentui/state/package.json # packages/font-icons-mdl2/package.json # packages/foundation-legacy/package.json # packages/monaco-editor/package.json # packages/react-avatar/package.json # packages/react-cards/package.json # packages/react-charting/package.json # packages/react-examples/package.json # packages/react-experiments/package.json # packages/react-flex/package.json # packages/react-focus/package.json # packages/react-hooks/package.json # packages/react-image/package.json # packages/react-internal/package.json # packages/react-internal/src/compat/components/Button/Button.test.tsx # packages/react-internal/src/components/Shimmer/Shimmer.test.tsx # packages/react-link/package.json # packages/react-monaco-editor/scripts/copyTypes.ts # packages/react-next/package.json # packages/react-slider/package.json # packages/react-stylesheets/package.json # packages/react-theme-provider/package.json # packages/react-utilities/package.json # packages/react/package.json # packages/react/src/components/DetailsList/DetailsList.test.tsx # packages/scheme-utilities/package.json # packages/theme-samples/package.json # packages/utilities/package.json # scripts/package.json
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: c6ae2b350037deb4e0bea07cdbdfe2e93455f4b1 (build) |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
- Rename @uifabric/build to @fluentui/scripts - Rename @uifabric/webpack-utils to @fluentui/webpack-utilities - Rename @uifabric/test-utilities to @fluentui/test-utilities - Rename @uifabric/jest-serializer-merge-styles to @fluentui/jest-serializer-merge-styles - Convert tasks to TS
Part of #13384, moving things to fluentui scope:
@uifabric/build
to@fluentui/scripts
(also matches the folder name)@uifabric/webpack-utils
to@fluentui/webpack-utilities
@uifabric/test-utilities
to@fluentui/test-utilities
@uifabric/jest-serializer-merge-styles
to@fluentui/jest-serializer-merge-styles
Also since I was already touching the entire world of just configs, I converted them to use actual TS import syntax and converted the task files to be TS not JS.