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

fix: replace deprecated util._extend with Object.assign() #1692

Closed
wants to merge 1 commit into from

Conversation

Auios
Copy link

@Auios Auios commented Nov 23, 2024

The functionality remains identical as both methods perform shallow copies of object properties. Object.assign() is the standard modern approach for this operation.

Resolves this warning:

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

@Auios Auios closed this Nov 23, 2024
@Auios
Copy link
Author

Auios commented Nov 23, 2024

Noticed this was a duplicate of #1666

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

Successfully merging this pull request may close these issues.

1 participant