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

Upgrades htmlparser2 to new major version ^8.0.0. (#1) #567

Closed
wants to merge 1 commit into from

Conversation

kedarchandrayan
Copy link
Contributor

Summary

Closes #565

What are the specific steps to test this change?

All existing behavior should remain same.

What kind of change does this PR introduce?

  • Bug fix
  • New feature
  • Refactor
  • Documentation
  • Build-related changes
  • Other - Upgrading htmlparser2 version

Make sure the PR fulfills these requirements:

  • It includes a) the existing issue ID being resolved, b) a convincing reason for adding this feature, or c) a clear description of the bug it resolves
  • The changelog is updated
  • Related documentation has been updated
  • Related tests have been updated

If adding a new feature without an already open issue, it's best to open a feature request issue first and wait for approval before working on it.

Other information:

Copy link
Member

@boutell boutell left a comment

Choose a reason for hiding this comment

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

Thank you for contributing. Some concerns:

  • Did htmlparser2 change their nodejs version requirements? Did they change their options in a backwards-incompatible way? Either would require a major version bump for sanitize-html.
  • This PR changes many unrelated things. Please submit a clean PR just for this change and any required changes to support it.
  • This PR removes a unit test without explanation. Please provide an explanation for the removal and why it is safe to skip that test.

@kedarchandrayan
Copy link
Contributor Author

Closing this PR in favour of the clean new PR #573

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.

use latest htmlparser2
2 participants