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.16.0 to 3.17.1 #275

Merged
merged 1 commit into from
Oct 31, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps jline from 3.16.0 to 3.17.1.

Changelog

Sourced from jline's changelog.

JLine 3.17.1

  • 437e7f43 Upgrade to jansi 2.0.1
  • 15cf3895 Add native resource information
  • 9e5728c1 Fix unit test
  • d609de12 Fix console hangup on windows in combination with jansi after typing one char

JLine 3.17.0

  • 4dc7d445 Upgrade to jansi 2.0
  • 04556a57 Remove unused import
  • 57aa5e1a Remove the getConsoleOutputCP on the AbstractWindowsTerminal
  • 299d0e91 Add select-option in Example, #592
  • ea98b90f ConsoleEngineImpl doc command: check that the page exists before launching browser
  • 5d4d46b2 Tab completion: if auto-menu-list=true and candidates do not fit to display show candidates in table view instead
  • af9196e1 SystemRegistryImpl: improve command and pipe alias compilation
  • ad90e038 Jline silently ignore streams(in, out) when using a system Terminal, fixes #576
  • 7fdedc36 SystemRegistryImpl: code clean up
  • 91a9af16 Using SystemRegistry without ConsoleEngine the unknown commands are quietly accepted, fixes #585
  • 43178f5e SystemRegistry: use terminal to flush and close streams in output redirection
  • 12dbfa48 improve toString for completer
  • 64af4390 Autosuggestion history: escape also '+' char, fixes #584
  • 9ec26880 Update README.md
  • 8053dc13 Add option to do list view of autocomplete suggestions, #582
  • 0d861ddb Autosuggestion choices of packages names and directories are refreshed too early, fixes #545
  • 740985bc Groovy REPL: add widgets and key mappings to toggle Groovy completion options
  • 10aa3905 Groovy REPL: reviewed and fixed all methods completion
  • 5a4b6319 Groovy command grab: fix ArrayIndexOutOfBoundsException
  • e6407044 Fixed maven-javadoc-plugin configurations
  • 25d3adc9 Bump Groovy to 3.06
  • 280d75c9 Groovy REPL: chained metaMethods completion with inline Closure parameters
  • 546c8ff7 Fix for typo in javadoc
  • f8cec7b7 Groovy REPL: improve closure vars type detection, add better test for immutable variables in ObjectCloner and fix ClassCastException in Utils.groovy
  • 6ece81d9 nano & less: code clean up
  • efd9c70b REPL pipe alias can now be defined using also other aliases
  • 36d3bc75 Groovy identifiers completion a couple of improvements
  • ce3c9308 Groovy REPL: add option to complete groovy metaMethods
  • 22faa8b2 Navigating grouped candidates using arrow keys is broken, fixes #580
  • d3860450 Groovy REPL: add widget to toggle candidate grouping and fix a bug in identifiers completion
  • cda92e36 Groovy REPL: add option to complete groovy identifiers
  • ccf838c0 Groovy REPL: add option to complete private and protected classes, #577
  • d15889fe Groovy REPL: add options to complete private and protected fields, methods and constructors
  • 1b6a3322 Command prompt and line buffer are overlaid with completion candidates, fixes #574
  • f364c00a Autosuggestion history: fixed search command regex pattern, #570
  • f6c12465 Completers and Options: polish up regex patterns
  • 8f52fb3b JLine script: redirecting command output to temporary variable will
  • 2d82d47a Auto suggestion error when type "_" character, fixes #570
  • 4d8aa743 Groovy REPL: improved constructor statement completion
Commits
  • c368107 [maven-release-plugin] prepare release jline-parent-3.17.1
  • a495270 Update changelog for 3.17.1
  • 437e7f4 Upgrade to jansi 2.0.1
  • 15cf389 Add native resource information
  • 9e5728c Fix unit test
  • d609de1 Fix console hangup on windows in combination with jansi after typing one char
  • cb68c25 [maven-release-plugin] prepare for next development iteration
  • 263f6e3 [maven-release-plugin] prepare release jline-parent-3.17.0
  • 0809b8d Add changelog for 3.17 release
  • 2702a65 Upgrade to jansi 2.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)

@codecov
Copy link

codecov bot commented Oct 31, 2020

Codecov Report

Merging #275 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #275   +/-   ##
=========================================
  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 980b394...83968d1. Read the comment docs.

@freemanjp freemanjp merged commit a7bb254 into master Oct 31, 2020
@freemanjp freemanjp deleted the dependabot/maven/org.jline-jline-3.17.1 branch October 31, 2020 14:21
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