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.15 to 2.3.17 #1954

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

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

Release notes

Sourced from asciidoctor-pdf's releases.

v2.3.17

This is a patch release in the 2.3.x release line to backport an improvement that was left out of the previous release.

The /Producer field in the document info is now consistently used to credit Asciidoctor PDF and Prawn, regardless of whether the author is set. The publisher attribute is now mapped to the /Creator field, a field which is mapped to the author by default. The new producer attribute has been introduced to override the /Producer field.

Distribution

Changelog

Improvements

  • always use /Producer field in document info to credit Asciidoctor PDF and Prawn, even when author is set (#2510)
  • map producer attribute to /Producer field in document info to override or default value (#2510)
  • map publisher attribute to /Creator field instead of /Producer field in document info; use author as fallback (#2510)

Release meta

Released on: 2024-06-01 Released by: @​mojavelinux Release beer: From Below by Cerebral Brewing

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.17 (2024-06-01) - @​mojavelinux

Improvements::

  • always use /Producer field in document info to credit Asciidoctor PDF and Prawn, even when author is set (#2510)
  • map producer attribute to /Producer field in document info to override or default value (#2510)
  • map publisher attribute to /Creator field instead of /Producer field in document info; use author as fallback (#2510)

=== Details

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

== 2.3.16 (2024-05-31) - @​mojavelinux

Improvements::

  • don't hyphenate autolink when hyphenation is enabled (#2521) (@​meonkeys)
  • add support for base64-encoded SVG image reference in SVG (#2512)

Bug Fixes::

  • duplicate attributes on table when wrapping table in breakable or unbreakable container (#2520)

Compliance::

  • lock version of rexml (pulled in by asciidoctor-diagram and prawn-svg) to fix incompatibility

=== Details

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

== 2.3.15 (2024-03-12) - @​mojavelinux

Improvements::

  • drop links from entries in TOC (#2505)

Compliance::

  • lock ttfunk to 1.7.x in the 2.3.x release line to avoid requiring Ruby headers (i.e., development libraries) to install gem (#2508)

=== Details

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

== 2.3.14 (2024-03-08) - @​mojavelinux

Improvements::

  • upgrade prawn-svg to 0.34 to add support for SVG referenced by image tag (SVG in SVG)

... (truncated)

Commits
  • 7f460c4 release 2.3.17
  • f5908fa backport fix for #2510 always use /Producer field in document info to credit ...
  • c14851c prepare branch for development [no ci]
  • 1a05065 release 2.3.16
  • f1d3561 resolves #2512 support base64-encoded SVG image reference in SVG (PR #2524)
  • 3d0971c backport fix for #2520 duplicate attributes on table when wrapping table in b...
  • 97f4e1a backport fix for #2521 do not hyphenate autolink when hyphenation is enabled
  • b0b3c05 revise warning about fallback font
  • 456b67a add warning about the impact using a fallback font has on line wrapping
  • 3fd0139 revert "resolves #2511 document the nobreak, nowrap, and pre-wrap built-in ro...
  • 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.15...v2.3.17)

---
updated-dependencies:
- dependency-name: asciidoctor-pdf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jun 3, 2024
@ben ben merged commit 1ca265b into main Jun 4, 2024
1 check passed
@ben ben deleted the dependabot/bundler/asciidoctor-pdf-2.3.17 branch June 4, 2024 16:08
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.

1 participant