[dev-v5] Update package versions - #5138
Merged
Denis Voituron (dvoituron) merged 4 commits intoAug 12, 2026
Merged
Conversation
Denis Voituron (dvoituron)
requested a review
from Vincent Baaij (vnbaaij)
as a code owner
August 12, 2026 10:15
Copilot started reviewing on behalf of
Denis Voituron (dvoituron)
August 12, 2026 10:16
View session
This was referenced Aug 12, 2026
Vincent Baaij (vnbaaij)
approved these changes
Aug 12, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates dependency baselines across the Fluent UI Blazor repo (NuGet + npm) to improve compatibility, and replaces the previous one-off update script with a new script that inventories outdated dependencies across supported TFMs and script projects.
Changes:
- Bumped NuGet central versions (ASP.NET Core/EF Core 8/9, .NET 11 preview versions, Playwright, analyzers, OData client).
- Bumped npm dependencies for
Core.ScriptsandCharts.Scripts(Fluent UI Web Components, TypeScript ESLint, and several d3 packages/types). - Replaced
update-packages.ps1with_ListOutdatedDependencies.ps1for aggregated “outdated” reporting across TFMs and npm projects.
Reviewed changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| update-packages.ps1 | Removed the old package update helper script. |
| _ListOutdatedDependencies.ps1 | Added a new script to list outdated NuGet/npm packages across supported target frameworks/projects. |
| Directory.Packages.props | Updated centrally-managed NuGet version properties and several package versions. |
| src/Core.Scripts/package.json | Updated TypeScript ESLint tooling versions and Fluent UI Web Components. |
| src/Core.Scripts/package-lock.json | Regenerated lockfile to reflect updated Core.Scripts dependencies. |
| src/Charts.Scripts/package.json | Updated Fluent UI Web Components and d3 packages/types. |
| src/Charts.Scripts/package-lock.json | Regenerated lockfile to reflect updated Charts.Scripts dependencies. |
Files not reviewed (2)
- src/Charts.Scripts/package-lock.json: Generated file
- src/Core.Scripts/package-lock.json: Generated file
Suppressed comments (1)
_ListOutdatedDependencies.ps1:97
- Restore Directory.Build.props from the original byte stream to avoid altering encoding/BOM/newline behavior after the script runs.
Set-Content -Path $propsPath -Value $originalContent -NoNewline
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
✅ All tests passed successfully Details on your Workflow / Core Tests page. |
Summary - Unit Tests Code CoverageSummary
CoverageMicrosoft.FluentUI.AspNetCore.Components - 98.7%
Microsoft.FluentUI.AspNetCore.Components.Charts - 100%
|
Denis Voituron (dvoituron)
deleted the
users/dvoituron/dev-v5/fix-packages
branch
August 12, 2026 10:23
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 package versions
Enhance compatibility by updating various package versions and configurations.