[dev-v5] Update @fluentui/web-components to version 3.0.2 - #5067
Merged
Denis Voituron (dvoituron) merged 1 commit intoAug 3, 2026
Conversation
…package-lock.json
Denis Voituron (dvoituron)
requested a review
from Vincent Baaij (vnbaaij)
as a code owner
August 3, 2026 07:56
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the JavaScript/TypeScript asset build workspaces to consume @fluentui/web-components 3.0.2, keeping both src/Core.Scripts and src/Charts.Scripts dependency graphs in sync with the new version via regenerated lockfiles.
Changes:
- Bump
@fluentui/web-componentsfrom^3.0.0to^3.0.2in both script workspaces. - Regenerate
package-lock.jsonfiles to lock@fluentui/web-componentsto 3.0.2 (and reflect updated transitive dependencies such asbrace-expansion).
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/Core.Scripts/package.json | Updates @fluentui/web-components dependency version range to ^3.0.2. |
| src/Core.Scripts/package-lock.json | Locks @fluentui/web-components to 3.0.2 and updates transitive dependency resolutions. |
| src/Charts.Scripts/package.json | Updates @fluentui/web-components dependency version range to ^3.0.2. |
| src/Charts.Scripts/package-lock.json | Locks @fluentui/web-components to 3.0.2 and updates transitive dependency resolutions. |
Files not reviewed (2)
- src/Charts.Scripts/package-lock.json: Generated file
- src/Core.Scripts/package-lock.json: Generated file
Vincent Baaij (vnbaaij)
approved these changes
Aug 3, 2026
|
✅ All tests passed successfully Details on your Workflow / Core Tests page. |
Summary - Unit Tests Code CoverageSummary
CoverageMicrosoft.FluentUI.AspNetCore.Components - 98.8%
Microsoft.FluentUI.AspNetCore.Components.Charts - 100%
|
Denis Voituron (dvoituron)
deleted the
users/dvoituron/dev-v5/update-npm
branch
August 3, 2026 08:07
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.
[dev-v5] Update @fluentui/web-components to version 3.0.2
Upgrade the @fluentui/web-components dependency to version 3.0.2 in both package.json and package-lock.json files. This change ensures compatibility with the latest features and fixes provided by the updated package. Additionally, update related dependencies to maintain consistency across the project.