-
-
Notifications
You must be signed in to change notification settings - Fork 887
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
Drop dependency on uri-js/punycode #2343
Comments
Also happens in newer version |
I've opened a PR to fix this in uri-js, the package ajv depends on here: garycourt/uri-js#95 |
uri-js is no longer being maintained, so there's not a great chance of it being fixed upstream. You can also |
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"
} |
how progress of this? |
seems this exists: https://www.npmjs.com/package/toad-uri-js can this be done? it's really annoying to see when using eslint. alternativel,y andreinwald's one can be used. i just found this asweel |
We're working on moving to fast-uri, just waiting for some compatibility fixes on their side so will close this as it is redundant with ongoing work. |
what's the progress on this? @jasoniangreen Is there another issue we can follow to know the progress? |
do we have any progress? 🤗 |
Using Really looking forward for this to be solved... |
+1 |
3 similar comments
+1 |
+1 |
+1 |
Any progress on this? |
+1 |
2 similar comments
+1 |
+1 |
Release v8.17.1 has removed uri-js |
As indicated by @jasoniangreen, version 8.17.1 of ajv is no longer dependent on punycode. If you're using eslint, you can add the following to your package.json. // pnpm {
"pnpm": {
"overrides": {
"ajv": "8.17.1"
}
}
} // terminal This will force eslint to use the newer version of "ajv". |
So, guess that means that for yarn 4.5+ I need to do? {
"resolutions": {
"ajv": "8.17.1"
}
} will try it out soon… |
What version of Ajv you are you using?
v6.12.6
What problem do you want to solve?
Logs being flooded with deprecation warnings:
What do you think is the correct solution to problem?
Will you be able to implement it?
Yes
Related issues:
Note:
The text was updated successfully, but these errors were encountered: