progit / progit2

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

Update asciidoctor-pdf requirement from 1.6.1 to 2.1.5 #1769

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

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

Release notes

Sourced from asciidoctor-pdf's releases.

v2.1.5

This is a patch release in the 2.1.x release line that includes backports of bug fixes from the 2.2.x release line.

If a block caption has both a background color and an outside margin, the background color will be placed at the location of the text rather than stacked above it. If the font size is set on tables in the theme, the font scaling will not compound in a nested table. Rather, the font size in the nested table will match the font size in the parent table.

Distribution

Changelog

Bug Fixes

  • fix position of background color on caption with outside margin (#2271)
  • don't allow font scale to compound when entering nested table (#2276)

Release meta

Released on: 2022-07-10 Released by: @​mojavelinux Release beer: DDH Juicy Bits by WeldWerks Brewing

Logs: resolved issues | full diff

Credits

A very special thanks to all the awesome supporters of the Asciidoctor OpenCollective campaign, who provide critical funding for the ongoing development of this project.

Changelog

Sourced from asciidoctor-pdf's changelog.

== 2.1.5 (2022-07-10) - @​mojavelinux

Bug Fixes::

  • fix position of background color on caption with outside margin (#2271)
  • don't allow font scale to compound when entering nested table (#2276)

== 2.1.4 (2022-06-26) - @​mojavelinux

Improvements::

  • include source location in warning message for truncated table cell if sourcemap is enabled (#2261)

Bug Fixes::

  • allow alt text for block image, video, and audio to wrap to next line on same page (#2258)
  • apply text-tranform from custom role on phrase after attributes have been resolved (#2263)
  • make URL check more strict so image target containing a colon is not mistaken as a URL

== 2.1.3 (2022-06-23) - @​mojavelinux

Bug Fixes::

  • interpret start-at theme keys with value 1 correctly (as 1 instead of 2) (#2255)
  • restore column layout after importing page(s) from PDF (#2253)
  • fix crash when border color is transparent (thematic-break-border-color, admonition-column-rule, quote-border-color, verse-border-color)
  • ensure page margin is restored after imported page

=== Details

{url-repo}/releases/tag/v2.1.3[git tag] | {url-repo}/compare/v2.1.2...v2.1.3[full diff]

== 2.1.2 (2022-06-17) - @​mojavelinux

Bug Fixes::

  • apply page layout from main document to new page in scratch document (#2248)
  • use correct logic to insert page before TOC with automatic placement when doctype=book and media=prepress
  • use get_entries_for_toc to determine if the TOC is non-empty rather than Document#sections?

=== Details

{url-repo}/releases/tag/v2.1.2[git tag] | {url-repo}/compare/v2.1.1...v2.1.2[full diff]

== 2.1.1 (2022-06-15) - @​mojavelinux

Improvements::

  • store zero-based column on Extent for extensions to use to position cursor at start of extent

... (truncated)

Commits
  • adb36a1 release 2.1.5 [no ci]
  • 7a7c7ee resolves #2276 don't allow font scale to compound when entering nested table ...
  • e296c46 pass root font size to AsciiDoc table cell implementation to avoid making it ...
  • 019b5c4 explain in more detail why an image width is required to properly support the...
  • 95fc8b0 add disclaimer about copying text in a PDF to the limitations section
  • 11c0366 update limitations to state that multiple columns are supported unless the do...
  • 03b44cb update limitations to state that image floats are supported
  • 08370e7 don't attempt to call start_with? on a Symbol in the extended converter examples
  • 50062a5 lock version of JRuby 9.3 in CI matrix
  • b1536e4 backport fix for #2271 fix position of background color on caption with outsi...
  • Additional commits viewable in compare view


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 1 year ago

Superseded by #1778.