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.17.1 to 3.18.0 #280

Merged
merged 1 commit into from
Dec 21, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 12, 2020

Bumps jline from 3.17.1 to 3.18.0.

Changelog

Sourced from jline's changelog.

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
  • 40c4d324 Add completion candidate suffix test, #425
  • 404565b2 Dumb terminal when piping input to console app disallows ANSI formatting, fixes #299
  • fe1f2717 Windows gitbash: JLine will create dumb terminal if JNA lib is in classpath, fixes #599
Commits
  • 78734a7 [maven-release-plugin] prepare release jline-parent-3.18.0
  • e567eb7 Remove transitive dependency on the jline bundle
  • 6168d2b Avoid javadoc warnings and do not generate javadoc for demos
  • be78b98 Upgrade to Jansi 2.1.0
  • a670727 Upgrade plugins to recente releases
  • f4dd7a8 Move javadoc generation into a separate profile (active by default)
  • 717fad8 Allow disabling the jline bundle module
  • 8ff1e1d Support terminal palette, fixes #620
  • e2b6f97 Support for 24-bit colours, fixes #619
  • c20b133 Remove duplicate semicolon
  • 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 Dec 12, 2020

Codecov Report

Merging #280 (a9a2f57) into master (e66dca5) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #280   +/-   ##
=========================================
  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 e66dca5...a9a2f57. Read the comment docs.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/maven/org.jline-jline-3.18.0 branch 2 times, most recently from 9f0e756 to 94ad055 Compare December 20, 2020 23:21
@dependabot-preview dependabot-preview bot force-pushed the dependabot/maven/org.jline-jline-3.18.0 branch from 94ad055 to a9a2f57 Compare December 21, 2020 07:14
@freemanjp freemanjp merged commit 4833260 into master Dec 21, 2020
@freemanjp freemanjp deleted the dependabot/maven/org.jline-jline-3.18.0 branch December 21, 2020 07:24
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