[dev-v5] Update package versions for improved compatibility and features - #5110
Merged
Vincent Baaij (vnbaaij) merged 2 commits intoAug 7, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates pinned tooling and build-time dependency versions across the Core and Charts script workspaces and central .NET package version management to pick up minor compatibility/features improvements.
Changes:
- Bumped
@typescript-eslint/*andeslintversions insrc/Core.Scripts. - Bumped
@microsoft/fast-elementto^3.0.2insrc/Charts.Scripts. - Updated
Microsoft.CodeAnalysis.CSharpto5.6.0in central package version management.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/Core.Scripts/package.json | Updates dev tooling versions (@typescript-eslint/*, eslint) for the core scripts workspace. |
| src/Core.Scripts/package-lock.json | Regenerates the lockfile to reflect updated lint tooling and transitive dependency graph. |
| src/Charts.Scripts/package.json | Updates @microsoft/fast-element version for charts script dependencies. |
| src/Charts.Scripts/package-lock.json | Regenerates the charts lockfile to match the updated FAST dependency. |
| Directory.Packages.props | Updates centrally-managed Roslyn package version (Microsoft.CodeAnalysis.CSharp). |
Files not reviewed (2)
- src/Charts.Scripts/package-lock.json: Generated file
- src/Core.Scripts/package-lock.json: Generated file
Denis Voituron (dvoituron)
marked this pull request as ready for review
August 7, 2026 15:15
Denis Voituron (dvoituron)
requested a review
from Vincent Baaij (vnbaaij)
as a code owner
August 7, 2026 15:15
|
✅ 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%
|
Vincent Baaij (vnbaaij)
approved these changes
Aug 7, 2026
Vincent Baaij (vnbaaij)
deleted the
users/dvoituron/dev-v5/update-packages
branch
August 7, 2026 15:44
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