Skip to content
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

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

Open
6 tasks done
rickpasetto opened this issue Aug 23, 2024 · 0 comments
Labels

Comments

@rickpasetto
Copy link

rickpasetto commented Aug 23, 2024

Checklist

  • I have looked into the README and have not found a suitable solution or answer.
  • I have looked into the documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have upgraded to the latest version of this tool and the issue still persists.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant