Skip to content
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

chore(deps): pin resolution for @microsoft/fast-foundation to version 2.49.6 #3354

Merged
merged 5 commits into from
Jan 3, 2025

Conversation

musale
Copy link
Contributor

@musale musale commented Jan 2, 2025

Closes #3340

@microsoft/fast-foundation is a dependency for @fluentui/web-components which is used for the mgt components.

❯ yarn why  @microsoft/fast-foundation
└─ @fluentui/web-components@npm:2.6.1
   └─ @microsoft/fast-foundation@npm:2.49.6 (via npm:^2.49.6) <- latest version can be resolved past 2.49.6

This update pins the version of fast-foundation to 2.49.6 to prevent it from using the latest 2.50.0 which causes range errors when rendering components.

❯ yarn why  @microsoft/fast-foundation
└─ @fluentui/web-components@npm:2.6.1
   └─ @microsoft/fast-foundation@npm:2.49.6 (via npm:2.49.6) <-- this is now without ^

@musale musale requested a review from a team as a code owner January 2, 2025 11:19
@musale musale merged commit ab1ee20 into main Jan 3, 2025
12 checks passed
@musale musale deleted the chore/lock-msff branch January 3, 2025 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Shipped 🚀
Development

Successfully merging this pull request may close these issues.

[BUG] Constant design-token.js errors
2 participants