Open Michaelpalacce opened 4 months ago
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
Additional request related to this issue:
@type/node
dependencies to at least ^14.0.13
and make the dependency consistent across the whole project
vrotsc uses: ^14.0.0
vropkg uses: ^11.15.7
** npmconv uses: ^12.0.10Suggested by @Indy-rbo in https://github.com/vmware/build-tools-for-vmware-aria/issues/401
Description
Target is to be using the newest possible version of NodeJS as long as it's not too hard to do so. Target is Node 20, but newer LTS versions are also good.
One major problem is building vcd projects as that requires an outdated version of Angular, enforcing Node 14... However newer versions of vcd actually have a newer version of angular that works with newer versions of node just fine.
The proposition here is in the case of vcd, we can drop support for versions requiring the outdated version of Angular.