Skip to content

Commit 561648c

Browse files
Bump org.jline:jline-terminal from 3.29.0 to 3.30.0 (#44)
Bumps [org.jline:jline-terminal](https://github.com/jline/jline3) from 3.29.0 to 3.30.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jline/jline3/releases">org.jline:jline-terminal's releases</a>.</em></p> <blockquote> <h2>3.30.0</h2> <p>JLine 3.30.0 comes with a brand new <a href="https://jline.org">web site</a>, a bunch of new features and a lof of bug fixes !</p> <h2>🎉 New Features</h2> <ul> <li>feat: add pluggable completion to Nano editor (fixes <a href="https://redirect.github.com/jline/jline3/issues/1194">#1194</a>) (<a href="https://redirect.github.com/jline/jline3/pull/1195">#1195</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>feat: enhanced MouseSupport to handle multiple mouse event formats (SGR, URXVT, SGR-Pixels) (<a href="https://redirect.github.com/jline/jline3/pull/1229">#1229</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>feat: add getCurrentMouseTracking to Terminal interface (<a href="https://redirect.github.com/jline/jline3/pull/1230">#1230</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>feat: add ability to get terminal default foreground and background colors (<a href="https://redirect.github.com/jline/jline3/pull/1208">#1208</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>feat: add password masking support for dumb terminals (fixes <a href="https://redirect.github.com/jline/jline3/issues/1172">#1172</a>) (<a href="https://redirect.github.com/jline/jline3/pull/1205">#1205</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>feat: add line numbers and current line marker to secondary prompt (fix for <a href="https://redirect.github.com/jline/jline3/issues/1151">#1151</a>) (<a href="https://redirect.github.com/jline/jline3/pull/1152">#1152</a>) <a href="https://github.com/bamcgill"><code>@​bamcgill</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: use a fallback classloader suitable for java Modules or OSGi environments (fixes <a href="https://redirect.github.com/jline/jline3/issues/1185">#1185</a>) (<a href="https://redirect.github.com/jline/jline3/pull/1186">#1186</a>) <a href="https://github.com/wglas85"><code>@​wglas85</code></a></li> <li>fix NPE in Status#resize when supported is false (fixes <a href="https://redirect.github.com/jline/jline3/issues/1191">#1191</a>) (<a href="https://redirect.github.com/jline/jline3/pull/1204">#1204</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>fix: fix nano editor exiting when pressing Ctrl+Space (fixes <a href="https://redirect.github.com/jline/jline3/issues/1200">#1200</a>) (<a href="https://redirect.github.com/jline/jline3/pull/1202">#1202</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>fix: fix parse error of system default <code>/usr/share/nano/*.nanorc</code> (<a href="https://redirect.github.com/jline/jline3/pull/1157">#1157</a>) <a href="https://github.com/snazy"><code>@​snazy</code></a></li> <li>fix: fix Terminal.trackMouse(MouseTracking.Off) (fixes <a href="https://redirect.github.com/jline/jline3/issues/1189">#1189</a>) (<a href="https://redirect.github.com/jline/jline3/pull/1192">#1192</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>fix: Make command execution order consistent in SystemRegistryImpl (<a href="https://redirect.github.com/jline/jline3/pull/1237">#1237</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>fix: handle invalid entries in history files gracefully (<a href="https://redirect.github.com/jline/jline3/pull/1234">#1234</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>fix: Properly fill screen lines with spaces when width is increased in ScreenTerminal (<a href="https://redirect.github.com/jline/jline3/pull/1236">#1236</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>Fix cursor position after Status.update() (<a href="https://redirect.github.com/jline/jline3/pull/1216">#1216</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>fix: improve script file detection and execution in Groovy REPL, fixes <a href="https://redirect.github.com/jline/jline3/issues/1139">#1139</a> (<a href="https://redirect.github.com/jline/jline3/pull/1140">#1140</a>) <a href="https://github.com/mattirn"><code>@​mattirn</code></a></li> <li>fix: ensure proper cleanup of pump threads in terminal implementations (<a href="https://redirect.github.com/jline/jline3/pull/1162">#1162</a>) <a href="https://github.com/cstamas"><code>@​cstamas</code></a></li> <li>fix: add history line width check in ScreenTerminal.setSize() (fixes <a href="https://redirect.github.com/jline/jline3/issues/1206">#1206</a>) (<a href="https://redirect.github.com/jline/jline3/pull/1207">#1207</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>fix: console-ui example: catch UserInterruptException in place of IOError (<a href="https://redirect.github.com/jline/jline3/pull/1164">#1164</a>) <a href="https://github.com/mattirn"><code>@​mattirn</code></a></li> <li>fix: fix Ctrl+Space handling on Windows terminals (<a href="https://redirect.github.com/jline/jline3/pull/1203">#1203</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> </ul> <h2>Documentation</h2> <ul> <li>docs: Integrate website into main repository (<a href="https://redirect.github.com/jline/jline3/pull/1224">#1224</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>docs: improve JLineNativeLoader documentation and references (<a href="https://redirect.github.com/jline/jline3/pull/1209">#1209</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>docs: fix readme (<a href="https://redirect.github.com/jline/jline3/pull/1222">#1222</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>docs: Add comprehensive Javadoc to jline-builtins module (<a href="https://redirect.github.com/jline/jline3/pull/1223">#1223</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>docs: improve Javadoc in console module (<a href="https://redirect.github.com/jline/jline3/pull/1221">#1221</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>docs: add comprehensive Javadoc to org.jline.style package (<a href="https://redirect.github.com/jline/jline3/pull/1220">#1220</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>docs: add comprehensive Javadoc to JLine Terminal and Reader (<a href="https://redirect.github.com/jline/jline3/pull/1219">#1219</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>docs: Add missing DISABLE_EVENT_EXPANSION JavaDoc (fixes <a href="https://redirect.github.com/jline/jline3/issues/1218">#1218</a>) (<a href="https://redirect.github.com/jline/jline3/pull/1235">#1235</a>) <a href="https://github.com/vorburger"><code>@​vorburger</code></a></li> <li>docs: Make sure snippets compile (<a href="https://redirect.github.com/jline/jline3/pull/1226">#1226</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>docs: Corrected the maven central link (<a href="https://redirect.github.com/jline/jline3/pull/1197">#1197</a>) <a href="https://github.com/andirady"><code>@​andirady</code></a></li> </ul> <h2>Build</h2> <ul> <li>Update build to ubuntu-22.04 (<a href="https://redirect.github.com/jline/jline3/pull/1193">#1193</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> <li>Update CI to use JDK 22 and 24 (<a href="https://redirect.github.com/jline/jline3/pull/1198">#1198</a>) <a href="https://github.com/gnodet"><code>@​gnodet</code></a></li> </ul> <h2>📦 Dependency updates</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jline/jline3/commit/7e863877f62c4554b05bfc6be5e3e007a5a3056b"><code>7e86387</code></a> [maven-release-plugin] prepare release jline-3.30.0</li> <li><a href="https://github.com/jline/jline3/commit/ed279e107e9fe9874e8a450e673a3d454cdc6fe2"><code>ed279e1</code></a> feat: add support for suggestion boxes in Nano editor</li> <li><a href="https://github.com/jline/jline3/commit/287851d0cff9ecf516193504b486aa2831158e7d"><code>287851d</code></a> fix: Add support for UTF-8 mouse mode (1005) and improve mouse tracking compa...</li> <li><a href="https://github.com/jline/jline3/commit/1de95e8eadb62b417c791f3404ab5db24c0ef46c"><code>1de95e8</code></a> chore: Bump actions/configure-pages from 4 to 5 (<a href="https://redirect.github.com/jline/jline3/issues/1225">#1225</a>)</li> <li><a href="https://github.com/jline/jline3/commit/8ea92ce85ff850f78d2444cbc9305a3066118644"><code>8ea92ce</code></a> fix: Make command execution order consistent in SystemRegistryImpl.execute me...</li> <li><a href="https://github.com/jline/jline3/commit/97c0ad9950fb732eb993268f37201b8f40e312bb"><code>97c0ad9</code></a> fix: handle invalid entries in history files gracefully (<a href="https://redirect.github.com/jline/jline3/issues/1234">#1234</a>)</li> <li><a href="https://github.com/jline/jline3/commit/396f5fe700ff8e8ff512a056e0d7362e9acdc359"><code>396f5fe</code></a> fix: properly fill screen lines with spaces when width is increased in Screen...</li> <li><a href="https://github.com/jline/jline3/commit/5c736a19343dfb6885afe678ead33ab1071b099f"><code>5c736a1</code></a> docs: Add missing DISABLE_EVENT_EXPANSION JavaDoc (fixes <a href="https://redirect.github.com/jline/jline3/issues/1218">#1218</a>) (<a href="https://redirect.github.com/jline/jline3/issues/1235">#1235</a>)</li> <li><a href="https://github.com/jline/jline3/commit/066d160b5f8d924930272f963b2ccc4df22e4b8a"><code>066d160</code></a> chore: Bump info.picocli:picocli from 4.7.5 to 4.7.7 (<a href="https://redirect.github.com/jline/jline3/issues/1227">#1227</a>)</li> <li><a href="https://github.com/jline/jline3/commit/b634562281fcd79bcee7288b4ceeae864702f237"><code>b634562</code></a> chore: Bump info.picocli:picocli-shell-jline3 from 4.7.5 to 4.7.7 (<a href="https://redirect.github.com/jline/jline3/issues/1228">#1228</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jline/jline3/compare/jline-3.29.0...jline-3.30.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jline:jline-terminal&package-manager=gradle&previous-version=3.29.0&new-version=3.30.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c5c133 commit 561648c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ assertj-db-version = "2.0.2"
99
mockito-version = "5.17.0"
1010
lombok-version = "1.18.38"
1111
jacocoVersion = "0.8.12"
12-
jline-version = "3.29.0"
12+
jline-version = "3.30.0"
1313

1414
shadow-version = "8.1.1"
1515
git-version-plugin-version = "3.2.0"

0 commit comments

Comments
 (0)