Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2021

Bumps jline.version from 3.17.1 to 3.19.0.
Updates jline-terminal from 3.17.1 to 3.19.0

Changelog

Sourced from jline-terminal's changelog.

JLine3

JLine 3.18.0

  • e567eb70 Remove transitive dependency on the jline bundle
  • 6168d2b7 Avoid javadoc warnings and do not generate javadoc for demos
  • be78b98b Upgrade to Jansi 2.1.0
  • a6707274 Upgrade plugins to recente releases
  • f4dd7a88 Move javadoc generation into a separate profile (active by default)
  • 717fad86 Allow disabling the jline bundle module
  • 8ff1e1d3 Support terminal palette, fixes #620
  • e2b6f97e Support for 24-bit colours, fixes #619
  • c20b1338 Remove duplicate semicolon
  • 29d72f81 Use style resolver to resolve completion styles, fixes #617
  • b07a7cf1 Fix wrong indentation
  • 99e130d6 Fix some tput limitations
  • b77a0a8a Inline completion re-sorts while tabbing when using groups, fixes #618
  • 9d4a53b2 Bump Groovy to 3.0.7
  • d185f726 Add variable menu-list-max and sort candidates in menu-list
  • 538b7fa8 Option group-persist: after double tab keep candidates grouped, fixes #613
  • 329768ca Graal demo: fix resolved demo target path
  • ec1115df Failed to build JLine Graal demo: NoClassDefFoundError, fixes #615
  • 54218bc3 Nanorc parser: align with GNU nano version 5
  • 82ca0f05 Nanorc parser: replace Posix char class regexes with Java regexes
  • 172644f4 Nano highlighter xml highlighting differs considerable from GNU nano highlight, fixes #614
  • 30860bc5 nano/less ignore quietly PatternSyntaxException when using system installed nanorc files, fixes #609
  • 764a6a6a Less fails with PatternSyntaxException #609
  • b1a17cbc SystemHighlighter highlight command aliases as commands
  • 0e5d510e SystemHighlighter fixed NPE
  • 924d8ff3 Builtins Commands.less(): add configPath parameter
  • a2281234 Secondary prompt: fix padding when primary prompt has line breaks
  • a47ccc80 Jline completion has logic issues with terminal and prompt widths (StringIndexOutOfBoundsException), fixes #604
  • 1a767236 Document how I/O error in LineReader.readLine is reported, fixes #608
  • ca381eec Groovy REPL: highlight command and groovy language syntax
  • bb5e85af Display command is incorrect when use here document, fixes #607
  • 0ba7e813 edit-and-execute widget: set BRACKETED_PASTE_OFF before editing
  • 23034dbf SystemRegistryImpl: fixed IndexOutOfBoundsException
  • d66e7349 DefaultParser: fixed default variable regex
  • eb3e07c8 SystemRegistryImpl: method consoleEngine() is now public
  • 6580789c Keep argument sorting in large argument list when formatting candidates for terminal into multiple columns
  • d92701d4 Auto suggestion error when type "\" character, fixes #602
  • 495b534a ConsoleEngineImpl: exclude pipe name aliases from command completion
  • df991872 Show auto-suggestions when the reader starts reading, fixes #598
  • ea6dd89c Autosuggestion choices are not refreshed after tab, fixes #545
  • 2e6638cb Widgets: added widget name public constants
  • a015a5df JLine option AUTO_MENU_LIST: bug fix for candidate list start position calculation
  • a5686ab1 JLine option AUTO_MENU_LIST: candidate list is wrongly positioned, fixes #600
  • ea8d0d3b SystemRegistryImpl: refactoring command output redirection

... (truncated)

Commits
  • b6e7ca1 [maven-release-plugin] prepare release jline-parent-3.19.0
  • 4ba4649 CompletionMatcherImpl: add max search time for camelMatch()
  • ac4cdc1 Fix non-synchronized access to handlers map
  • cc094c7 Command colors: fix rounding errors in hue to r,g,b conversion
  • c159895 FilesCompleter: add constructor parameter namePattern
  • a2e21b6 FilesCompleter & DirectoriesCompleter: removed boolean constructor parameter ...
  • 9a49718 DefaultHistory.matchPatterns is broken, fixes #635
  • 5d4add1 Add Javadoc for a few LineReader's completion options and variables
  • 9e0916f CompletionMatcherImpl: skip camelMatch if word contains too many uppercase le...
  • 2c53681 CompletionMatcherImpl: if completing word contains '=' start camel matching a...
  • Additional commits viewable in compare view

Updates jline-terminal-jna from 3.17.1 to 3.19.0

Changelog

Sourced from jline-terminal-jna's changelog.

JLine3

