chore(deps): update ⬆️ aqua-packages #320
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:
v2.30.0
->v2.31.0
v4.217.0
->v4.219.0
1.34.0
->1.35.0
v0.19.0
->v0.19.1
v0.3.3
->v0.3.4
v0.54.3
->v0.55.0
v0.2.65
->v0.2.66
v1.1292.4
->v1.1293.0
v0.3.1
->v0.3.2
v1.4.3
->v1.4.4
Release Notes
aquaproj/aqua (aquaproj/aqua)
v2.31.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.30.0...v2.31.0
Overview
Featuers
#2978 #2994 Support verifying packages with minisign
#3052 Support passing variables
Fixes
#3012 Fix typo
temporal
. Replace them withtemporary
#3017 #3024 Stop using
replace
directiveOthers
Update Go 1.22.5 to 1.22.6
Feature - Support verifying packages with minisign
#2978 #2994
Support verifying packages with minisign.
Why is the feature needed?
To install some packages securely.
For example, zig is signed by minisign.
Example Code
This feature is similar to Cosign and slsa-verifier.
https://aquaproj.github.io/docs/reference/registry-config/cosign/
This feature depends on minisign.
So aqua should install minisign transparently same as Cosign and slsa-verifier.
registry.yaml
Feature - Support passing variables
#3052
Add the optional field
vars
in aqua.yaml and Registry.vars
in Registrye.g.
vars
is a list of variables.Fields of a variable
Variables are passed to template strings as
.Vars.<template name>
.e.g.
vars
in aqua.yamle.g.
vars
is a map of variables.The key is a variable name and the value is a variable value.
aquaproj/aqua-registry (aquaproj/aqua-registry)
v4.219.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.218.0...v4.219.0
🎉 New Packages
#26329 k1LoW/oldstable: Check if version of go directive in go.mod is oldstable @ponkio-o
Fixes
#26341 ollama/ollama: Regenerate the setting
#26330 zyedidia/micro: Regenerate the setting
#26303 kcp-dev/kcp/kubectl-kcp: Follow up changes of kcp v0.25.0
#26339 Rename the package
daguflow/dagu
todagu-org/dagu
#26259 Rename the package
soywod/himalaya
topimalaya/himalaya
v4.218.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.217.0...v4.218.0
🎉 New Packages
#26241 ogen-go/ogen OpenAPI v3 code generator for go @ntk221
Fixes
#26249 rossmacarthur/sheldon: Regenerate the setting
casey/just (casey/just)
v1.35.0
Compare Source
Changed
[private]
attribute on assignments (#2300 by adsnaider)Misc
.sha256sum
files for release artifacts (#2323 by twm)--help
output (#2302 by casey)eza-community/eza (eza-community/eza)
v0.19.1
: eza v0.19.1Compare Source
Changelog
[0.19.1] - 2024-08-28
Bug Fixes
Miscellaneous Tasks
Build
Checksums
sha256sum
md5sum
blake3sum
fujiwara/awslim (fujiwara/awslim)
v0.3.4
Compare Source
junegunn/fzf (junegunn/fzf)
v0.55.0
: 0.55.0Compare Source
Release highlights: https://junegunn.github.io/fzf/releases/0.55.0/
exact-boundary-match
type to the search syntax. When a search term is single-quoted, fzf will search for the exact occurrences of the string with both ends at word boundaries.complete -D
option__fzf_default_completion
function for more information$FZF_DEFAULT_OPTS
and$FZF_DEFAULT_OPTS_FILE
Layout options
...
'
--ellipsis
is now··
instead of..
.exit
callback that is called with the exit status of fzf--tmux bottom
when the status line is not at the bottom--read0
or--wrap
)ps
command forkill
completion on Cygwinnektos/act (nektos/act)
v0.2.66
Compare Source
Changelog
New Features
102e6cb
feat: Validate GitHub Actions schema (#2416)Other
38e43bd
chore: bump VERSION to 0.2.66c9ae534
build(deps): bump golang.org/x/term from 0.22.0 to 0.23.0 (#2421)ca292cd
build(deps): bump megalinter/megalinter from 7.13.0 to 8.0.0 (#2436)f79a13e
build(deps): bump dario.cat/mergo from 1.0.0 to 1.0.1 (#2430)60a2fed
fix GOOS parsing to match expected GHA RUNNER_OS values (#2422)snyk/cli (snyk/cli)
v1.1293.0
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
,homebrew
andscoop
as well as many of the CI/CD integrations.Features
Bug Fixes
sbom test
command, include CWE values onCWE
property (#5331) (99773c3)sxyazi/yazi (sxyazi/yazi)
v0.3.2
Compare Source
This version introduces two eagerly awaited new features: a brand-new
confirm
component, and word wrapping.Brand-new
confirm
componenthttps://github.com/sxyazi/yazi/pull/1167 (thanks to @thelamb) introduces a brand-new
confirm
component that handles various confirmations (like trashing files, deleting files, overwriting files, and exit confirmations). The goal is to provide a safer and more efficient user experience:Enter
once, instead of typing"y"
and then pressingEnter
. This should be a nice quality-of-life improvement.screenshot-001973.mp4
Word wrapping
https://github.com/sxyazi/yazi/pull/1159 (thanks to @mskvsk and @ArtyomArtamonov) adds a new
wrap
option under[preview]
, which can be set to"no"
or"yes"
. When set to"yes"
, word wrapping is enabled:Image preview performance optimization
I've been working on optimizing Yazi's image preview speed, and with multi-threading, preloading, and a built-in image decoder, it should already be the fastest among all terminal file managers.
However, I noticed some lag during fast scrolling and realized that at this point, the performance bottleneck isn't Yazi itself, but rather the terminal. When users scroll quickly, Yazi processes the images at a very high speed and sends them to the terminal, but the terminal can't keep up with processing them in time, which gives the impression of lag. In reality, it's not Yazi that's lagging, but the terminal.
https://github.com/sxyazi/yazi/pull/1512 introduces a new
image_delay
configuration option to address this issue. When previewing images, it will wait at leastimage_delay
milliseconds before starting to send the decoded image data to the terminal.This gives the terminal a breather and creates the perception that the file list is still scrolling smoothly. Additionally, this can reduce the CPU overhead caused by immediate image decoding during fast scrolling, thereby extending battery life.
Before:
358916490-8cf40a08-95b5-44fd-a16b-a1efb70b25f6.mp4
Now:
358916499-b5dde838-b700-4fa3-97be-543abff0f4ab.mp4
New
--dir
option for thecreate
commandThe
create
command is designed to support creating both files and directories (with/
or\
at the end to indicate a directory).However, this isn't user-friendly for those who need to create many directories but few files, as they always have to type
/
or\
.https://github.com/sxyazi/yazi/pull/1505 (thanks to @abstrakct) introduces a new
--dir
option that explicitly specifies creating directories without needing to type/
or\
every time.What's Changed
ansi-to-tui
to5.0.0-rc.1
to resolveratatui
version conflict by @sxyazi in https://github.com/sxyazi/yazi/pull/1499--dir
option tocreate
command by @abstrakct in https://github.com/sxyazi/yazi/pull/1505ext()
method toUrl
userdata by @sxyazi in https://github.com/sxyazi/yazi/pull/1528confirm
component by @thelamb in https://github.com/sxyazi/yazi/pull/1167MACOSX_DEPLOYMENT_TARGE
to 10.11 to make the binary compatible with old macOS by @hronro in https://github.com/sxyazi/yazi/pull/1532code
previewer handle invalid carriage return chars and binary streams better by @sxyazi in https://github.com/sxyazi/yazi/pull/1550\r
fixes only to content within the visible range, avoid unnecessary allocations during natural sorting by @sxyazi in https://github.com/sxyazi/yazi/pull/1551which
candidates that overlap with longer key chords by @sxyazi in https://github.com/sxyazi/yazi/pull/1562DECSET
andDECRQM
tmux passthrough by @sxyazi in https://github.com/sxyazi/yazi/pull/1564New Contributors
Full Changelog: sxyazi/yazi@v0.3.1...v0.3.2
withgraphite/homebrew-tap (withgraphite/homebrew-tap)
v1.4.4
Compare Source
Configuration
📅 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.