-
-
Couldn't load subscription status.
- Fork 33.6k
doc: deprecations add more codemods #60243
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
Conversation
AugustinMauroy
commented
Oct 13, 2025
- adding more codemods
- fixing wrong link
|
cc @nodejs/userland-migrations |
|
The source code url and run commands for deprecation DEP0028 are incorrect. Could you please include the fix for that one in this PR as well? - npx codemod@latest @nodejs/util-debug-to-console-error
+ npx codemod@latest @nodejs/util-print-to-console-log- https://github.com/nodejs/userland-migrations/tree/main/recipes/util-debug-to-console-error
+ https://github.com/nodejs/userland-migrations/tree/main/recipes/util-print-to-console-log |
Co-Authored-By: Bruno Rodrigues <swe@brunocroh.com>
|
good catch @brunocroh |
|
Let's land this and open subsequent ones rather than keep this going forever 😅 |
HAHAHAH yeah maybe |
|
Is it ready to merge? |
|
Landed in b9de5d0 |
PR-URL: #60243 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me>