JLine 3.18.0

  • e567eb70 Remove transitive dependency on the jline bundle
  • 6168d2b7 Avoid javadoc warnings and do not generate javadoc for demos
  • be78b98b Upgrade to Jansi 2.1.0
  • a6707274 Upgrade plugins to recente releases
  • f4dd7a88 Move javadoc generation into a separate profile (active by default)
  • 717fad86 Allow disabling the jline bundle module
  • 8ff1e1d3 Support terminal palette, fixes #620
  • e2b6f97e Support for 24-bit colours, fixes #619
  • c20b1338 Remove duplicate semicolon
  • 29d72f81 Use style resolver to resolve completion styles, fixes #617
  • b07a7cf1 Fix wrong indentation
  • 99e130d6 Fix some tput limitations
  • b77a0a8a Inline completion re-sorts while tabbing when using groups, fixes #618
  • 9d4a53b2 Bump Groovy to 3.0.7
  • d185f726 Add variable menu-list-max and sort candidates in menu-list
  • 538b7fa8 Option group-persist: after double tab keep candidates grouped, fixes #613
  • 329768ca Graal demo: fix resolved demo target path
  • ec1115df Failed to build JLine Graal demo: NoClassDefFoundError, fixes #615
  • 54218bc3 Nanorc parser: align with GNU nano version 5
  • 82ca0f05 Nanorc parser: replace Posix char class regexes with Java regexes
  • 172644f4 Nano highlighter xml highlighting differs considerable from GNU nano highlight, fixes #614
  • 30860bc5 nano/less ignore quietly PatternSyntaxException when using system installed nanorc files, fixes #609
  • 764a6a6a Less fails with PatternSyntaxException #609
  • b1a17cbc SystemHighlighter highlight command aliases as commands
  • 0e5d510e SystemHighlighter fixed NPE
  • 924d8ff3 Builtins Commands.less(): add configPath parameter
  • a2281234 Secondary prompt: fix padding when primary prompt has line breaks
  • a47ccc80 Jline completion has logic issues with terminal and prompt widths (StringIndexOutOfBoundsException), fixes #604
  • 1a767236 Document how I/O error in LineReader.readLine is reported, fixes #608
  • ca381eec Groovy REPL: highlight command and groovy language syntax
  • bb5e85af Display command is incorrect when use here document, fixes #607
  • 0ba7e813 edit-and-execute widget: set BRACKETED_PASTE_OFF before editing
  • 23034dbf SystemRegistryImpl: fixed IndexOutOfBoundsException
  • d66e7349 DefaultParser: fixed default variable regex
  • eb3e07c8 SystemRegistryImpl: method consoleEngine() is now public
  • 6580789c Keep argument sorting in large argument list when formatting candidates for terminal into multiple columns
  • d92701d4 Auto suggestion error when type "\" character, fixes #602
  • 495b534a ConsoleEngineImpl: exclude pipe name aliases from command completion
  • df991872 Show auto-suggestions when the reader starts reading, fixes #598
  • ea6dd89c Autosuggestion choices are not refreshed after tab, fixes #545
  • 2e6638cb Widgets: added widget name public constants
  • a015a5df JLine option AUTO_MENU_LIST: bug fix for candidate list start position calculation
  • a5686ab1 JLine option AUTO_MENU_LIST: candidate list is wrongly positioned, fixes #600
  • ea8d0d3b SystemRegistryImpl: refactoring command output redirection

... (truncated)

Commits
  • b6e7ca1 [maven-release-plugin] prepare release jline-parent-3.19.0
  • 4ba4649 CompletionMatcherImpl: add max search time for camelMatch()
  • ac4cdc1 Fix non-synchronized access to handlers map
  • cc094c7 Command colors: fix rounding errors in hue to r,g,b conversion
  • c159895 FilesCompleter: add constructor parameter namePattern
  • a2e21b6 FilesCompleter & DirectoriesCompleter: removed boolean constructor parameter ...
  • 9a49718 DefaultHistory.matchPatterns is broken, fixes #635
  • 5d4add1 Add Javadoc for a few LineReader's completion options and variables
  • 9e0916f CompletionMatcherImpl: skip camelMatch if word contains too many uppercase le...
  • 2c53681 CompletionMatcherImpl: if completing word contains '=' start camel matching a...
  • Additional commits viewable in compare view

Updates jline-reader from 3.17.1 to 3.19.0

Changelog

Sourced from jline-reader's changelog.

JLine3

