progit / progit2

Pro Git 2nd Edition
Other
5.69k stars 1.88k forks source link

Update asciidoctor-epub3 requirement from 1.5.1 to 2.0.1 #1923

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Updates the requirements on asciidoctor-epub3 to permit the latest version.

Release notes

Sourced from asciidoctor-epub3's releases.

v2.0.1

Summary

This release is a quick fix for 2.x.x series. It restores visual style for bold and italic text.

Distribution

Changelog

  • restore styling of <strong> and <em> (#461)

Release meta

Released on: 2024-01-13 Released by: @​slonopotamus

Logs: resolved issues | full diff

Changelog

Sourced from asciidoctor-epub3's changelog.

== 2.0.1 (2024-01-13) - @​slonopotamus

  • restore styling of <strong> and <em> (#461)

== 2.0.0 (2024-01-12) - @​slonopotamus

  • fix handling of chapters with Unicode titles for Mobi (#417)
  • add XML declarations to XHTML files (#424 by @​abbrev)
  • bump the oldest supported Ruby to 2.6
  • bump the oldest supported Asciidoctor to 2.0
  • escape double quotes in alt text (#443)
  • refactor btn styling to be more customizable (#450)
  • fix duplicate HTML IDs in case the same footnote is used multiple times (#447)
  • add initial support for :pygments-linenums-mode: inline (#451)
  • line numbers are no longer selected when copying text from code snippets (#422)
  • compress CSS to reduce its size
  • preserve roles of admonition blocks (#420)
  • use prose font for verse blocks (#394)
  • add support for absolute cover image path (#419)
  • add support for floating blocks (#405)
  • fix <hN> tags for chapters (#388)

== 1.5.1 (2021-04-29) - @​slonopotamus

  • update Font Awesome Solid to 5.15.1
  • use CSS for image size scaling instead of width attribute (#382)
  • use pygments.rb 2.0.0 in CI
  • add support for :back-cover-image: document attribute (#396)
  • reenable Kindlegen support (#363)
  • drop support for Ruby 2.3

== 1.5.0.alpha.19 (2020-10-21) - @​slonopotamus

  • add title and id support for literal blocks (#357)
  • fix quotes not being properly escaped in section titles (#358)
  • fix crash when encountering unsupported Asciidoctor node (#360)
  • add support for 100%-wide table (#356)
  • do not add multiple entries for same media files in book manifest (#370)
  • do not add bogus entries to manifest when :data-uri: attribute is set (#371)
  • add id support for listing blocks (#372)
  • stop using deprecated epub:type for admonitions (#373)
  • fix epub:type attributes for special sections (#374)
  • fix font resize not working in iBooks (#368)
  • fix visited link color in iBooks night mode (#366)

== 1.5.0.alpha.18 (2020-07-27) - @​slonopotamus

  • remove from chapter subtitle (#123)
  • improve tables support: cell content alignment, column width (#350)
  • fix chapter titles to actually be chapter titles instead of document title (#343)

... (truncated)

Commits


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 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[bot] commented 4 months ago

Superseded by #1929.