Bumps jline.version from 3.29.0 to 3.30.0.
Updates org.jline:jline-terminal-jni from 3.29.0 to 3.30.0
Release notes
Sourced from org.jline:jline-terminal-jni's releases.
3.30.0
JLine 3.30.0 comes with a brand new web site, a bunch of new features and a lof of bug fixes !
🎉 New Features
- feat: add pluggable completion to Nano editor (fixes #1194) (#1195) @gnodet
- feat: enhanced MouseSupport to handle multiple mouse event formats (SGR, URXVT, SGR-Pixels) (#1229) @gnodet
- feat: add getCurrentMouseTracking to Terminal interface (#1230) @gnodet
- feat: add ability to get terminal default foreground and background colors (#1208) @gnodet
- feat: add password masking support for dumb terminals (fixes #1172) (#1205) @gnodet
- feat: add line numbers and current line marker to secondary prompt (fix for #1151) (#1152) @bamcgill
🐛 Bug Fixes
- fix: use a fallback classloader suitable for java Modules or OSGi environments (fixes #1185) (#1186) @wglas85
- fix NPE in Status#resize when supported is false (fixes #1191) (#1204) @gnodet
- fix: fix nano editor exiting when pressing Ctrl+Space (fixes #1200) (#1202) @gnodet
- fix: fix parse error of system default /usr/share/nano/*.nanorc(#1157)@snazy
- fix: fix Terminal.trackMouse(MouseTracking.Off) (fixes #1189) (#1192) @gnodet
- fix: Make command execution order consistent in SystemRegistryImpl (#1237) @gnodet
- fix: handle invalid entries in history files gracefully (#1234) @gnodet
- fix: Properly fill screen lines with spaces when width is increased in ScreenTerminal (#1236) @gnodet
- Fix cursor position after Status.update() (#1216) @gnodet
- fix: improve script file detection and execution in Groovy REPL, fixes #1139 (#1140) @mattirn
- fix: ensure proper cleanup of pump threads in terminal implementations (#1162) @cstamas
- fix: add history line width check in ScreenTerminal.setSize() (fixes #1206) (#1207) @gnodet
- fix: console-ui example: catch UserInterruptException in place of IOError (#1164) @mattirn
- fix: fix Ctrl+Space handling on Windows terminals (#1203) @gnodet
Documentation
Build
📦 Dependency updates
... (truncated)
 
Commits
- 7e86387[maven-release-plugin] prepare release jline-3.30.0
- ed279e1feat: add support for suggestion boxes in Nano editor
- 287851dfix: Add support for UTF-8 mouse mode (1005) and improve mouse tracking compa...
- 1de95e8chore: Bump actions/configure-pages from 4 to 5 (#1225)
- 8ea92cefix: Make command execution order consistent in SystemRegistryImpl.execute me...
- 97c0ad9fix: handle invalid entries in history files gracefully (#1234)
- 396f5fefix: properly fill screen lines with spaces when width is increased in Screen...
- 5c736a1docs: Add missing DISABLE_EVENT_EXPANSION JavaDoc (fixes #1218) (#1235)
- 066d160chore: Bump info.picocli:picocli from 4.7.5 to 4.7.7 (#1227)
- b634562chore: Bump info.picocli:picocli-shell-jline3 from 4.7.5 to 4.7.7 (#1228)
- Additional commits viewable in compare view 
 
Updates org.jline:jline-terminal from 3.29.0 to 3.30.0
Release notes
Sourced from org.jline:jline-terminal's releases.
3.30.0
JLine 3.30.0 comes with a brand new web site, a bunch of new features and a lof of bug fixes !
🎉 New Features
- feat: add pluggable completion to Nano editor (fixes #1194) (#1195) @gnodet
- feat: enhanced MouseSupport to handle multiple mouse event formats (SGR, URXVT, SGR-Pixels) (#1229) @gnodet
- feat: add getCurrentMouseTracking to Terminal interface (#1230) @gnodet
- feat: add ability to get terminal default foreground and background colors (#1208) @gnodet
- feat: add password masking support for dumb terminals (fixes #1172) (#1205) @gnodet
- feat: add line numbers and current line marker to secondary prompt (fix for #1151) (#1152) @bamcgill
🐛 Bug Fixes
- fix: use a fallback classloader suitable for java Modules or OSGi environments (fixes #1185) (#1186) @wglas85
- fix NPE in Status#resize when supported is false (fixes #1191) (#1204) @gnodet
- fix: fix nano editor exiting when pressing Ctrl+Space (fixes #1200) (#1202) @gnodet
- fix: fix parse error of system default /usr/share/nano/*.nanorc(#1157)@snazy
- fix: fix Terminal.trackMouse(MouseTracking.Off) (fixes #1189) (#1192) @gnodet
- fix: Make command execution order consistent in SystemRegistryImpl (#1237) @gnodet
- fix: handle invalid entries in history files gracefully (#1234) @gnodet
- fix: Properly fill screen lines with spaces when width is increased in ScreenTerminal (#1236) @gnodet
- Fix cursor position after Status.update() (#1216) @gnodet
- fix: improve script file detection and execution in Groovy REPL, fixes #1139 (#1140) @mattirn
- fix: ensure proper cleanup of pump threads in terminal implementations (#1162) @cstamas
- fix: add history line width check in ScreenTerminal.setSize() (fixes #1206) (#1207) @gnodet
- fix: console-ui example: catch UserInterruptException in place of IOError (#1164) @mattirn
- fix: fix Ctrl+Space handling on Windows terminals (#1203) @gnodet
Documentation
Build
📦 Dependency updates
... (truncated)
 
Commits
- 7e86387[maven-release-plugin] prepare release jline-3.30.0
- ed279e1feat: add support for suggestion boxes in Nano editor
- 287851dfix: Add support for UTF-8 mouse mode (1005) and improve mouse tracking compa...
- 1de95e8chore: Bump actions/configure-pages from 4 to 5 (#1225)
- 8ea92cefix: Make command execution order consistent in SystemRegistryImpl.execute me...
- 97c0ad9fix: handle invalid entries in history files gracefully (#1234)
- 396f5fefix: properly fill screen lines with spaces when width is increased in Screen...
- 5c736a1docs: Add missing DISABLE_EVENT_EXPANSION JavaDoc (fixes #1218) (#1235)
- 066d160chore: Bump info.picocli:picocli from 4.7.5 to 4.7.7 (#1227)
- b634562chore: Bump info.picocli:picocli-shell-jline3 from 4.7.5 to 4.7.7 (#1228)
- Additional commits viewable in compare view 
 
Updates org.jline:jline-reader from 3.29.0 to 3.30.0
Release notes
Sourced from org.jline:jline-reader's releases.
3.30.0
JLine 3.30.0 comes with a brand new web site, a bunch of new features and a lof of bug fixes !
🎉 New Features
- feat: add pluggable completion to Nano editor (fixes #1194) (#1195) @gnodet
- feat: enhanced MouseSupport to handle multiple mouse event formats (SGR, URXVT, SGR-Pixels) (#1229) @gnodet
- feat: add getCurrentMouseTracking to Terminal interface (#1230) @gnodet
- feat: add ability to get terminal default foreground and background colors (#1208) @gnodet
- feat: add password masking support for dumb terminals (fixes #1172) (#1205) @gnodet
- feat: add line numbers and current line marker to secondary prompt (fix for #1151) (#1152) @bamcgill
🐛 Bug Fixes
- fix: use a fallback classloader suitable for java Modules or OSGi environments (fixes #1185) (#1186) @wglas85
- fix NPE in Status#resize when supported is false (fixes #1191) (#1204) @gnodet
- fix: fix nano editor exiting when pressing Ctrl+Space (fixes #1200) (#1202) @gnodet
- fix: fix parse error of system default /usr/share/nano/*.nanorc(#1157)@snazy
- fix: fix Terminal.trackMouse(MouseTracking.Off) (fixes #1189) (#1192) @gnodet
- fix: Make command execution order consistent in SystemRegistryImpl (#1237) @gnodet
- fix: handle invalid entries in history files gracefully (#1234) @gnodet
- fix: Properly fill screen lines with spaces when width is increased in ScreenTerminal (#1236) @gnodet
- Fix cursor position after Status.update() (#1216) @gnodet
- fix: improve script file detection and execution in Groovy REPL, fixes #1139 (#1140) @mattirn
- fix: ensure proper cleanup of pump threads in terminal implementations (#1162) @cstamas
- fix: add history line width check in ScreenTerminal.setSize() (fixes #1206) (#1207) @gnodet
- fix: console-ui example: catch UserInterruptException in place of IOError (#1164) @mattirn
- fix: fix Ctrl+Space handling on Windows terminals (#1203) @gnodet
Documentation
Build
📦 Dependency updates
... (truncated)
 
Commits
- 7e86387[maven-release-plugin] prepare release jline-3.30.0
- ed279e1feat: add support for suggestion boxes in Nano editor
- 287851dfix: Add support for UTF-8 mouse mode (1005) and improve mouse tracking compa...
- 1de95e8chore: Bump actions/configure-pages from 4 to 5 (#1225)
- 8ea92cefix: Make command execution order consistent in SystemRegistryImpl.execute me...
- 97c0ad9fix: handle invalid entries in history files gracefully (#1234)
- 396f5fefix: properly fill screen lines with spaces when width is increased in Screen...
- 5c736a1docs: Add missing DISABLE_EVENT_EXPANSION JavaDoc (fixes #1218) (#1235)
- 066d160chore: Bump info.picocli:picocli from 4.7.5 to 4.7.7 (#1227)
- b634562chore: Bump info.picocli:picocli-shell-jline3 from 4.7.5 to 4.7.7 (#1228)
- Additional commits viewable in compare view 
 
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebasewill rebase this PR
- @dependabot recreatewill recreate this PR, overwriting any edits that have been made to it
- @dependabot mergewill merge this PR after your CI passes on it
- @dependabot squash and mergewill squash and merge this PR after your CI passes on it
- @dependabot cancel mergewill cancel a previously requested merge and block automerging
- @dependabot reopenwill reopen this PR if it is closed
- @dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency
- @dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
 
  
 
Bumps
jline.versionfrom 3.29.0 to 3.30.0.Updates
org.jline:jline-terminal-jnifrom 3.29.0 to 3.30.0Release notes
Sourced from org.jline:jline-terminal-jni's releases.
... (truncated)
Commits
7e86387[maven-release-plugin] prepare release jline-3.30.0ed279e1feat: add support for suggestion boxes in Nano editor287851dfix: Add support for UTF-8 mouse mode (1005) and improve mouse tracking compa...1de95e8chore: Bump actions/configure-pages from 4 to 5 (#1225)8ea92cefix: Make command execution order consistent in SystemRegistryImpl.execute me...97c0ad9fix: handle invalid entries in history files gracefully (#1234)396f5fefix: properly fill screen lines with spaces when width is increased in Screen...5c736a1docs: Add missing DISABLE_EVENT_EXPANSION JavaDoc (fixes #1218) (#1235)066d160chore: Bump info.picocli:picocli from 4.7.5 to 4.7.7 (#1227)b634562chore: Bump info.picocli:picocli-shell-jline3 from 4.7.5 to 4.7.7 (#1228)Updates
org.jline:jline-terminalfrom 3.29.0 to 3.30.0Release notes
Sourced from org.jline:jline-terminal's releases.
... (truncated)
Commits
7e86387[maven-release-plugin] prepare release jline-3.30.0ed279e1feat: add support for suggestion boxes in Nano editor287851dfix: Add support for UTF-8 mouse mode (1005) and improve mouse tracking compa...1de95e8chore: Bump actions/configure-pages from 4 to 5 (#1225)8ea92cefix: Make command execution order consistent in SystemRegistryImpl.execute me...97c0ad9fix: handle invalid entries in history files gracefully (#1234)396f5fefix: properly fill screen lines with spaces when width is increased in Screen...5c736a1docs: Add missing DISABLE_EVENT_EXPANSION JavaDoc (fixes #1218) (#1235)066d160chore: Bump info.picocli:picocli from 4.7.5 to 4.7.7 (#1227)b634562chore: Bump info.picocli:picocli-shell-jline3 from 4.7.5 to 4.7.7 (#1228)Updates
org.jline:jline-readerfrom 3.29.0 to 3.30.0Release notes
Sourced from org.jline:jline-reader's releases.
... (truncated)
Commits
7e86387[maven-release-plugin] prepare release jline-3.30.0ed279e1feat: add support for suggestion boxes in Nano editor287851dfix: Add support for UTF-8 mouse mode (1005) and improve mouse tracking compa...1de95e8chore: Bump actions/configure-pages from 4 to 5 (#1225)8ea92cefix: Make command execution order consistent in SystemRegistryImpl.execute me...97c0ad9fix: handle invalid entries in history files gracefully (#1234)396f5fefix: properly fill screen lines with spaces when width is increased in Screen...5c736a1docs: Add missing DISABLE_EVENT_EXPANSION JavaDoc (fixes #1218) (#1235)066d160chore: Bump info.picocli:picocli from 4.7.5 to 4.7.7 (#1227)b634562chore: Bump info.picocli:picocli-shell-jline3 from 4.7.5 to 4.7.7 (#1228)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)