chore(deps): update aqua cli varsion manager #49
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.291.0
->v4.295.1
v2.64.0
->v2.65.0
v0.20.15
->v0.20.16
2.33.0
->2.34.0
v0.44.1
->v0.45.0
v0.24.0
->v0.25.0
v1.21.1
->v1.22.1
Release Notes
aquaproj/aqua-registry (aquaproj/aqua-registry)
v4.295.1
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.295.0...v4.295.1
Fixes
#30794 sharkdp/bat: Re-scaffold sharkdp/bat @yudai-nkt
#30801 sharkdp/bat: Drop the support of old versions using cargo
v4.295.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.294.1...v4.295.0
🎉 New Packages
#30715 kcl-lang/cli - The KCL Command Line Interface (CLI) @SanderKnape
#30712 kcl-lang/kcl - KCL Programming Language (CNCF Sandbox Project). https://kcl-lang.io @SanderKnape
Fixes
#30791 imsnif/bandwhich: Re-scaffold to support linux/arm64
v4.294.1
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.294.0...v4.294.1
Fixes
#30789 bridgecrewio/checkov: Re-scafold the setting
#30786 magodo/pipeform: Change the package type to github_release
#30781 gradle/gradle-distributions: Support milestone versions @risu729
v4.294.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.293.0...v4.294.0
🎉 New Packages
#30603 apache/spark: Apache Spark - A unified analytics engine for large-scale data processing
#30736 magodo/pipeform: Terraform runtime TUI
Fixes
#30735 editorconfig-checker/editorconfig-checker: Re-scaffold the setting
#30751 typst/typst: Re-scaffold the setting. Support linux/arm64
v4.293.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.292.0...v4.293.0
🎉 New Packages
#30662 pinterest/ktlint: An anti-bikeshedding Kotlin linter with built-in formatter @itochan
Fixes
#30690 sharkdp/fd: Re-scaffold
#30627 ariga/atlas: Drop the support of old versions
https://github.com/ariga/atlas/issues/3296#issuecomment-2574924728
v4.292.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.291.0...v4.292.0
🎉 New Packages
#30540 PowerShell/PowerShell: PowerShell for every system
Fixes
#30586 Dreamacro/clash: Remove the package
GitHub Repository isn't found
cli/cli (cli/cli)
v2.65.0
: GitHub CLI 2.65.0Compare Source
What's Changed
gh pr create
by @cmbrose in https://github.com/cli/cli/pull/10177New Contributors
Full Changelog: cli/cli@v2.64.0...v2.65.0
eza-community/eza (eza-community/eza)
v0.20.16
: eza v0.20.16Compare Source
Changelog
[0.20.16] - 2025-01-09
Features
Miscellaneous Tasks
Build
Checksums
sha256sum
md5sum
blake3sum
fastfetch-cli/fastfetch (fastfetch-cli/fastfetch)
v2.34.0
Compare Source
Changes:
/etc/os-release
if it breaks your distro.Bugfixes:
pk-command-not-found
(#1467, Terminal, Linux)preRun
(#1489)Features:
kitty-icat
image protocol, which useskitten icat
to generate image datakitten icat
, we need to clear the screen before displaying the image logoLogo:
jesseduffield/lazygit (jesseduffield/lazygit)
v0.45.0
Compare Source
Lots of great improvements in this one! Thanks to all the contributors who helped make this release happen.
Apologies for the long waits between releases. As of https://github.com/jesseduffield/lazygit/pull/4146 we're now (almost) guaranteed to do monthly releases.
What's Changed
Enhancements 🔥
Fixes 🔧
micro
editor preset by @kytta in https://github.com/jesseduffield/lazygit/pull/4156Maintenance ⚙️
upload-artifact
anddownload-artifact
actions to v4 by @Juneezee in https://github.com/jesseduffield/lazygit/pull/4063Docs 📖
New Contributors
Full Changelog: jesseduffield/lazygit@v0.44.1...v0.45.0
sharkdp/bat (sharkdp/bat)
v0.25.0
Compare Source
Features
bat --squeeze-blank
/bat -s
will now squeeze consecutive empty lines, see #1441 (@eth-p) and #2665 (@einfachIrgendwer0815)bat --squeeze-limit
to set the maximum number of empty consecutive when using--squeeze-blank
, see #1441 (@eth-p) and #2665 (@einfachIrgendwer0815)PrettyPrinter::squeeze_empty_lines
to support line squeezing for bat as a library, see #1441 (@eth-p) and #2665 (@einfachIrgendwer0815)#!/usr/bin/env bun
#2913 (@sharunkumar)bat --strip-ansi={never,always,auto}
to remove ANSI escape sequences from bat's input, see #2999 (@eth-p)--binary=as-text
for printing binary content, see issue #2974 and PR #2976 (@einfachIrgendwer0815)--completion <shell>
, see issue #2057 and PR #3126 (@einfachIrgendwer0815)Bugfixes
NO_COLOR
support, see #2767 (@acuteenvy)time
dependency caused by standard library regression #3045 (@cyqsimon)$LESSOPEN
support, see #2805 (@Anomalocaridid)Other
zsh
completion, see #2772 (@okapia)bat
, see #2995 (@akinomyoga)Syntaxes
cmd-help
: scope subcommands followed by other terms, and other misc improvements, see #2819 (@victor-gp).xsh
files withxonsh
syntax that is Python, see #2840 (@anki-code).jsonc
withjson
syntax, see #2795 (@mxaddict).jsonld
files withjson
syntax, see #3037 (@vorburger).textproto
files withProtoBuf
syntax, see #3038 (@vorburger).geojson
files withjson
syntax, see #3084 (@mvaaltola).aws/{config,credentials}
, see #2795 (@mxaddict)/etc/wireguard/*.conf
, see #2874 (@cyqsimon)*.mkd
files toMarkdown
syntax, see issue #3060 and PR #3061 (@einfachIrgendwer0815)/etc/pacman.conf
#2961 (@cyqsimon)uv.lock
withTOML
syntax, see #3132 (@fepegar)Themes
bat
as a librarysyntax_mapping::SyntaxMapping
#2755 (@cyqsimon)SyntaxMapping::get_syntax_for
is now correctly publicSyntaxMapping::{empty,builtin}
are removed; useSyntaxMapping::new
insteadSyntaxMapping::mappings
is replaced bySyntaxMapping::{builtin,custom,all}_mappings
Controller::run_with_error_handler
's error handlerFnMut
, see #2831 (@rhysd)theme::theme
for choosing an appropriate theme based on theterminal's color scheme, see #2896 (@bash)
HighlightingAssets::default_theme
. Usetheme::default_theme
instead.PrettyPrinter::print_with_writer
for custom output destinations, see #3070 (@kojix2)starship/starship (starship/starship)
v1.22.1
Compare Source
Bug Fixes
v1.22.0
Compare Source
Features
battery.display
threshold (#6442) (2690a32){success,failure}_style
options (#6269) (e21775c)Bug Fixes
pipestatus_format
(#6404) (8a38b8f)whoami
on android (#6342) (af5d139), closes #6340Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.