Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use Object.assign instead of deprecated util._extend #1666

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nikeee
Copy link

@nikeee nikeee commented Apr 25, 2024

When building an app using Vite, there is this deprecationw arning when using Node.js 22:

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

This PR resolves that.

Object.assign is supported since Node.js 4.

nikeee added 2 commits April 25, 2024 12:48
Resolves:
```
[DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
```

When using Node.js 22
@bayasdev
Copy link

+1

@Malwinderkaur
Copy link

When should we expect updated version with required changes for fix of this warning.

@wj17870569856
Copy link

When should we expect updated version with required changes for fix of this warning.

so, when we can use the updated version 😂

@Auios
Copy link

Auios commented Nov 23, 2024

Ping @indexzero
Are you able to merge this?

@cami-dev
Copy link

cami-dev commented Dec 6, 2024

Any release happening for this?

@austinbiggs
Copy link

What would it take to get this merged?

@cami-dev
Copy link

cami-dev commented Jan 16, 2025

Nice that this got merged. Would be awesome with a release now been a few years :) @jcrugzz is one in the works? or prob not happening? should we be using master instead?

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

Successfully merging this pull request may close these issues.

9 participants