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

Node Deprecation Warning in v39: The punycode Module is Deprecated #32395

Open
Gabriel-Ladzaretti opened this issue Nov 7, 2024 · 2 comments
Assignees
Labels
priority-2-high Bugs impacting wide number of users or very important features type:refactor Refactoring or improving of existing code

Comments

@Gabriel-Ladzaretti
Copy link
Collaborator

Gabriel-Ladzaretti commented Nov 7, 2024

Describe the proposed change(s).

Since we switched to v39, we can see the following message in the stderr for each renovate job.

(node:925) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
it doesnt seems to affect anything tho. jobs are being completed successfully.
@Gabriel-Ladzaretti Gabriel-Ladzaretti added priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others needs-discussion Issue requires a GitHub Discussion first labels Nov 7, 2024

This comment was marked as outdated.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 7, 2024
@viceice viceice added type:refactor Refactoring or improving of existing code and removed needs-discussion Issue requires a GitHub Discussion first labels Nov 7, 2024
@viceice viceice reopened this Nov 7, 2024
@bakito
Copy link

bakito commented Nov 11, 2024

In my productive setup I've added the following environment variable to prevent this output. The wanings caused issues when parsing the json logs from renovate.

NODE_OPTIONS="--no-deprecation"

@rarkins rarkins added priority-2-high Bugs impacting wide number of users or very important features and removed priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others labels Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-2-high Bugs impacting wide number of users or very important features type:refactor Refactoring or improving of existing code
Projects
None yet
Development

No branches or pull requests

4 participants