-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[maven,typescript] (#332, #462, #463) Update dependencies to latest package versions #582
base: main
Are you sure you want to change the base?
[maven,typescript] (#332, #462, #463) Update dependencies to latest package versions #582
Conversation
Done for component docs/archive/doc. Tested with Node.js version 22.11.0.
Done for component typescript/vro-scripting-api. Tested with Node.js version 22.11.0.
* chore: Updated dependency versions of adm-zip and @types/adm-zip * chore: Updated dependency versions of @types/uuid / uuid. * chore: Updated dependency versions of command-line-args / @types/command-line-args. * chore: Updated dependency version of ts-node
…nv" and "typescript/polyglotpkg" (#3) * chore: Updated dependency versions of adm-zip and @types/adm-zip * chore: Updated dependency versions of @types/uuid / uuid. * chore: Updated dependency versions of command-line-args / @types/command-line-args. * chore: Updated dependency version of ts-node * chore: Updated dependencies for component "typescript/npmconv". All dependencies that could be updated without too much effort were updated.
* chore: Ran npm update for vrotsc, updated package lock file. * chore: Updated "uuid" dependency for "vrotsc". * chore: Updated "js-yaml" dependency for "vrotsc". Also updated the "@types/js-yaml" definitions. * chore: Updated "minimist" dependency for "vrotsc". Also updated the "@types/minimist" definitions. * chore: Updated "xmlbuilder" dependency for "vrotsc". * chore: Updated "xmldoc" dependency for "vrotsc". Also updated the "@types/xmldoc" definitions. * chore: Updated "ansi-colors" dependency for "vrotsc". * chore: Updated "merge2" dependency for "vrotsc". * chore: Updated "rollup" dependency and plugins for "vrotsc". * chore: Updated "ts-node" dependency for "vrotsc". * chore: Updated gulp + sourcemap dependencies for "vrotsc".
Updated to latest versions of "which", "npm", "fs-extra" and "glob". Code changes related to supporting the latest library APIs.
…component "typescript/npmconv".
* chore: Updated Node.js and npm version requirements for "typescript/polyglotpkg" component. * chore: Updated dependencies for "typescript/polyglotpkg" component. Updated "which" / "@types/which" to latest, implemented code changes accordingly. * refactor: Removed "fs-extra" in favor of using Node.js API for "typescript/polyglotpkg" component. * refactor: Recursive copy exported to a filesystem utils class. Unit tests added for it. * refactor: Project build bootstrapping changed; replacing "globby" with capability in the project; updating dependencies" * chore: Removed "globby" as dependency. * refactor: Polyglot component not using globby and fs-extra libs any more. All dependencies updated to latest. Node.js 20 LTS support added. * refactor: Using native Node.js cpSync function.
…ot" component. (#7) * chore: Updated Node.js and npm version requirements for "typescript/polyglotpkg" component. * chore: Updated dependencies for "typescript/polyglotpkg" component. Updated "which" / "@types/which" to latest, implemented code changes accordingly. * refactor: Removed "fs-extra" in favor of using Node.js API for "typescript/polyglotpkg" component. * refactor: Recursive copy exported to a filesystem utils class. Unit tests added for it. * refactor: Project build bootstrapping changed; replacing "globby" with capability in the project; updating dependencies" * chore: Removed "globby" as dependency. * refactor: Polyglot component not using globby and fs-extra libs any more. All dependencies updated to latest. Node.js 20 LTS support added. * refactor: Using native Node.js cpSync function.
…ript/vro-scripting-api".
…ons' of https://github.com/pboychev-bcom/build-tools-for-vmware-aria into feature/463-update-dependencies-to-latest-package-versions
…test-package-versions
The following packages were updated to the latest versions available: - @rollup/plugin-commonjs - rollup - ts-node - typescript Signed-off-by: Plamen Boychev <[email protected]>
The following packages were updated to the latest versions available: - nyc - rimraf - ansi-colors - @types/ansi-colors - jszip - @types/jszip - @types/jasmine - jasmine - browserslist Signed-off-by: Plamen Boychev <[email protected]>
The following packages were updated to the latest versions available: - @types/minimist - minimist - source-map - @types/gulp Signed-off-by: Plamen Boychev <[email protected]>
Using the built-in "fs" Node.js module capabilities instead. Signed-off-by: Plamen Boychev <[email protected]>
Updates apply to npmconv, polyglotpkg and vropkg. Signed-off-by: Plamen Boychev <[email protected]>
Signed-off-by: Plamen Boychev <[email protected]>
…or-vmware-aria into feature/463-update-dependencies-to-latest-package-versions
…test-package-versions
@deyan-r, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding
|
1 similar comment
@deyan-r, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding
|
Nice that's quite some effort put in this one! I will try to get help with reviewing this PR soon. We will for sure need a Release.md entry with the changes you described in the PR description and also a suggested Upgrade procedure because of the major change of the node version. Let me first discuss internally how to handle that and then we can update the PR. |
Description
Typescript projects were updated to require Node.js 20+(node>=20.18.1, npm>=10.8.2)
All dependencies were updated to the latest versions.
Where needed, the code was updated to be compatible with changes in components interfaces.
Such alignment includes, but not limited to:
Polyglot archetype to set proper runtime values in polyglot.json for sample vro templates.
A few bugs encountered were fixed.
Checklist
Fixed #XXX -
orClosed #XXX -
prefix to auto-close the issueTesting
Testing included three steps:
Release Notes
Update typescript projects to node.js 20+ and latest versions of dependencies
Related issues and PRs
#463
#462
#332 (duplicated by #464)