Skip to content

chore(deps): update all non-major dependencies#39

Open
tagoro9-renovatebot[bot] wants to merge 1 commit into
mainfrom
c/renovate_all-minor-patch
Open

chore(deps): update all non-major dependencies#39
tagoro9-renovatebot[bot] wants to merge 1 commit into
mainfrom
c/renovate_all-minor-patch

Conversation

@tagoro9-renovatebot

@tagoro9-renovatebot tagoro9-renovatebot Bot commented Mar 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ast-grep minor 0.41.1 -> 0.44.1
atuin minor 18.13.6 -> 18.17.0
bun patch 1.3.11 -> 1.3.14
caddy patch 2.11.2 -> 2.11.4
chezmoi minor 2.69.4 -> 2.70.5
codex minor 0.118.0 -> 0.144.4
delta patch 0.19.1 -> 0.19.2
doppler minor 3.75.3 -> 3.76.0
eza patch 0.23.4 -> 0.23.5
fzf minor 0.70.0 -> 0.74.0
gh minor 2.88.1 -> 2.96.0
git minor 2.53.0 -> 2.54.0
go patch 1.26.1 -> 1.26.5
golangci-lint minor 2.11.3 -> 2.12.2
goreleaser minor 2.14.3 -> 2.17.0
htop minor 3.4.1 -> 3.5.1
k9s minor 0.50.18 -> 0.51.0
kubectl minor 1.35.3 -> 1.36.2
kubectx minor 0.9.5 -> 0.11.0
kubernetes-helm minor 3.19.1 -> 3.20.2
lazygit minor 0.60.0 -> 0.63.1
mise minor 2026.3.3 -> 2026.7.5
mysql84 patch 8.4.8 -> 8.4.10
ngrok minor 3.31.0 -> 3.39.5
open-turo/renovate-config minor v1.17.1 -> v1.21.1
opencode minor 1.4.6 -> 1.18.3
pi-coding-agent patch 0.80.3 -> 0.80.8
python patch 3.14.2 -> 3.14.6
ripgrep minor 15.1.0 -> 15.2.0
shfmt patch 3.13.0 -> 3.13.1
starship minor 1.24.2 -> 1.26.0
terraform minor 1.14.8 -> 1.15.8
terraform-ls patch 0.38.5 -> 0.38.7
tfswitch minor 1.15.0 -> 1.19.0
typescript-language-server minor 5.1.3 -> 5.3.0
uv minor 0.10.12 -> 0.11.28
yazi minor 26.1.22 -> 26.5.6
zoxide minor 0.9.9 -> 0.10.0
zsh patch 5.9 -> 5.9.2

Important

Release Notes retrieval for this PR were skipped because no github.com credentials were available.
If you are self-hosted, please see this instruction.


Release Notes

atuinsh/atuin (atuin)

v18.17.0

