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

chore(deps): bump htmlparser2 from 4.1.0 to 6.0.0 #236

Merged
merged 2 commits into from
Dec 16, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps htmlparser2 from 4.1.0 to 6.0.0.

Release notes

Sourced from htmlparser2's releases.

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

fb55/htmlparser2@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:

Thanks to everyone that contributed to this release!

Commit Range: fb55/htmlparser2@v4.1.0...v5.0.0

Commits
  • a9248db 6.0.0
  • 9b9571a build(deps-dev): Bump @typescript-eslint/eslint-plugin
  • 1c7fe65 fix(gh-action): Fix formatting issue
  • 0d278fd build(deps): Bump domutils from 2.4.3 to 2.4.4
  • d1a5df0 refactor(gh-actions): Merge NodeJS actions
  • 02a2c39 build(deps-dev): Bump @typescript-eslint/parser from 4.9.0 to 4.9.1
  • 76d552c build(deps-dev): Bump eslint-config-prettier from 6.15.0 to 7.0.0 (#663)
  • 49ae7a5 build(deps-dev): Bump eslint from 7.14.0 to 7.15.0 (#662)
  • df7ea98 chore(docs): Update docs
  • 4653f23 feat(index): Add parseDocument method
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 8, 2020
@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.661% when pulling 9c5beb7 on dependabot/npm_and_yarn/htmlparser2-6.0.0 into 57f70d9 on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.661% when pulling 9c5beb7 on dependabot/npm_and_yarn/htmlparser2-6.0.0 into 57f70d9 on master.

@coveralls
Copy link

coveralls commented Dec 8, 2020

Coverage Status

Coverage remained the same at 97.661% when pulling 1a295c4 on dependabot/npm_and_yarn/htmlparser2-6.0.0 into 56fd161 on master.

@stevenjoezhang stevenjoezhang requested a review from a team December 8, 2020 06:16
@SukkaW
Copy link
Member

SukkaW commented Dec 8, 2020

It seems that htmlparser2 has dropped Node.js 10 support.

dependabot-preview bot and others added 2 commits December 15, 2020 13:55
Bumps [htmlparser2](https://github.com/fb55/htmlparser2) from 4.1.0 to 6.0.0.
- [Release notes](https://github.com/fb55/htmlparser2/releases)
- [Commits](fb55/htmlparser2@v4.1.0...v6.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@stevenjoezhang
Copy link
Member

@dependabot rebase

@dependabot-preview
Copy link
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@stevenjoezhang stevenjoezhang force-pushed the dependabot/npm_and_yarn/htmlparser2-6.0.0 branch from a7fddc6 to 1a295c4 Compare December 15, 2020 05:59
@stevenjoezhang
Copy link
Member

Travis CI passed after git rebase

@stevenjoezhang stevenjoezhang merged commit 4f806ef into master Dec 16, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/htmlparser2-6.0.0 branch December 16, 2020 11:37
nevilm-lt pushed a commit to nevilm-lt/hexo-util that referenced this pull request Apr 22, 2022
nevilm-lt pushed a commit to nevilm-lt/hexo-util that referenced this pull request Apr 22, 2022
nevilm-lt pushed a commit to nevilm-lt/hexo-util that referenced this pull request Apr 22, 2022
nevilm-lt pushed a commit to nevilm-lt/hexo-util that referenced this pull request Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants