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

Bump asciidoctor from 2.0.20 to 2.0.23 #3843

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps asciidoctor from 2.0.20 to 2.0.23.

Release notes

Sourced from asciidoctor's releases.

v2.0.23

This is a patch release in the 2.0.x release line to fix bugs and deal with compliance issues.

The primary bug fix in this release is to not duplicate the block attribute line above a detached block that breaks a dlist, which fixes the duplicate role warning on that detached block. The main compliance improvement is to encode spaces in mailto links using %20, in accordance with RFC 3986, instead of +.

This release introduces several fixes and improvements related to parsing a table that has jagged rows. If the colspan of the last cell in a row, including the last row, exceeds the specified number of columns, only that row is dropped. On the other hand, if the last row is missing cells, an error message is logged to notify the author.

If a URL is used as the target of an xref shorthand, the processor now treats the URL as a fragment identifier instead of crashing.

Finally, repeating spaces in verbatim content in the manpage output are preserved.

Distribution

Asciidoctor is also packaged for Fedora, Debian, Ubuntu, Alpine Linux, OpenSUSE, and Homebrew. You can use the system's package manager to install the package named asciidoctor.

Changelog

Compliance

  • Encode spaces in mailto links as %20, in accordance with RFC 3986, instead of + (#4576)

Improvements

  • Log error when an incomplete row is detected at the end of a table (#4573)

Bug Fixes

  • Don't leave behind empty line inside skipped preprocessor conditional (#4580)
  • Don't duplicate block attribute line above detached block that breaks a dlist; fixes duplicate role on detached block (#4565)
  • Don't crash when parsing xref shorthand if target starts with URL protocol and text is offset by space (#4570)
  • Only drop current row if colspan of last cell exceeds specified number of columns (#4587)
  • Drop last row if colspan of last cell in table exceeds specified number of columns (#4587)
  • Preserve repeating spaces in verbatim content in manpage output (#3583)

Release meta

Released on: 2024-05-17 Released by: @​mojavelinux Release beer: Marmot Passage by Two 22 Brew

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.

... (truncated)

Changelog

Sourced from asciidoctor's changelog.

== 2.0.23 (2024-05-17) - @​mojavelinux

Compliance::

  • Encode spaces in mailto links as %20, in accordance with RFC 3986, instead of + (#4576)

Improvements::

  • Log error when an incomplete row is detected at the end of a table (#4573)

Bug Fixes::

  • Don't leave behind empty line inside skipped preprocessor conditional (#4580)
  • Don't duplicate block attribute line above detached block that breaks a dlist; fixes duplicate role on detached block (#4565)
  • Don't crash when parsing xref shorthand if target starts with URL protocol and text is offset by space (#4570)
  • Only drop current row if colspan of last cell exceeds specified number of columns (#4587)
  • Drop last row if colspan of last cell in table exceeds specified number of columns (#4587)
  • Preserve repeating spaces in verbatim content in manpage output (#3583)

=== Details

{url-repo}/releases/tag/v2.0.23[git tag] | {url-repo}/compare/v2.0.22...v2.0.23[full diff] // end::compact[]

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

Improvements::

  • Set cloaked-context attribute on source block when context is not :listing (#4556)

Compliance::

  • Remove use of base64 library to prevent warning in Ruby >= 3.3 (#4561)

=== Details

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

== 2.0.21 (2024-02-20) - @​mojavelinux

Compliance::

  • Turn off system-dependent newline conversion when writing files; don't convert line feeds to system-dependent newline (#4550)
  • Support logger in Ruby 3.3 by instantiating super class (#4493) (@​mtasaka)
  • Add support for scaledwidth and scale attributes on inline image macro in DocBook output (#4552)
  • Update latest Ruby to 3.3 in CI workflows

Improvements::

  • Change title to doctitle in warning message about use of abstract to make subject more clear

... (truncated)

Commits
  • 2c03d22 release 2.0.23
  • a7c7a7b revise CHANGELOG entry [skip ci]
  • 62a00bf really fix test for old JRuby
  • 669e6ea fix test for old version of JRuby
  • 765cd85 backport fix for #3583 preserve repeating spaces in verbatim content in manpa...
  • 76f99ee backport fix for #4573 log error when incomplete row is detected at end of table
  • 40e5a7e backport fix for #4571 pass cursor to preprocessor when processing first line...
  • 1b1172a backport fix for #4576 encode spaces in mailto links as %20, in accordance wi...
  • 5cf3834 add test for link macro inside xref shorthand
  • 09e150a restore dropped sentence about multi-file editing on GitLab
  • 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 <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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 9, 2024
@nathan-contino
Copy link
Collaborator

We'll try again later.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 17, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@nathan-contino nathan-contino deleted the dependabot/bundler/develop/asciidoctor-2.0.23 branch September 17, 2024 03:20
@lurch lurch restored the dependabot/bundler/develop/asciidoctor-2.0.23 branch September 18, 2024 00:16
@lurch lurch reopened this Sep 18, 2024
@lurch
Copy link
Contributor

lurch commented Sep 18, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 18, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@lurch
Copy link
Contributor

lurch commented Sep 18, 2024

@dependabot recreate

Bumps [asciidoctor](https://github.com/asciidoctor/asciidoctor) from 2.0.20 to 2.0.23.
- [Release notes](https://github.com/asciidoctor/asciidoctor/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctor/blob/main/CHANGELOG.adoc)
- [Commits](asciidoctor/asciidoctor@v2.0.20...v2.0.23)

---
updated-dependencies:
- dependency-name: asciidoctor
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/develop/asciidoctor-2.0.23 branch from 9fd2e76 to da7c1fb Compare September 18, 2024 00:19
@lurch
Copy link
Contributor

lurch commented Sep 18, 2024

@nathan-contino GitHub CI is now happy, but IMHO you ought to run your own local tests before actually merging this.

@nathan-contino
Copy link
Collaborator

Seems good!

@nathan-contino nathan-contino merged commit 20c747d into develop Sep 18, 2024
1 check passed
@nathan-contino nathan-contino deleted the dependabot/bundler/develop/asciidoctor-2.0.23 branch September 18, 2024 14:30
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.

2 participants