Fix punycode deprecation warning
fixes #2350 #2343
What issue does this pull request resolve?
punycode warnings. See linked issues.
What changes did you make?
Switched dependency to a fork that addresses the issue, and which is intended to be maintained for a long time.
Is there anything that requires more attention while reviewing?
No.
@epoberezkin CI appears to be broken in this repo overall. Can I help with that?
@jasoniangreen any chance you could take a look?
Hi @kibertoad sorry for the late reply. I have been speaking to @epoberezkin and he wants me to explore removing uri-js. It's not needed anymore for node given we are dropping older versions, but there is just an open question around browser support. I will update you when I have more.
great news! thank you
https://github.com/ajv-validator/ajv/pull/2415, also have this PR
I think if anything we'll go with https://github.com/ajv-validator/ajv/pull/2415 or moving to a native approach so will close this.
@jasoniangreen makes sense. what's preventing #2415 from being merged at this point?