progit / progit2-bg

Other
3 stars 8 forks source link

Update asciidoctor-pdf requirement from 1.5.3 to 1.5.4 #24

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

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

Release notes

Sourced from asciidoctor-pdf's releases.

v1.5.4

Summary

Thanks to community feedback and testing, we bring you yet another bug fix release. The most significant fix in this release is to restore compatibility with the latest Asciidoctor 2.0 release when using Pygments. A regression was fixed to keep the caption with the block image when the image is scaled down to fit on the page. Images in the theme are now resolved correctly when theme is loaded from classloader when using JRuby. And it's now possible to control the font family used for conums inside a verbatim block. This release also brings a minor release upgrade for prawn-svg. There are additional fixes you can find listed in the CHANGELOG.

Distribution

Changelog

Bug Fixes

  • restore compatiblity with Asciidoctor 2.0.12 when using Pygments (#1846)
  • fix numeric assertions in test suite (#1542)
  • keep caption with image when image is scaled down to fit page (#1803)
  • prevent inline image from rendering multiple times if fallback font is used for alt text (#1858)
  • disable cache tests if open-uri-cache gem is not available
  • disable hyphen tests if text-hyphen gem is not available
  • compensate for change in how character_spacing is applied in FontMetricCache#width_of after Prawn 2.2.2
  • allow inline image to be enclosed in link macro (alt text was breaking parsing)
  • use oembed API over HTTPS to get thumbnail for Vimeo video
  • use conum font family defined in theme for conum in verbatim block (#1611)
  • patch float precision constant so prawn-table does not fail to arrange cells that span columns (#1835)
  • resolve images in theme correctly when theme is loaded from classloader (JRuby only) (#1829)

Compliance

  • upgrade to prawn-svg 0.31 (adds support for loading embedded images from a data URI) (#1810)

Build / Infrastructure

  • migrate Linux CI jobs to GitHub Actions

Release meta

Released on: 2021-01-09 Released by: @mojavelinux Release beer: D.O.R.I.S. the Detroyer by Hoppin' Frog

Logs: resolved issues | 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.

Commits
  • 0466703 Release 1.5.4
  • ab937f9 backport fix for #1858 deduplicate inline image fragments that have been spli...
  • 93f67b4 resolves #1803 remove calculation hack when computing caption height and veri...
  • 8abe634 add entry for #1810 to CHANGELOG [skip ci]
  • 46ff693 resolves #1810 upgrade prawn-svg (PR #1861)
  • 7d3d77a remove outdated patch for prawn-svg
  • 7b22607 consistently use Gem::Version.new instead of Gem::Version.create
  • cb35ec0 downgrade Bundler for JRuby on Windows
  • c228408 add missing issue reference to CHANGELOG
  • f936225 add missing entry to CHANGELOG [skip ci]
  • 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)
dependabot[bot] commented 3 years ago

Looks like asciidoctor-pdf is up-to-date now, so this is no longer needed.