Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump rdoc from 6.10.0 to 6.11.0 (#1130)
Bumps [rdoc](https://github.com/ruby/rdoc) from 6.10.0 to 6.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ruby/rdoc/releases">rdoc's releases</a>.</em></p> <blockquote> <h2>v6.11.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>✨ Enhancements</h3> <ul> <li>Add autolink_excluded_words option to ignore cross-references by <a href="https://github.com/st0012"><code>@st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1259">ruby/rdoc#1259</a></li> <li>Enable <code>warn_missing_rdoc_ref</code> by default by <a href="https://github.com/st0012"><code>@st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1275">ruby/rdoc#1275</a></li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li>Introduce <code>apply_default_exclude</code> config to separate default and user excluding patterns by <a href="https://github.com/nobu"><code>@nobu</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1251">ruby/rdoc#1251</a></li> <li>Fix prism_ruby superclass resolve order by <a href="https://github.com/tompng"><code>@tompng</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1267">ruby/rdoc#1267</a></li> <li>Add missing <code>RDoc::RubygemsHook</code> API for <code>gem server</code> by <a href="https://github.com/mterada1228"><code>@mterada1228</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1270">ruby/rdoc#1270</a></li> <li>Finalize RDoc::Options before calling RDoc::RDoc#parse_files by <a href="https://github.com/rhenium"><code>@rhenium</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1274">ruby/rdoc#1274</a></li> </ul> <h3>📚 Documentation</h3> <ul> <li>Documentation for <a href="https://redirect.github.com/ruby/rdoc/issues/1240">#1240</a> by <a href="https://github.com/nobu"><code>@nobu</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1263">ruby/rdoc#1263</a></li> <li>[DOC] Stop autolinking the word "RDoc" by <a href="https://github.com/nobu"><code>@nobu</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1266">ruby/rdoc#1266</a></li> <li>[DOC] Ignore racc-generated files by <a href="https://github.com/nobu"><code>@nobu</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1265">ruby/rdoc#1265</a></li> <li>[DOC] Remove unnecessary rdoc-ref missing example by <a href="https://github.com/st0012"><code>@st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1271">ruby/rdoc#1271</a></li> </ul> <h3>🛠 Other Changes</h3> <ul> <li>Bump rubygems/release-gem from 1.1.0 to 1.1.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1253">ruby/rdoc#1253</a></li> <li>Merge commit from ruby/ruby HEAD by <a href="https://github.com/hsbt"><code>@hsbt</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1255">ruby/rdoc#1255</a></li> <li>Exclude latest windows & Ruby 3.4 on CI by <a href="https://github.com/st0012"><code>@st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1260">ruby/rdoc#1260</a></li> <li>Bump ruby/setup-ruby from 1.204.0 to 1.206.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1262">ruby/rdoc#1262</a></li> <li>Bump ruby/setup-ruby from 1.206.0 to 1.207.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1273">ruby/rdoc#1273</a></li> <li>Run ruby/ruby doc generation on CI by <a href="https://github.com/st0012"><code>@st0012</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1272">ruby/rdoc#1272</a></li> <li>Bump step-security/harden-runner from 2.10.2 to 2.10.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1276">ruby/rdoc#1276</a></li> <li>CI: test.yml - Windows - add mswin, remove 3.4 exclude by <a href="https://github.com/MSP-Greg"><code>@MSP-Greg</code></a> in <a href="https://redirect.github.com/ruby/rdoc/pull/1277">ruby/rdoc#1277</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ruby/rdoc/compare/v6.10.0...v6.11.0">https://github.com/ruby/rdoc/compare/v6.10.0...v6.11.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby/rdoc/commit/8450c39aaf85133b28a261ab68873b2d3929908d"><code>8450c39</code></a> Bump version to v6.11.0</li> <li><a href="https://github.com/ruby/rdoc/commit/9bc3ba3b8b205ae12b1c71dc9d9afed17f106060"><code>9bc3ba3</code></a> CI: test.yml - Windows - add mswin, remove 3.4 exclude (<a href="https://redirect.github.com/ruby/rdoc/issues/1277">#1277</a>)</li> <li><a href="https://github.com/ruby/rdoc/commit/ce79711e782adc2d0dfa16c2a7aa942ff08f3269"><code>ce79711</code></a> Enable <code>warn_missing_rdoc_ref</code> by default (<a href="https://redirect.github.com/ruby/rdoc/issues/1275">#1275</a>)</li> <li><a href="https://github.com/ruby/rdoc/commit/b795077e6187847c83c2c3da41ccc7e05a9a7f6a"><code>b795077</code></a> Bump step-security/harden-runner from 2.10.2 to 2.10.3 (<a href="https://redirect.github.com/ruby/rdoc/issues/1276">#1276</a>)</li> <li><a href="https://github.com/ruby/rdoc/commit/d62da8ca09c5c2d5829ecfb5d33b71e0c7a71613"><code>d62da8c</code></a> Finalize RDoc::Options before calling RDoc::RDoc#parse_files (<a href="https://redirect.github.com/ruby/rdoc/issues/1274">#1274</a>)</li> <li><a href="https://github.com/ruby/rdoc/commit/b6a82244a2592e5a9ca980896829f5cafad54ed8"><code>b6a8224</code></a> Add missing <code>RDoc::RubygemsHook</code> API for <code>gem server</code> (<a href="https://redirect.github.com/ruby/rdoc/issues/1270">#1270</a>)</li> <li><a href="https://github.com/ruby/rdoc/commit/a047068ad6ad00d49be99af53ba481b206492e96"><code>a047068</code></a> Run ruby/ruby doc generation on CI (<a href="https://redirect.github.com/ruby/rdoc/issues/1272">#1272</a>)</li> <li><a href="https://github.com/ruby/rdoc/commit/fdbb192e2b621c795b0313dde58945202c58e303"><code>fdbb192</code></a> Bump ruby/setup-ruby from 1.206.0 to 1.207.0 (<a href="https://redirect.github.com/ruby/rdoc/issues/1273">#1273</a>)</li> <li><a href="https://github.com/ruby/rdoc/commit/a7b7e8fc55d02221b98bb4699d808161579823f6"><code>a7b7e8f</code></a> [DOC] Remove unnecessary rdoc-ref missing example (<a href="https://redirect.github.com/ruby/rdoc/issues/1271">#1271</a>)</li> <li><a href="https://github.com/ruby/rdoc/commit/57a4615a92339a814f5f25f6cbb515dd9849b6bd"><code>57a4615</code></a> Fix prism_ruby superclass resolve order (<a href="https://redirect.github.com/ruby/rdoc/issues/1267">#1267</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ruby/rdoc/compare/v6.10.0...v6.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rdoc&package-manager=bundler&previous-version=6.10.0&new-version=6.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information