-
Notifications
You must be signed in to change notification settings - Fork 228
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
Replace psl dependency with tldts #338
Comments
Thanks for opening this issue @isaacl. We have discussed a replacement for |
* feat: toastContainer stub * Update src/lightning-stubs/toastContainer/toastContainer.js Co-authored-by: Austin Andrews <admin@templarian.com> * Update toastContainer.js Removed unused `config` var to avoid linting error. --------- Co-authored-by: Austin Andrews <admin@templarian.com>
@colincasey I think you should consider also removing |
Thank you for this fix! It seems it didn't make it into the 4.1.4 release. Will there be a new release soon? |
@skagedal this won't be backported to 4.1.4. It's only available in our v5 release candidate for now (5.0.0-rc.1). The upcoming v5 release is primarily an internal uplift that includes TypeScript support and improved documentation so it should be a seamless upgrade but feel free to try out the release candidate ahead of time and report any issues 😄 |
Ah, thanks, I had missed that release candidate! I tested it out in our project and indeed, PSL is now gone along with those particular |
the punycode warning for the last year or so is very annoying |
Hey, I wrote a bit of a book here for others to find. Please feel free to reference it as people complain about trying to suppress the warning from
The Steps to override transitive
|
I'm seeing tough-cookie@5.0.0 now released. |
The psl project seems to be dead.
It's generating a punycode deprecation warning despite an 18mo old open pull request fixing this issue. tough-cookie incurs a serious performance bottleneck due to its use of psl.
tldts is active, and much, much more performant.
Can you fix this, please?
The text was updated successfully, but these errors were encountered: