Skip to content

v3.21.1

Latest
Compare
Choose a tag to compare
@americk0 americk0 released this 13 Jan 16:31
· 0 commits to 03a6b12efca6bdeabc7aeab04223dd77f2a493e1 since this release

Change Log Items

  • Remove alks-node dependency.
  • Remove node-fetch/request in favor for axios

Description

Because prior to node 18, node did not provide an http fetch api so we had to use a 3rd party library for that functionality (request/node-fetch). These 3rd party packages rely on punycode which is being deprecated in node >= v21. This PR will switch over to axios since that will relieve us of the punycode deprecation warnings.

Rally:

US1504256: [Continued] [Continued] alks-cli: Clean deprecation warnings