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

replace uri-js with uri-js-replace #5846

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Conversation

BacLuc
Copy link
Contributor

@BacLuc BacLuc commented Sep 3, 2024

That we have less dependencies on punycode.
uri-js is not maintained anymore, thus we won't get an update. uri-js-replace removed the dependency on punycode.

This starts to solve the deprecation warning:
"punycode is deprecated, use a userland alternative instead."

Issue: #5843

Can be reverted as soon as the dependencies don't depend on uri-js anymore.

@BacLuc BacLuc requested a review from a team September 3, 2024 20:00
Copy link
Member

@manuelmeister manuelmeister left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm feeling lucky ;)

That we have less dependencies on punycode.
uri-js is not maintained anymore, thus we won't get an update.
uri-js-replace removed the dependency on punycode.

This starts to solve the deprecation warning:
"punycode is deprecated, use a userland alternative instead."

Issue: ecamp#5843

Can be reverted as soon as the dependencies don't depend on
uri-js anymore.
@BacLuc BacLuc enabled auto-merge September 12, 2024 21:29
@BacLuc BacLuc added this pull request to the merge queue Sep 12, 2024
Merged via the queue into ecamp:devel with commit 110bae9 Sep 12, 2024
30 checks passed
@BacLuc BacLuc deleted the replace-uri-js branch September 12, 2024 21:37
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

Successfully merging this pull request may close these issues.

4 participants