chore(deps): update dependency rdoc to "~> 6.15.0" #40

Closed
Renovate-Bot wants to merge 1 commit from renovate/rdoc-6.x into main
Member

This PR contains the following updates:

Package Change Age Confidence
rdoc (source, changelog) "~> 6.4.1" -> "~> 6.15.0" age confidence

Release Notes

ruby/rdoc (rdoc)

v6.15.0

Compare Source

What's Changed

Enhancements
🐛 Bug Fixes
📚 Documentation
🛠 Other Changes

New Contributors

Full Changelog: https://github.com/ruby/rdoc/compare/v6.14.2...v6.15.0

v6.14.2

Compare Source

What's Changed

🐛 Bug Fixes
🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v6.14.0...v6.14.2

v6.14.1

Compare Source

What's Changed

🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v6.14.0...v6.14.1

v6.14.0

Compare Source

What's Changed

Enhancements
🐛 Bug Fixes
🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v6.13.1...v6.14.0

v6.13.1

Compare Source

What's Changed

Enhancements
🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v6.13.0...v6.13.1

v6.13.0

Compare Source

What's Changed

Enhancements
🐛 Bug Fixes
📚 Documentation
🛠 Other Changes

New Contributors

Full Changelog: https://github.com/ruby/rdoc/compare/v6.12.0...v6.13.0

v6.12.0

Compare Source

What's Changed

Enhancements
  • Display main page's Table of Contents when viewed from the index page by @​st0012 in #​1250
🐛 Bug Fixes
  • Stop accepting Document objects as CodeObject#comment by @​tompng in #​1210
  • Reduce document difference between RDoc::Parser::Ruby and RDoc::Parser::PrismRuby by @​tompng in #​1284
🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v6.11.0...v6.12.0

v6.11.0

Compare Source

What's Changed

Enhancements
🐛 Bug Fixes
📚 Documentation
🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v6.10.0...v6.11.0

v6.10.0

Compare Source

What's Changed

Enhancements
🐛 Bug Fixes
🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v6.9.1...v6.10.0

v6.9.1

Compare Source

What's Changed

🐛 Bug Fixes
📚 Documentation

New Contributors

Full Changelog: https://github.com/ruby/rdoc/compare/v6.9.0...v6.9.1

v6.9.0

Compare Source

What's Changed

Enhancements
🐛 Bug Fixes
🛠 Other Changes

Full Changelog: https://github.com/ruby/rdoc/compare/v6.8.1...v6.9.0

v6.8.1

Compare Source

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: https://github.com/ruby/rdoc/compare/v6.8.0...v6.8.1

v6.8.0

Compare Source

What's Changed

Enhancements
🐛 Bug Fixes
📚 Documentation
🛠 Other Changes

New Contributors

Full Changelog: https://github.com/ruby/rdoc/compare/v6.7.0...v6.8.0

v6.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/ruby/rdoc/compare/v6.6.3.1...v6.7.0

v6.6.3.1

Compare Source

v6.6.2

Compare Source

What's Changed

Full Changelog: https://github.com/ruby/rdoc/compare/v6.6.1...v6.6.2

v6.6.1

Compare Source

What's Changed

Full Changelog: https://github.com/ruby/rdoc/compare/v6.6.0...v6.6.1

v6.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/ruby/rdoc/compare/v6.5.0...v6.6.0

v6.5.1.1

Compare Source

