auth0-deploy-cli icon indicating copy to clipboard operation
auth0-deploy-cli copied to clipboard

DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.

Open rickpasetto opened this issue 6 months ago • 0 comments

Checklist

  • [X] I have looked into the README and have not found a suitable solution or answer.
  • [X] I have looked into the documentation and have not found a suitable solution or answer.
  • [X] I have searched the issues and have not found a suitable solution or answer.
  • [X] I have upgraded to the latest version of this tool and the issue still persists.
  • [X] I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • [X] I agree to the terms within the Auth0 Code of Conduct.

Description

The latest version of a0deploy yields this warning:

(node:48576) [DEP0060] DeprecationWarning: The util._extend API is deprecated. Please use Object.assign() instead.

$ node --version v22.6.0 $ a0deploy --version 7.24.1

It still appears to work as expected, however.

Expectation

No warning generated.

Reproduction

Update node to v22.6.0 or later, and run a0deploy export (or any command, really) and see the warning.

Deploy CLI version

7.24.1

Node version

v22.6.0

rickpasetto avatar Aug 23 '24 18:08 rickpasetto