Skip to content

Update asciidoctor-pdf requirement from 1.6.0 to 2.3.3 #78

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

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

Release notes

Sourced from asciidoctor-pdf's releases.

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

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.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]

== 2.3.2 (2022-09-17) - @​mojavelinux

Improvements::

  • provide fallback value for base-font-size theme key before processing keys (#2342)

=== Details

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

== 2.3.1 (2022-09-17) - @​mojavelinux

Improvements::

  • provide a fallback value for base-font-size when loading theme (#2343)

Bug Fixes::

  • fix crash when smallcaps text transform is applied to a phrase (#2339)
  • don't add chapter signifier if chapter-signifier is unset (#2328)
  • don't add part signifier if part-signifier is unset (#2328)
  • don't include bottom margin when computing heading height if heading-min-height-after theme key is empty (#2326)
  • draw border on heading (section title or discrete heading) if it is advanced to next page (#2322)
  • arrange heading even if section is empty
  • ensure heading-min-height-after theme key is ignored if section is empty or discrete heading is last child
  • don't force justify first line of abstract if it ends with a hard break

=== Details

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

== 2.3.0 (2022-08-16) - @​mojavelinux

Enhancements::

  • place footnotes directly below last block of content if footnotes-margin-top theme key is 0 (#2291)
  • allow page / column break to be forced using always option (e.g., [%always]) (#2300)
  • insert column break instead of page break in multi-column layout if column role is specified on page break macro (#2293)
  • use relative font size for big and small roles (#2307)

... (truncated)

Commits
  • 4341f49 release 2.3.3
  • 2ee246c remove gem version patch script and update release script
  • 1783070 import improvements to release scripts from asciidoctor project [no ci]
  • c999f05 add release version to workflow run name [skip ci]
  • 7f61e7f remove redundant tags-ignore in CI workflow
  • 8aa6708 resolves #2355 pass -dNEWPDF=false to Ghostscript when optimizing PDF (PR #2356)
  • 2c900c4 fix issue reference in CHANGELOG
  • 8d59e79 resolves #2354 fix crash if last fragment in TOC entry is not rendered (PR #2...
  • 0ce0982 document the chapter-numeral and part-numeral attributes in running content
  • c11b95d add another hint about using shorthand to map font to all four font styles
  • 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)

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@v1.6.0...v2.3.3)

---
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 24, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 31, 2022

Superseded by #79.

@dependabot dependabot bot closed this Oct 31, 2022
@dependabot dependabot bot deleted the dependabot/bundler/asciidoctor-pdf-2.3.3 branch October 31, 2022 02:06
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