v6.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/ruby/rdoc/compare/v6.4.0...v6.5.0


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 Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [rdoc](https://ruby.github.io/rdoc) ([source](https://github.com/ruby/rdoc), [changelog](https://github.com/ruby/rdoc/releases)) | `"~> 6.4.1"` -> `"~> 6.15.0"` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/rdoc/6.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/rdoc/6.4.1.1/6.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ruby/rdoc (rdoc)</summary> ### [`v6.15.0`](https://github.com/ruby/rdoc/releases/tag/v6.15.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.14.2...v6.15.0) <!-- Release notes generated using configuration in .github/release.yml at v6.15.0 --> #### What's Changed ##### ✨ Enhancements - Allow rdoc-ref to link to non-text files by [@&#8203;jeremyevans](https://github.com/jeremyevans) in [#&#8203;1376](https://github.com/ruby/rdoc/pull/1376) - Search automatically on ?q= URL query parameter by [@&#8203;jhawthorn](https://github.com/jhawthorn) in [#&#8203;1396](https://github.com/ruby/rdoc/pull/1396) ##### 🐛 Bug Fixes - searcher.js: Escape characters when building regexps by [@&#8203;byroot](https://github.com/byroot) in [#&#8203;1397](https://github.com/ruby/rdoc/pull/1397) - Fix backslash handling in table cell code spans by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1400](https://github.com/ruby/rdoc/pull/1400) - Fix incorrect method linking in `tt` tags by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1427](https://github.com/ruby/rdoc/pull/1427) - Preserve inline styling inside tidy link labels by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1428](https://github.com/ruby/rdoc/pull/1428) ##### 📚 Documentation - \[DOC] Fix link by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1393](https://github.com/ruby/rdoc/pull/1393) - \[DOC] Fix `warn_missing_rdoc_ref` default value in doc by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1408](https://github.com/ruby/rdoc/pull/1408) - \[DOC] Correct levels of headings by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1412](https://github.com/ruby/rdoc/pull/1412) - \[DOC] Tweaks for markup reference intro by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1411](https://github.com/ruby/rdoc/pull/1411) - \[DOC] Re-format section Directives by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1418](https://github.com/ruby/rdoc/pull/1418) - Migrate README to markdown by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1422](https://github.com/ruby/rdoc/pull/1422) ##### 🛠 Other Changes - Remove "poeple" typo and reword for clarity by [@&#8203;p8](https://github.com/p8) in [#&#8203;1388](https://github.com/ruby/rdoc/pull/1388) - Bump step-security/harden-runner from 2.12.2 to 2.13.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1392](https://github.com/ruby/rdoc/pull/1392) - Escape unescaped backslash at the end of code by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1404](https://github.com/ruby/rdoc/pull/1404) - Bump actions/download-artifact from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1406](https://github.com/ruby/rdoc/pull/1406) - Bump actions/checkout from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1407](https://github.com/ruby/rdoc/pull/1407) - Revert "Shorten the description text to get rid of JRuby exception" by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1401](https://github.com/ruby/rdoc/pull/1401) - Trim even spaces only in code by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1405](https://github.com/ruby/rdoc/pull/1405) - Commit generated files by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1410](https://github.com/ruby/rdoc/pull/1410) - Bump actions/upload-pages-artifact from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1415](https://github.com/ruby/rdoc/pull/1415) - Bump actions/github-script from 7 to 8 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1423](https://github.com/ruby/rdoc/pull/1423) - Change error message assertion to make it pass in JRuby by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1425](https://github.com/ruby/rdoc/pull/1425) - Bump step-security/harden-runner from 2.13.0 to 2.13.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1426](https://github.com/ruby/rdoc/pull/1426) - Fix warnings by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1409](https://github.com/ruby/rdoc/pull/1409) - Bump version to 6.15.0 by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1429](https://github.com/ruby/rdoc/pull/1429) #### New Contributors - [@&#8203;byroot](https://github.com/byroot) made their first contribution in [#&#8203;1397](https://github.com/ruby/rdoc/pull/1397) - [@&#8203;jhawthorn](https://github.com/jhawthorn) made their first contribution in [#&#8203;1396](https://github.com/ruby/rdoc/pull/1396) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.14.2...v6.15.0> ### [`v6.14.2`](https://github.com/ruby/rdoc/releases/tag/v6.14.2) [Compare Source](https://github.com/ruby/rdoc/compare/v6.14.1...v6.14.2) <!-- Release notes generated using configuration in .github/release.yml at v6.14.2 --> #### What's Changed ##### 🐛 Bug Fixes - Support markdown syntax in table cells by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1386](https://github.com/ruby/rdoc/pull/1386) ##### 🛠 Other Changes - Fixup to usage of cgi/escape for Windows CI by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1378](https://github.com/ruby/rdoc/pull/1378) - Added gemspec file to gem package by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1379](https://github.com/ruby/rdoc/pull/1379) - Use GITHUB\_TOKEN instead of admin credential by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1380](https://github.com/ruby/rdoc/pull/1380) - Bump step-security/harden-runner from 2.12.0 to 2.12.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1377](https://github.com/ruby/rdoc/pull/1377) - `test/lib/helper.rb` is only for `ruby/rdoc` repository by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1372](https://github.com/ruby/rdoc/pull/1372) - Refactor PR preview workflow for improved approval process by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1370](https://github.com/ruby/rdoc/pull/1370) - Use repository\_dispatch for previewing instead by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1384](https://github.com/ruby/rdoc/pull/1384) - Bump step-security/harden-runner from 2.12.1 to 2.12.2 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1385](https://github.com/ruby/rdoc/pull/1385) - Fix template files location by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1383](https://github.com/ruby/rdoc/pull/1383) - Bump version to 6.14.2 by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1387](https://github.com/ruby/rdoc/pull/1387) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.14.0...v6.14.2> ### [`v6.14.1`](https://github.com/ruby/rdoc/releases/tag/v6.14.1) [Compare Source](https://github.com/ruby/rdoc/compare/v6.14.0...v6.14.1) <!-- Release notes generated using configuration in .github/release.yml at v6.14.1 --> #### What's Changed ##### 🛠 Other Changes - Fixup to usage of cgi/escape for Windows CI by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1378](https://github.com/ruby/rdoc/pull/1378) - Added gemspec file to gem package by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1379](https://github.com/ruby/rdoc/pull/1379) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.14.0...v6.14.1> ### [`v6.14.0`](https://github.com/ruby/rdoc/releases/tag/v6.14.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.13.1...v6.14.0) <!-- Release notes generated using configuration in .github/release.yml at v6.14.0 --> #### What's Changed ##### ✨ Enhancements - Add support for canonical URL link tag by [@&#8203;p8](https://github.com/p8) in [#&#8203;1354](https://github.com/ruby/rdoc/pull/1354) - Set language in HTML by [@&#8203;p8](https://github.com/p8) in [#&#8203;1361](https://github.com/ruby/rdoc/pull/1361) ##### 🐛 Bug Fixes - Fix image tag with external source by [@&#8203;ybiquitous](https://github.com/ybiquitous) in [#&#8203;1348](https://github.com/ruby/rdoc/pull/1348) ##### 🛠 Other Changes - Bump ruby/setup-ruby from 1.227.0 to 1.229.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1336](https://github.com/ruby/rdoc/pull/1336) - Fix RDoc::Options example in README by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1337](https://github.com/ruby/rdoc/pull/1337) - Bump step-security/harden-runner from 2.11.0 to 2.11.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1338](https://github.com/ruby/rdoc/pull/1338) - Bump ruby/setup-ruby from 1.229.0 to 1.230.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1339](https://github.com/ruby/rdoc/pull/1339) - Runs ruby-core workflow on ubuntu-latest by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1345](https://github.com/ruby/rdoc/pull/1345) - Move default RDoc headings to a constant by [@&#8203;vinistock](https://github.com/vinistock) in [#&#8203;1341](https://github.com/ruby/rdoc/pull/1341) - Enable `Style/MethodDefParentheses` rule by [@&#8203;vinistock](https://github.com/vinistock) in [#&#8203;1342](https://github.com/ruby/rdoc/pull/1342) - Bump ruby/setup-ruby from 1.230.0 to 1.233.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1346](https://github.com/ruby/rdoc/pull/1346) - Fix rubygems hook execution when gemspec.rdoc\_options contains --ri by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1347](https://github.com/ruby/rdoc/pull/1347) - Update ri manpage to show how to access ruby pages by [@&#8203;adam12](https://github.com/adam12) in [#&#8203;1340](https://github.com/ruby/rdoc/pull/1340) - Fix link to CONTRIBUTING on README by [@&#8203;ybiquitous](https://github.com/ybiquitous) in [#&#8203;1350](https://github.com/ruby/rdoc/pull/1350) - Bump step-security/harden-runner from 2.11.1 to 2.12.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1351](https://github.com/ruby/rdoc/pull/1351) - Bump ruby/setup-ruby from 1.233.0 to 1.235.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1352](https://github.com/ruby/rdoc/pull/1352) - Don't run CI jobs for push by Dependabot by [@&#8203;kou](https://github.com/kou) in [#&#8203;1353](https://github.com/ruby/rdoc/pull/1353) - Fix typo in test name by [@&#8203;p8](https://github.com/p8) in [#&#8203;1355](https://github.com/ruby/rdoc/pull/1355) - Polish link underline in Darkfish CSS by [@&#8203;ybiquitous](https://github.com/ybiquitous) in [#&#8203;1349](https://github.com/ruby/rdoc/pull/1349) - Rename test classes from Test\* to \*Test by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1359](https://github.com/ruby/rdoc/pull/1359) - Bump ruby/setup-ruby from 1.235.0 to 1.237.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1362](https://github.com/ruby/rdoc/pull/1362) - Declare erb as a dependency by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1368](https://github.com/ruby/rdoc/pull/1368) - Load `cgi/escape` instead of `cgi/util` by [@&#8203;Earlopain](https://github.com/Earlopain) in [#&#8203;1366](https://github.com/ruby/rdoc/pull/1366) - Add a new workflow to deploy page preview for PRs from forks by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1365](https://github.com/ruby/rdoc/pull/1365) - Bump version to 6.14.0 by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1371](https://github.com/ruby/rdoc/pull/1371) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.13.1...v6.14.0> ### [`v6.13.1`](https://github.com/ruby/rdoc/releases/tag/v6.13.1) [Compare Source](https://github.com/ruby/rdoc/compare/v6.13.0...v6.13.1) <!-- Release notes generated using configuration in .github/release.yml at v6.13.1 --> #### What's Changed ##### ✨ Enhancements - Allow customizing path prefix through options by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1330](https://github.com/ruby/rdoc/pull/1330) ##### 🛠 Other Changes - Workaround `build` task issue in Ruby core CI by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1326](https://github.com/ruby/rdoc/pull/1326) - Bump ruby/setup-ruby from 1.222.0 to 1.227.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1329](https://github.com/ruby/rdoc/pull/1329) - Remove needless RDoc::Options from XrefTestCase by [@&#8203;kou](https://github.com/kou) in [#&#8203;1332](https://github.com/ruby/rdoc/pull/1332) - Bump version to v6.13.1 by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1334](https://github.com/ruby/rdoc/pull/1334) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.13.0...v6.13.1> ### [`v6.13.0`](https://github.com/ruby/rdoc/releases/tag/v6.13.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.12.0...v6.13.0) <!-- Release notes generated using configuration in .github/release.yml at v6.13.0 --> #### What's Changed ##### ✨ Enhancements - Add breadcrumb list by [@&#8203;unasuke](https://github.com/unasuke) in [#&#8203;973](https://github.com/ruby/rdoc/pull/973) - Image alt tag header formatting by [@&#8203;ioquatix](https://github.com/ioquatix) in [#&#8203;1320](https://github.com/ruby/rdoc/pull/1320) ##### 🐛 Bug Fixes - Fix ri completion to always return candidates start with a given name by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1082](https://github.com/ruby/rdoc/pull/1082) - Call `update_extend`s in `ClassModule#complete` by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1317](https://github.com/ruby/rdoc/pull/1317) ##### 📚 Documentation - Fix CodeObject's inheritance tree document by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1314](https://github.com/ruby/rdoc/pull/1314) ##### 🛠 Other Changes - Bump ruby/setup-ruby from 1.215.0 to 1.218.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1290](https://github.com/ruby/rdoc/pull/1290) - Remove unnecessary coupling in comments' call\_seq extraction by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1289](https://github.com/ruby/rdoc/pull/1289) - Bump step-security/harden-runner from 2.10.4 to 2.11.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1293](https://github.com/ruby/rdoc/pull/1293) - Bump ruby/setup-ruby from 1.218.0 to 1.221.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1294](https://github.com/ruby/rdoc/pull/1294) - Removed development group for cloudflare pages by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1295](https://github.com/ruby/rdoc/pull/1295) - Remove unused attributes by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1292](https://github.com/ruby/rdoc/pull/1292) - Refactor darkfish's classes sidebar implementation by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1296](https://github.com/ruby/rdoc/pull/1296) - Explicitly require helper in test\_case by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1297](https://github.com/ruby/rdoc/pull/1297) - Add webrick to development dependencies by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1301](https://github.com/ruby/rdoc/pull/1301) - Remove unused darkfish parts by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1303](https://github.com/ruby/rdoc/pull/1303) - Centralize generator setup by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1302](https://github.com/ruby/rdoc/pull/1302) - Remove unused `class_dir` and `file_dir` attributes from generators by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1304](https://github.com/ruby/rdoc/pull/1304) - Reenable JRuby for testing by [@&#8203;headius](https://github.com/headius) in [#&#8203;1305](https://github.com/ruby/rdoc/pull/1305) - Relax paragraph pattern by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1299](https://github.com/ruby/rdoc/pull/1299) - Tests for markdown code using multiple backquotes by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1306](https://github.com/ruby/rdoc/pull/1306) - Remove an unused constant by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1307](https://github.com/ruby/rdoc/pull/1307) - Avoid accessing `RDoc` objects through `Store` by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1308](https://github.com/ruby/rdoc/pull/1308) - Bump ruby/setup-ruby from 1.221.0 to 1.222.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1311](https://github.com/ruby/rdoc/pull/1311) - Make `Options` a required constructor argument of `Store` by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1309](https://github.com/ruby/rdoc/pull/1309) - Reduce unnecessary external state assignment (`singleton`) by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1312](https://github.com/ruby/rdoc/pull/1312) - Fix test target code of module\_function by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1316](https://github.com/ruby/rdoc/pull/1316) - Remove dead or unnecessary methods/attributes by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1315](https://github.com/ruby/rdoc/pull/1315) - Refactor markdown parsing of Image and ExplicitLink by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1323](https://github.com/ruby/rdoc/pull/1323) - Bump version to v6.13.0 by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1324](https://github.com/ruby/rdoc/pull/1324) #### New Contributors - [@&#8203;unasuke](https://github.com/unasuke) made their first contribution in [#&#8203;973](https://github.com/ruby/rdoc/pull/973) - [@&#8203;headius](https://github.com/headius) made their first contribution in [#&#8203;1305](https://github.com/ruby/rdoc/pull/1305) - [@&#8203;ioquatix](https://github.com/ioquatix) made their first contribution in [#&#8203;1320](https://github.com/ruby/rdoc/pull/1320) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.12.0...v6.13.0> ### [`v6.12.0`](https://github.com/ruby/rdoc/releases/tag/v6.12.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.11.0...v6.12.0) <!-- Release notes generated using configuration in .github/release.yml at v6.12.0 --> #### What's Changed ##### ✨ Enhancements - Display main page's Table of Contents when viewed from the index page by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1250](https://github.com/ruby/rdoc/pull/1250) ##### 🐛 Bug Fixes - Stop accepting `Document` objects as `CodeObject#comment` by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1210](https://github.com/ruby/rdoc/pull/1210) - Reduce document difference between RDoc::Parser::Ruby and RDoc::Parser::PrismRuby by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1284](https://github.com/ruby/rdoc/pull/1284) ##### 🛠 Other Changes - Bump ruby/setup-ruby from 1.207.0 to 1.213.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1280](https://github.com/ruby/rdoc/pull/1280) - Bump step-security/harden-runner from 2.10.3 to 2.10.4 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1279](https://github.com/ruby/rdoc/pull/1279) - Update ruby-core workflow to just generate documentation by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1278](https://github.com/ruby/rdoc/pull/1278) - Add a `build:local_ruby` task to simplify local testing flow by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1281](https://github.com/ruby/rdoc/pull/1281) - Bump ruby/setup-ruby from 1.213.0 to 1.214.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1283](https://github.com/ruby/rdoc/pull/1283) - Remove unnecessary `file_name` parameter from `Parser#initialize` by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1146](https://github.com/ruby/rdoc/pull/1146) - Bump ruby/setup-ruby from 1.214.0 to 1.215.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1285](https://github.com/ruby/rdoc/pull/1285) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.11.0...v6.12.0> ### [`v6.11.0`](https://github.com/ruby/rdoc/releases/tag/v6.11.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.10.0...v6.11.0) <!-- Release notes generated using configuration in .github/release.yml at v6.11.0 --> #### What's Changed ##### ✨ Enhancements - Add autolink\_excluded\_words option to ignore cross-references by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1259](https://github.com/ruby/rdoc/pull/1259) - Enable `warn_missing_rdoc_ref` by default by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1275](https://github.com/ruby/rdoc/pull/1275) ##### 🐛 Bug Fixes - Introduce `apply_default_exclude` config to separate default and user excluding patterns by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1251](https://github.com/ruby/rdoc/pull/1251) - Fix prism\_ruby superclass resolve order by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1267](https://github.com/ruby/rdoc/pull/1267) - Add missing `RDoc::RubygemsHook` API for `gem server` by [@&#8203;mterada1228](https://github.com/mterada1228) in [#&#8203;1270](https://github.com/ruby/rdoc/pull/1270) - Finalize RDoc::Options before calling RDoc::RDoc#parse\_files by [@&#8203;rhenium](https://github.com/rhenium) in [#&#8203;1274](https://github.com/ruby/rdoc/pull/1274) ##### 📚 Documentation - Documentation for [#&#8203;1240](https://github.com/ruby/rdoc/issues/1240) by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1263](https://github.com/ruby/rdoc/pull/1263) - \[DOC] Stop autolinking the word "RDoc" by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1266](https://github.com/ruby/rdoc/pull/1266) - \[DOC] Ignore racc-generated files by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1265](https://github.com/ruby/rdoc/pull/1265) - \[DOC] Remove unnecessary rdoc-ref missing example by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1271](https://github.com/ruby/rdoc/pull/1271) ##### 🛠 Other Changes - Bump rubygems/release-gem from 1.1.0 to 1.1.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1253](https://github.com/ruby/rdoc/pull/1253) - Merge commit from ruby/ruby HEAD by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1255](https://github.com/ruby/rdoc/pull/1255) - Exclude latest windows & Ruby 3.4 on CI by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1260](https://github.com/ruby/rdoc/pull/1260) - Bump ruby/setup-ruby from 1.204.0 to 1.206.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1262](https://github.com/ruby/rdoc/pull/1262) - Bump ruby/setup-ruby from 1.206.0 to 1.207.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1273](https://github.com/ruby/rdoc/pull/1273) - Run ruby/ruby doc generation on CI by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1272](https://github.com/ruby/rdoc/pull/1272) - Bump step-security/harden-runner from 2.10.2 to 2.10.3 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1276](https://github.com/ruby/rdoc/pull/1276) - CI: test.yml - Windows - add mswin, remove 3.4 exclude by [@&#8203;MSP-Greg](https://github.com/MSP-Greg) in [#&#8203;1277](https://github.com/ruby/rdoc/pull/1277) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.10.0...v6.11.0> ### [`v6.10.0`](https://github.com/ruby/rdoc/releases/tag/v6.10.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.9.1...v6.10.0) <!-- Release notes generated using configuration in .github/release.yml at v6.10.0 --> #### What's Changed ##### ✨ Enhancements - Print warnings for rdoc-ref links that can't be resolved by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1241](https://github.com/ruby/rdoc/pull/1241) - Enable cross reference in code by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1240](https://github.com/ruby/rdoc/pull/1240) - Auto-hide navigation on link click by [@&#8203;sunblaze](https://github.com/sunblaze) in [#&#8203;1238](https://github.com/ruby/rdoc/pull/1238) ##### 🐛 Bug Fixes - `aligns` may include `:center` by [@&#8203;soutaro](https://github.com/soutaro) in [#&#8203;1247](https://github.com/ruby/rdoc/pull/1247) ##### 🛠 Other Changes - Fix to parse `rb_define_global_const` by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1245](https://github.com/ruby/rdoc/pull/1245) - Bump ruby/setup-ruby from 1.187.0 to 1.204.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1246](https://github.com/ruby/rdoc/pull/1246) - Update tests for [#&#8203;1247](https://github.com/ruby/rdoc/issues/1247) by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1248](https://github.com/ruby/rdoc/pull/1248) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.9.1...v6.10.0> ### [`v6.9.1`](https://github.com/ruby/rdoc/releases/tag/v6.9.1) [Compare Source](https://github.com/ruby/rdoc/compare/v6.9.0...v6.9.1) <!-- Release notes generated using configuration in .github/release.yml at v6.9.1 --> #### What's Changed ##### 🐛 Bug Fixes - Fix iPad Pro navigation not shown by [@&#8203;sunblaze](https://github.com/sunblaze) in [#&#8203;1236](https://github.com/ruby/rdoc/pull/1236) - Hide hamburger on desktop by [@&#8203;sunblaze](https://github.com/sunblaze) in [#&#8203;1237](https://github.com/ruby/rdoc/pull/1237) - Add attribute :force to RDoc::RubygemsHook just like RDoc::RubyGemsHook by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1244](https://github.com/ruby/rdoc/pull/1244) ##### 📚 Documentation - Fix dead links in the markup reference page by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1242](https://github.com/ruby/rdoc/pull/1242) #### New Contributors - [@&#8203;sunblaze](https://github.com/sunblaze) made their first contribution in [#&#8203;1236](https://github.com/ruby/rdoc/pull/1236) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.9.0...v6.9.1> ### [`v6.9.0`](https://github.com/ruby/rdoc/releases/tag/v6.9.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.8.1...v6.9.0) <!-- Release notes generated using configuration in .github/release.yml at v6.9.0 --> #### What's Changed ##### ✨ Enhancements - Deprecate `main` and `title` directives by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1218](https://github.com/ruby/rdoc/pull/1218) - Expand rdoc-ref targets at the end of ri output by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1141](https://github.com/ruby/rdoc/pull/1141) ##### 🐛 Bug Fixes - Improve how gemspec's files are defined by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1212](https://github.com/ruby/rdoc/pull/1212) - fix: C variables should never show up in Ancestors tree by [@&#8203;flavorjones](https://github.com/flavorjones) in [#&#8203;1217](https://github.com/ruby/rdoc/pull/1217) - Sort `MethodAttr` so that names starting with symbols are before names starting with alpha ASCII by [@&#8203;flavorjones](https://github.com/flavorjones) in [#&#8203;1219](https://github.com/ruby/rdoc/pull/1219) - `ClassModule#superclass=` accepts a `ClassModule` as an argument by [@&#8203;flavorjones](https://github.com/flavorjones) in [#&#8203;1222](https://github.com/ruby/rdoc/pull/1222) - Use distinct styles for note lists and label lists by [@&#8203;nevans](https://github.com/nevans) in [#&#8203;1209](https://github.com/ruby/rdoc/pull/1209) ##### 🛠 Other Changes - Bump step-security/harden-runner from 2.10.1 to 2.10.2 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1215](https://github.com/ruby/rdoc/pull/1215) - Bump rubygems/release-gem from [`612653d`](https://github.com/ruby/rdoc/commit/612653d273a73bdae1df8453e090060bb4db5f31) to [`9e85cb1`](https://github.com/ruby/rdoc/commit/9e85cb11501bebc2ae661c1500176316d3987059) by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1214](https://github.com/ruby/rdoc/pull/1214) - Fixed version number of rubygems/release-gem by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1216](https://github.com/ruby/rdoc/pull/1216) - Prefer `String#ord` to `String#codepoints[0]` by [@&#8203;flavorjones](https://github.com/flavorjones) in [#&#8203;1220](https://github.com/ruby/rdoc/pull/1220) - Workaround JRuby's jar-dependencies error and test failures on CI by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1225](https://github.com/ruby/rdoc/pull/1225) - lint: Remove unreachable code by [@&#8203;okuramasafumi](https://github.com/okuramasafumi) in [#&#8203;1137](https://github.com/ruby/rdoc/pull/1137) - Stop running CI against JRuby and some CI config cleanup by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1228](https://github.com/ruby/rdoc/pull/1228) - Make it loose coupling between RubyGems and RDoc by [@&#8203;mterada1228](https://github.com/mterada1228) in [#&#8203;1171](https://github.com/ruby/rdoc/pull/1171) - Fixed compatibility error with setup command and rdoc plugin on rubygems by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1234](https://github.com/ruby/rdoc/pull/1234) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.8.1...v6.9.0> ### [`v6.8.1`](https://github.com/ruby/rdoc/releases/tag/v6.8.1) [Compare Source](https://github.com/ruby/rdoc/compare/v6.8.0...v6.8.1) <!-- Release notes generated using configuration in .github/release.yml at v6.8.1 --> #### What's Changed ##### 🐛 Bug Fixes - Added missing \_sidebar\_toggle.rhtml by [@&#8203;ishe-ua](https://github.com/ishe-ua) in [#&#8203;1211](https://github.com/ruby/rdoc/pull/1211) #### New Contributors - [@&#8203;ishe-ua](https://github.com/ishe-ua) made their first contribution in [#&#8203;1211](https://github.com/ruby/rdoc/pull/1211) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.8.0...v6.8.1> ### [`v6.8.0`](https://github.com/ruby/rdoc/releases/tag/v6.8.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.7.0...v6.8.0) <!-- Release notes generated using configuration in .github/release.yml at v6.8.0 --> #### What's Changed ##### ✨ Enhancements - Require space between hash/content in ATX heading by [@&#8203;skipkayhil](https://github.com/skipkayhil) in [#&#8203;1140](https://github.com/ruby/rdoc/pull/1140) - Add new ruby parser that uses Prism by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1144](https://github.com/ruby/rdoc/pull/1144) - Add support for mobile screen sizes on Darkfish by [@&#8203;MatheusRich](https://github.com/MatheusRich) in [#&#8203;1025](https://github.com/ruby/rdoc/pull/1025) - Modernize RDoc Darkfish template CSS by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1157](https://github.com/ruby/rdoc/pull/1157) - Use pointer cursor for navigation toggle by [@&#8203;omegahm](https://github.com/omegahm) in [#&#8203;1175](https://github.com/ruby/rdoc/pull/1175) - Add home page link to output message by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1165](https://github.com/ruby/rdoc/pull/1165) - Improve method source toggling by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1176](https://github.com/ruby/rdoc/pull/1176) - Make methods and attributes linkable by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1189](https://github.com/ruby/rdoc/pull/1189) - Add support for meta tags by [@&#8203;vinistock](https://github.com/vinistock) in [#&#8203;1091](https://github.com/ruby/rdoc/pull/1091) - Add scroll-margin-top on all :target elements by [@&#8203;omegahm](https://github.com/omegahm) in [#&#8203;1174](https://github.com/ruby/rdoc/pull/1174) - Use scroll-margin-top on anchor targets by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1190](https://github.com/ruby/rdoc/pull/1190) - feature: Render mixed-in methods and constants with `--embed-mixins` by [@&#8203;flavorjones](https://github.com/flavorjones) in [#&#8203;842](https://github.com/ruby/rdoc/pull/842) - Red-based darkfish color scheme by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1191](https://github.com/ruby/rdoc/pull/1191) - Use thicker fonts with high contrast to improve readability by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1197](https://github.com/ruby/rdoc/pull/1197) - Display class ancestors in the sidebar by [@&#8203;alexisbernard](https://github.com/alexisbernard) in [#&#8203;1183](https://github.com/ruby/rdoc/pull/1183) - Split list of class and instance methods in two by [@&#8203;alexisbernard](https://github.com/alexisbernard) in [#&#8203;1206](https://github.com/ruby/rdoc/pull/1206) ##### 🐛 Bug Fixes - Abort with error message if `--dump` argument invalid by [@&#8203;adam12](https://github.com/adam12) in [#&#8203;1104](https://github.com/ruby/rdoc/pull/1104) - Fix darkfish responsiveness issue on screens between 1024px and \~1650px by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1148](https://github.com/ruby/rdoc/pull/1148) - Fix sidebar scroll and footer display by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1152](https://github.com/ruby/rdoc/pull/1152) - Fix sidebar scroll again and add missing footer back by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1154](https://github.com/ruby/rdoc/pull/1154) - Make summary triangle appear in correct place when summary text overflows to next line by [@&#8203;paracycle](https://github.com/paracycle) in [#&#8203;1160](https://github.com/ruby/rdoc/pull/1160) - Make darkfish more responsive and readable on mobile devices by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1162](https://github.com/ruby/rdoc/pull/1162) - Only let browser search through source code until it's expanded by [@&#8203;Earlopain](https://github.com/Earlopain) in [#&#8203;1181](https://github.com/ruby/rdoc/pull/1181) - Fix ToRdoc#accept\_table by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1184](https://github.com/ruby/rdoc/pull/1184) - Extract excerpt from RDoc::Markup::Document (raw pages) correctly by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1200](https://github.com/ruby/rdoc/pull/1200) ##### 📚 Documentation - \[DOC] New file RI.md by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1100](https://github.com/ruby/rdoc/pull/1100) - \[DOC] Mods about markup formats by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1143](https://github.com/ruby/rdoc/pull/1143) - \[doc] Mention `.document` file in README by [@&#8203;okuramasafumi](https://github.com/okuramasafumi) in [#&#8203;1153](https://github.com/ruby/rdoc/pull/1153) - \[DOC] Fix links by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1169](https://github.com/ruby/rdoc/pull/1169) - Improve RDoc pages heading levels order by [@&#8203;antoinem](https://github.com/antoinem) in [#&#8203;1185](https://github.com/ruby/rdoc/pull/1185) - Mention community-maintained themes by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1198](https://github.com/ruby/rdoc/pull/1198) ##### 🛠 Other Changes - Bump ruby/setup-ruby from 1.176.0 to 1.177.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1112](https://github.com/ruby/rdoc/pull/1112) - Bump ruby/setup-ruby from 1.177.1 to 1.179.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1116](https://github.com/ruby/rdoc/pull/1116) - Bump ruby/setup-ruby from 1.179.0 to 1.179.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1120](https://github.com/ruby/rdoc/pull/1120) - Bump ruby/setup-ruby from 1.179.1 to 1.180.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1121](https://github.com/ruby/rdoc/pull/1121) - Add ruby-core CI suite by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1115](https://github.com/ruby/rdoc/pull/1115) - Bump ruby/setup-ruby from 1.152.0 to 1.180.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1124](https://github.com/ruby/rdoc/pull/1124) - Fix some typos by [@&#8203;ydah](https://github.com/ydah) in [#&#8203;1129](https://github.com/ruby/rdoc/pull/1129) - Bump ruby/setup-ruby from 1.180.1 to 1.183.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1131](https://github.com/ruby/rdoc/pull/1131) - Group code object files into the same directory by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1114](https://github.com/ruby/rdoc/pull/1114) - chore(bin): Add `bin/console` for better DX by [@&#8203;okuramasafumi](https://github.com/okuramasafumi) in [#&#8203;1132](https://github.com/ruby/rdoc/pull/1132) - Drop reimplementation of Ripper lex state by [@&#8203;nevans](https://github.com/nevans) in [#&#8203;1118](https://github.com/ruby/rdoc/pull/1118) - Bump ruby/setup-ruby from 1.183.0 to 1.185.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1136](https://github.com/ruby/rdoc/pull/1136) - RDoc task should include top-level .md files too by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1134](https://github.com/ruby/rdoc/pull/1134) - Bump ruby/setup-ruby from 1.185.0 to 1.187.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1142](https://github.com/ruby/rdoc/pull/1142) - Improve rubocop setup by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1139](https://github.com/ruby/rdoc/pull/1139) - Drop unnecessary `file_name` parameter from `Parser.for` method. by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1135](https://github.com/ruby/rdoc/pull/1135) - Follow up changes for Prism Ruby parser by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1145](https://github.com/ruby/rdoc/pull/1145) - Fix flaky test: prevent regexp match to tempdir path by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1147](https://github.com/ruby/rdoc/pull/1147) - Use ascii chatacter in HTML file to fix ruby ci failure by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1150](https://github.com/ruby/rdoc/pull/1150) - Avoid potentially loading the same extension from different versions of the same gem by [@&#8203;deivid-rodriguez](https://github.com/deivid-rodriguez) in [#&#8203;1155](https://github.com/ruby/rdoc/pull/1155) - Align behaviour between `bundle exec rdoc` and `rake rdoc` by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1156](https://github.com/ruby/rdoc/pull/1156) - Tunes up .document by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1161](https://github.com/ruby/rdoc/pull/1161) - `rake install` command is failed by [@&#8203;mterada1228](https://github.com/mterada1228) in [#&#8203;1170](https://github.com/ruby/rdoc/pull/1170) - Add more space after magnifying glass by [@&#8203;omegahm](https://github.com/omegahm) in [#&#8203;1173](https://github.com/ruby/rdoc/pull/1173) - Fix ruby-core test suite by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1187](https://github.com/ruby/rdoc/pull/1187) - Use normal `font-weight` for links by [@&#8203;sambostock](https://github.com/sambostock) in [#&#8203;1188](https://github.com/ruby/rdoc/pull/1188) - Add release.yml by [@&#8203;st0012](https://github.com/st0012) in [#&#8203;1193](https://github.com/ruby/rdoc/pull/1193) - Hack for Safari 18 by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1195](https://github.com/ruby/rdoc/pull/1195) #### New Contributors - [@&#8203;st0012](https://github.com/st0012) made their first contribution in [#&#8203;1115](https://github.com/ruby/rdoc/pull/1115) - [@&#8203;ydah](https://github.com/ydah) made their first contribution in [#&#8203;1129](https://github.com/ruby/rdoc/pull/1129) - [@&#8203;MatheusRich](https://github.com/MatheusRich) made their first contribution in [#&#8203;1025](https://github.com/ruby/rdoc/pull/1025) - [@&#8203;paracycle](https://github.com/paracycle) made their first contribution in [#&#8203;1160](https://github.com/ruby/rdoc/pull/1160) - [@&#8203;mterada1228](https://github.com/mterada1228) made their first contribution in [#&#8203;1170](https://github.com/ruby/rdoc/pull/1170) - [@&#8203;omegahm](https://github.com/omegahm) made their first contribution in [#&#8203;1173](https://github.com/ruby/rdoc/pull/1173) - [@&#8203;Earlopain](https://github.com/Earlopain) made their first contribution in [#&#8203;1181](https://github.com/ruby/rdoc/pull/1181) - [@&#8203;sambostock](https://github.com/sambostock) made their first contribution in [#&#8203;1188](https://github.com/ruby/rdoc/pull/1188) - [@&#8203;antoinem](https://github.com/antoinem) made their first contribution in [#&#8203;1185](https://github.com/ruby/rdoc/pull/1185) - [@&#8203;alexisbernard](https://github.com/alexisbernard) made their first contribution in [#&#8203;1183](https://github.com/ruby/rdoc/pull/1183) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.7.0...v6.8.0> ### [`v6.7.0`](https://github.com/ruby/rdoc/releases/tag/v6.7.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.6.3.1...v6.7.0) #### What's Changed - Fix support for `rb_file_const` and `rb_curses_define_const` by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1069](https://github.com/ruby/rdoc/pull/1069) - Bump actions/upload-pages-artifact from 2 to 3 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1071](https://github.com/ruby/rdoc/pull/1071) - Bump actions/deploy-pages from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1070](https://github.com/ruby/rdoc/pull/1070) - Use master of setup-ruby by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1072](https://github.com/ruby/rdoc/pull/1072) - Allow empty name rdoc-ref as a local link by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1073](https://github.com/ruby/rdoc/pull/1073) - \[DOC] MarkupReference by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1075](https://github.com/ruby/rdoc/pull/1075) - Bump ruby/setup-ruby from 1.162.0 to 1.165.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1074](https://github.com/ruby/rdoc/pull/1074) - \[DOC] Tweaks to Markup Reference by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1077](https://github.com/ruby/rdoc/pull/1077) - Sort coverage outputs by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1078](https://github.com/ruby/rdoc/pull/1078) - Ignore `locale` at `write_options` by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1079](https://github.com/ruby/rdoc/pull/1079) - Singleton visibility by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1080](https://github.com/ruby/rdoc/pull/1080) - Respect modeline to detect parser by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1081](https://github.com/ruby/rdoc/pull/1081) - Bump ruby/setup-ruby from 1.165.1 to 1.169.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1085](https://github.com/ruby/rdoc/pull/1085) - Don't document aliases with trailing `:nodoc` directive by [@&#8203;p8](https://github.com/p8) in [#&#8203;1090](https://github.com/ruby/rdoc/pull/1090) - Bump ruby/setup-ruby from 1.169.0 to 1.171.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1089](https://github.com/ruby/rdoc/pull/1089) - Bump ruby/setup-ruby from 1.171.0 to 1.172.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1092](https://github.com/ruby/rdoc/pull/1092) - Fix ToMarkdown missing newlines for label-lists by [@&#8203;skipkayhil](https://github.com/skipkayhil) in [#&#8203;1094](https://github.com/ruby/rdoc/pull/1094) - Fix ToRdoc generating incorrect {label,name}-lists by [@&#8203;skipkayhil](https://github.com/skipkayhil) in [#&#8203;1093](https://github.com/ruby/rdoc/pull/1093) - \[DOC] Improve documentation of `:include:` directive file search by [@&#8203;p8](https://github.com/p8) in [#&#8203;1083](https://github.com/ruby/rdoc/pull/1083) - Allow rich definition list labels for Markdown by [@&#8203;skipkayhil](https://github.com/skipkayhil) in [#&#8203;1096](https://github.com/ruby/rdoc/pull/1096) - Test only with truffleruby-head by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1095](https://github.com/ruby/rdoc/pull/1095) - test: Add tests for `RDoc::TokenStream` class by [@&#8203;toshimaru](https://github.com/toshimaru) in [#&#8203;1068](https://github.com/ruby/rdoc/pull/1068) - Use readline history when `ri` is running interactive by [@&#8203;adam12](https://github.com/adam12) in [#&#8203;861](https://github.com/ruby/rdoc/pull/861) - Revert "Test only with truffleruby-head" by [@&#8203;eregon](https://github.com/eregon) in [#&#8203;1099](https://github.com/ruby/rdoc/pull/1099) - Bump ruby/setup-ruby from 1.172.0 to 1.173.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1101](https://github.com/ruby/rdoc/pull/1101) - Bump actions/configure-pages from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1102](https://github.com/ruby/rdoc/pull/1102) - Bump ruby/setup-ruby from 1.173.0 to 1.174.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1105](https://github.com/ruby/rdoc/pull/1105) - Bump ruby/setup-ruby from 1.174.0 to 1.175.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1106](https://github.com/ruby/rdoc/pull/1106) - Bump ruby/setup-ruby from 1.175.1 to 1.176.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1108](https://github.com/ruby/rdoc/pull/1108) - Fix typo in CONTRIBUTING.md by [@&#8203;okuramasafumi](https://github.com/okuramasafumi) in [#&#8203;1109](https://github.com/ruby/rdoc/pull/1109) - \[DOC] Correct `.rdoc_options` filename in comment by [@&#8203;adam12](https://github.com/adam12) in [#&#8203;1103](https://github.com/ruby/rdoc/pull/1103) #### New Contributors - [@&#8203;skipkayhil](https://github.com/skipkayhil) made their first contribution in [#&#8203;1094](https://github.com/ruby/rdoc/pull/1094) - [@&#8203;adam12](https://github.com/adam12) made their first contribution in [#&#8203;861](https://github.com/ruby/rdoc/pull/861) - [@&#8203;okuramasafumi](https://github.com/okuramasafumi) made their first contribution in [#&#8203;1109](https://github.com/ruby/rdoc/pull/1109) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.6.3.1...v6.7.0> ### [`v6.6.3.1`](https://github.com/ruby/rdoc/compare/v6.6.2...v6.6.3.1) [Compare Source](https://github.com/ruby/rdoc/compare/v6.6.2...v6.6.3.1) ### [`v6.6.2`](https://github.com/ruby/rdoc/releases/tag/v6.6.2) [Compare Source](https://github.com/ruby/rdoc/compare/v6.6.1...v6.6.2) #### What's Changed - Allow any single-word token upto 2 before C method implementation by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1061](https://github.com/ruby/rdoc/pull/1061) - Fix C const comment by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1062](https://github.com/ruby/rdoc/pull/1062) - Bump actions/deploy-pages from 2 to 3 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1063](https://github.com/ruby/rdoc/pull/1063) - Bump actions/configure-pages from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1064](https://github.com/ruby/rdoc/pull/1064) - Bump ruby/setup-ruby from 1.161.0 to 1.162.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1065](https://github.com/ruby/rdoc/pull/1065) - Add missing documents by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1066](https://github.com/ruby/rdoc/pull/1066) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.6.1...v6.6.2> ### [`v6.6.1`](https://github.com/ruby/rdoc/releases/tag/v6.6.1) [Compare Source](https://github.com/ruby/rdoc/compare/v6.6.0...v6.6.1) #### What's Changed - Bump ruby/setup-ruby from 1.159.0 to 1.161.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1052](https://github.com/ruby/rdoc/pull/1052) - Fix TIDYLINK after braces ([#&#8203;1015](https://github.com/ruby/rdoc/issues/1015)) by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1054](https://github.com/ruby/rdoc/pull/1054) - Fix `NoMethodError` for `tokens_to_s` method by [@&#8203;toshimaru](https://github.com/toshimaru) in [#&#8203;1055](https://github.com/ruby/rdoc/pull/1055) - Place a space between certain character class letters only by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1057](https://github.com/ruby/rdoc/pull/1057) - Re-enable tests with truffleruby-head by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1058](https://github.com/ruby/rdoc/pull/1058) - Get rid of `Kernel#open` by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1059](https://github.com/ruby/rdoc/pull/1059) - Markup punctuations need to be separated with a space by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1060](https://github.com/ruby/rdoc/pull/1060) - fix: Return empty string when `token_stream` is `nil` by [@&#8203;toshimaru](https://github.com/toshimaru) in [#&#8203;1056](https://github.com/ruby/rdoc/pull/1056) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.6.0...v6.6.1> ### [`v6.6.0`](https://github.com/ruby/rdoc/releases/tag/v6.6.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.5.1.1...v6.6.0) #### What's Changed - ci: ensure ubuntu image has libyaml-dev for psych 5 by [@&#8203;flavorjones](https://github.com/flavorjones) in [#&#8203;951](https://github.com/ruby/rdoc/pull/951) - Clean up home directories for each test by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;956](https://github.com/ruby/rdoc/pull/956) - Fix fragile tests by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;957](https://github.com/ruby/rdoc/pull/957) - Add rdoc:coverage default task by [@&#8203;zzak](https://github.com/zzak) in [#&#8203;971](https://github.com/ruby/rdoc/pull/971) - Fix reference to proper list type RDoc::MarkupReference by [@&#8203;cjilbert504](https://github.com/cjilbert504) in [#&#8203;969](https://github.com/ruby/rdoc/pull/969) - Actually execute RDoc document task for coverage by [@&#8203;zzak](https://github.com/zzak) in [#&#8203;972](https://github.com/ruby/rdoc/pull/972) - Remove duplicate word in RDoc::MarkupReference by [@&#8203;cjilbert504](https://github.com/cjilbert504) in [#&#8203;968](https://github.com/ruby/rdoc/pull/968) - Fix `RDoc::Parser::Ruby` not being documented by [@&#8203;etiennebarrie](https://github.com/etiennebarrie) in [#&#8203;975](https://github.com/ruby/rdoc/pull/975) - Improve actions by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;977](https://github.com/ruby/rdoc/pull/977) - Prefer to use File.readlines instead of IO.readlines by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;980](https://github.com/ruby/rdoc/pull/980) - Use github pages action by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;981](https://github.com/ruby/rdoc/pull/981) - Use [evanphx/kpeg#58](https://github.com/evanphx/kpeg/pull/58) by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;982](https://github.com/ruby/rdoc/pull/982) - Removed badge from codeclimate by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;989](https://github.com/ruby/rdoc/pull/989) - Use `File.binread` by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;991](https://github.com/ruby/rdoc/pull/991) - Update test libraries from ruby/ruby 2023-04-29 by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;997](https://github.com/ruby/rdoc/pull/997) - Update test libraries from ruby/ruby 2023-04-29 by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;998](https://github.com/ruby/rdoc/pull/998) - Fix ReDoS by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;999](https://github.com/ruby/rdoc/pull/999) - Fix references to nested label in table\_of\_contents by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1002](https://github.com/ruby/rdoc/pull/1002) - Fix generating gh-pages by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1003](https://github.com/ruby/rdoc/pull/1003) - \[DOC] stop documenting fallback `MatchData#match_length` by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1004](https://github.com/ruby/rdoc/pull/1004) - Drop the support for 2.5 or earlier because of CVE-2021-31799 by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1005](https://github.com/ruby/rdoc/pull/1005) - Isolate root dir if specified by [@&#8203;zzak](https://github.com/zzak) in [#&#8203;983](https://github.com/ruby/rdoc/pull/983) - Fix link to RDoc::Task on README by [@&#8203;ybiquitous](https://github.com/ybiquitous) in [#&#8203;1008](https://github.com/ruby/rdoc/pull/1008) - Improve layout CSS by [@&#8203;ybiquitous](https://github.com/ybiquitous) in [#&#8203;1013](https://github.com/ruby/rdoc/pull/1013) - Improve `<summary>` CSS on sidebar by [@&#8203;ybiquitous](https://github.com/ybiquitous) in [#&#8203;1012](https://github.com/ruby/rdoc/pull/1012) - Configure RuboCop to remove excessive trailing new lines by [@&#8203;vinistock](https://github.com/vinistock) in [#&#8203;1018](https://github.com/ruby/rdoc/pull/1018) - Embedded racc parser for portability by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1019](https://github.com/ruby/rdoc/pull/1019) - Use flat\_map for better performance by [@&#8203;p8](https://github.com/p8) in [#&#8203;1022](https://github.com/ruby/rdoc/pull/1022) - Fix missing closing colon for `:notnew:` by [@&#8203;zzak](https://github.com/zzak) in [#&#8203;1023](https://github.com/ruby/rdoc/pull/1023) - Add keydown event listener to focus on search field by [@&#8203;gemmaro](https://github.com/gemmaro) in [#&#8203;926](https://github.com/ruby/rdoc/pull/926) - Fix to use KeyboardEvent.key over keyCode by [@&#8203;gemmaro](https://github.com/gemmaro) in [#&#8203;962](https://github.com/ruby/rdoc/pull/962) - Add source\_code, homepage and changelog uris to gemspec metadata by [@&#8203;vinistock](https://github.com/vinistock) in [#&#8203;1017](https://github.com/ruby/rdoc/pull/1017) - Improve CSS for "toggle source" hovering over one more method signatures by [@&#8203;ybiquitous](https://github.com/ybiquitous) in [#&#8203;1020](https://github.com/ruby/rdoc/pull/1020) - Tentatively ignore errors on TruffleRuby head by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1028](https://github.com/ruby/rdoc/pull/1028) - Removed truffleruby-head from CI by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1029](https://github.com/ruby/rdoc/pull/1029) - Use test-unit-ruby-core instead of deep-copy from ruby repository by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;1033](https://github.com/ruby/rdoc/pull/1033) - Use a more portable way to check if code is parseable by [@&#8203;eregon](https://github.com/eregon) in [#&#8203;1032](https://github.com/ruby/rdoc/pull/1032) - handle symbols declared with %s by [@&#8203;theo-squadracer](https://github.com/theo-squadracer) in [#&#8203;1031](https://github.com/ruby/rdoc/pull/1031) - \[DOC] Link fixes by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;1035](https://github.com/ruby/rdoc/pull/1035) - Omit descriptions and parameter lists for methods defined in C not mentioned in call-seq by [@&#8203;jeremyevans](https://github.com/jeremyevans) in [#&#8203;978](https://github.com/ruby/rdoc/pull/978) - Drop code for old versions by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;1038](https://github.com/ruby/rdoc/pull/1038) - Delay DidYouMean until NotFoundError#message is called by [@&#8203;tompng](https://github.com/tompng) in [#&#8203;1039](https://github.com/ruby/rdoc/pull/1039) - test/rdoc/test\_rdoc\_generator\_json\_index.rb: Use assert\_equal. by [@&#8203;junaruga](https://github.com/junaruga) in [#&#8203;1049](https://github.com/ruby/rdoc/pull/1049) - test/rdoc/test\_rdoc\_generator\_json\_index.rb: pend in test\_generate in ppc64le. by [@&#8203;junaruga](https://github.com/junaruga) in [#&#8203;1050](https://github.com/ruby/rdoc/pull/1050) #### New Contributors - [@&#8203;cjilbert504](https://github.com/cjilbert504) made their first contribution in [#&#8203;969](https://github.com/ruby/rdoc/pull/969) - [@&#8203;etiennebarrie](https://github.com/etiennebarrie) made their first contribution in [#&#8203;975](https://github.com/ruby/rdoc/pull/975) - [@&#8203;vinistock](https://github.com/vinistock) made their first contribution in [#&#8203;1018](https://github.com/ruby/rdoc/pull/1018) - [@&#8203;p8](https://github.com/p8) made their first contribution in [#&#8203;1022](https://github.com/ruby/rdoc/pull/1022) - [@&#8203;theo-squadracer](https://github.com/theo-squadracer) made their first contribution in [#&#8203;1031](https://github.com/ruby/rdoc/pull/1031) - [@&#8203;tompng](https://github.com/tompng) made their first contribution in [#&#8203;1039](https://github.com/ruby/rdoc/pull/1039) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.5.0...v6.6.0> ### [`v6.5.1.1`](https://github.com/ruby/rdoc/compare/v6.5.0...v6.5.1.1) [Compare Source](https://github.com/ruby/rdoc/compare/v6.5.0...v6.5.1.1) ### [`v6.5.0`](https://github.com/ruby/rdoc/releases/tag/v6.5.0) [Compare Source](https://github.com/ruby/rdoc/compare/v6.4.1.1...v6.5.0) #### What's Changed - Optimize RawLine by using a regexp instead of negative look-ahead rule by [@&#8203;mame](https://github.com/mame) in [#&#8203;854](https://github.com/ruby/rdoc/pull/854) - Fix typo in RDoc::Task example: '.doc' -> '.rdoc' by [@&#8203;gemmaro](https://github.com/gemmaro) in [#&#8203;863](https://github.com/ruby/rdoc/pull/863) - Support all struct definition functions by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;866](https://github.com/ruby/rdoc/pull/866) - Cross references to operator methods by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;865](https://github.com/ruby/rdoc/pull/865) - Skip parentheses on singleton class declaration by [@&#8203;soutaro](https://github.com/soutaro) in [#&#8203;867](https://github.com/ruby/rdoc/pull/867) - Allow cross references to logical operator methods by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;868](https://github.com/ruby/rdoc/pull/868) - Simplify attribute exclusiveness conditions by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;851](https://github.com/ruby/rdoc/pull/851) - Relative loading for easier development by [@&#8203;BuonOmo](https://github.com/BuonOmo) in [#&#8203;821](https://github.com/ruby/rdoc/pull/821) - Make `.rdoc_options` file plain ruby objects only by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;839](https://github.com/ruby/rdoc/pull/839) - Prefer `require 'cgi/util'` instead of `require 'cgi'` by [@&#8203;mame](https://github.com/mame) in [#&#8203;869](https://github.com/ruby/rdoc/pull/869) - Use `Marshal.load io` instead of `Marshal.load io.read` by [@&#8203;znz](https://github.com/znz) in [#&#8203;870](https://github.com/ruby/rdoc/pull/870) - Support crossref of methods with multiple arguments by [@&#8203;peterzhu2118](https://github.com/peterzhu2118) in [#&#8203;871](https://github.com/ruby/rdoc/pull/871) - Scrollable sidebar by [@&#8203;ybiquitous](https://github.com/ybiquitous) in [#&#8203;838](https://github.com/ruby/rdoc/pull/838) - Fold "class and module index" list by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;872](https://github.com/ruby/rdoc/pull/872) - Fix full name of known class by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;873](https://github.com/ruby/rdoc/pull/873) - Use Ruby 3.1 for CI by [@&#8203;aycabta](https://github.com/aycabta) in [#&#8203;856](https://github.com/ruby/rdoc/pull/856) - Use the custom style `details summary` only in `nav-section` by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;874](https://github.com/ruby/rdoc/pull/874) - Allow method source code to scroll by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;875](https://github.com/ruby/rdoc/pull/875) - Fold "Pages" list by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;876](https://github.com/ruby/rdoc/pull/876) - Use actions/checkout\@&#8203;v3 by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;877](https://github.com/ruby/rdoc/pull/877) - Only parse valid URLs by [@&#8203;peterzhu2118](https://github.com/peterzhu2118) in [#&#8203;878](https://github.com/ruby/rdoc/pull/878) - Allow cross references to methods including underscores by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;879](https://github.com/ruby/rdoc/pull/879) - Apply matching word pairs to underscore-methods by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;880](https://github.com/ruby/rdoc/pull/880) - Fix links in docs by [@&#8203;peterzhu2118](https://github.com/peterzhu2118) in [#&#8203;881](https://github.com/ruby/rdoc/pull/881) - Fix a typo \[ci skip] by [@&#8203;znz](https://github.com/znz) in [#&#8203;883](https://github.com/ruby/rdoc/pull/883) - Fix dead link in RDoc::Markup by [@&#8203;peterzhu2118](https://github.com/peterzhu2118) in [#&#8203;884](https://github.com/ruby/rdoc/pull/884) - Remove never used win32console by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;887](https://github.com/ruby/rdoc/pull/887) - No pager check by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;886](https://github.com/ruby/rdoc/pull/886) - Use command array form of `IO.popen` always by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;888](https://github.com/ruby/rdoc/pull/888) - Allow boolean arguments to `rb_attr` and `rb_define_attr` by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;889](https://github.com/ruby/rdoc/pull/889) - Parse also InitVM-prefixed functions by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;891](https://github.com/ruby/rdoc/pull/891) - Refinement is added since ruby 3.1 by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;892](https://github.com/ruby/rdoc/pull/892) - Support attributes defined by `rb_struct_define` by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;893](https://github.com/ruby/rdoc/pull/893) - Remove dead code by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;894](https://github.com/ruby/rdoc/pull/894) - Fix an exception class name by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;895](https://github.com/ruby/rdoc/pull/895) - Fix the known classes more by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;896](https://github.com/ruby/rdoc/pull/896) - Markup reference by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;824](https://github.com/ruby/rdoc/pull/824) - Fix call-seq for aliased method with similar names by [@&#8203;peterzhu2118](https://github.com/peterzhu2118) in [#&#8203;897](https://github.com/ruby/rdoc/pull/897) - Move doc/markup\_reference.rb to doc/rdoc by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;899](https://github.com/ruby/rdoc/pull/899) - \[DOC] Add links to list of blocks by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;900](https://github.com/ruby/rdoc/pull/900) - \[DOC] Move section Directives into section Blocks by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;901](https://github.com/ruby/rdoc/pull/901) - Correct error in rdoc\_files by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;902](https://github.com/ruby/rdoc/pull/902) - \[DOC] Clarifications for directives by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;903](https://github.com/ruby/rdoc/pull/903) - [@&#8203;github](https://github.com/github).com by [@&#8203;LaAzteca](https://github.com/LaAzteca) in [#&#8203;439](https://github.com/ruby/rdoc/pull/439) - \[DOC] Add some links in intro; delimit rendered HTML output. by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;904](https://github.com/ruby/rdoc/pull/904) - \[DOC] Link from RDoc::Markup to RDoc::MarkupReference by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;906](https://github.com/ruby/rdoc/pull/906) - Fix formatting blockquote in verbatim by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;908](https://github.com/ruby/rdoc/pull/908) - \[DOC] Add block quotes by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;907](https://github.com/ruby/rdoc/pull/907) - Fix blockquote with word in verbatim by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;909](https://github.com/ruby/rdoc/pull/909) - \[DOC] Removes remaining old Markup Reference by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;910](https://github.com/ruby/rdoc/pull/910) - Allow multiple footnotes without in-between blank lines by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;912](https://github.com/ruby/rdoc/pull/912) - Treat text markup (italic, bold, monofont) as blocks by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;911](https://github.com/ruby/rdoc/pull/911) - \[DOC] Make example formats explicit and consistent by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;913](https://github.com/ruby/rdoc/pull/913) - \[DOC] Improvements to Text Markup examples by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;915](https://github.com/ruby/rdoc/pull/915) - \[DOC] Mods to section Text Markup by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;916](https://github.com/ruby/rdoc/pull/916) - \[DOC] Enhances text about escapes by [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) in [#&#8203;917](https://github.com/ruby/rdoc/pull/917) - \[DOC] Remove duplicated line in RDoc::MarkupReference by [@&#8203;peterzhu2118](https://github.com/peterzhu2118) in [#&#8203;918](https://github.com/ruby/rdoc/pull/918) - Update ruby versions in CI by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;923](https://github.com/ruby/rdoc/pull/923) - \[DOC] Update the license of Darkfish by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;922](https://github.com/ruby/rdoc/pull/922) - Fix ruby script in "test\_parse\_method\_bracket" by [@&#8203;yui-knk](https://github.com/yui-knk) in [#&#8203;927](https://github.com/ruby/rdoc/pull/927) - Remove unused abbrev require by [@&#8203;composerinteralia](https://github.com/composerinteralia) in [#&#8203;930](https://github.com/ruby/rdoc/pull/930) - More compliant with GFM table by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;931](https://github.com/ruby/rdoc/pull/931) - Allow markup in cells by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;932](https://github.com/ruby/rdoc/pull/932) - Escape links by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;933](https://github.com/ruby/rdoc/pull/933) - Escape file names by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;934](https://github.com/ruby/rdoc/pull/934) - Change `CONTRIBUTING.rdoc` to direct readers to rdoc's GitHub Actions page by [@&#8203;mateusdeap](https://github.com/mateusdeap) in [#&#8203;937](https://github.com/ruby/rdoc/pull/937) - Delay `require "readline"` in case the terminal is in raw mode by [@&#8203;shugo](https://github.com/shugo) in [#&#8203;939](https://github.com/ruby/rdoc/pull/939) - Use jruby-head by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;944](https://github.com/ruby/rdoc/pull/944) - Add epoch.rake by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;943](https://github.com/ruby/rdoc/pull/943) - Fix up Relative loading ([#&#8203;821](https://github.com/ruby/rdoc/issues/821)) by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;945](https://github.com/ruby/rdoc/pull/945) - Refine regexp usages and reduce substring allocations by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;852](https://github.com/ruby/rdoc/pull/852) - Darkfish: Nest sidebar ToC as a tree of headings by [@&#8203;nevans](https://github.com/nevans) in [#&#8203;941](https://github.com/ruby/rdoc/pull/941) - Darkfish: group method call-seq in div.method-header by [@&#8203;nevans](https://github.com/nevans) in [#&#8203;942](https://github.com/ruby/rdoc/pull/942) - Refactor `RDoc::Markup::Parser#tokenize` by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;929](https://github.com/ruby/rdoc/pull/929) - Rubocop task by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;946](https://github.com/ruby/rdoc/pull/946) - Skip test option by [@&#8203;sriedel](https://github.com/sriedel) in [#&#8203;726](https://github.com/ruby/rdoc/pull/726) - Added dependabot for GitHub Actions by [@&#8203;hsbt](https://github.com/hsbt) in [#&#8203;947](https://github.com/ruby/rdoc/pull/947) - \[StepSecurity] ci: Harden GitHub Actions by [@&#8203;step-security-bot](https://github.com/step-security-bot) in [#&#8203;948](https://github.com/ruby/rdoc/pull/948) - Non-RD parts by [@&#8203;nobu](https://github.com/nobu) in [#&#8203;949](https://github.com/ruby/rdoc/pull/949) #### New Contributors - [@&#8203;gemmaro](https://github.com/gemmaro) made their first contribution in [#&#8203;863](https://github.com/ruby/rdoc/pull/863) - [@&#8203;soutaro](https://github.com/soutaro) made their first contribution in [#&#8203;867](https://github.com/ruby/rdoc/pull/867) - [@&#8203;peterzhu2118](https://github.com/peterzhu2118) made their first contribution in [#&#8203;871](https://github.com/ruby/rdoc/pull/871) - [@&#8203;ybiquitous](https://github.com/ybiquitous) made their first contribution in [#&#8203;838](https://github.com/ruby/rdoc/pull/838) - [@&#8203;BurdetteLamar](https://github.com/BurdetteLamar) made their first contribution in [#&#8203;824](https://github.com/ruby/rdoc/pull/824) - [@&#8203;LaAzteca](https://github.com/LaAzteca) made their first contribution in [#&#8203;439](https://github.com/ruby/rdoc/pull/439) - [@&#8203;yui-knk](https://github.com/yui-knk) made their first contribution in [#&#8203;927](https://github.com/ruby/rdoc/pull/927) - [@&#8203;composerinteralia](https://github.com/composerinteralia) made their first contribution in [#&#8203;930](https://github.com/ruby/rdoc/pull/930) - [@&#8203;mateusdeap](https://github.com/mateusdeap) made their first contribution in [#&#8203;937](https://github.com/ruby/rdoc/pull/937) - [@&#8203;shugo](https://github.com/shugo) made their first contribution in [#&#8203;939](https://github.com/ruby/rdoc/pull/939) - [@&#8203;nevans](https://github.com/nevans) made their first contribution in [#&#8203;941](https://github.com/ruby/rdoc/pull/941) - [@&#8203;step-security-bot](https://github.com/step-security-bot) made their first contribution in [#&#8203;948](https://github.com/ruby/rdoc/pull/948) **Full Changelog**: <https://github.com/ruby/rdoc/compare/v6.4.0...v6.5.0> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTEuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
chore(deps): update dependency rdoc to "~> 6.15.0"
All checks were successful
CI/CD Pipeline / Linters (pull_request) Successful in 9m9s
CI/CD Pipeline / Format Check (pull_request) Successful in 9m7s
CI/CD Pipeline / Flake Validation (pull_request) Successful in 15m30s
2043c5b7a7
onlyhavecans closed this pull request 2025-10-21 15:43:51 -07:00
Author
Member

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update ("~> 6.15.0"). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`"~> 6.15.0"`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
All checks were successful
CI/CD Pipeline / Linters (pull_request) Successful in 9m9s
CI/CD Pipeline / Format Check (pull_request) Successful in 9m7s
CI/CD Pipeline / Flake Validation (pull_request) Successful in 15m30s

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ops/nixos-skwrls!40
No description provided.