Skip to content
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

Replacement for this library (punycode solved) #97

Open
andreinwald opened this issue Apr 27, 2024 · 5 comments
Open

Replacement for this library (punycode solved) #97

andreinwald opened this issue Apr 27, 2024 · 5 comments

Comments

@andreinwald
Copy link

Hi there,
I created a replacement for library uri-js

  • Based on Node.js and browser URL api
  • 99% compatible with original URI.js library
  • Solves "The punycode module is deprecated" warning in Node
  • Tested with libraries: ESLint, Webpack, Ajv

https://github.com/andreinwald/uri-js-replace

You can add to package.json of your project:

"overrides": {
    "uri-js": "npm:uri-js-replace"
}
@jebarpg
Copy link

jebarpg commented Apr 29, 2024

When will this be merged and released?

@lorezyra
Copy link

lorezyra commented Apr 29, 2024

I second @jebarpg 's question: Why can't this be merged into this repo? It will be a pain to convince all the projects that depend on this library to move to another repo.

Perhaps one of the other contributors can approve the PR?

Reference

@andreinwald
Copy link
Author

@lorezyra @jebarpg looks like only @garycourt has access to do that.
But he wasn't online (repo activity) for last 3 years ...

@SamMousa
Copy link

SamMousa commented May 8, 2024

According to the puny code userland implementation, you only need to change the import:
image

Also as soon as the module is actually removed it'll automatically resolve the userland module... So really this deprecation warning can be ignored.

@robcresswell
Copy link

@SamMousa I'm not sure I understand your comment here. Nobody can change the import in uri-js other than the maintainer, who isnt active, so I'm not sure of the relevance of your suggestion. Can you elaborate?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants