Update task-lib and node-api versions in common packages#570
Merged
Deekshitha2812 merged 5 commits intomainfrom Feb 5, 2026
Merged
Update task-lib and node-api versions in common packages#570Deekshitha2812 merged 5 commits intomainfrom
Deekshitha2812 merged 5 commits intomainfrom
Conversation
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
sanjuyadav24
approved these changes
Feb 4, 2026
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
tarunramsinghani
approved these changes
Feb 4, 2026
nemanjarogic
reviewed
Feb 4, 2026
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
sanjuyadav24
approved these changes
Feb 4, 2026
Contributor
ivanduplenskikh
left a comment
There was a problem hiding this comment.
Do we need to update azure-pipelines-task-lib in all common packages?
Contributor
we dont need to update all packages, as the breaking changes are proxy setups where package is calling any ADO API or using proxypassword. Other common-packages are using basic functionality of task-lib due to which changes are not required |
b6661b8 to
139e8e7
Compare
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
manolerazvan
approved these changes
Feb 4, 2026
AlexVTor
approved these changes
Feb 4, 2026
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
Updated the task-lib version to ^5.2.4 and node-api to 15.1.3.
Package Name
azure-arm-rest
azurermdeploycommon
artifacts-common
kubernetes-common
packaing-common
securefiles-common
utility-common
Risk Assessment (Medium)
Major dependency updates, like azure-pipelines-task-lib 4.x→5.x, pose significant compatibility risks that may cause task failures.
Unit Tests Added or Updated
Additional Testing Performed
Units tests are working fine.
Documentation Changes Required (No)
This is an dependencies update.
Dependencies
Task-lib to ^5.2.4
Node-api to 15.1.3
TypeScript to 4.9.5
@types/nodes to ^16.18.0 (in the packages with error ",node_modules/@types/node/globals.d.ts(72,13):error TS2403: Subsequent variable declarations must have the same type. Variable 'AbortSignal'.....")
Checklist