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 #492

Closed
ixxie opened this issue Jun 24, 2024 · 6 comments · Fixed by #479
Closed

DeprecationWarning: The util._extend API is deprecated #492

ixxie opened this issue Jun 24, 2024 · 6 comments · Fixed by #479

Comments

@ixxie
Copy link

ixxie commented Jun 24, 2024

Getting a deprecation warning when running concurrently with Node 22 in Windows:

(node:13352) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

Environment:

OS: Windows 10 build 19045
Node: 22.2.0
Concurrently: 8.2.2

Reproduction:

concurrently "echo foo" "echo bar"     // warning
concurrently --help                    // no warning

Thank you for the awesome project!

@gustavohenke
Copy link
Member

Hey! Yeah it's been fixed, just not released yet. Duplicate of #477

@gustavohenke gustavohenke closed this as not planned Won't fix, can't repro, duplicate, stale Jun 24, 2024
@gustavohenke gustavohenke linked a pull request Jun 24, 2024 that will close this issue
@ixxie
Copy link
Author

ixxie commented Jun 25, 2024

Hey! Yeah it's been fixed, just not released yet. Duplicate of #477

Apologies, I did a search but the error seemed different than that ticket.

Cheers!

@sathishkumar294
Copy link

Hi @gustavohenke, thanks for the fix. When do you plan to release this version?

@theonlypwner
Copy link

theonlypwner commented Sep 2, 2024

mmalecki/spawn-command#9 was fixed, so that dependency wasn't actually unmaintained.

Instead of including its code in this repo, it would be easier to just bump spawn-command to 0.0.3 in package.json.

@PatrykKuniczak
Copy link

@gustavohenke Pls, realase this, because i want it very much ❤️

@gustavohenke
Copy link
Member

Hi folks, sorry for the delay, this is now fixed in v9.0.0.
https://github.com/open-cli-tools/concurrently/releases/tag/v9.0.0

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 a pull request may close this issue.

5 participants