Commit 292572f
authored
Update Rust crate reedline to 0.39.0 (#1706)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [reedline](https://redirect.github.com/nushell/reedline) |
workspace.dependencies | minor | `0.38.0` -> `0.39.0` |
---
### Release Notes
<details>
<summary>nushell/reedline (reedline)</summary>
###
[`v0.39.0`](https://redirect.github.com/nushell/reedline/releases/tag/v0.39.0)
[Compare
Source](https://redirect.github.com/nushell/reedline/compare/v0.38.0...v0.39.0)
#### What's Changed
- Fix new clippy lint from 1.84.0 by
[@​sholderbach](https://redirect.github.com/sholderbach) in
[https://github.com/nushell/reedline/pull/872](https://redirect.github.com/nushell/reedline/pull/872)
- Improve Visual Mode Selection and Command Consistency by
[@​deephbz](https://redirect.github.com/deephbz) in
[https://github.com/nushell/reedline/pull/867](https://redirect.github.com/nushell/reedline/pull/867)
- Vi-Mode Feature: Atomic unified commands for ChangeInside/DeleteInside
by [@​deephbz](https://redirect.github.com/deephbz) in
[https://github.com/nushell/reedline/pull/874](https://redirect.github.com/nushell/reedline/pull/874)
- Implement vi-mode "Yank" (copy): by
[@​deephbz](https://redirect.github.com/deephbz) in
[https://github.com/nushell/reedline/pull/868](https://redirect.github.com/nushell/reedline/pull/868)
- Add Vi `o` command to swap anchor and cursor by
[@​thomasschafer](https://redirect.github.com/thomasschafer) in
[https://github.com/nushell/reedline/pull/877](https://redirect.github.com/nushell/reedline/pull/877)
- Clear selection when exiting visual mode by
[@​thomasschafer](https://redirect.github.com/thomasschafer) in
[https://github.com/nushell/reedline/pull/878](https://redirect.github.com/nushell/reedline/pull/878)
- Bump itertools version by
[@​sholderbach](https://redirect.github.com/sholderbach) in
[https://github.com/nushell/reedline/pull/884](https://redirect.github.com/nushell/reedline/pull/884)
- fix: columnar_menu create_string with quoted suggestions by
[@​blindFS](https://redirect.github.com/blindFS) in
[https://github.com/nushell/reedline/pull/886](https://redirect.github.com/nushell/reedline/pull/886)
#### New Contributors
- [@​deephbz](https://redirect.github.com/deephbz) made their
first contribution in
[https://github.com/nushell/reedline/pull/867](https://redirect.github.com/nushell/reedline/pull/867)
- [@​thomasschafer](https://redirect.github.com/thomasschafer)
made their first contribution in
[https://github.com/nushell/reedline/pull/877](https://redirect.github.com/nushell/reedline/pull/877)
**Full Changelog**:
nushell/reedline@v0.38.0...v0.39.0
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/oxidecomputer/crucible).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent dd430db commit 292572f
2 files changed
+4
-13
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments