mix / schenkerian

[Deprecated] HTML keyword analyzer
19 stars 1 forks source link

Bump htmlparser2 from 4.1.0 to 5.0.0 #170

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps htmlparser2 from 4.1.0 to 5.0.0.

Release notes

Sourced from htmlparser2's releases.

v5.0.0

Breaking changes:

  • Default the decodeEntities option to true 8ac01e0
  • Removes underscores in front of many private properties & methods. 6e296d2
  • Removes EVENTS, WritableStream and CollectingHandler exports from module import. The latter two are still part of the module, but now have to be imported explicitly. 6e296d2
  • The parser no longer extends EventEmitter f30f13c
  • HTML <title> tag content is now processed as text (#483 by @billneff79) 0189e56

Features:

  • Add media content parsing to FeedHandler (#560 by @gcandal) a85e4e0
  • Expose the quotes that were used in the onattribute event 3c86256
  • Add "sideEffects: false" to package.json (#474 by @ericjeney) d90dd64
  • Explain stream usage in README (#446 by @mnmkng) 4c0fba8

Bug Fixes:

  • Properly back out of numeric entities, decode entities in attributes (fixes #276) eaf2872
  • Fix broken parsing after self-closing special tags (#515 by @warriordog) 4ec596f
  • Fix parse bug when tag name is not ASCII alpha (#497 by @Zuckjet) bc010de

Diverse:

Thanks to everyone that contributed to this release!

Commit Range: https://github.com/fb55/htmlparser2/compare/v4.1.0...v5.0.0

Commits
  • 6586de1 5.0.0
  • 3ddb965 build(deps): Bump domutils & domhandler
  • de86e34 build(deps-dev): Bump ts-jest from 26.4.0 to 26.4.1
  • f430e2a fix(docs): Fix WritableStream example in README
  • 7d18899 build(deps-dev): Bump @typescript-eslint/eslint-plugin
  • 8e68287 build(deps-dev): Bump @typescript-eslint/parser from 4.2.0 to 4.3.0
  • 2494e43 build(deps): Bump domutils from 2.4.0 to 2.4.1
  • 611e1c3 build(deps): Bump domhandler from 3.1.0 to 3.2.0
  • e0ed65a build(deps-dev): Bump eslint from 7.9.0 to 7.10.0
  • 001244d build(deps-dev): Bump eslint-config-prettier from 6.11.0 to 6.12.0
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 years ago

Superseded by #175.