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.9 to 2.3.10 #365

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

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

Release notes

Sourced from asciidoctor-pdf's releases.

v2.3.10

This is a patch release in the 2.3.x release line that fixes a few bugs that have been lingering or discovered since the 2.0.0 release.

The highlight of this release is that an image taller than the page that's the first child of a block that itself starts at the top of the page no longer causes an empty page to be inserted. Instead, the image is resized to fit the current page. If toclevels is increased for a given section, the dot leaders will now appear in the TOC for those levels. For those using the built-in (AFM) fonts in PDF, a visible fallback character will now be used as a placeholder when a glyph is missing. And when analyzing glyphs for fallback font support in a TTF font, inherited styles are taken into account. Finally, tests have been decoupled from PWD to simplify packaging.

Distribution

Changelog

Bug Fixes

  • show dot leaders in TOC entry if toclevels is increased for a given section (#2441)
  • decouple tests from path of PWD (#2444)
  • consider inherited styles when analyzing glyphs for fallback font support (#2463)
  • add fallback character for placeholder character when using AFM font (#2453)
  • don't advance image that's first child of block at top of page if image is taller than page (#2012)

Release meta

Released on: 2023-12-04 Released by: @​mojavelinux Release beer: Westbound Select by Westbound & Down

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.10 (2023-12-04) - @​mojavelinux

Bug Fixes::

  • show dot leaders in TOC entry if toclevels is increased for a given section (#2441)
  • decouple tests from path of PWD (#2444)
  • consider inherited styles when analyzing glyphs for fallback font support (#2463)
  • add fallback character for placeholder character when using AFM font (#2453)
  • don't advance image that's first child of block at top of page if image is taller than page (#2012)

=== Details

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

== 2.3.9 (2023-06-28) - @​mojavelinux

Bug Fixes::

  • correctly align block image in raster format in column when align is right or center and page columns are enabled (#2433)
  • honor table caption end placement (table-caption-end theme key) when unbreakable (or breakable) option is set on table (#2434)

=== Details

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

== 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

... (truncated)

Commits
  • af1ab2c release 2.3.10
  • 7acaf96 backport fix for #2012 don't advance image that's first child of block at top...
  • 1cbe582 clarify that a custom font must also provide glyphs for characters in the doc...
  • 7e537f9 fix portability error when setting up ImageWidth value
  • a4bba50 document how to use Windows system fonts with Asciidoctor PDF
  • 72ce8c4 backport fix for #2463 consider inherited styles when analyzing glyphs for fa...
  • bd1444f fix lint error
  • 9f7cf10 replace use of dup where possible
  • 8ed22e5 Fix typo in admonition key on admonition theme page (PR #2464)
  • 35aa432 update description of required characters in font to support converter
  • 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.9...v2.3.10)

---
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 Dec 5, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 24, 2024

Superseded by #367.

@dependabot dependabot bot closed this Jan 24, 2024
@dependabot dependabot bot deleted the dependabot/bundler/asciidoctor-pdf-2.3.10 branch January 24, 2024 06:40
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