Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 3, 2020

Bumps rustyline from 5.0.1 to 6.1.0.

Release notes

Sourced from rustyline's releases.

6.1.0

Changelog

  • Bugfixes/consistency improvements for multiline stuff (#334)
    • Movement::{BeginningOfLine,EndOfLine,etc} now actually go to beginning/end of the line.
    • Movement::BeginningOfBuffer, etc was added to get the original functionality back.
    • Fix some off-by-one bugs in the line movement code.
    • Make it easier to test the multiline functionality by adding a matching bracket validator, and using it in the examples.
  • Add LineUp/LineDown movement commands (#317)
  • Add smart up and down commands (#329)
  • Add AcceptOrNewLine command (#330)
  • Make config builder clonable (#322)
  • Fix incorrect cfg-if dependency declaration. (#336)
  • Add skim as optional fuzzy completion option for unix (#323)
  • Add DIY hints content and hints promot behavior (#347)
  • Update nix to 0.17 (#320)
  • Upgrade utf8parse to 0.2 (#321)

6.0.0

Breaking Changes

  • Input validation (#311, #180, #79) In case you have implemented your own Helper, you will have to make it derive Validator.

Changelog

  • Fix rendering bug when a linefeed is inserted at the end of the edited line (#193)

5.0.6

Fix Ctrl+L crashes in Windows with complex prompt #305

5.0.5

Add support for building on unknown targets like wasm32-unknown-unknown (#285)

5.0.4

  • Fix crash on linux if you hold enter (#291)
  • Fix reverse history search bug (#294)

5.0.3

  • Support bell style (#281)
  • Invalidate prompt_size on sigwinch (#280)
  • Do not truncate hint anymore (#284 and #286)

5.0.2

  • Add CompleteBackward command (#257)
  • Allow edit line grow (#255)
  • Add constructor to Context visible for testing (#261)
  • Use nix::ioctl_read_bad! (#265)
  • Add an example to read password (#58)
  • Introduce derive macros for Completer, Helper, Highlighter and Hinter (#267)
Commits
  • 0659181 Merge pull request #358 from gwenn/6.1.0
  • bfef5d7 Prepare release 6.1.0
  • d02b3f0 Merge pull request #357 from gwenn/windows_line_wrap
  • 4a9ec6b Disable ENABLE_VIRTUAL_TERMINAL_PROCESSING when ColorMode::Disabled
  • cbedcf1 Merge pull request #356 from gwenn/tty_tests
  • 0828e31 Merge remote-tracking branch 'upstream/master' into tty_tests
  • ec5c72a Merge pull request #355 from gwenn/revert_pr_338
  • 29ce256 Revert "Merge pull request #338 from tailhook/prompt"
  • 0f256af Add unit test for line wrapping on unix platform
  • ce05baf Introduce Renderer::compute_layout
  • 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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 3, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/rustyline-6.1.0 branch from 2c5bb72 to 0b897ef Compare May 12, 2020 08:55
Bumps [rustyline](https://github.com/kkawakam/rustyline) from 5.0.1 to 6.1.0.
- [Release notes](https://github.com/kkawakam/rustyline/releases)
- [Commits](kkawakam/rustyline@v5.0.1...v6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/rustyline-6.1.0 branch from 0b897ef to 81a04c4 Compare August 6, 2020 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant