progit2
progit2 copied to clipboard
Update asciidoctor requirement from 2.0.22 to 2.0.23
Updates the requirements on asciidoctor to permit the latest version.
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 BrewLogs: 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'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
andscale
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.23a7c7a7b
revise CHANGELOG entry [skip ci]62a00bf
really fix test for old JRuby669e6ea
fix test for old version of JRuby765cd85
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 table40e5a7e
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 shorthand09e150a
restore dropped sentence about multi-file editing on GitLab- 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)