chore(deps): update ⬆️ aqua-packages #330
Merged
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:
14.1.0
->14.1.1
v0.9.4
->v0.9.5
v4.219.0
->v4.220.1
v0.14.4
->v0.14.5
v2.55.0
->v2.56.0
0.18.1
->0.18.2
v0.19.2
->v0.19.3
v1.60.3
->v1.61.0
v3.15.4
->v3.16.1
v0.43.1
->v0.44.0
v1.2.0
->v1.3.0
v1.33.1
->v1.34.0
v0.2.66
->v0.2.67
v1.1293.0
->v1.1293.1
v3.1.0
->v3.2.2
v2.52.1
->v2.52.2
Release Notes
BurntSushi/ripgrep (BurntSushi/ripgrep)
v14.1.1
Compare Source
===================
This is a minor release with a bug fix for a matching bug. In particular, a bug
was found that could cause ripgrep to ignore lines that should match. That is,
false negatives. It is difficult to characterize the specific set of regexes
in which this occurs as it requires multiple different optimization strategies
to collide and produce an incorrect result. But as one reported example, in
ripgrep, the regex
(?i:e.x|ex)
does not matche-x
when it should. (Thisbug is a result of an inner literal optimization performed in the
grep-regex
crate and not in the
regex
crate.)Bug fixes:
Fix bug where ripgrep could miss some matches that it should report.
Miscellaneous:
Remove ripgrep's
simd-accel
feature because it was frequently broken.ajeetdsouza/zoxide (ajeetdsouza/zoxide)
v0.9.5
: 0.9.5Compare Source
Added
cd
completions.alias cd=z
.--bin-dir
,--man-dir
,--arch
, and--sudo
.z -- dir
style queries.Changed
--select-1
from default options. The interactive selector willnow open up even if there is only one match.
$_ZO_DATA_DIR
is an absolute path.Fixed
directory
z -x
).z -
now works as expected.cd
command is now copied directly from$__fish_data_dir/functions/cd.fish
. This should minimize the chances of aninfinite loop when aliasing
cd=z
.$_ZO_RESOLVE_SYMLINKS=0
.aquaproj/aqua-registry (aquaproj/aqua-registry)
v4.220.1
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.220.0...v4.220.1
Fixes
#26717 tailscale/tailscale: Add the command tailscaled on Linux
v4.220.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.219.1...v4.220.0
🎉 New Packages
#26714 tailscale/tailscale: The easiest, most secure way to use WireGuard and 2FA
v4.219.1
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.219.0...v4.219.1
Fixes
#26642 fix(sxyazi/yazi): add
ya
command @wancupYazi introduced a separate command called ya in Yazi v0.2.5.
https://github.com/sxyazi/yazi/releases/tag/v0.2.5
#26528 its-danny/koji: Rename the package to
cococonscious/koji
The repository was transferred.
#26386 zoncoen/scenarigo: Fix scenarigo using vars
charmbracelet/gum (charmbracelet/gum)
v0.14.5
Compare Source
This is a small maintenance release to bump dependencies, update linter config, and adjust GoReleaser configuration.
Changelog
Bug fixes
b9611e1
: fix: lint issues (#663) (@caarlos0)Dependency updates
6837ed2
: feat(deps): bump github.com/charmbracelet/bubbletea from 0.27.0 to 1.0.0 (#661) (@dependabot[bot])8ab6253
: feat(deps): bump github.com/charmbracelet/bubbletea from 1.0.0 to 1.1.0 (#665) (@dependabot[bot])65e46d6
: feat(deps): bump github.com/charmbracelet/x/ansi from 0.2.2 to 0.2.3 (#656) (@dependabot[bot])Other work
a30dda5
: build: fix goreleaser version (@caarlos0)1917023
: ci: fix dependabot config (@caarlos0)Verifying the artifacts
First, download the
checksums.txt
file, for example, withwget
:wget 'https://github.com/charmbracelet/gum/releases/download/v0.14.5/checksums.txt'
Then, verify it using
cosign
:If the output is
Verified OK
, you can safely use it to verify the checksums of other artifacts you downloaded from the release usingsha256sum
:Done! You artifacts are now verified!
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
cli/cli (cli/cli)
v2.56.0
: GitHub CLI 2.56.0Compare Source
Important note about renewed GPG key
The Debian and RedHat releases have been signed with a new GPG key. If you are experiencing issues updating your
.deb
or.rpm
packages, please read cli/cli#9569.What's Changed
gh repo sync
stdout by @muzimuzhi in https://github.com/cli/cli/pull/9491Internal
fromgh repo create
prompt when owner is not an org by @jtmcg in https://github.com/cli/cli/pull/9465gh run view
by @benebsiny in https://github.com/cli/cli/pull/9482repo sync
by @muzimuzhi in https://github.com/cli/cli/pull/9509gh attestation verify
handles empty JSONL files by @malancas in https://github.com/cli/cli/pull/9541New Contributors
Full Changelog: cli/cli@v2.55.0...v2.56.0
dandavison/delta (dandavison/delta)
v0.18.2
Compare Source
This patch release fixes various panics reported by users that were due to v0.1.13 of the
unicode-width
crate. See https://github.com/dandavison/delta/pull/1858 and https://github.com/unicode-rs/unicode-width/issues/66.What's Changed
Catppuccin Latte
name inLIGHT_SYNTAX_THEMES
list by @injust in https://github.com/dandavison/delta/pull/1823--dark
to override dark/light detected from syntax theme by @bash in https://github.com/dandavison/delta/pull/1843Full Changelog: dandavison/delta@0.18.1...0.18.2
eza-community/eza (eza-community/eza)
v0.19.3
: eza v0.19.3Compare Source
Changelog
[0.19.3] - 2024-09-12
Bug Fixes
Documentation
Features
Miscellaneous Tasks
Refactor
Build
Checksums
sha256sum
md5sum
blake3sum
golangci/golangci-lint (golangci/golangci-lint)
v1.61.0
Compare Source
helm/helm (helm/helm)
v3.16.1
Compare Source
v3.16.0
Compare Source
jesseduffield/lazygit (jesseduffield/lazygit)
v0.44.0
Compare Source
What's Changed
Lots of great changes in this release. Thanks to everybody who contributed!
Enhancements 🔥
<repo>/.git/lazygit.yml
. Settings in these files override settings in the global config file. In addition, files called.lazygit.yml
in any of the parent directories of a repo will also be loaded; this can be useful if you have settings that you want to apply to a group of repositories.Screen.Recording.2024-09-07.at.12.29.15.pm.mov
Screen.Recording.2024-09-07.at.12.30.48.pm.mov
SelectedCommit
to refer to the selected commit regardless of which commits panel you're in (local commits, reflog, etc)SelectedPath
whether you're in the files panel or the commit-files panel.git.autoStageResolvedConflicts
to false in your config, lazygit will no longer auto-stage files in which you've resolved merge conflicts.<
/>
and,
/.
in sticky range select mode in patch explorer by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/3837Fixes 🔧
Maintenance ⚙️
New Contributors
Full Changelog: jesseduffield/lazygit@v0.43.1...v0.44.0
konradsz/igrep (konradsz/igrep)
v1.3.0
Compare Source
which
crate-w
/--word-regexp
argless
as an editor optionkubernetes/minikube (kubernetes/minikube)
v1.34.0
Compare Source
📣😀 Please fill out our fast 5-question survey so that we can learn how & why you use minikube, and what improvements we should make. Thank you! 💃🎉
Release Notes
Version 1.34.0 - 2024-09-04
Breaking Changes:
Features:
-o json
option foraddon images
command #19364Improvements:
NVIDIA_DRIVER_CAPABILITIES
toall
when GPU is enabled #19345mount
on system missing 9P #18995profile list --output json
handle empty config folder #16900Bugs:
--interactive=false
#19531Version Upgrades:
2024042
to2024080
#19068 #19184 #19478For a more detailed changelog, including changes occurring in pre-release versions, see CHANGELOG.md.
Thank you to our contributors for this release!
Thank you to our PR reviewers for this release!
Thank you to our triage members for this release!
Check out our contributions leaderboard for this release!
Installation
See Getting Started
Binary Checksums
darwin-amd64:
0f73648ab726c6d7822444536e7a5d7eb4d8b0c193ecfc17771d4811c4efa5c0
darwin-arm64:
d760e65502017b716dec55c17e2c94c8e7a739d30650ffa698f4f4104a18314c
linux-amd64:
c4a625f9b4a4523e74b745b6aac8b0bf45062472be72cd38a23c91ec04d534c9
linux-arm:
19172329d564e68e6379e90de1a653aa445d7a91e3521ed9b8a3bfbbb257bbae
linux-arm64:
fbe55f563ac33328320d64c319f635386fe020eedf25cba8ebf3850048deb7ae
linux-ppc64le:
e1bd56569a49713eec99f931cb755b4836163321f1744480099387250e12b127
linux-s390x:
cca05a534ad7454bb07e6c27fd206988b1ad20b4f194d8d73a6e8165d4a70952
windows-amd64.exe:
cb80b30202901c10baf207441bf5c7a18b33e11618a2a474a9403eabdf2de26b
ISO Checksums
amd64:
0da9cfaa98f2c9f37b401519d846145fccdd8bf0cae46b32c0b8a4c054a4c070
arm64:
526783ddba495fe611bc38e937a53f8f2c4d77de243b469185f611ba80908f17
nektos/act (nektos/act)
v0.2.67
Compare Source
Changelog
Bug fixes
4143017
fix: schema validation for job if functions (#2446)32b6bb7
fix: artifact v4 upload above 8MB (#2402)Other
f75a2d8
chore: bump VERSION to 0.2.67d8b6f61
build(deps): bump golang.org/x/term from 0.23.0 to 0.24.0 (#2442)snyk/cli (snyk/cli)
v1.1293.1
Compare Source
The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation
News
downloads.snyk.io
instead ofstatic.snyk.io
. This includes intallation fromnpm
.tofuutils/tenv (tofuutils/tenv)
v3.2.2
Compare Source
What's Changed
Full Changelog: tofuutils/tenv@v3.2.1...v3.2.2
v3.2.1
Compare Source
What's Changed
Full Changelog: tofuutils/tenv@v3.2.0...v3.2.1
twpayne/chezmoi (twpayne/chezmoi)
v2.52.2
Compare Source
Changelog
Features
7aee332
feat: Support YubiKeys in KeePassXC open modeDocumentation updates
f67e048
docs: Add home page section on getting helpea8d95d
docs: Add Stack Overflow to social media links37eab81
docs: Add FAQ entry on using delta as the diff toolfdb2065
docs: Add FAQ entry on running scripts periodicallya3de4a8
docs: Add FAQ entry on running a script when a git-repo external changesb56a600
docs: Add FAQ entry on literal {{ and }} in templatesd414e0f
docs: Add warning on using externals for large files or archivesd9f4717
docs: Add how to use VSCode as the diff and merge tool2a64e42
docs: Make features and portability more prominent on home page3a17101
docs: Add links to articles0355a62
docs: Add link to blog1ac3014
docs: Add github.com/b3nj5m1n/xdg-ninja to related softwareConfiguration
📅 Schedule: Branch creation - "after 4pm on thursday" in timezone America/Los_Angeles, 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.