open-telemetry / semantic-conventions

Defines standards for generating consistent, accessible telemetry across a variety of domains
Apache License 2.0
254 stars 165 forks source link

punycode is deprecated #577

Open breedx-splk opened 10 months ago

breedx-splk commented 10 months ago

When running the linter with make markdownlint, a warning is issued:

(node:10670) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.

Looks like it will be removed in a future version of node, so we should get ahead of this.

joaopgrassi commented 7 months ago

I don't see this warning locally, and also not in the runs https://github.com/open-telemetry/semantic-conventions/actions/runs/8082988176/job/22085020332. But there are other deprecation warnings so we should look into it.