Skip to content

Dependencies: Update dotnet sdk and node development dependency to latest secure version of current major (16)#20734

Merged
Migaroez merged 2 commits intorelease/16.4from
v16/task/update-dev-framework-dependencies
Nov 5, 2025
Merged

Dependencies: Update dotnet sdk and node development dependency to latest secure version of current major (16)#20734
Migaroez merged 2 commits intorelease/16.4from
v16/task/update-dev-framework-dependencies

Conversation

@AndyButland
Copy link
Contributor

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 16.

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 (9.0.306) and node (>=22.17.1) and ensure you can still build the back-end and front-end of Umbraco.

Copilot AI review requested due to automatic review settings November 4, 2025 15:17
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the minimum required versions of .NET SDK and Node.js for Umbraco 16 development to address recent security vulnerabilities. These changes affect development dependencies only and do not impact users running Umbraco in production.

Key changes:

  • Updates .NET SDK from version 9.0.100 to 9.0.306
  • Updates minimum Node.js requirement from >=22 to >=22.17.1
  • Updates minimum npm requirement from >=10.9 to >=10.9.2

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
global.json Updates .NET SDK version to 9.0.306 for security patch
src/Umbraco.Web.UI.Client/package.json Updates minimum Node.js and npm versions for security
Files not reviewed (1)
  • src/Umbraco.Web.UI.Client/package-lock.json: Language not supported

@Migaroez Migaroez merged commit 7502a38 into release/16.4 Nov 5, 2025
24 checks passed
@Migaroez Migaroez deleted the v16/task/update-dev-framework-dependencies branch November 5, 2025 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants