CloudNetService / CloudNet-v2

Cloud Network Environment Technology
Apache License 2.0
35 stars 33 forks source link

Bump jline from 3.19.0 to 3.20.0 #355

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

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)