progit / progit2

Pro Git 2nd Edition
Other
5.77k stars 1.9k forks source link

Update asciidoctor-pdf requirement from 1.6.1 to 1.6.2 #1720

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

Sourced from asciidoctor-pdf's releases.

v1.6.2

Summary

This is a patch release for the v1.6.x line to fix a regression introduced by upgrading Prawn and to backport the feature to control when the link URI is shown using the show-link-uri attribute.

Distribution

Changelog

Enhancements

  • show URL of link for any media type when show-link-uri is set (#951)
  • do not show URL of link when media type is screen or prepress when show-link-uri is unset (#951)

Bug Fixes

  • update patches for PDF::Core.real and PDF::Core.real_params to prevent scientific notation ending up in PDF (#1983) (@​rillbert)

Release meta

Released on: 2021-12-31 Released by: @​mojavelinux Release beer: Hop Excavator by Our Mutual Friend

Logs: full diff

Credits

A very special thanks to all the awesome supporters of the Asciidoctor OpenCollective campaign who provided critical funding for the development of this release as well as ongoing development of the project.

Changelog

Sourced from asciidoctor-pdf's changelog.

== 1.6.2 (2021-12-31) - @​mojavelinux

Enhancements::

  • show URL of link for any media type when show-link-uri is set (#951)
  • do not show URL of link when media type is screen or prepress when show-link-uri is unset (#951)

Bug Fixes::

  • update patches for PDF::Core.real and PDF::Core.real_params to prevent scientific notation ending up in PDF (#1983) (@​rillbert)

== 1.6.1 (2021-09-04) - @​mojavelinux

Enhancements::

  • align footnotes block to the bottom of the page it is placed on (#1833)

Bug Fixes::

  • patch Prawn to preserve leading null character when running on Ruby 3; preserves inline anchors when text is split by page (#1963)

== 1.6.0 (2021-05-10) - @​mojavelinux

Enhancements::

  • allow path of ghostscript command to be controlled using GS env var (#1791)

Bug Fixes::

  • do not hyphenate a hyphen when hyphenation is enabled (#1562)

Compliance::

  • add support for Ruby 3 and drop support for Ruby < 2.5 and JRuby < 9.2 (#1681)
  • upgrade to Prawn 2.4.0 (adds support for Ruby 3 and OTF font support)
  • upgrade to prawn-svg 0.32 (adds support for Ruby 3 without a patch and for loading embedded images from a data URI)
  • upgrade to prawn-icon 3.0.x
  • release lock on ttfunk version (1.6 produces slightly different output from 1.5 for certain missing glyphs)
  • drop support for Asciidoctor < 2 (#1552)

Build / Infrastructure::

  • run tests against pygments.rb 2.x in addition to pygments.rb 1.2.0

== 1.5.3 (2020-02-28) - @​mojavelinux

Bug Fixes::

  • do not hyphen a hyphen when hyphenation is enabled (#1562)
  • fix crash when applying text transform to heading cell in table body (#1575)

... (truncated)

Commits
  • 9571f35 Release 1.6.2
  • 8865b14 resolves #1983 prevent scientific notation ending up in generated PDF (PR #1984)
  • 71a9ddf resolves #951 allow link URL to be hidden or shown using show-link-uri attribute
  • 0d6786e fix typo in GEM_FONTS_DIR keyword in theming guide
  • 4de7729 fix version reference in theming guide [skip ci]
  • a5b31a1 improve explanation for how to properly size image in running content
  • 202f1d5 use pdfwidth attribute instead of width attribute in image macro examples in ...
  • 3444a41 Begin development on next version [skip ci]
  • See full diff 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 2 years ago

Superseded by #1742.