chore: migrate to yarn modern#35747
Draft
mainframev wants to merge 23 commits intomicrosoft:masterfrom
Draft
Conversation
479d2cd to
df4487b
Compare
📊 Bundle size reportUnchanged fixtures
|
| @@ -38,7 +38,7 @@ runs: | |||
| cache: 'yarn' | |||
There was a problem hiding this comment.
🕵🏾♀️ visual changes to review in the Visual Change Report
vr-tests-react-components/CalendarCompat 4 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests-react-components/CalendarCompat.multiDayView.default.chromium_1.png | 481 | Changed |
| vr-tests-react-components/CalendarCompat.multiDayView - High Contrast.default.chromium.png | 1212 | Changed |
| vr-tests-react-components/CalendarCompat.multiDayView.default.chromium.png | 482 | Changed |
| vr-tests-react-components/CalendarCompat.multiDayView - Dark Mode.default.chromium.png | 1097 | Changed |
vr-tests-react-components/Charts-DonutChart 1 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests-react-components/Charts-DonutChart.Dynamic - RTL.default.chromium.png | 5570 | Changed |
vr-tests-react-components/Positioning 2 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests-react-components/Positioning.Positioning end.chromium.png | 856 | Changed |
| vr-tests-react-components/Positioning.Positioning end.updated 2 times.chromium.png | 29 | Changed |
vr-tests-react-components/Skeleton converged 1 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests-react-components/Skeleton converged.Opaque Skeleton with circle - High Contrast.default.chromium.png | 1 | Changed |
vr-tests-react-components/TagPicker 3 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests-react-components/TagPicker.disabled - High Contrast.disabled input hover.chromium.png | 1319 | Changed |
| vr-tests-react-components/TagPicker.disabled.chromium.png | 677 | Changed |
| vr-tests-react-components/TagPicker.disabled - RTL.chromium.png | 635 | Changed |
vr-tests-web-components/Avatar 1 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests-web-components/Avatar. - Dark Mode.normal.chromium.png | 10380 | Changed |
vr-tests-web-components/RadioGroup 1 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests-web-components/RadioGroup. - Dark Mode.normal.chromium_1.png | 89 | Changed |
vr-tests/Callout 1 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests/Callout.No callout width specified.default.chromium.png | 2143 | Changed |
vr-tests/Coachmark 1 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests/Coachmark.Collapsed.default.chromium.png | 159 | Changed |
vr-tests/react-charting-LineChart 1 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests/react-charting-LineChart.Multiple - RTL.default.chromium.png | 200 | Changed |
vr-tests/react-charting-VerticalBarChart 1 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| vr-tests/react-charting-VerticalBarChart.Basic - Secondary Y Axis.default.chromium.png | 3 | Changed |
There were 4 duplicate changes discarded. Check the build logs for more information.
7bdc1bc to
6b5f740
Compare
|
Pull request demo site: URL |
5e16b71 to
b40e143
Compare
mainframev
commented
Feb 18, 2026
| "packages/*", | ||
| "packages/react-components/*", | ||
| "packages/react-components/*/*", | ||
| "!packages/react-components/react-jsx-runtime/jsx-runtime", |
Contributor
Author
There was a problem hiding this comment.
Yarn classic was silently skipping directories without name in package.json files, Yarn modern is more stricter and we need to exclude these sub paths explicitly
1435cc5 to
1e47bea
Compare
mainframev
commented
Feb 18, 2026
| "nx": "21.6.10", | ||
| "p-queue": "6.6.2", | ||
| "parse-diff": "0.7.1", | ||
| "patch-package": "8.0.0", |
Contributor
Author
There was a problem hiding this comment.
yarn v4 has native support for patching, we can remove that
Fix split lockfile entries that fail hardened mode (YN0078) yarn up -R collapses stale npm: entries for react-infolabel, react-list, react-persona, react-textarea into workspace descriptors
f891481 to
4aff9a8
Compare
mainframev
commented
Feb 18, 2026
| "bin": { | ||
| "storybook-llms-extractor": "./bin/storybook-llms-extractor.js" | ||
| }, | ||
| "bin": "./bin/storybook-llms-extractor.js", |
Contributor
Author
There was a problem hiding this comment.
yarn automatically makes bin as shorthand and removes empty peerDependencies
a827a55 to
7adf9fc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Previous Behavior
New Behavior
Related Issue(s)