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

Update Rust crate reedline to 0.26.0 #4526

Merged
merged 1 commit into from
Nov 20, 2023
Merged

Conversation

oxide-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
reedline dependencies minor 0.25.0 -> 0.26.0

Release Notes

nushell/reedline (reedline)

v0.26.0: 0.26.0

Compare Source

New release for nushell 0.87.0

This release adds a Hinter implementation that prefers suggestions from the current directory, generally improves the hint behavior, and changes the API to control terminal enhancements like bracketed paste and the kitty protocol.

Additions

Fixes

Breaking changes

  • Split hinter tokens at Unicode word boundaries by @​stfacc in https://github.com/nushell/reedline/pull/650
  • Properly handle optional event modes by @​sholderbach in https://github.com/nushell/reedline/pull/659
    • Reedline::enable/disable_bracketed_paste have been replaced by use_bracketed_paste
    • Reedline::enable/disable_kitty_protocol have been replaced by use_kitty_keyboard_enhancement
    • Reedline::can_use_kitty_protocol has been replaced by kitty_protocol_available
    • bracketed paste will now only be enabled for the duration of Reedline::read_line, you don't have to manually toggle it anymore.

Other improvements

New Contributors

Full Changelog: nushell/reedline@v0.25.0...v0.26.0


Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@oxide-renovate oxide-renovate bot added the dependencies Pull requests that update a dependency file label Nov 20, 2023
@sunshowers sunshowers merged commit e37f3d0 into main Nov 20, 2023
21 checks passed
@sunshowers sunshowers deleted the renovate/reedline-0.x branch November 20, 2023 19:48
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