Dependencies: Update dotnet sdk and node development dependency to latest secure version of current major (13)#20729
Merged
AndyButland merged 1 commit intov13/devfrom Nov 5, 2025
Conversation
…rsion of current major.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the minimum required versions for Node.js and .NET SDK to align with newer releases. The .NET SDK version is updated from 8.0.100 to 8.0.415, and the Node.js requirement is bumped from >=20.9 to >=20.19.4.
Key Changes
- Updated .NET SDK requirement in global.json from 8.0.100 to 8.0.415
- Updated Node.js engine requirement in package.json from >=20.9 to >=20.19.4
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| global.json | Updates .NET SDK version to 8.0.415 |
| src/Umbraco.Web.UI.Client/package.json | Updates Node.js engine requirement to >=20.19.4 |
AndyButland
added a commit
that referenced
this pull request
Nov 5, 2025
…test secure version of current major (13) (#20729) Update dotnet sdk and node development dependency to latest secure version of current major.
This was referenced Dec 9, 2025
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.
Description
Following recent vulnerability reports in .NET SDKs and nodejs, this updates our development dependencies to the latest patch versions of the current major for Umbraco 13.
Note that this doesn't affect anyone running Umbraco. They will need to ensure their hosting environments are updated, and this change won't force it. But it ensures anyone contributing to Umbraco and building from source either locally or via a build agent will need to have a secure version of these dependencies available.
Testing
Make sure you are running the necessary versions of dotnet (8.0.415) and node (>=20.19.4) and ensure you can still build the back-end and front-end of Umbraco.