-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit 6dc73ae
authored
Bump reline from 0.5.11 to 0.5.12 (#4102)
Bumps [reline](https://github.com/ruby/reline) from 0.5.11 to 0.5.12.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ruby/reline/releases">reline's
releases</a>.</em></p>
<blockquote>
<h2>v0.5.12</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>🐛 Bug Fixes</h3>
<ul>
<li>Fix completion quote, preposing and target calculation bug by <a
href="https://github.com/tompng"><code>@tompng</code></a> in <a
href="https://redirect.github.com/ruby/reline/pull/763">ruby/reline#763</a></li>
<li>Fix tab completion appending quote by <a
href="https://github.com/tompng"><code>@tompng</code></a> in <a
href="https://redirect.github.com/ruby/reline/pull/782">ruby/reline#782</a></li>
<li>Fix io_gate.encoding raises IOError in ruby <= 3.0 by <a
href="https://github.com/tompng"><code>@tompng</code></a> in <a
href="https://redirect.github.com/ruby/reline/pull/785">ruby/reline#785</a></li>
</ul>
<h3>🛠 Other Changes</h3>
<ul>
<li>Remove unused things from reline/unicode.rb by <a
href="https://github.com/tompng"><code>@tompng</code></a> in <a
href="https://redirect.github.com/ruby/reline/pull/759">ruby/reline#759</a></li>
<li>Refactor perform_completon by <a
href="https://github.com/tompng"><code>@tompng</code></a> in <a
href="https://redirect.github.com/ruby/reline/pull/778">ruby/reline#778</a></li>
<li>Remove terminfo.rb by <a
href="https://github.com/tompng"><code>@tompng</code></a> in <a
href="https://redirect.github.com/ruby/reline/pull/769">ruby/reline#769</a></li>
<li>Removed redundant argument at
Reline::LineEditor::CompletionBlockTest by <a
href="https://github.com/hsbt"><code>@hsbt</code></a> in <a
href="https://redirect.github.com/ruby/reline/pull/781">ruby/reline#781</a></li>
<li>Handle multibyte character input by KeyStroke by <a
href="https://github.com/tompng"><code>@tompng</code></a> in <a
href="https://redirect.github.com/ruby/reline/pull/713">ruby/reline#713</a></li>
<li>fix/omit test that fail in encoding=US_ASCII by <a
href="https://github.com/tompng"><code>@tompng</code></a> in <a
href="https://redirect.github.com/ruby/reline/pull/784">ruby/reline#784</a></li>
<li>Extract TruffleRuby workflow from reline.yml by <a
href="https://github.com/ima1zumi"><code>@ima1zumi</code></a> in <a
href="https://redirect.github.com/ruby/reline/pull/783">ruby/reline#783</a></li>
<li>Bump version to 0.5.12 by <a
href="https://github.com/ima1zumi"><code>@ima1zumi</code></a> in <a
href="https://redirect.github.com/ruby/reline/pull/786">ruby/reline#786</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ruby/reline/compare/v0.5.11...v0.5.12">https://github.com/ruby/reline/compare/v0.5.11...v0.5.12</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ruby/reline/commit/d4f6741e7eb942b5bf71b9c318492a4a79625c74"><code>d4f6741</code></a>
Bump version to 0.5.12 (<a
href="https://redirect.github.com/ruby/reline/issues/786">#786</a>)</li>
<li><a
href="https://github.com/ruby/reline/commit/528f4122a174b047151d989efda38009ee6379c6"><code>528f412</code></a>
Extract TruffleRuby workflow from reline.yml (<a
href="https://redirect.github.com/ruby/reline/issues/783">#783</a>)</li>
<li><a
href="https://github.com/ruby/reline/commit/85e20f0031fe472034be2ed59be468b13d090193"><code>85e20f0</code></a>
Fix io_gate.encoding raises IOError in ruby <= 3.0 (<a
href="https://redirect.github.com/ruby/reline/issues/785">#785</a>)</li>
<li><a
href="https://github.com/ruby/reline/commit/a6d1ac54e6c18dbcf8aff7c2be9c6e6980c0104e"><code>a6d1ac5</code></a>
fix/omit test that fail in encoding=US_ASCII (<a
href="https://redirect.github.com/ruby/reline/issues/784">#784</a>)</li>
<li><a
href="https://github.com/ruby/reline/commit/5a8da85f2b10a5e46050f628dd04f485869ab3a3"><code>5a8da85</code></a>
KeyStroke handles multibyte character (<a
href="https://redirect.github.com/ruby/reline/issues/713">#713</a>)</li>
<li><a
href="https://github.com/ruby/reline/commit/cbf213291cf75d21c97b1e5df865014a0cda6320"><code>cbf2132</code></a>
Fix tab completion appending quote (<a
href="https://redirect.github.com/ruby/reline/issues/782">#782</a>)</li>
<li><a
href="https://github.com/ruby/reline/commit/caf11878fde454f7ad7cc88411f847ce6e41e986"><code>caf1187</code></a>
Removed redundant argument at Reline::LineEditor::CompletionBlockTest
(<a
href="https://redirect.github.com/ruby/reline/issues/781">#781</a>)</li>
<li><a
href="https://github.com/ruby/reline/commit/d3ba7216ebaaaf30f281541e7ae9220088df9e7e"><code>d3ba721</code></a>
Fix completion quote, preposing and target calculation bug (<a
href="https://redirect.github.com/ruby/reline/issues/763">#763</a>)</li>
<li><a
href="https://github.com/ruby/reline/commit/3ceba3bff7a7c9f960109daaea84d9a4d9557222"><code>3ceba3b</code></a>
Drop loading terminfo, remove fiddle dependency in non-windows
environment. (...</li>
<li><a
href="https://github.com/ruby/reline/commit/aa5b278f3d4d3279e2de2f567bead0d9dd8969d1"><code>aa5b278</code></a>
Refactor perform_completon (<a
href="https://redirect.github.com/ruby/reline/issues/778">#778</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ruby/reline/compare/v0.5.11...v0.5.12">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 parent 631d3ad commit 6dc73aeCopy full SHA for 6dc73ae
1 file changed
+1
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
370 | 370 |
| |
371 | 371 |
| |
372 | 372 |
| |
373 |
| - | |
| 373 | + | |
374 | 374 |
| |
375 | 375 |
| |
376 | 376 |
| |
|
0 commit comments