mimikun / dotfiles

mimikun's dotfiles
MIT License
6 stars 0 forks source link

chore(deps): update dependency jesseduffield/lazygit to v0.42.0 #488

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Update Change
jesseduffield/lazygit minor v0.41.0 -> v0.42.0

Release Notes

jesseduffield/lazygit (jesseduffield/lazygit) ### [`v0.42.0`](https://togithub.com/jesseduffield/lazygit/releases/tag/v0.42.0) [Compare Source](https://togithub.com/jesseduffield/lazygit/compare/v0.41.0...v0.42.0) It's time once again for a Lazygit release! This one is not as colossal as the prior release (and we intend to have smaller, more frequent releases in future) but there are plenty of good improvements here. Thanks to all contributors who helped make this release happen! There's a lot of first-time contributors on this release as well so kudos to you all. Thanks as usual to the wonderful [@​stefanhaller](https://togithub.com/stefanhaller) for creating/reviewing many of these changes, and thanks to [@​karimkhaleel](https://togithub.com/karimkhaleel) who has also stepped up to help out with reviews. #### What's Changed ##### Enhancements 🔥 - Make spinner animation configurable by [@​belyakov-am](https://togithub.com/belyakov-am) in [https://github.com/jesseduffield/lazygit/pull/3463](https://togithub.com/jesseduffield/lazygit/pull/3463) - Keep the same commit selected when exiting filtering mode by [@​stefanhaller](https://togithub.com/stefanhaller) in [https://github.com/jesseduffield/lazygit/pull/3416](https://togithub.com/jesseduffield/lazygit/pull/3416) - Make URLs in confirmation panels clickable, and underline them by [@​stefanhaller](https://togithub.com/stefanhaller) in [https://github.com/jesseduffield/lazygit/pull/3446](https://togithub.com/jesseduffield/lazygit/pull/3446) - Allow viewing all branches git log in status view by default [@​oakio](https://togithub.com/oakio) in [https://github.com/jesseduffield/lazygit/pull/3309](https://togithub.com/jesseduffield/lazygit/pull/3309) - Drop update-ref todos pointing to head by [@​stefanhaller](https://togithub.com/stefanhaller) in [https://github.com/jesseduffield/lazygit/pull/3456](https://togithub.com/jesseduffield/lazygit/pull/3456) - Add config options for length of commit hash displayed in commits view by [@​oliviaBahr](https://togithub.com/oliviaBahr) in [https://github.com/jesseduffield/lazygit/pull/3505](https://togithub.com/jesseduffield/lazygit/pull/3505) - Show commit graph in divergence view by [@​stefanhaller](https://togithub.com/stefanhaller) in [https://github.com/jesseduffield/lazygit/pull/3537](https://togithub.com/jesseduffield/lazygit/pull/3537) - Add commitPrefix config for defining a default commit message prefix across all projects by [@​duckbrain](https://togithub.com/duckbrain) in [https://github.com/jesseduffield/lazygit/pull/3291](https://togithub.com/jesseduffield/lazygit/pull/3291) - Improve `nvim-remote` (neovim) editor mode by [@​cmoog](https://togithub.com/cmoog) in [https://github.com/jesseduffield/lazygit/pull/3508](https://togithub.com/jesseduffield/lazygit/pull/3508) - Delete and edit custom commands history items by [@​stefanhaller](https://togithub.com/stefanhaller) in [https://github.com/jesseduffield/lazygit/pull/3534](https://togithub.com/jesseduffield/lazygit/pull/3534) - Support externalDiffCommand in diffing mode by [@​stefanhaller](https://togithub.com/stefanhaller) in [https://github.com/jesseduffield/lazygit/pull/3519](https://togithub.com/jesseduffield/lazygit/pull/3519) ##### Fixes 🔧 - Correctly request force-pushing in a triangular workflow by [@​stefanhaller](https://togithub.com/stefanhaller) in [https://github.com/jesseduffield/lazygit/pull/3528](https://togithub.com/jesseduffield/lazygit/pull/3528) - Fix and speed-up stashing partial files for git version >= 2.35.0 by [@​dsolerh](https://togithub.com/dsolerh) in [https://github.com/jesseduffield/lazygit/pull/3569](https://togithub.com/jesseduffield/lazygit/pull/3569) - Improve delta pager performance by setting the `TERM` env variable by [@​bash](https://togithub.com/bash) in [https://github.com/jesseduffield/lazygit/pull/3420](https://togithub.com/jesseduffield/lazygit/pull/3420) - Fix deleting update ref todos by [@​stefanhaller](https://togithub.com/stefanhaller) in [https://github.com/jesseduffield/lazygit/pull/3439](https://togithub.com/jesseduffield/lazygit/pull/3439) - Fix crash when filtering the keybindings menu by [@​stefanhaller](https://togithub.com/stefanhaller) in [https://github.com/jesseduffield/lazygit/pull/3450](https://togithub.com/jesseduffield/lazygit/pull/3450) - Fix excluding files in submodules or worktrees by [@​stefanhaller](https://togithub.com/stefanhaller) in [https://github.com/jesseduffield/lazygit/pull/3432](https://togithub.com/jesseduffield/lazygit/pull/3432) - Fix rewording signed commits when the log.showsignature git config is true by [@​stefanhaller](https://togithub.com/stefanhaller) in [https://github.com/jesseduffield/lazygit/pull/3431](https://togithub.com/jesseduffield/lazygit/pull/3431) - Better support for terminal based pinentry programs by [@​eldios](https://togithub.com/eldios) in [https://github.com/jesseduffield/lazygit/pull/3478](https://togithub.com/jesseduffield/lazygit/pull/3478) - Fix amend-to operation not working with non-HEAD merge commit by [@​brandondong](https://togithub.com/brandondong) in [https://github.com/jesseduffield/lazygit/pull/3510](https://togithub.com/jesseduffield/lazygit/pull/3510) - Fix clicking in status side panel by [@​stefanhaller](https://togithub.com/stefanhaller) in [https://github.com/jesseduffield/lazygit/pull/3547](https://togithub.com/jesseduffield/lazygit/pull/3547) - Fix loading commits with very long subjects by [@​stefanhaller](https://togithub.com/stefanhaller) in [https://github.com/jesseduffield/lazygit/pull/3533](https://togithub.com/jesseduffield/lazygit/pull/3533) ##### Maintenance ⚙️ - Migrate null keybindings to ``, and remove our yaml fork by [@​stefanhaller](https://togithub.com/stefanhaller) in [https://github.com/jesseduffield/lazygit/pull/3459](https://togithub.com/jesseduffield/lazygit/pull/3459) - Replace min/max helpers with built-in min/max by [@​Juneezee](https://togithub.com/Juneezee) in [https://github.com/jesseduffield/lazygit/pull/3482](https://togithub.com/jesseduffield/lazygit/pull/3482) - standardize commit hash commit sha by [@​pikomonde](https://togithub.com/pikomonde) in [https://github.com/jesseduffield/lazygit/pull/3398](https://togithub.com/jesseduffield/lazygit/pull/3398) - Bump go version to 1.22 by [@​jesseduffield](https://togithub.com/jesseduffield) in [https://github.com/jesseduffield/lazygit/pull/3574](https://togithub.com/jesseduffield/lazygit/pull/3574) - Simplify error handling by [@​stefanhaller](https://togithub.com/stefanhaller) in [https://github.com/jesseduffield/lazygit/pull/3502](https://togithub.com/jesseduffield/lazygit/pull/3502) - Use errors.New instead of fmt.Errorf with no parameters by [@​ChengenH](https://togithub.com/ChengenH) in [https://github.com/jesseduffield/lazygit/pull/3523](https://togithub.com/jesseduffield/lazygit/pull/3523) - chore: fix some comments and typos by [@​knowmost](https://togithub.com/knowmost) in [https://github.com/jesseduffield/lazygit/pull/3535](https://togithub.com/jesseduffield/lazygit/pull/3535) - Fix deadlock reporting by [@​stefanhaller](https://togithub.com/stefanhaller) in [https://github.com/jesseduffield/lazygit/pull/3550](https://togithub.com/jesseduffield/lazygit/pull/3550) - Only run code coverage report on non-fork branches by [@​jesseduffield](https://togithub.com/jesseduffield) in [https://github.com/jesseduffield/lazygit/pull/3571](https://togithub.com/jesseduffield/lazygit/pull/3571) - pkg: fix some comment by [@​HongKuang](https://togithub.com/HongKuang) in [https://github.com/jesseduffield/lazygit/pull/3481](https://togithub.com/jesseduffield/lazygit/pull/3481) - sponsors.yml: Create PR instead of trying to push to a protected branch by [@​SachinVin](https://togithub.com/SachinVin) in [https://github.com/jesseduffield/lazygit/pull/3493](https://togithub.com/jesseduffield/lazygit/pull/3493) - pkg: fix some typos by [@​thirdkeyword](https://togithub.com/thirdkeyword) in [https://github.com/jesseduffield/lazygit/pull/3364](https://togithub.com/jesseduffield/lazygit/pull/3364) ##### Docs 📖 - Update interactive rebase demo by [@​jesseduffield](https://togithub.com/jesseduffield) in [https://github.com/jesseduffield/lazygit/pull/3392](https://togithub.com/jesseduffield/lazygit/pull/3392) - Update Busy.md by [@​eltociear](https://togithub.com/eltociear) in [https://github.com/jesseduffield/lazygit/pull/3433](https://togithub.com/jesseduffield/lazygit/pull/3433) - Fix schema link in Config.md by [@​stefanhaller](https://togithub.com/stefanhaller) in [https://github.com/jesseduffield/lazygit/pull/3451](https://togithub.com/jesseduffield/lazygit/pull/3451) #### New Contributors - [@​bash](https://togithub.com/bash) made their first contribution in [https://github.com/jesseduffield/lazygit/pull/3420](https://togithub.com/jesseduffield/lazygit/pull/3420) - [@​eltociear](https://togithub.com/eltociear) made their first contribution in [https://github.com/jesseduffield/lazygit/pull/3433](https://togithub.com/jesseduffield/lazygit/pull/3433) - [@​belyakov-am](https://togithub.com/belyakov-am) made their first contribution in [https://github.com/jesseduffield/lazygit/pull/3463](https://togithub.com/jesseduffield/lazygit/pull/3463) - [@​HongKuang](https://togithub.com/HongKuang) made their first contribution in [https://github.com/jesseduffield/lazygit/pull/3481](https://togithub.com/jesseduffield/lazygit/pull/3481) - [@​eldios](https://togithub.com/eldios) made their first contribution in [https://github.com/jesseduffield/lazygit/pull/3478](https://togithub.com/jesseduffield/lazygit/pull/3478) - [@​oakio](https://togithub.com/oakio) made their first contribution in [https://github.com/jesseduffield/lazygit/pull/3309](https://togithub.com/jesseduffield/lazygit/pull/3309) - [@​pikomonde](https://togithub.com/pikomonde) made their first contribution in [https://github.com/jesseduffield/lazygit/pull/3398](https://togithub.com/jesseduffield/lazygit/pull/3398) - [@​SachinVin](https://togithub.com/SachinVin) made their first contribution in [https://github.com/jesseduffield/lazygit/pull/3493](https://togithub.com/jesseduffield/lazygit/pull/3493) - [@​github-actions](https://togithub.com/github-actions) made their first contribution in [https://github.com/jesseduffield/lazygit/pull/3498](https://togithub.com/jesseduffield/lazygit/pull/3498) - [@​thirdkeyword](https://togithub.com/thirdkeyword) made their first contribution in [https://github.com/jesseduffield/lazygit/pull/3364](https://togithub.com/jesseduffield/lazygit/pull/3364) - [@​brandondong](https://togithub.com/brandondong) made their first contribution in [https://github.com/jesseduffield/lazygit/pull/3510](https://togithub.com/jesseduffield/lazygit/pull/3510) - [@​ChengenH](https://togithub.com/ChengenH) made their first contribution in [https://github.com/jesseduffield/lazygit/pull/3523](https://togithub.com/jesseduffield/lazygit/pull/3523) - [@​oliviaBahr](https://togithub.com/oliviaBahr) made their first contribution in [https://github.com/jesseduffield/lazygit/pull/3505](https://togithub.com/jesseduffield/lazygit/pull/3505) - [@​knowmost](https://togithub.com/knowmost) made their first contribution in [https://github.com/jesseduffield/lazygit/pull/3535](https://togithub.com/jesseduffield/lazygit/pull/3535) - [@​duckbrain](https://togithub.com/duckbrain) made their first contribution in [https://github.com/jesseduffield/lazygit/pull/3291](https://togithub.com/jesseduffield/lazygit/pull/3291) - [@​dsolerh](https://togithub.com/dsolerh) made their first contribution in [https://github.com/jesseduffield/lazygit/pull/3569](https://togithub.com/jesseduffield/lazygit/pull/3569) - [@​cmoog](https://togithub.com/cmoog) made their first contribution in [https://github.com/jesseduffield/lazygit/pull/3508](https://togithub.com/jesseduffield/lazygit/pull/3508) **Full Changelog**: https://github.com/jesseduffield/lazygit/compare/v0.41.0...v0.42.0

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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.