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.1v0.9.4->v0.9.5v4.219.0->v4.220.1v0.14.4->v0.14.5v2.55.0->v2.56.00.18.1->0.18.2v0.19.2->v0.19.3v1.60.3->v1.61.0v3.15.4->v3.16.1v0.43.1->v0.44.0v1.2.0->v1.3.0v1.33.1->v1.34.0v0.2.66->v0.2.67v1.1293.0->v1.1293.1v3.1.0->v3.2.2v2.52.1->v2.52.2Release Notes
BurntSushi/ripgrep (BurntSushi/ripgrep)
v14.1.1Compare 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-xwhen it should. (Thisbug is a result of an inner literal optimization performed in the
grep-regexcrate and not in the
regexcrate.)Bug fixes:
Fix bug where ripgrep could miss some matches that it should report.
Miscellaneous:
Remove ripgrep's
simd-accelfeature because it was frequently broken.ajeetdsouza/zoxide (ajeetdsouza/zoxide)
v0.9.5: 0.9.5Compare Source
Added
cdcompletions.alias cd=z.--bin-dir,--man-dir,--arch, and--sudo.z -- dirstyle queries.Changed
--select-1from default options. The interactive selector willnow open up even if there is only one match.
$_ZO_DATA_DIRis an absolute path.Fixed
directory
z -x).z -now works as expected.cdcommand 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.1Compare 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.0Compare 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.1Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.219.0...v4.219.1
Fixes
#26642 fix(sxyazi/yazi): add
yacommand @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/kojiThe repository was transferred.
#26386 zoncoen/scenarigo: Fix scenarigo using vars
charmbracelet/gum (charmbracelet/gum)
v0.14.5Compare 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.txtfile, 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
.debor.rpmpackages, please read cli/cli#9569.What's Changed
gh repo syncstdout by @muzimuzhi in https://github.com/cli/cli/pull/9491Internalfromgh repo createprompt when owner is not an org by @jtmcg in https://github.com/cli/cli/pull/9465gh run viewby @benebsiny in https://github.com/cli/cli/pull/9482repo syncby @muzimuzhi in https://github.com/cli/cli/pull/9509gh attestation verifyhandles 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.2Compare Source
This patch release fixes various panics reported by users that were due to v0.1.13 of the
unicode-widthcrate. See https://github.com/dandavison/delta/pull/1858 and https://github.com/unicode-rs/unicode-width/issues/66.What's Changed
Catppuccin Lattename inLIGHT_SYNTAX_THEMESlist by @injust in https://github.com/dandavison/delta/pull/1823--darkto 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.0Compare Source
helm/helm (helm/helm)
v3.16.1Compare Source
v3.16.0Compare Source
jesseduffield/lazygit (jesseduffield/lazygit)
v0.44.0Compare 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.ymlin 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
SelectedCommitto refer to the selected commit regardless of which commits panel you're in (local commits, reflog, etc)SelectedPathwhether you're in the files panel or the commit-files panel.git.autoStageResolvedConflictsto 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.0Compare Source
whichcrate-w/--word-regexparglessas an editor optionkubernetes/minikube (kubernetes/minikube)
v1.34.0Compare 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 jsonoption foraddon imagescommand #19364Improvements:
NVIDIA_DRIVER_CAPABILITIEStoallwhen GPU is enabled #19345mounton system missing 9P #18995profile list --output jsonhandle empty config folder #16900Bugs:
--interactive=false#19531Version Upgrades:
2024042to2024080#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:
0f73648ab726c6d7822444536e7a5d7eb4d8b0c193ecfc17771d4811c4efa5c0darwin-arm64:
d760e65502017b716dec55c17e2c94c8e7a739d30650ffa698f4f4104a18314clinux-amd64:
c4a625f9b4a4523e74b745b6aac8b0bf45062472be72cd38a23c91ec04d534c9linux-arm:
19172329d564e68e6379e90de1a653aa445d7a91e3521ed9b8a3bfbbb257bbaelinux-arm64:
fbe55f563ac33328320d64c319f635386fe020eedf25cba8ebf3850048deb7aelinux-ppc64le:
e1bd56569a49713eec99f931cb755b4836163321f1744480099387250e12b127linux-s390x:
cca05a534ad7454bb07e6c27fd206988b1ad20b4f194d8d73a6e8165d4a70952windows-amd64.exe:
cb80b30202901c10baf207441bf5c7a18b33e11618a2a474a9403eabdf2de26bISO Checksums
amd64:
0da9cfaa98f2c9f37b401519d846145fccdd8bf0cae46b32c0b8a4c054a4c070arm64:
526783ddba495fe611bc38e937a53f8f2c4d77de243b469185f611ba80908f17nektos/act (nektos/act)
v0.2.67Compare Source
Changelog
Bug fixes
4143017fix: schema validation for job if functions (#2446)32b6bb7fix: artifact v4 upload above 8MB (#2402)Other
f75a2d8chore: bump VERSION to 0.2.67d8b6f61build(deps): bump golang.org/x/term from 0.23.0 to 0.24.0 (#2442)snyk/cli (snyk/cli)
v1.1293.1Compare 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.ioinstead ofstatic.snyk.io. This includes intallation fromnpm.tofuutils/tenv (tofuutils/tenv)
v3.2.2Compare Source
What's Changed
Full Changelog: tofuutils/tenv@v3.2.1...v3.2.2
v3.2.1Compare Source
What's Changed
Full Changelog: tofuutils/tenv@v3.2.0...v3.2.1
twpayne/chezmoi (twpayne/chezmoi)
v2.52.2Compare Source
Changelog
Features
7aee332feat: Support YubiKeys in KeePassXC open modeDocumentation updates
f67e048docs: Add home page section on getting helpea8d95ddocs: Add Stack Overflow to social media links37eab81docs: Add FAQ entry on using delta as the diff toolfdb2065docs: Add FAQ entry on running scripts periodicallya3de4a8docs: Add FAQ entry on running a script when a git-repo external changesb56a600docs: Add FAQ entry on literal {{ and }} in templatesd414e0fdocs: Add warning on using externals for large files or archivesd9f4717docs: Add how to use VSCode as the diff and merge tool2a64e42docs: Make features and portability more prominent on home page3a17101docs: Add links to articles0355a62docs: Add link to blog1ac3014docs: 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.