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.19.0 to 3.20.0 #308

Merged
merged 1 commit into from May 9, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps jline from 3.19.0 to 3.20.0.

Changelog

Sourced from jline's changelog.

JLine 3.20.0

  • 8ed2b9a6 Command 'slurp --format=TEXT ' reads file lines to ArrayList
  • 8041ffcd Groovy REPL: fix source file package tab completion in Windows
  • 049d24a3 ArgDesc: add validity check for argument name, #665
  • 5f2497dd SystemHighlighter: highlight command options file values
  • 53cd0c03 Fix option value parsing in Groovy classloader command
  • 278fac94 Upgrade Groovy to 3.0.8
  • 8e9fc369 Upgrade JNA to 5.8.0
  • fac777f5 Upgrade Jansi to 2.3.2
  • 39ac1bbe Revert "JrtJavaBasePackages: before class search check that package exists"
  • e9563d97 PrintAboveWriter fix the last new line test
  • 7c697ebf add a PrintAboveWriter which buffers input until a newline is reached, and then forwards to LineReader's printAbove() method
  • 943abe0f Fix PumpReader.read(CharBuffer) not being synchronized
  • 6d696428 Add a color field on the TerminalBuilder to control the dumb terminal
  • a3bf295e Groovy REPL: option '--add JAR' to classloader command, step II
  • adbf0242 REPL demo: remove multiline comment syntax from groovy.nanorc. Start comment char sequence breaks commandline highlight.
  • ead6de89 Groovy REPL: option '--add JAR' to classloader command
  • 5be0e7c3 SystemRegistry: change trace(Exception) to trace(Throwable)
  • 1d9bb288 Groovy REPL: improve package completion performance, step II
  • d22e9b36 Groovy REPL: fixed command 'inspect --info [object]'
  • 273ac1e9 JrtJavaBasePackages: before class search check that package exists
  • 4da3433f Groovy REPL: add completion group Classes
  • 427fbadf Groovy REPL: add option syntheticMethodsCompletion
  • 7df36e38 Groovy REPL: add inner class completion
  • 8daf2917 Groovy REPL: improve package completion performance
  • 8dc496fb Groovy REPL: method tab completion fails complete obj. super class methods
  • 8f092569 Groovy REPL: purge dynamically created Script classes from classloader cache & add groovy command classloader
  • 169f9cff DefaultPrinter: map print enable option for keys selection
  • 92a63e14 Groovy REPL: manage tab completions of dynamically loaded jars
  • 54c7862d groovy Utils.toMap() manage GroovyCastException
  • 58d233a9 DefaultPrinter: improve table columns selection
  • 513e6fd4 Groovy REPL: add tab completions to classes that are created in REPL
  • 9d05f0ae Groovy REPL: add support for Groovy traits
  • 70e8dee8 Groovy REPL: added regex test for import command & reviewed class load pattern
  • 706e0268 Groovy REPL handle imports when load classes from sources, #664
  • 6567d4bf Groovy REPL: complete get meta methods also as identifiers
  • 6ffcadf4 Groovy REPL does not load classes from groovy sources, fixes #664
  • eb1199ec Groovy REPL demo erroneously can complete groovy statements in shell command, fixes #663
  • 6b511041 Repl demo: fix shell command error message
  • 95784185 SystemHighlighter: fix Repl demo shell command highlight
  • 4e18cc6c SystemRegistryImpl: change some fields visibilities to simplify class extensions
  • 8e66a60f Highlighter impl.: change some fields visibilities to simplify classes extensions
  • 3320df5f SystemHighlighter: use LS_COLORS rules to highlight command file args
  • 91c205bf Command prnt style option does not work, fixes #661
  • d22d576c Add ColonCommandCompletionTest, #654
  • 620b187d Unable to directly handle unknown commands in console, fixes #653
  • 289d339b AbstractTerminal: if type null assign fallback terminal type value (ansi), #651
  • 774e890d CamelCase matcher: improve completion performance, fixes #650

... (truncated)

Commits
  • a3e55d5 [maven-release-plugin] prepare release jline-parent-3.20.0
  • 36ee21a Javadocs are required to upload to ossrh
  • 9b3ee26 Update changelog for release
  • 8ed2b9a Command 'slurp --format=TEXT <file>' reads file lines to ArrayList
  • 8041ffc Groovy REPL: fix source file package tab completion in Windows
  • 049d24a ArgDesc: add validity check for argument name, #665
  • 5f2497d SystemHighlighter: highlight command options file values
  • 53cd0c0 Fix option value parsing in Groovy classloader command
  • 278fac9 Upgrade Groovy to 3.0.8
  • 8e9fc36 Upgrade JNA to 5.8.0
  • 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)

Bumps [jline](https://github.com/jline/jline3) from 3.19.0 to 3.20.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.19.0...jline-parent-3.20.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@codecov
Copy link

codecov bot commented May 8, 2021

Codecov Report

Merging #308 (f5ceaa9) into master (7455855) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #308   +/-   ##
=========================================
  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 7455855...f5ceaa9. Read the comment docs.

@freemanjp freemanjp merged commit 4d34bdd into master May 9, 2021
@freemanjp freemanjp deleted the dependabot/maven/org.jline-jline-3.20.0 branch May 9, 2021 09:31
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.

None yet

1 participant