mix / schenkerian

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

Bump htmlparser2 from 4.1.0 to 6.0.1 #200

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps htmlparser2 from 4.1.0 to 6.0.1.

Release notes

Sourced from htmlparser2's releases.

v6.0.1

https://github.com/fb55/htmlparser2/compare/v6.0.0...v6.0.1

v6.0.0

Breaking:

  • Bump domhandler, domutils 4dd4233 0d278fd
    • The new version of domhandler now comes with an actual root element for the document. This might break tests in a few cases. See the domhandler release notes for more details.
  • Make some private properties actually private 1c71e60

Features:

  • Add a parseDocument method 4653f23
    • This returns the root node of the document, instead of an array of the first nodes. You likely want to use this instead of the now deprecated getDOM method.
  • Improve docs df7ea98 1ce1d3b 0437d9c

Minor:

  • FeedHandler: Slightly restructure code b6b4382

https://github.com/fb55/htmlparser2/compare/v5.0.1...v6.0.0

v5.0.1

  • Fix: Parse entities in <title> tags (#614, #615 by @​billneff79) 3295a8b
  • Fix: Remove @types/node as a peer dependency 1ace384

Also pulls in a new version of the entities module, which features more compact entity maps.

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:

... (truncated)

Commits
  • 61b12cb 6.0.1
  • 214ab08 fix(tokenizer): Fix parsing special closing tags (#746)
  • 2461517 build(deps-dev): Bump @types/node from 14.14.31 to 14.14.32
  • 630c7ed build(deps-dev): Bump typescript from 4.2.2 to 4.2.3
  • 4b55db2 build(deps-dev): Bump ts-jest from 26.5.2 to 26.5.3
  • 82a2bd3 build(deps-dev): Bump @typescript-eslint/eslint-plugin
  • 0d84d7c build(deps-dev): Bump @typescript-eslint/parser from 4.15.2 to 4.16.1
  • 53929dd build(deps-dev): Bump @typescript-eslint/parser from 4.15.2 to 4.16.0
  • 2443b24 build(deps-dev): Bump @typescript-eslint/eslint-plugin
  • 9d0d59e build(deps-dev): Bump eslint from 7.20.0 to 7.21.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)
meeq commented 3 years ago

This PR requires engineering effort to resolve breaking changes.

schenkerian is no longer being used or maintained by Mix.

Closing this PR. If the community wishes to take over this project, I am happy to transfer ownership.

dependabot[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.