-
-
Notifications
You must be signed in to change notification settings - Fork 306
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
util._extend will be removed in node v23 #607
Comments
As are 95 million other people every week, nearly as many as are using the latest, v4: https://majors.nullvoxpopuli.com/q?minors=&old=&packages=debug node may want to reconsider this deprecation given the usage. |
Additionally, motivated by recent CITGM failures, tape's tests should no longer be failing due to these debug messages: 8d40837 |
@ljharb that's not released yet. |
ah, i thought CITGM was configured to run on tape's HEAD instead of the latest version. Unfortunately I can't upgrade beyond debug v2 due to engines constraints. If this API is indeed something node is determined to remove, it'd be ideal to ship a backport in debug that refactors to avoid using it. |
We'll revert in Node |
Makes sense. Which dependencies are using locked versions? I could certainly see about updating those, so node isn't held back. |
|
aha, gotcha. there remains one ecosystem-active maintainer of debug; i can try to pursue a backport? |
I think it would be best. nyc will keep the noisy warning anyway for another semver-major cycle of Node.js. |
The warning can't be removed as a non-major? |
Currently using We will remove it at some point. |
This reverts commit ac97a53. PR-URL: #53429 Refs: tape-testing/tape#607 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com>
This reverts commit ac97a53. PR-URL: nodejs#53429 Refs: tape-testing/tape#607 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com>
This reverts commit ac97a53. PR-URL: nodejs#53429 Refs: tape-testing/tape#607 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com>
Currently the tests for tape fails on Node v23:
I think this is using an old version of
debug
The text was updated successfully, but these errors were encountered: