Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jline from 3.18.0 to 3.19.0 #285

Merged
merged 1 commit into from
Jan 24, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 23, 2021

Bumps jline from 3.18.0 to 3.19.0.

Changelog

Sourced from jline's changelog.

JLine 3.19.0

  • 4ba4649e CompletionMatcherImpl: add max search time for camelMatch()
  • ac4cdc18 Fix non-synchronized access to handlers map
  • cc094c7b Command colors: fix rounding errors in hue to r,g,b conversion
  • c159895f FilesCompleter: add constructor parameter namePattern
  • a2e21b65 FilesCompleter & DirectoriesCompleter: removed boolean constructor parameter forceSlash, see #476
  • 9a497186 DefaultHistory.matchPatterns is broken, fixes #635
  • 5d4add13 Add Javadoc for a few LineReader's completion options and variables
  • 9e0916fc CompletionMatcherImpl: skip camelMatch if word contains too many uppercase letters
  • 2c536817 CompletionMatcherImpl: if completing word contains '=' start camel matching after it
  • 67667099 Command colors -view: option values create a zoomed table
  • d235e11c Command colors: improve HSL calculation
  • 2a95d381 DefaultPrinter: improve reporting of bad option values
  • 977550be DefaultPrinter: use method columnSubSequence() to truncate long lines and values
  • 59d7e699 Command colors: hue angle can be used as option --view value
  • 644ffbe5 Command colors: add option --view
  • 014296de Command prnt: renamed option --delimiter to --border
  • 2d42d398 Command prnt: add option --rowHighlight
  • 0c231732 Command prnt: add option --delimiter and improve table header highlight
  • b9dbc010 Allow to set only bg color name in *_COLORS variable
  • 5489815b Colors values can be used in nanorc and *_COLORS variables
  • 1162c8a0 Fix AttributedStyle calculations for true colors, fixes #305
  • 0944af4e Repl demo: add script to test true colors
  • 43662052 Ubuntu xterm supports the 24bit color sequences but JLine uses only 256 color palette, fixes #633
  • ae2ff29d AttributedStyle: fixed method backgroundRgb()
  • cadefd5e AttributedStyle.toAnsi(): fixed StringIndexOutOfBoundsException
  • 55589241 StyleResolver: fixed default rgb style 'bg-rgb:default'
  • c029c9e6 Command colors: add option --rgb
  • d3dc71f3 Repl demo: cleanup custom commands
  • d68a3d83 CompletionMatcher: do not allow errors when used in completion menu
  • 14fd4f9f StyleCompiler.getStyle(): do not throw exception if style reference not found
  • f36c685b Command doc: improved exceptions
  • 79b9febf Command colors: add option --lock to lock fore/background color
  • a27bcd1b Named styles and colors can be used in variables LS_COLORS, HELP_COLORS and PRNT_COLORS
  • e1c75ce3 NanorcParser: add nano color name extensions and use StyleResolver
  • 785c06ae Groovy REPL: do not save HelpException to console variable
  • 82b7c38c Command colors: add option --find
  • 2ec403f7 JLine3 should not allow building a system terminal if input or output is not a tty
  • a6e31a18 Use CompletionMatcher also in menu
  • 89d4ec49 Command colors: reformatting name table, step II
  • 12dc013e Groovy-REPL: support for camel-cased, acronym-style completion
  • 8422cfeb Command colors: reformatting name table
  • f163d405 Add CompletionMatcher in order to allow customize completion matchers
  • 28868afe SystemRegistryImpl: reset captured command output in REPL-loop
  • 9e1a5305 Command colors: change angle brackets and add option -s to view 16-color table
  • b53835aa Redirecting input from file to app fails when using CONEMU with Jansi, fixes #298
  • f0a4adf9 Option group-persist: keep also group names on menu-list
  • 58c0b38c Apply completion background styles to the entire completion table/list cell

... (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 compatibility score

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@codecov
Copy link

codecov bot commented Jan 23, 2021

Codecov Report

Merging #285 (4e83c7d) into master (611f0b9) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #285   +/-   ##
=========================================
  Coverage     85.02%   85.02%           
  Complexity       89       89           
=========================================
  Files             8        8           
  Lines           494      494           
  Branches         82       82           
=========================================
  Hits            420      420           
  Misses           35       35           
  Partials         39       39           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 611f0b9...4e83c7d. Read the comment docs.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/maven/org.jline-jline-3.19.0 branch from b15ebe2 to 4e83c7d Compare January 24, 2021 14:18
@freemanjp freemanjp merged commit 067aa29 into master Jan 24, 2021
@freemanjp freemanjp deleted the dependabot/maven/org.jline-jline-3.19.0 branch January 24, 2021 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant