ahus1 / keycloak-antora

Proof-of-concept on how Antora can be used for Keycloak
https://ahus1.github.io/keycloak-antora/
2 stars 2 forks source link

Bump @antora/pdf-extension from 1.0.0-alpha.7 to 1.0.0-alpha.8 in /antora #32

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps @antora/pdf-extension from 1.0.0-alpha.7 to 1.0.0-alpha.8.

Changelog

Sourced from @​antora/pdf-extension's changelog.

== 1.0.0-alpha.8 (2024-03-16)

=== Added

  • resolve resource reference in value of -image attributes (#13)
  • add build.mkdirs key to force output directory to be created eagerly before command is run (#34)
  • set aggregate property to true on aggregate document
  • set loader-assembler attribute by default (#15)

=== Fixed

  • escape formatted page title in assembled AsciiDoc (#18)
  • use plain page title when comparing to component version title (#18)
  • escape all closing square brackets in text of external link, not just the first one
  • don't allow underscore attribute to be reset if set by page (make it immutable)
  • honor symbolic latest version when creating virtual file for aggregate document (#5)
  • add default text to link that points to page outside of the aggregate document
  • scope IDs for pages not from current component (#37)
  • don't insert start page if it points outside current component version (#44)
  • convert reference to attachment in nav to external link if site URL is specified (#45)

=== Changed

  • prefix default command in pdf-extension with bundle exec if Gemfile.lock is found adjacent to the playbook file (#33)
  • pass runCommand function as third argument to converter callback function (both as a convenience and to enable unit testing)
  • use GeneratorContext#require to require @antora/assembler from PDF extension
  • skip duplicate internal nav entry if first child of matching nav entry (#36)
  • unlink duplicate internal nav entry elsewhere in nav (#36)
  • use keepSource option on site AsciiDoc config to get document converter to preserve AsciiDoc source (#38)
Commits
  • 3b2db23 release 1.0.0-alpha.8 [skip ci]
  • acec972 update version of Antora in docs
  • 6fb0b9e update Ruby version in docs
  • 39a7b4d fix syntax error in README
  • 558ded0 add tip about using asciidoctorj -b pdf in place of asciidoctor-pdf
  • 71e9fe9 fix word choice in README
  • a32cd44 merge !29
  • f7b41e7 resolves #45 convert reference to attachment in nav to external link if site ...
  • ca58fb4 don't assume resource reference is page when processing navigation in load sc...
  • af107a2 add getFiles method to content catalog stub
  • 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 show 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)