Skip to content

Bump asciidoctor-pdf from 2.3.2 to 2.3.4 #160

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

Bumps asciidoctor-pdf from 2.3.2 to 2.3.4.

Release notes

Sourced from asciidoctor-pdf's releases.

v2.3.4

This is a patch release in the 2.3.x release line that fixes an incompatiblity with Asciidoctor 2.0.10 (for users of Ubuntu 20.04) and resolves attribute references in the target of an inline image in running content when the value is an image macro.

Distribution

Changelog

Bug Fixes

  • resolve attribute references in target of image in running content (#2361)
  • replace use of AbstractNode#role= method to ensure compatiblity with minimum supported version of Asciidoctor (Asciidoctor 2.0.10) (#2363)

Release meta

Released on: 2022-10-28 Released by: @​mojavelinux Release beer: Pumking by Southern Tier 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.

v2.3.3

This is a patch release in the 2.3.x release line that addresses a regression in Ghostscript that affected the built-in optimizer. The optimizer will now pass -dNEWPDF=false to force Ghostscript to use the old PDF interpretter. This release also addresses a crash when the TOC is enabled and a section ends with a hard line break.

Distribution

Changelog

Bug Fixes

  • fix crash if last fragment in TOC entry is not rendered (#2354)
  • pass -dNEWPDF=false to Ghostscript when optimizing PDF so it does not break internal links (#2355)

Release meta

Released on: 2022-10-20 Released by: @​mojavelinux Release beer: Warlock by Southern Tier Brewing Co.

Logs: resolved issues | source diff | gem diff

Credits

... (truncated)

Changelog

Sourced from asciidoctor-pdf's changelog.

== 2.3.4 (2022-10-29) - @​mojavelinux

Bug Fixes::

  • resolve attribute references in target of image in running content (#2361)
  • replace use of AbstractNode#role= method to ensure compatiblity with minimum supported version of Asciidoctor (Asciidoctor 2.0.10) (#2363)

=== Details

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

== 2.3.3 (2022-10-21) - @​mojavelinux

Bug Fixes::

  • fix crash if last fragment in TOC entry is not rendered (#2354)
  • pass -dNEWPDF=false to Ghostscript when optimizing PDF so it does not break internal links (#2355)

=== Details

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

Commits
  • 849115a release 2.3.4
  • 98f52bd upgrade RuboCop and RSpec; configure new rules and update code to conform
  • 61b73ef backport fix for #2361 resolve attribute references in target of image in run...
  • 3556ebf backport fix for #2363 replace use of AbstractBlock#role= method to ensure co...
  • b8c5db2 document prerequisites for running tests on Fedora without using Bundler
  • 83a1885 look for bin path in project if Bundler is not loaded
  • 3262f8c backport updates to contributing code from main branch
  • e112a7b deactivate packaging tests if test suite is not run through Bundler
  • 7f84c00 allow rouge gem to be deselected by setting ROUGE_VERSION=false
  • 396d70a only run tests that require rouge if the rouge gem is available
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [asciidoctor-pdf](https://github.com/asciidoctor/asciidoctor-pdf) from 2.3.2 to 2.3.4.
- [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.2...v2.3.4)

---
updated-dependencies:
- dependency-name: asciidoctor-pdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 31, 2022
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
Development

Successfully merging this pull request may close these issues.

0 participants