XS✔ ◾ Updating ADO extension to Node v20#561
Merged
muiriswoulfe merged 3 commits intomainfrom Dec 2, 2024
Merged
Conversation
Contributor
PR Metrics✔ Thanks for keeping your pull request small.
Metrics computed by PR Metrics. Add it to your Azure DevOps and GitHub PRs! |
Member
Author
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
K-Cully
approved these changes
Dec 2, 2024
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.
Summary
This includes several updates to the project configuration to support newer versions of Node.js and related dependencies. The most important changes include updating the Node.js version requirements, adjusting dependencies, and modifying configuration files to align with the new Node.js version.
Node.js Version Updates:
package.json: Updated the required Node.js version to>=20.17.0.src/task/task.json&src/task/task.loc.json: Updated theminimumAgentVersionto3.248.0and changed the execution target fromNode16toNode20_1[1] [2] [3] [4].Dependency Updates:
package.json: Updated@tsconfig/node16to@tsconfig/node20.Configuration File Updates:
src/task/tsconfig.json: Updated the module and module resolution settings fromNode16toNodeNext, and extended configuration from@tsconfig/node20[1] [2].Testing
Test Types
Unit Test Coverage
100%