Bug Fixes
  • (ai) Dispatch skills registered in the slash command registry (#​3593)
  • (ci) Fossier install in scan workflow (#​3485)
  • (i18n) Fix typos in Russian localization (#​3575)
  • (nu) Use char -u 1b for ESC in OSC 133 sequences (#​3530)
  • (nu) Suppress error when ATUIN_HISTORY_ID is missing in pre_prompt hook (#​3587)
  • (pi) Observe tool events instead of registering a bash tool (#​3557)
  • (pty-proxy) Set $SHELL to the spawned shell (#​3548)
  • (search) Fix terminal clearing with latest Ratatui (#​3578)
  • (sync) Skip records that fail to decrypt or decode instead of failing the whole store (#​3569)
  • Atuin hangs when attempting to spawn daemon from Ctrl+R invocation (#​3502)
  • Capture session ID from stream headers rather than final event (#​3531)
  • Doctor resiliency fo runknown platforms + openbsd warning (#​3551)
  • Double input on arrow keys in AI setup prompt on Windows (#​3552)
  • Exclude AI agent commands from zsh-autosuggestions (#​3567)
  • Silence shellcheck SC2016 on literal $all-user author filter
  • Respect store_failed when using daemon (#​3571)
Documentation
  • Highlight Ctrl-r keybinding on docs page (#​3489)
  • Document store purge workflow (#​3544)
  • Fix command example typo in documentation (#​3536)
  • Make commented-out lines in config.toml match real defaults (#​3583)
  • Add fish shell cleanup step to uninstall instructions (#​3582)
Features
  • (doctor) Add whether daemon is enabled to doctor output (#​3572)
  • (pty-proxy) Add --shell flag to override the spawned shell (#​3327)
  • Setup fossier to stop bot slop prs (#​3482)
  • Capture command output + expose to new atuin_output tool (#​3510)
  • Cache user contexts on load until /reload (#​3525)
  • Create database integration tests for atuin-server (#​3514)
  • Add /model slash command for changing models (#​3576)
  • Add mcp server for history tools and expand search filters (#​3581)
  • Add status bar with model and usage information (#​3591)
Miscellaneous Tasks
  • (rustdoc) Fix Rustdoc warnings (#​3585)
  • (warnings) Fix compile warnings with latest dependencies (#​3586)
  • Vouch for all existing contributors (#​3486)
  • Update GitHub app token format
  • Update to Rust 1.96.1 (#​3568)
  • Adopt derive_more to reduce boilerplate across the codebase (#​3573)
Performance
  • (search) Scan history by recency until N unique (#​3553)
  • Add synchronous(Normal) + optimize_on_close to record store SQLite (#​3577)
  • Remove unnecessary clones in a hot path (#​3580)
Refactor
  • Implement From<sqlx::Error> and clean up fix_error (#​3484)
  • Pull fn into_utc into atuin-server-database crate (#​3487)

v18.16.1

Bug Fixes
  • (shell/xonsh) Use os.devnull instead of hard-coded /dev/null (#​3464)
  • Atuin update on windows (#​3453)
  • Ensure local key matches remote data before syncing (#​3474)
Documentation
  • Add related projects section to README
Features
  • (ui) Prominent banner for wrong-key errors at login/sync (#​3475)
Miscellaneous Tasks
  • Generate LLM-optimized docs (#​3468)
  • Rename 'atuin hex' to 'atuin pty-proxy' (#​3473)

v18.15.2

Bug Fixes
  • Tab doesn't insert suggested command (#​3420)
oven-sh/bun (bun)

v1.3.14: Bun v1.3.14

Compare Source

To install Bun v1.3.14

curl -fsSL https://bun.sh/install | bash

# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.14:

bun upgrade

Read Bun v1.3.14's release notes on Bun's blog

Thanks to 11 contributors!

v1.3.13: Bun v1.3.13

Compare Source

To install Bun v1.3.13

curl -fsSL https://bun.sh/install | bash

# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.13:

bun upgrade
Read Bun v1.3.13's release notes on Bun's blog
Thanks to 8 contributors!

v1.3.12: Bun v1.3.12

Compare Source

To install Bun v1.3.12

curl -fsSL https://bun.sh/install | bash

# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.12:

bun upgrade
Read Bun v1.3.12's release notes on Bun's blog
Thanks to 8 contributors!
dandavison/delta (delta)

v0.19.2

Compare Source

This is a patch release providing rebuilt binaries compatible with Debian 12 (the 0.19.0 and 0.19.1 .deb packages required glibc 2.39, which is only available in Debian 13).

What's Changed

eza-community/eza (eza)

v0.23.5

Bug Fixes
  • Update cargo/nix deps
  • Fix yaml icon
  • Color code parsing in theme.yml
  • Use secret GitHub token to avoid rate limiting
  • Enable powertest tests in the CI
  • Update integration tests
  • Ignore extensions for directories when sorting
  • Satisfy newer clippy and stabilise powertest.yaml
  • Adapt Windows git2 path handling and refresh --help powertest
Documentation
  • Update Fedora install instructions
Features
  • Use Clap instead of manual cli args parsing
  • Use version string from file for --version flag
  • Add csv icon
  • Implement --hyperlink=auto
  • Add lines-of-code counting and summary
  • Add --short-nix to abbreviate Nix store hashes
Miscellaneous Tasks
  • Apply reviewer (ariasuni) supplied patch
  • Upgrade OpenBSD to 7.8 in CI.
  • Update CODEOWNERS to remove stale entries
  • Update crates, Rust version and flake.lock
  • Fix a few Clippy warnings
  • Clean global lint attributes and remove clippy::pedantic
  • Remove some leftover, unused code
  • Replace #[allow(unused)] by #[cfg(unix)] when appropriate
  • Update to Rust edition 2024
  • Update .git-blame-ignore-revs
  • Update issue template labels
Security
  • Bump crossbeam-epoch 0.9.18 -> 0.9.20
  • Bump git2 0.20 -> 0.21
Testing
  • Update time in long_time_style_relative_nix.stdout
  • Update powertests
  • Check sort by extension
Build
  • 1.82 -> 1.83
  • Bump actions/checkout from 4 to 6
  • Palette v0.7.6 -> v0.7.5 (again)
  • Fix yamlfmt exclude pattern in treefmt.nix
  • Bump plist 1.8.0 -> 1.10.0
Ci
  • Use rust 1.82 (required by cargo-hack)
  • Bump FreeBSD version.
  • Relax warnings for OpenBSD.
  • Let curl/git installation update dependencies
junegunn/fzf (fzf)

v0.74.0

Release highlights: https://junegunn.github.io/fzf/releases/0.74.0/

  • On tmux 3.7 or above, --popup starts fzf in a floating pane instead of a popup (#​4850)
    • Unlike a popup, a floating pane is not modal; you can switch to other panes and windows while fzf is running, move and resize the pane with the mouse, zoom it to fullscreen, and use copy-mode in it
    • A floating pane always has a native border, which is what makes the pane movable and resizable, so border-native is implied
    • A popup is used instead when a border style is explicitly specified with --border, so that the fzf-drawn border is the only border shown (none and line are treated as no border)
      fzf --popup --border
    • --border-label is set as the title of the floating pane, and is displayed on the border if pane-border-status is enabled in tmux
      fzf --popup --border-label ' fzf '
  • On Zellij, --popup uses the native border by default, consistent with tmux, so that the pane can be moved and resized with the mouse; fzf draws its own border when a border style is explicitly specified with --border
    • --border-label is set as the name of the pane, displayed on the native border
  • Added result-final event, a variant of result that is not triggered while the input stream is still open (#​4835)
    • Use it for one-shot, per-query actions that would otherwise re-fire on every intermediate snapshot during loading
      # 'result' fires per intermediate snapshot (header keeps updating during load);
      # 'result-final' fires once after the stream closes (footer shows the final count)
      (seq 100; sleep 1; seq 100) | fzf --query 1 \
        --bind 'result:transform-header(echo result: $FZF_MATCH_COUNT),result-final:transform-footer(echo final: $FZF_MATCH_COUNT)'
  • Added wait action to block subsequent actions until search completes (#​4825)
    • Useful for chaining query-changing actions with motion actions to ensure operations on complete results
      # Wait for search to complete before moving to the best match
      fzf --bind 'start:change-query(foo)+wait+best'
    • The initial loading of the input is also considered a search in progress, so start:wait can be used to wait until the input is fully loaded
      # Move to the last item after the input is fully loaded
      (seq 1000; sleep 1; seq 1001 2000) | fzf --bind 'start:wait+last'
  • Bound alt-left to backward-word and alt-right to forward-word by default (#​4833)
  • Bug fixes and improvements
    • Skip $FZF_CURRENT_ITEM export when the item is larger than 64 KB; a huge item can overflow ARG_MAX and break preview and other child commands with E2BIG (#​4806)
    • transform and bg-transform now allow a bare put action in the output to insert the key that triggered the action
      # Insert the typed key ('a') into the query
      fzf --bind 'a:transform:echo put'
    • ALT-C in zsh no longer resolves symbolic links when changing the directory, consistent with the cd builtin (#​4816) (@​silverneko)
    • Fixed horizontal mouse wheel events being treated as vertical scrolling (#​4848) (@​jason5122)
    • Fixed bw theme not inheriting overridden colors
    • fish: CTRL-R now works when $fish_color_normal or $fish_color_comment is empty or invalid (#​4831) (@​bitraid)
    • Fixed empty-shell detection in the install script (#​4813)
    • Fixed the install script writing nushell source lines into the config files of other shells (#​4812)

v0.73.1

  • Bug fixes
    • Skip $FZF_CURRENT_ITEM export when the item contains a NUL byte; exec(2) rejects the env, breaking preview and other child commands (#​4806)
    • Fixed O(n^2) HTTP body accumulation in --listen; a single ~390 KB request could block the single-threaded server for ~8 s (Michal Majchrowicz, Marcin Wyczechowski, AFINE Team)

v0.72.0

Release highlights: https://junegunn.github.io/fzf/releases/0.72.0/

  • --header-border, --header-lines-border, and --footer-border now accept a new inline style that embeds the section inside the list frame, separated from the list content by a horizontal line. When the list border has side segments, the separator joins them as T-junctions.
    • Requires a --list-border shape that has both top and bottom segments (rounded, sharp, bold, double, block, thinblock, or horizontal); falls back to line otherwise. horizontal has no side borders, so the separator is drawn without T-junction endpoints.
    • Sections stack. Example combining all three:
      ps -ef | fzf --reverse --style full \
          --header 'Select a process' --header-lines 1 \
          --bind 'load:transform-footer:echo $FZF_TOTAL_COUNT processes' \
          --header-border dashed --header-first \
          --header-lines-border inline --footer-border inline
    • --header-label and --footer-label render on their respective separator row.
    • The separator inherits --color list-border when the section's own border color is not explicitly set.
    • inline takes precedence over --header-first: the inline section stays inside the list frame. --header-border=inline requires --header-lines-border to be inline or unset.
  • New dashed border style with dashed edges ( / ) and rounded corners.
    • --border=dashed, --list-border=dashed, etc.
    • Works with inline sections (T-junctions render correctly).
  • [vim] Move and resize popup window when detecting VimResized event (#​4778) (@​Vulcalien)
  • Bug fixes
    • Fixed gutter display in --style=minimal
    • Fixed arrow keys / Home / End without modifiers being ignored under the kitty keyboard protocol (#​4776) (@​TymekDev)
    • bash: Persist history deletion when histappend is on (#​4764)

v0.71.0

Release highlights: https://junegunn.github.io/fzf/releases/0.71.0/

  • Added --popup as a new name for --tmux with Zellij support
    • --popup starts fzf in a tmux popup or a Zellij floating pane
    • --tmux is now an alias for --popup
    • Requires tmux 3.3+ or Zellij 0.44+
  • Cross-reload item identity with --id-nth
    • Added --id-nth=NTH to define item identity fields for cross-reload operations
    • When a reload is triggered with tracking enabled, fzf searches for the tracked item by its identity fields in the new list.
      • --track --id-nth .. tracks by the entire line
      • --track --id-nth 1 tracks by the first field
      • --track without --id-nth retains the existing index-based tracking behavior
      • The UI is temporarily blocked (prompt dimmed, input disabled) until the item is found or loading completes.
        • Press Escape or Ctrl-C to cancel the blocked state without quitting
        • Info line shows +T* / +t* while searching
    • With --multi, selected items are preserved across reload-sync by matching their identity fields
  • Performance improvements
    • The search performance now scales linearly with the number of CPU cores, as we dropped static partitioning to allow better load balancing across threads.
      === query: 'linux' ===
        [all]   baseline:    21.95ms  current:    17.47ms  (1.26x)  matches: 179966 (12.79%)
        [1T]    baseline:   179.63ms  current:   180.53ms  (1.00x)  matches: 179966 (12.79%)
        [2T]    baseline:    97.38ms  current:    90.05ms  (1.08x)  matches: 179966 (12.79%)
        [4T]    baseline:    53.83ms  current:    44.77ms  (1.20x)  matches: 179966 (12.79%)
        [8T]    baseline:    41.66ms  current:    22.58ms  (1.84x)  matches: 179966 (12.79%)
      
    • Improved the cache structure, reducing memory footprint per entry by 86x.
      • With the reduced per-entry cost, the cache now has broader coverage.
  • Shell integration improvements
  • GET / HTTP endpoint now includes positions field in each match entry, providing the indices of matched characters for external highlighting (#​4726)
  • Allow adaptive height with negative value (--height=~-HEIGHT) (#​4682)
  • Bug fixes
    • --walker=follow no longer follows symlinks whose target is an ancestor of the walker root, avoiding severe resource exhaustion when a symlink points outside the tree (e.g. Wine's z:/) (#​4710)
    • Fixed AWK tokenizer not treating a new line character as whitespace
    • Fixed --{accept,with}-nth removing trailing whitespaces with a non-default --delimiter
    • Fixed OSC8 hyperlinks being mangled when the URL contains unicode characters (#​4707)
    • Fixed --with-shell not handling quoted arguments correctly (#​4709)
    • Fixed child processes not being terminated on Windows (#​4723) (@​pjeby)
    • Fixed preview scrollbar not rendered after toggle-preview
    • Fixed preview follow/scroll with long wrapped lines
    • Fixed tab width when --frozen-left is used
    • Fixed preview mouse events being processed when no preview window exists
    • zsh: Fixed history widget when sh_glob option is on (#​4714) (@​EvanHahn)
golang/go (go)

v1.26.5

Compare Source

v1.26.4

Compare Source

v1.26.3

Compare Source

v1.26.2

Compare Source

derailed/k9s (k9s)

v0.51.0

Release v0.51.0

Notes

Thank you to all that contributed with flushing out issues and enhancements for K9s!
I'll try to mark some of these issues as fixed. But if you don't mind grab the latest rev
and see if we're happier with some of the fixes!
If you've filed an issue please help me verify and close.

Your support, kindness and awesome suggestions to make K9s better are, as ever, very much noted and appreciated!
Also big thanks to all that have allocated their own time to help others on both slack and on this repo!!

As you may know, K9s is not pimped out by big corporations with deep pockets, thus if you feel K9s is helping in your Kubernetes journey, please consider joining our sponsorship program and/or make some noise on social! @​kitesurfer

On Slack? Please join us K9slackers


♫ Sounds Behind The Release ♭


Maintenance Release!

Please help me welcome Ümüt Özalp as a core contributor to K9s!
Ümüt has been instrumental in helping this project grow.
I trust you will help Ümüt triage issues and prs reviews and show him
the kindness and patience all k9sers are famous for!

Sponsorships are dropping at an alarming rate which puts this project in the red.
This is becoming a concern and sad not to mention unsustainable ;(
If you dig k9s and want to help the project, please consider paying it forward! and
don't become just another satisfied, non paying customer!.
K9s does take a lot of my free time to maintain, enhance and keep the light on.
Many cool ideas are making it straight to the freezer as I just can't budget them in.
I know many of you work for big corporations, so please put in the word/work and have
them help us out via sponsorships or other means.

Thank you!


Contributed PRs

Please be sure to give Big Thanks! and ATTA Girls/Boys! to all the fine contributors for making K9s better for all of us!!

  • #​4026 fix(xray): disable edit/delete actions in XRay view when readonly mode is enabled
  • #​4024 Fix 'J'umping to owner of cluster scoped resources
  • #​4005 Fix pod status for sidecar init containers
  • #​4001 Adjust namespace handling for RBAC checks in CanForResource and CanForInstance
  • #​3997 chore: fix wrong function name in comment
  • #​3993 fix(browser): show syncing status instead of spurious no-resources warning
  • #​3989 perf: skip reconcile cycle when informer data is unchanged
  • #​3988 perf: raise default client QPS from 5 to 50
  • #​3987 fix: paginate metrics API calls to prevent timeout on large clusters
  • #​3986 perf: batch Hydrate workers to eliminate per-item goroutine overhead
  • #​3917 Respect wide columns in default view
  • #​3911 fix: reset styles before loading skin on context switch
  • #​3908 fix: populate pod count in Node.Get() for single-node view
  • #​3902 Add OSC52 clipboard backend with native fallback
  • #​3888 feat: add One Light skin
  • #​3879 feat: allow users to cycle pulse grid selection forwards and backwards
  • #​3873 feat: enhance pvc-shell configuration with dynamic inputs and RWO support
  • #​3872 Add default confirm:true for plugins with inputs
  • #​3871 internal/render: prevent index out of range panic in initContainerStats
  • #​3865 Handle blank PVC capacities for the purpose of sorting
  • #​3854 feat: enhance debug container configuration with input fields
  • #​3851 Use *grey instead of grey in black-and-wtf.yaml
  • #​3839 fix: optimize context switching to reduce redundant API calls
  • #​3823 feat: add resize PVC plugin for dynamic storage resizing
  • #​3821 feat: add support for plugin input fields
  • #​3817 Fix Readme: Ubuntu installation command not working
  • #​3798 Fix boom on Jumping Owner in rare cases
  • #​3797 feat: add extra hints for column navigation in table view
  • #​3792 fix: adjust resource access checks for namespace resources
  • #​3783 fix: avoid logging errors when no context is configured
  • #​3780 feat: add selected color to table header
  • #​3736 feat: add custom resource jump support
  • #​3634 Add shell detection for Windows NanoServer containers

© 2026 Imhotep Software LLC. All materials licensed under Apache v2.0#

ahmetb/kubectx (kubectx)

v0.11.0

Changelog

v0.10.2

Changelog

  • 2cb7500 Support interactive fzf selection for kubectx -s with no arguments
  • e4727d3 Fix relative path resolution in exec credential plugins (#​490)
  • eb621b4 Support multiple kubeconfig files (KUBECONFIG=file1:file2:file3) (#​489)
helm/helm (kubernetes-helm)

v3.20.2: Helm v3.20.2

v3.20.2

Helm v3.20.2 is a security patch release. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Security fixes

  • GHSA-hr2v-4r36-88hr Helm Chart extraction output directory collapse via Chart.yaml name dot-segment

Installation and Upgrading

Download Helm v3.20.2. The common platform binaries are here:

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 4.1.5 and 3.20.3 are the next patch (bug fix) releases and will be on April 8, 2026
  • 4.2.0 and 3.21.0 are the next minor (feature) releases and will be on May 13, 2026

Changelog

  • fix: Chart dot-name path bug 8fb76d6 (George Jenkins)
  • fix: pin codeql-action/upload-sarif to commit SHA in scorecards workflow 3a8927e (Terry Howe)

v3.20.1: Helm v3.20.1

Helm v3.20.1 is a patch release. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Notable Changes

  • Backport of #​31644: Fixed a bug where user-provided nil value was not preserved when chart has an empty map or no default for a key
  • Backport of #​31601: Fixed a bug where OCI references with tag+digest failed with "invalid byte" error

Installation and Upgrading

Download Helm v3.20.1. The common platform binaries are here:

This release was signed with 208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155 and can be found at @​scottrigby keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 4.2.0 and 3.21.0 are the next minor releases and will be on May 13, 2026
  • 4.1.4 and 3.20.2 are the next patch releases and will be on April 8, 2026

Changelog

  • chore(deps): bump the k8s-io group with 7 updates a2369ca (dependabot[bot])
  • add image index test 90e1056 (Pedro Tôrres)
  • fix pulling charts from OCI indices 911f2e9 (Pedro Tôrres)
  • Remove refactorring changes from coalesce_test.go 76dad33 (Evans Mungai)
  • Fix import 45c12f7 (Evans Mungai)
  • Update pkg/chart/common/util/coalesce_test.go 26c6f19 (Evans Mungai)
  • Fix lint warning 09f5129 (Evans Mungai)
  • Preserve nil values in chart already 417deb2 (Evans Mungai)
  • fix(values): preserve nil values when chart default is empty map 5417bfa (Evans Mungai)
jesseduffield/lazygit (lazygit)

v0.63.1

Fixes for a few regressions introduced in the v0.63.0 release.

What's Changed

Fixes 🔧
Maintenance ⚙️

Full Changelog: jesseduffield/lazygit@v0.63.0...v0.63.1

v0.63.0

What's Changed

Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
I18n 🌎
Performance Improvements 📊

Full Changelog: jesseduffield/lazygit@v0.62.2...v0.63.0

v0.62.2

This fixes another small regression introduced in 0.62.0. For the full list of changes in 0.62, see here.

What's Changed

Fixes 🔧

Full Changelog: jesseduffield/lazygit@v0.62.1...v0.62.2

v0.62.1

This fixes a regression (crash) introduced in 0.62.0. For the full list of changes in 0.62, see here.

What's Changed

Fixes 🔧
Docs 📖

Full Changelog: jesseduffield/lazygit@v0.62.0...v0.62.1

v0.62.0

The big change in this release is what I have been referring to as the "keybinding revamp": it allows you to use richer keybindings than the few that were available before; see Custom_Keybindings.md for details. It also describes a new keybinding syntax that is a bit more intuitive than the previous <c-x> notation (but the old one is still supported for backwards compatibility).

Note the section about Terminal compatibility in that document; not all terminals support the new protocol equally well, so it may


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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@tagoro9-renovatebot

tagoro9-renovatebot Bot commented Mar 30, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: config/private_dot_local/share/devbox/global/default/devbox.lock
Command failed: devbox update ast-grep --no-install
Info: Resolved ast-grep@0.44.1 to ast-grep@0.44.1 github:NixOS/nixpkgs/770b9bbb84018993c8f009d437fff6c2e3077037#ast-grep
Info: Running "nix flake update"
Error: nix: command error: nix --extra-experimental-features ca-derivations --option experimental-features 'nix-command flakes fetch-closure' path-info 'github:NixOS/nixpkgs/0d534853a55b5d02a4ababa1d71921ce8f0aee4c#pinentry_mac' --json --impure: Package ‘pinentry-mac-1.1.1.1’ in /tmp/containerbase/cache/nix/store/3sk1pyp2afk6cfx4fa00zcyjmn5dkxai-source/pkgs/tools/security/pinentry/mac.nix:93 is not available on the requested hostPlatform:: exit code 1

Error: There was an internal error. Run with DEVBOX_DEBUG=1 for a detailed error message, and consider reporting it at https://github.com/jetify-com/devbox/issues

@github-actions

Copy link
Copy Markdown

Release notes preview

No new release will be created.

If you are expecting a release, you will need to either fix a bug or add a feature.
Chores, CI, docs, refactoring, style and other changes will not trigger a release.

@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 5 times, most recently from ef402fb to d3a317d Compare April 6, 2026 00:08
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 6 times, most recently from 91efd11 to ad6d9aa Compare April 12, 2026 00:09
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 4 times, most recently from 7330124 to 0cb50e0 Compare April 21, 2026 00:13
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 2 times, most recently from f498121 to 0e91e32 Compare April 25, 2026 00:12
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 5 times, most recently from 824d775 to 1698581 Compare May 7, 2026 00:16
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 6 times, most recently from da775df to 7b4528b Compare May 14, 2026 00:22
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 5 times, most recently from 7460045 to b9b37f0 Compare May 21, 2026 00:23
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 2 times, most recently from a9e646e to 5c954f1 Compare May 28, 2026 00:21
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 4 times, most recently from 62f24bb to 7d428d0 Compare June 5, 2026 00:25
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 3 times, most recently from 7d2931d to 5b1b289 Compare June 12, 2026 00:28
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 3 times, most recently from a319bb8 to e4e0094 Compare June 23, 2026 00:25
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 4 times, most recently from 91da04c to 7df51af Compare July 1, 2026 00:25
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 3 times, most recently from ce907f1 to b4e02a7 Compare July 9, 2026 01:28
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 3 times, most recently from 761d868 to c1ae87a Compare July 23, 2026 01:25
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch from c1ae87a to 3f28e43 Compare July 24, 2026 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants