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

Bump html2text from 0.12.5 to 0.13.3 #360

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps html2text from 0.12.5 to 0.13.3.

Changelog

Sourced from html2text's changelog.

0.13.3

  • [fixed] Handle some obsolete bgcolor=... attributes.
  • [added] html2text example has --show-render to help debugging render issues.
  • [changed] Some error handling and other tidyups (thanks sftse)

0.13.2

  • [fixed] Fixed errors when building with Rust 1.72.

0.13.1

  • [added] html2text now has --show-dom
  • [fixed] Support background CSS property (for colour)
  • [fixed] Some edge cases with CSS styles on whitespace

0.13.0

  • [added] Support CSS white-space: pre-wrap (and normal, pre).

0.13.0-alpha.2

  • [changed] Updated html5ever and markup5ever crate versions. This has meant updating the MSRV, which is now set to 1.72.
  • [fixed] Add Config::no_link_wrapping() (thanks JadeBlueEyes)
  • [fixed] Fix panic with empty table inside a list (thanks sftse)
  • [changed] Top level convenience functions (from_read etc.) now return Result<..> instead of panicking (thanks sftse)
  • [fixed] Fix panic with very large HTML colspan (thanks pycui)
  • [changed] CSS updates:
    • Separate user agent, author, and user CSS layers
    • Improve the style precedence between layers and implement specificity.

0.13.0-alpha.1

  • [fixed] Table rows with colours would disappear. (thanks tkapias)

0.13.0-alpha.0

  • [changed] Replaced LightningCSS with a smaller CSS parser. There is a chance that some CSS edge cases which no longer work; if so this would be a bug.

  • [removed] Some previously pub items and methods which are either internal implementation details or considered redundant have been removed or made private (thanks sftse). Please open an issue for anything removed that was being used.

    Of note, RenderTree::render_plain() and RenderTree::render_rich() have been removed. Replace code like:

... (truncated)

Commits
  • 80b32a7 Merge pull request #186 from jugglerchris/fix-bad-bgcolor
  • f0515dd Updates for 0.13.3.
  • cdb96d3 Fix show-render with CSS disabled.
  • 7c1ebca Fill in more of the --show-render types.
  • fed1683 Handle some in-the-wild invalid colours.
  • f4ccbe4 Add --show-render option to html2text (partly implemented).
  • f7a7604 Merge pull request #183 from sftse/error-wrapping
  • b5fd108 Merge pull request #185 from jugglerchris/dependabot/cargo/thiserror-2.0.0
  • 5b953fa Update thiserror requirement from 1.0.50 to 2.0.0
  • a416aea Comment rendering stages that cannot error
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 11, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/main/html2text-0.13.3 branch from b59248c to 1f59c98 Compare November 19, 2024 07:53
Bumps [html2text](https://github.com/jugglerchris/rust-html2text) from 0.12.5 to 0.13.3.
- [Changelog](https://github.com/jugglerchris/rust-html2text/blob/main/CHANGELOG.md)
- [Commits](jugglerchris/rust-html2text@0.12.5...0.13.3)

---
updated-dependencies:
- dependency-name: html2text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/main/html2text-0.13.3 branch from 1f59c98 to 90a980f Compare November 21, 2024 14:03
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

Superseded by #370.

@dependabot dependabot bot closed this Nov 25, 2024
@dependabot dependabot bot deleted the dependabot/cargo/main/html2text-0.13.3 branch November 25, 2024 19:20
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants