Update devDependencies to latest versions - #5050
Merged
Merged
Conversation
|
✅ All tests passed successfully Details on your Workflow / Core Tests page. |
dvoituron
enabled auto-merge (squash)
July 28, 2026 09:11
Summary - Unit Tests Code CoverageSummary
CoverageMicrosoft.FluentUI.AspNetCore.Components - 61.3%
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the src/Core.Assets NPM toolchain devDependencies (linting + cleanup utilities) and refreshes the lockfile, intended to both modernize the frontend build tooling and address a reported Keyv vulnerability.
Changes:
- Upgraded
@typescript-eslint/*from^7.6.0to^8.65.0. - Upgraded
eslintfrom8.57.0to^10.8.0andrimraffrom^5.0.5to^6.1.3. - Regenerated
package-lock.jsonwith updated transitive dependency graph (including new ESLint v10 dependency set and lockfile v3 format).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/Core.Assets/package.json | Updates devDependency versions for linting and build-time utilities. |
| src/Core.Assets/package-lock.json | Updates resolved dependency tree/lockfile to match the new devDependencies. |
Files not reviewed (1)
- src/Core.Assets/package-lock.json: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
vnbaaij
approved these changes
Jul 28, 2026
dvoituron
disabled auto-merge
July 28, 2026 09:18
… adjust overrides
vnbaaij
approved these changes
Jul 28, 2026
This was referenced Jul 30, 2026
Open
Open
Open
This was referenced Aug 3, 2026
Open
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.
Update devDependencies to latest versions
Fix "Governed repositories / microsoft-fluentui-blazor / main / MVS-2026-h644-p4w8"
Versions of keyv prior to 5.5.3 are vulnerable to two distinct namespace isolation failures for any namespace containing a colon.
Upgrade devDependencies to their latest versions to enhance performance and compatibility across the project.
This change does not introduce breaking changes and is categorized as a chore.
Once it's merged into the
devbranch, I'll immediately update themainbranch.