JLine 3.18.0

  • e567eb70 Remove transitive dependency on the jline bundle
  • 6168d2b7 Avoid javadoc warnings and do not generate javadoc for demos
  • be78b98b Upgrade to Jansi 2.1.0
  • a6707274 Upgrade plugins to recente releases
  • f4dd7a88 Move javadoc generation into a separate profile (active by default)
  • 717fad86 Allow disabling the jline bundle module
  • 8ff1e1d3 Support terminal palette, fixes #620
  • e2b6f97e Support for 24-bit colours, fixes #619
  • c20b1338 Remove duplicate semicolon
  • 29d72f81 Use style resolver to resolve completion styles, fixes #617
  • b07a7cf1 Fix wrong indentation
  • 99e130d6 Fix some tput limitations
  • b77a0a8a Inline completion re-sorts while tabbing when using groups, fixes #618
  • 9d4a53b2 Bump Groovy to 3.0.7
  • d185f726 Add variable menu-list-max and sort candidates in menu-list
  • 538b7fa8 Option group-persist: after double tab keep candidates grouped, fixes #613
  • 329768ca Graal demo: fix resolved demo target path
  • ec1115df Failed to build JLine Graal demo: NoClassDefFoundError, fixes #615
  • 54218bc3 Nanorc parser: align with GNU nano version 5
  • 82ca0f05 Nanorc parser: replace Posix char class regexes with Java regexes
  • 172644f4 Nano highlighter xml highlighting differs considerable from GNU nano highlight, fixes #614
  • 30860bc5 nano/less ignore quietly PatternSyntaxException when using system installed nanorc files, fixes #609
  • 764a6a6a Less fails with PatternSyntaxException #609
  • b1a17cbc SystemHighlighter highlight command aliases as commands
  • 0e5d510e SystemHighlighter fixed NPE
  • 924d8ff3 Builtins Commands.less(): add configPath parameter
  • a2281234 Secondary prompt: fix padding when primary prompt has line breaks
  • a47ccc80 Jline completion has logic issues with terminal and prompt widths (StringIndexOutOfBoundsException), fixes #604
  • 1a767236 Document how I/O error in LineReader.readLine is reported, fixes #608
  • ca381eec Groovy REPL: highlight command and groovy language syntax
  • bb5e85af Display command is incorrect when use here document, fixes #607
  • 0ba7e813 edit-and-execute widget: set BRACKETED_PASTE_OFF before editing
  • 23034dbf SystemRegistryImpl: fixed IndexOutOfBoundsException
  • d66e7349 DefaultParser: fixed default variable regex
  • eb3e07c8 SystemRegistryImpl: method consoleEngine() is now public
  • 6580789c Keep argument sorting in large argument list when formatting candidates for terminal into multiple columns
  • d92701d4 Auto suggestion error when type "\" character, fixes #602
  • 495b534a ConsoleEngineImpl: exclude pipe name aliases from command completion
  • df991872 Show auto-suggestions when the reader starts reading, fixes #598
  • ea6dd89c Autosuggestion choices are not refreshed after tab, fixes #545
  • 2e6638cb Widgets: added widget name public constants
  • a015a5df JLine option AUTO_MENU_LIST: bug fix for candidate list start position calculation
  • a5686ab1 JLine option AUTO_MENU_LIST: candidate list is wrongly positioned, fixes #600
  • ea8d0d3b SystemRegistryImpl: refactoring command output redirection

... (truncated)

Commits
  • b6e7ca1 [maven-release-plugin] prepare release jline-parent-3.19.0
  • 4ba4649 CompletionMatcherImpl: add max search time for camelMatch()
  • ac4cdc1 Fix non-synchronized access to handlers map
  • cc094c7 Command colors: fix rounding errors in hue to r,g,b conversion
  • c159895 FilesCompleter: add constructor parameter namePattern
  • a2e21b6 FilesCompleter & DirectoriesCompleter: removed boolean constructor parameter ...
  • 9a49718 DefaultHistory.matchPatterns is broken, fixes #635
  • 5d4add1 Add Javadoc for a few LineReader's completion options and variables
  • 9e0916f CompletionMatcherImpl: skip camelMatch if word contains too many uppercase le...
  • 2c53681 CompletionMatcherImpl: if completing word contains '=' start camel matching a...
  • 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 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 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)

Bumps `jline.version` from 3.17.1 to 3.19.0.

Updates `jline-terminal` from 3.17.1 to 3.19.0
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
- [Commits](jline/jline3@jline-parent-3.17.1...jline-parent-3.19.0)

Updates `jline-terminal-jna` from 3.17.1 to 3.19.0
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
- [Commits](jline/jline3@jline-parent-3.17.1...jline-parent-3.19.0)

Updates `jline-reader` from 3.17.1 to 3.19.0
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
- [Commits](jline/jline3@jline-parent-3.17.1...jline-parent-3.19.0)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant