open-cli-tools / concurrently

Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better.
https://www.npmjs.com/package/concurrently
MIT License
6.98k stars 227 forks source link

DeprecationWarning: The `util._extend` API is deprecated #492

Closed ixxie closed 2 months ago

ixxie commented 2 months ago

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 commented 2 months ago

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

ixxie commented 2 months ago

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 commented 1 month ago

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

theonlypwner commented 2 days ago

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 commented 18 hours ago

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