-
-
Notifications
You must be signed in to change notification settings - Fork 878
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
Deprecation Warning: punycode Dependency via uri-js #2350
Comments
I've opened a PR to fix this in uri-js, the package ajv depends on here: garycourt/uri-js#95 |
Since |
@ThatOneCalculator I've created a fork that addresses this problem: https://github.com/kibertoad/toad-uri-js Happy to invite ajv folks to co-maintain if there is interest. |
any update on this? |
Hi there,
https://github.com/andreinwald/uri-js-replace You can add to package.json of your project: "overrides": {
"uri-js": "npm:uri-js-replace"
} |
@jasoniangreen Any chance to switch over the dependency to |
Closed as we are moving to fast-uri |
@jasoniangreen fast-uri was reverted. What is the plan now? |
Version 8.12.0, Node 21.2.0, using npm.
Hi there,
I wanted to raise an issue regarding
uri-js
dependency, which usespunycode
under the hood, which has been deprecated.While working with ajv, I've noticed deprecation warnings related to the usage of the
punycode
module through its dependency on uri-js. It seems uri-js hasn't been updated for three years, causing these warnings.├─┬ ajv@8.12.0
│ └─┬ uri-js@4.4.1
│ └── punycode@2.3.0
Just thought I'd bring this up for consideration. Thank you for your work on ajv!
The text was updated successfully, but these errors were encountered: