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

Update asciidoctor-pdf requirement from 2.3.17 to 2.3.19 #400

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

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

Release notes

Sourced from asciidoctor-pdf's releases.

v2.3.19

This is a patch release in the 2.3.x release line to fix several bugs and address another Ruby 3.3 compatibility issue.

This release backports the fix to support horizontal alignment on an AsciiDoc table cell that only contains paragraphs. It also fixes an issue where the AsciiDoc table cell would overrun the bottom of the page even when it would otherwise fit. Finally, the requirement for a custom font to provide the NULL glyph is now lifted to avoid line height calculation errors.

Regarding compatibility, this release loads the theme using a custom ThemeData class instead of OpenStruct to remove the dependency on ostruct.

Distribution

Changelog

Improvements

  • replace OpenStruct with internal ThemeData class for storing theme data (#2535)

Bug Fixes

  • support horizontal alignment on AsciiDoc table cell that only contains paragraphs (#2358)
  • don't allow AsciiDoc table cell to overrun bottom of page on which it fits (#2538)
  • don't look for NULL glyph in fallback font as this can impact line height (#2541)

Release meta

Released on: 2024-10-11 Released by: @​mojavelinux Release beer: Duvel 6,66% by Duvel

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.19 (2024-10-11) - @​mojavelinux

Improvements::

  • replace OpenStruct with internal ThemeData class for storing theme data (#2535)

Bug Fixes::

  • support horizontal alignment on AsciiDoc table cell that only contains paragraphs (#2358)
  • don't allow AsciiDoc table cell to overrun bottom of page on which it fits (#2538)
  • don't look for NULL glyph in fallback font as this can impact line height (#2541)

=== Details

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

== 2.3.18 (2024-07-27) - @​mojavelinux

Bug Fixes::

  • position foreground image correctly when page layout changes (#2528)

Compliance::

  • release lock on version of rexml (pulled in by asciidoctor-diagram and prawn-svg) now that incompatibility is resolved

== 2.3.17 (2024-06-01) - @​mojavelinux

Improvements::

  • always use /Producer field in document info to credit Asciidoctor PDF and Prawn, even when author is set (#2510)
  • map producer attribute to /Producer field in document info to override or default value (#2510)
  • map publisher attribute to /Creator field instead of /Producer field in document info; use author as fallback (#2510)

=== Details

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

== 2.3.16 (2024-05-31) - @​mojavelinux

Improvements::

  • don't hyphenate autolink when hyphenation is enabled (#2521) (@​meonkeys)
  • add support for base64-encoded SVG image reference in SVG (#2512)

Bug Fixes::

  • duplicate attributes on table when wrapping table in breakable or unbreakable container (#2520)

Compliance::

... (truncated)

Commits
  • 418dc03 release 2.3.19
  • 7e38cb1 backport fix for #2541 don't look for NULL glyph in fallback font as this can...
  • 04afe55 lock Ruby to 3.3.4 when building on Windows; remove duplicate Windows build
  • 2efbf05 revert inadvertent change to handle list in AsciiDoc table cell
  • bcbad0f backport fix for #2538 don't allow AsciiDoc table cell to overrun bottom of p...
  • ea290ed clarify that the theme file must end with .yml, not .yaml
  • 1246cb8 backport fix for support horizontal alignment on AsciiDoc table cell that onl...
  • c275af9 resolves #2535 replace ostruct with internal implementation
  • 3cd22b0 upgrade checkout action in CI workflows
  • 4baa12b document that caption can be configured per list type using list and descript...
  • 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 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)

Updates the requirements on [asciidoctor-pdf](https://github.com/asciidoctor/asciidoctor-pdf) to permit the latest version.
- [Release notes](https://github.com/asciidoctor/asciidoctor-pdf/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctor-pdf/blob/main/CHANGELOG.adoc)
- [Commits](asciidoctor/asciidoctor-pdf@v2.3.17...v2.3.19)

---
updated-dependencies:
- dependency-name: asciidoctor-pdf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 14, 2024
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants