chore: update dependencies, bumped task node version - 20.x and other improvements#227
Open
anirudhkoutha-o wants to merge 6 commits intoredhat-developer:masterfrom
Open
chore: update dependencies, bumped task node version - 20.x and other improvements#227anirudhkoutha-o wants to merge 6 commits intoredhat-developer:masterfrom
anirudhkoutha-o wants to merge 6 commits intoredhat-developer:masterfrom
Conversation
anirudhkoutha-o
commented
Sep 10, 2025
- Updated various dependencies in package.json to their latest versions for better performance and security.
- Refactored imports in multiple TypeScript files to ensure consistent usage of 'azure-pipelines-task-lib/task'.
- Changed the return type of the sleep method in ConditionHandler from Promise<NodeJS.Timeout> to Promise for clarity.
- Updated task.json files to use Node20_1 for execution instead of Node10, aligning with the latest Node.js version.
- Added support for additional OpenShift versions in oc-utils.json.
- Modified test files to use dynamic imports for glob, improving compatibility with ES module syntax.
- Fixed node-fetch library with dynamic import.
- Removed Node 10,14 for tests and Included 16 and 20 for compatibility
- Updated various dependencies in package.json to their latest versions for better performance and security. - Refactored imports in multiple TypeScript files to ensure consistent usage of 'azure-pipelines-task-lib/task'. - Changed the return type of the sleep method in ConditionHandler from Promise<NodeJS.Timeout> to Promise<void> for clarity. - Updated task.json files to use Node20_1 for execution instead of Node10, aligning with the latest Node.js version. - Added support for additional OpenShift versions in oc-utils.json. - Modified test files to use dynamic imports for glob, improving compatibility with ES module syntax.
fixed node-fetch issue
chore: update dependencies and improve task execution
Author
|
@lstocchi - I have fixed the node-fetch bug and bumped the version, would you like to review the change |
Author
|
#223 - is addressed in this. |
Contributor
|
Hi @anirudhkoutha-o, thanks for it and sorry for the slow response, i was on parental leave. I'm not working on this project anymore and it is not part of my job as i moved to a completely different field. |
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.