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 dependency review to v5.8.0 #27

Merged
merged 1 commit into from
Dec 17, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
review '5.2.0' -> '5.8.0' age adoption passing confidence

Release Notes

kmuto/review (review)

v5.8.0: Version 5.8.0

Compare Source

New Features

  • The //graph operator allows graphical description in Mermaid notation. See doc/format.md for details on prepairing and setting up external tools (#​1885)

Bug Fixes

  • EPUBMaker: fix <title> not being included in the auto-generated part content (#​1898)

Enhancements

  • PDFMaker: fix to wrap long URLs with @<href> operator (#​1890)

Contributors

v5.7.0: Version 5.7.0

Compare Source

Bug Fixes

  • Fixed error when omitting a bind address of review-init -w on Windows (#​1824)
  • EPUBMaker: escape <, >, and & when converting to MathJax to avoid HTML errors (#​1876, #​1877)

Breaking Changes

  • Ruby 2.6 or earlier was excluded from the operation verification (#​1871)
  • EPUMaker: included a link to the cover in the table of contents according to EPUB validation rules (#​1874)

Others

  • Ruby 3.2 is now included in the testing target (#​1871)
  • refactor code with RuboCop 1.45.1 (#​1878)

v5.6.0: Version 5.6.0

Compare Source

New Features

  • IDGXMLBuilder: support imgmath math_format in //texequation and @<m> (#​1829)
  • LATEXBuilder: use reviewicon macro instead of reviewincludegraphics in @<icon> (#​1838)
  • trim spaces before/after characters in ruby text (#​1839)

Breaking Changes

  • LATEXBuilder: use MEMO, NOTICE, CAUTION or other headers instead of ■メモ. If you want to use older headers, add ■メモ in locale.yml. (#​1856)

Others

  • update documents format.md and format.ja.md (#​1860)

v5.5.0: Version 5.5.0

Compare Source

New Features

  • introduced @<secref>, @<sec>, and @<sectitle> as inline op to refer sections (#​1809)

Bug Fixes

Others

v5.4.0: Version 5.4.0

Compare Source

New Features

Breaking Changes

  • EPUBMaker: manifest/item in the opf file is now sorted by the dictional order of ID strings (#​1763)
  • TextMaker: the separator line now put between the heading rows and the normal rows of the table. To revert this behavior to old version, set textmaker/th_bold parameter to true (#​1789)
  • TextMaker: the output result of the //indepimage op has been adjusted to //image (#​1790)
  • TextMaker: the output result of the //imgtable op has been adjusted to //image and //table (#​1791)
  • //source op is now also not escaped when highlighting is enabled (#​1788)

Bug Fixes

  • fixed YAML error in Ruby 3.1 and kept backward compatibility (#​1767, #​1775)
  • EPUBMaker: removed epub:type=cover from titlepage and colophon (#​1776)
  • removed invalid urnid sample (#​1779)
  • when there is a syntax error in config.yml, exit with proper error message instead of an exception (#​1797)
  • IDGXMLMaker: fixed an error to compile prefaces or postfaces when secttags is enabled (#​1800)

Enhancements

  • EPUBMaker, WebMaker: use layout.html.erb or layout-web.html.erb as the base template for cover, titlepage, colophon, and part, just like regular chapters (#​1780)
  • EPUBMaker, WebMaker: cover, titlepage, colophon, and part can now be overwritten with _cover.html.erb, _titlepage.html.erb, _colophon.html.erb, _colophon_history.html.erb, and _part_body.html.erb (#​1777)

Docs

  • mentioned GitHub Discussions in README.md (#​1772)

Others

v5.3.0: Version 5.3.0

Compare Source

New Features

  • add the future of endnote. //endnote specifies the content of the endnote, @<endnote> specifies the reference to the endnote, and //printendnotes places endnotes (#​1724)

Bug Fixes

  • fixed an error in new jlreq that caused it to become independent of ifthen package (#​1718)
  • fixed an issue with hidden folio being set to all 1 when using review-jsbook with TeXLive 2020 or later (#​1720)
  • fixed an error that occurred when a non-existent file was specified in the coverimage parameter (#​1726, #​1729)
  • it now warns when a non-existent file is specified in the titlefile, creditfile, and profile parameters (#​1730)
  • fixed @<tcy> op error in review-jlreq. this op will be expanded into \reviewtcy macro (#​1733)
  • fixed exception errors in review-vol and review-index (#​1740)
  • fixed forgetting to copy __IMGMATH_BODY__.tex when math compiling error occurs (#​1747)
  • fixed the problem that the position of //beginchild and //endchild is not displayed when an error occurs (#​1742)
  • fixed a build error when using //graph op (#​1744)
  • fixed undefined variable in epubmaker.rb (#​1755)
  • fixed execution error in review-catalog-converter (#​1753)

Enhancements

  • warnings are now given when footnotes (//footnote) and endnotes (//endnote) are defined but not referenced (@<fn>, @<endnote>) (#​1725)
  • \includefullpagegraphics macro that pastes an image over the entire page now supports vertical writing (#​1734)
  • try to find plantuml.jar from the working folder, /usr/share/plantuml, or /usr/share/java (#​1760)

Docs

  • format.ja.md, format.md: fixed a mistake in the command line for creating SVG formulas (#​1748)

Others

  • added tests for Ruby 2.7 for Windows (#​1743)
  • refactor code with Rubocop 1.22.1 (#​1759)

Contributors


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@masarakki masarakki merged commit deaeaa1 into master Dec 17, 2023
1 check passed
@masarakki masarakki deleted the renovate/review-5.x branch December 17, 2023 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant