Skip to content

Commit e6cb94d

Browse files
ECG Bottmeijn
authored andcommitted
build(deps): update module go:github.com/walles/moar to v1.33.0
This MR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [go:github.com/walles/moar](https://github.com/walles/moar) | `1.32.6` -> `1.33.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fwalles%2fmoar/v1.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fwalles%2fmoar/v1.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fwalles%2fmoar/v1.32.6/v1.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fwalles%2fmoar/v1.32.6/v1.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>walles/moar (go:github.com/walles/moar)</summary> ### [`v1.33.0`](https://github.com/walles/moar/releases/tag/v1.33.0): : Improve large input handling and --no-clear-on-exit behavior [Compare Source](walles/moor@v1.32.6...v1.33.0) This release adds a --no-clear-on-exit option to the pager, allowing users to tell moar the height of their prompt. Setting this correctly will make --no-clear-on-exit leave the correct lines on the screen. Also, with this release, moar will now no longer read infinite input by default. Instead, it will pause after a certain number of lines, unless you scroll down enough, at which point more lines will be read as needed. This is to prevent out of memory situations and retain search performance. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
1 parent b1ca4d1 commit e6cb94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chezmoi/dot_config/mise/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pipx = "latest"
5151
# Go Packages #
5252
###############
5353
"go:github.com/chip/pathos" = "0.0.46"
54-
"go:github.com/walles/moar" = "1.32.6"
54+
"go:github.com/walles/moar" = "1.33.0"
5555

5656
################
5757
# NPM Packages #

0 commit comments

Comments
 (0)