cloudfoundry-community / node-cfenv

easy access to your Cloud Foundry application environment for node
Apache License 2.0
73 stars 20 forks source link

update dependencies, now at version 2.0.0 #48

Closed pmuellr closed 3 years ago

pmuellr commented 3 years ago

Updates dependencies.

Needed a change to a yaml function.

Upgrading CoffeeScript now generates "new" code for Node.js, which will require at least Node 7.6 to run. Because of that, this is a major version upgrade, so apps using older versions of Node can continue to use the 1.x version without change.

The new version is 2.0.0.

AlAyoub commented 3 years ago

thank you @pmuellr

pmuellr commented 3 years ago

I thought about this a bit more, I think I should change this to an older coffeescript version which will still generate the old style code, so this won't break anyone running < Node 7.6. Even with an upgrade of the major version. Bet there's lots of people with version * in their package.json.

pmuellr commented 3 years ago

closing in favor of https://github.com/cloudfoundry-community/node-cfenv/pull/50

Doesn't seem worth upgrading coffeescript if it means old node releases would no longer be supported.