[dev-v5] Update devDependencies to latest versions - #5174
Merged
Denis Voituron (dvoituron) merged 1 commit intoAug 19, 2026
Conversation
Denis Voituron (dvoituron)
requested a review
from Vincent Baaij (vnbaaij)
as a code owner
August 19, 2026 09:35
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates JavaScript and .NET dependency versions across the repo to pick up latest patch releases and tooling fixes.
Changes:
- Bump
@typescript-eslint/*,eslint, andesbuildinCore.Scripts - Bump
esbuildinCharts.Scripts - Update .NET runtime-related versions and several centrally-managed NuGet package versions
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/Core.Scripts/package.json | Patch updates to ESLint/TypeScript-ESLint and esbuild toolchain |
| src/Charts.Scripts/package.json | Patch update to esbuild toolchain |
| Directory.Packages.props | Patch updates to .NET 10 version constants and several NuGet package versions; adjusts Microsoft.Extensions.* versions |
Files not reviewed (2)
- src/Charts.Scripts/package-lock.json: Generated file
- src/Core.Scripts/package-lock.json: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This was referenced Aug 19, 2026
Denis Voituron (dvoituron)
enabled auto-merge (squash)
August 19, 2026 09:38
|
✅ 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 19, 2026
Denis Voituron (dvoituron)
deleted the
users/dvoituron/dev-v5/update-packages
branch
August 19, 2026 13:15
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 devDependencies to latest versions
Upgrade various development dependencies to their latest versions to ensure compatibility and take advantage of improvements and bug fixes. This change does not introduce breaking changes.