-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Labels
priority-4-low
Low priority, unlikely to be done unless it becomes important to more people
status:blocked
Issue is blocked by another issue or external requirement
type:refactor
Refactoring or improving of existing code
Comments
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.
This comment was marked as outdated.
viceice
added
type:refactor
Refactoring or improving of existing code
and removed
needs-discussion
Issue requires a GitHub Discussion first
labels
Nov 7, 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.
|
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
> pnpm why whatwg-url
Legend: production dependency, optional only, dev only
[email protected] /home/kriese/src/renovate
dependencies:
@renovatebot/osv-offline 1.5.10
└─┬ node-fetch 2.7.0
└── whatwg-url 5.0.0
google-auth-library 9.14.2
├─┬ gaxios 6.7.1
│ └─┬ node-fetch 2.7.0
│ └── whatwg-url 5.0.0
├─┬ gcp-metadata 6.1.0
│ └─┬ gaxios 6.7.1
│ └─┬ node-fetch 2.7.0
│ └── whatwg-url 5.0.0
└─┬ gtoken 7.1.0
└─┬ gaxios 6.7.1
└─┬ node-fetch 2.7.0
└── whatwg-url 5.0.0 |
will add an override, so it's at least fixed in our official docker images |
> pnpm why backslash
Legend: production dependency, optional only, dev only
[email protected] /home/kriese/src/renovate
dependencies:
json-dup-key-validator 1.0.3
└── backslash 0.2.0 |
6 tasks
Leaving this open to remember to remove the workaround when upstream packages are fixed |
viceice
added
priority-4-low
Low priority, unlikely to be done unless it becomes important to more people
status:blocked
Issue is blocked by another issue or external requirement
and removed
priority-2-high
Bugs impacting wide number of users or very important features
labels
Nov 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority-4-low
Low priority, unlikely to be done unless it becomes important to more people
status:blocked
Issue is blocked by another issue or external requirement
type:refactor
Refactoring or improving of existing code
Describe the proposed change(s).
Since we switched to
v39
, we can see the following message in the stderr for each renovate job.The text was updated successfully, but these errors were encountered: