-
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
fix (v8): update more .npmignore files to resolve node16 regression with npm publishing #27745
Conversation
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 72a8db8:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 2e4a9ee0c93e252ac19771d934b5f9e233faddd7 (build) |
📊 Bundle size report🤖 This report was generated against 2e4a9ee0c93e252ac19771d934b5f9e233faddd7 |
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
BaseButton | mount | 788 | 777 | 5000 | |
Breadcrumb | mount | 2064 | 2025 | 1000 | |
Checkbox | mount | 2103 | 2070 | 5000 | |
CheckboxBase | mount | 1831 | 1833 | 5000 | |
ChoiceGroup | mount | 3500 | 3573 | 5000 | |
ComboBox | mount | 799 | 787 | 1000 | |
CommandBar | mount | 7729 | 7728 | 1000 | |
ContextualMenu | mount | 13477 | 13795 | 1000 | |
DefaultButton | mount | 929 | 931 | 5000 | |
DetailsRow | mount | 2637 | 2725 | 5000 | |
DetailsRowFast | mount | 2681 | 2651 | 5000 | |
DetailsRowNoStyles | mount | 2443 | 2477 | 5000 | |
Dialog | mount | 3253 | 3221 | 1000 | |
DocumentCardTitle | mount | 298 | 293 | 1000 | |
Dropdown | mount | 2450 | 2444 | 5000 | |
FocusTrapZone | mount | 1446 | 1398 | 5000 | |
FocusZone | mount | 1402 | 1408 | 5000 | |
GroupedList | mount | 41531 | 45659 | 2 | |
GroupedList | virtual-rerender | 22160 | 22162 | 2 | |
GroupedList | virtual-rerender-with-unmount | 63016 | 62336 | 2 | |
GroupedListV2 | mount | 280 | 276 | 2 | |
GroupedListV2 | virtual-rerender | 269 | 266 | 2 | |
GroupedListV2 | virtual-rerender-with-unmount | 282 | 289 | 2 | |
IconButton | mount | 1322 | 1312 | 5000 | |
Label | mount | 452 | 443 | 5000 | |
Layer | mount | 3316 | 3403 | 5000 | |
Link | mount | 528 | 527 | 5000 | |
MenuButton | mount | 1141 | 1164 | 5000 | |
MessageBar | mount | 25787 | 25952 | 5000 | |
Nav | mount | 2327 | 2334 | 1000 | |
OverflowSet | mount | 1016 | 998 | 5000 | |
Panel | mount | 2143 | 2152 | 1000 | |
Persona | mount | 922 | 929 | 1000 | |
Pivot | mount | 1057 | 1071 | 1000 | |
PrimaryButton | mount | 1045 | 1037 | 5000 | |
Rating | mount | 5778 | 5853 | 5000 | |
SearchBox | mount | 1118 | 1099 | 5000 | |
Shimmer | mount | 2364 | 2332 | 5000 | |
Slider | mount | 1680 | 1684 | 5000 | |
SpinButton | mount | 3401 | 3418 | 5000 | |
Spinner | mount | 520 | 520 | 5000 | |
SplitButton | mount | 2182 | 2180 | 5000 | |
Stack | mount | 545 | 543 | 5000 | |
StackWithIntrinsicChildren | mount | 1069 | 1071 | 5000 | |
StackWithTextChildren | mount | 3392 | 3351 | 5000 | |
SwatchColorPicker | mount | 7457 | 7366 | 5000 | |
TagPicker | mount | 1745 | 1744 | 5000 | |
Text | mount | 495 | 479 | 5000 | |
TextField | mount | 1151 | 1147 | 5000 | |
ThemeProvider | mount | 1009 | 1026 | 5000 | |
ThemeProvider | virtual-rerender | 801 | 797 | 5000 | |
ThemeProvider | virtual-rerender-with-unmount | 1547 | 1564 | 5000 | |
Toggle | mount | 790 | 793 | 5000 | |
buttonNative | mount | 253 | 241 | 5000 |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
🎉 Handy links: |
Changes:
.npmignore
file of packages missed.Related Issue(s)
Follows #27736
Fixes #27732