progit / progit2

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

Update asciidoctor-pdf requirement from 2.3.7 to 2.3.8 #1888

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

Sourced from asciidoctor-pdf's releases.

v2.3.8

This is a patch release in the 2.3.x release line that fixes a compatibility issue with Ruby 3.2 when using the optimizer, fixes invisible text in the outline in some PDF readers when the heading contains an index term, and fixes the size of inline images in normal table cells when using certain custom fonts.

Distribution

Changelog

Improvements

  • do not attempt to fit inline image in normal table cell to computed height of cell (#2428)
  • support fit=none attribute on inline image to prevent image from being scaled down to fit available height (#2428)

Bug Fixes

  • remove null character enclosed in XML tag when sanitizing text; fixes invisible text in outline when heading contains index term (#2430)
  • alias File.exists? to File.exist? when loading RGhost optimizer to patch incompatibility when using Ruby 3.2

Build / Infrastructure

  • bump upper Ruby version from 3.1 to 3.2 in CI workflow

Release meta

Released on: 2023-06-24 Released by: @​mojavelinux Release beer: Lost by New Terrain Brewing Company

Logs: resolved issues | source diff | gem 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.3.8 (2023-06-25) - @​mojavelinux

Improvements::

  • do not attempt to fit inline image in normal table cell to computed height of cell (#2428)
  • support fit=none attribute on inline image to prevent image from being scaled down to fit available height (#2428)

Bug Fixes::

  • remove null character enclosed in XML tag when sanitizing text; fixes invisible text in outline when heading contains index term (#2430)
  • alias File.exists? to File.exist? when loading RGhost optimizer to patch incompatibility when using Ruby 3.2

Build / Infrastructure::

  • bump upper Ruby version from 3.1 to 3.2 in CI workflow

== 2.3.7 (2023-04-16) - @​mojavelinux

Bug Fixes::

  • don't crash if source block with custom subs is empty and source highlighter is enabled
  • add workaround for JRuby on Windows when value of imagesdir attribute is absolute and contains non-ASCII characters

=== Details

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

== 2.3.6 (2023-04-09) - @​mojavelinux

Bug Fixes::

  • rework File.absolute_path? patch so it returns correct response when running on JRuby

=== Details

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

== 2.3.5 (2023-03-31) - @​mojavelinux

Enhancements::

  • add callout-list-marker-font-color theme key to control color of conum marker in callout list (#2402)

Bug Fixes::

  • catalog all footnotes found inside AsciiDoc table cells and render them in the footnotes list (#2410)
  • do not drop section that follows empty index (#2368)
  • restore bottom margin on table with breakable or unbreakable option (#2379)
  • honor theme settings for caption on table with breakable or unbreakable option (#2379)
  • use first recto page after toc when media is prepress and page numbering or running content start-at value is after-toc (#2398)

... (truncated)

Commits
  • 5092e8f release 2.3.8
  • 01a8612 backport fix for #2428 prevent inline image from being scaled down in normal ...
  • a2c62d5 reuse width and height of bounds when creating text box for text table cell
  • 89db7e3 fix explanation of how inline images in normal table cells are sized
  • 541e19d change linked text to link text for consistency [no ci]
  • f851709 backport fix for #2430 remove null character enclosed by XML tag when sanitiz...
  • f1a2cda add section about inline image scaling in table cells (PR #2429)
  • 2d1f564 document how to set allow-uri-read to allow remote images to be embedded
  • f1bdd46 use --theme CLI option in examples in place of -a pdf-theme
  • 7a96f09 fix CI build on Windows
  • 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 #1890.