chore(deps): update ⬆️ aqua-packages #298
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:
v4.208.0
->v4.208.1
1.32.0
->1.33.0
v2.53.0
->v2.54.0
v0.3.1
->v0.3.2
v1.11.1
->v1.11.2
v1.8.1
->v1.9.0
v0.54.2
->v0.54.3
v0.2.64
->v0.2.65
0.20.1
->0.21.1
v1.1292.1
->v1.1292.2
v0.2.5
->v0.3.0
v0.187.0
->v0.188.0
v1.4.1
->v1.4.2
Release Notes
aquaproj/aqua-registry (aquaproj/aqua-registry)
v4.208.1
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.208.0...v4.208.1
Fixes
#25346 junegunn/fzf: Follow up changes of fzf v0.54.2 for macOS
https://github.com/junegunn/fzf/releases/tag/v0.54.2
casey/just (casey/just)
v1.33.0
Compare Source
Fixed
shell()
expression working directory in submodules (#2285 by casey)Added
working-directory
setting (#2283 by nyurik)[group]
attribute on submodules (#2263 by jmwoliver)[script]
attribute and addset script-interpreter
(#2264 by casey)Misc
(no group)
header before ungrouped recipes (#2268 by casey)script-interpreter
setting (#2265 by casey)set dotenv-path
does not overrideset dotenv-filename
(#2262 by casey)cli/cli (cli/cli)
v2.54.0
Compare Source
fujiwara/awslim (fujiwara/awslim)
v0.3.2
Compare Source
hashicorp/packer (hashicorp/packer)
v1.11.2
Compare Source
1.11.2 (July 30, 2024)
FEATURES
Following up on the introduction of metadata for builds in Packer 1.11.0,
this version introduces more metadata. In addition to the version of Packer
core, and the plugins used, we now capture CI-specific environment variables
(gitlab-ci and github-actions for now), Git-specific information, OS details
like architecture and kernel version, and the command-line options passed
to packer build.
homeport/dyff (homeport/dyff)
v1.9.0
: dyff release v1.9.0Compare Source
What's Changed
--ignore-whitespace-changes
flag by @HeavyWombat in https://github.com/homeport/dyff/pull/385New Contributors
Full Changelog: homeport/dyff@v1.8.1...v1.9.0
junegunn/fzf (junegunn/fzf)
v0.54.3
: 0.54.3Compare Source
A regression in 0.54.0 would cause this to fail
fzf --height '~100%' --bind 'start:reload:seq 10'
nektos/act (nektos/act)
v0.2.65
Compare Source
Changelog
Bug fixes
3c7eda7
fix: docker stub and add a test for this (#2355)a1a96da
fix: changed location of actrc in info message (#2373)6de25a5
fix: make node tool non volatile (#2372)2ad5ff7
fix: add missing service container health check (#2354)Other
bda491e
chore: bump VERSION to 0.2.65cd8b710
remove double negation in --help (#2405)a62063b
Bump mergo to v1.0.0 with new module URL (#2403)2feff3f
build(deps): bump github.com/timshannon/bolthold to v0.0.0-20240314194003-30aac6950928 (#2248)570ccf3
Fix #2363. Add /pre- and /post-entrypoint handling (#2394)1d6a00c
build(deps): bump golang.org/x/term from 0.21.0 to 0.22.0 (#2387)21fe901
build(deps): bump github.com/adrg/xdg from 0.4.0 to 0.5.0 (#2398)1ac4b60
build(deps): bump megalinter/megalinter from 7.11.1 to 7.13.0 (#2389)simulot/immich-go (simulot/immich-go)
v0.21.1
Compare Source
Changelog
ca96b75
Improve get debug data (#413)c637717
edit readme (#420)ff81fd0
fix Takout zip is unsupported file type #357 (#415)1d3016e
fix motion photo files with MP~2 extension marked unsupported and skipped #405 (#419)v0.21.0
Compare Source
Refactoring the Google Photos import another time
Lot of users have reported inconsistencies in upload counters. Each user case a different, and the takeout structure varies a bit.
In order to debug those cases, I have developed a way to simulate the takeout import using only the the file list. Read how to send debug data without sharing photos.
Option to force the upload of images despite the lack of JSON
Each image in a takeout is supposed to come with A JSON file giving the date of capture and the GPS coordinate. There a few reason for this:
When asking another takeout isn't an option, it's possible to force the upload of photos with no JSON. Use the option
-upload-when-missing-JSON
The stack function is disabled
The stack function need to be improved #399, #345, #235
Meanwhile, it is disabled by default. You can enable it using the option
-create-stacks=TRUE
.fixes:
snyk/cli (snyk/cli)
v1.1292.2
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
Complete changelog
Bug Fixes
(#5384)
sxyazi/yazi (sxyazi/yazi)
v0.3.0
Compare Source
After three months of development, I'm excited to announce the release of Yazi 0.3 today! This version brings a host of new features and bug fixes. Thank you to every contributor for making Yazi better and better!
This is a breaking change release, so please make sure to read:
Mouse support
The plugin system now includes five new APIs for each component -
click
,scroll
,touch
,move
, anddrag
to handle mouse events. These APIs come with default implementations to cover common operations.This also allows plugin developers to extend mouse behavior and create any functionality they desire.
335989621-ffe7c094-b5a2-4391-9b07-3ff8140a3f5b.mp4
See https://github.com/sxyazi/yazi/pull/1038 for more info, thanks to @qsdrqs for his work on this!
New builtin
extract
pluginhttps://github.com/sxyazi/yazi/pull/1321 adds a builtin
extract
plugin for decompressing archives, with these features:screenshot-001928.mp4
Enhanced file preview
Yazi 0.3 now supports the following new format to preview:
This feature requires the optional dependency ImageMagick to enable it.
screenshot-001930.mp4
Package manager
Yazi 0.3 introduces the new
ya pack
subcommand for package management, making plugin and theme updates more convenient. This is especially important as the plugin system is not yet stable, so providing users with the ability to easily keep everything up to date is necessary.Add a new one to
package.toml
, then install it:ya pack -a Reledia/glow ### If it's a sub-directory under the repository ya pack -a yazi-rs/flavors#catppuccin-mocha
Install all packages configured in
package.toml
:Upgrade all packages in
package.toml
to the latest commit:See https://github.com/sxyazi/yazi/pull/985 for details.
Redesigned Icons
https://github.com/sxyazi/yazi/pull/1086 redesigns the icons, bringing the following improvements:
dirs
,files
, andexts
compile the icon rules into a HashMap at startup. This allows most icon matches to be completed with O(1) complexity, significantly enhancing performance.nvim-web-devicons
: This includes a richer and ready-to-use set of icons out of the box.fg_dark
is used). In the future, the terminal color will automatically choose the appropriate color. This was added as part of https://github.com/sxyazi/yazi/issues/988.is
Function: The originalis
functionality has been reimplemented asconds
to allow more complex conditional expressions, such ascond = "!dir & exec"
.Significant archive preview performance improvements
https://github.com/sxyazi/yazi/pull/1220 reimplements archive previewing to be streamed. This means only a small amount of necessary data needs to be read to display the preview immediately, rather than waiting for all the data to be returned and parsed as before.
Additionally, by replacing
lsar
with7zip
, the preview speed has been further improved. The new implementation also introduces two new features: icon display and file size display.Other improvements
These are a few of my favorite features. For a complete list of improvements in Yazi 0.3, check out the full changelog below.
What's Changed
yazi-cli
for Nix flake by @XYenon in https://github.com/sxyazi/yazi/pull/944*.opus
file icon by @Brixy in https://github.com/sxyazi/yazi/pull/967which
component by @mikavilpas in https://github.com/sxyazi/yazi/pull/975[filetype]
and[icon]
by @Brixy in https://github.com/sxyazi/yazi/pull/966created
attribute by @rafi in https://github.com/sxyazi/yazi/pull/987--force-window
option to mpv by @GOWxx in https://github.com/sxyazi/yazi/pull/998cargo binstall yazi-fm
andcargo binstall yazi-cli
by @slowsage in https://github.com/sxyazi/yazi/pull/1003ya
version in its output by @mikavilpas in https://github.com/sxyazi/yazi/pull/1005ya --version
by @fzdwx in https://github.com/sxyazi/yazi/pull/1006ya pack
displays help if no arguments are given by @mikavilpas in https://github.com/sxyazi/yazi/pull/1012--args
parameter forfd
anrg
search by @LatentDream in https://github.com/sxyazi/yazi/pull/1013debounce
option toya.input()
API by @sxyazi in https://github.com/sxyazi/yazi/pull/1025TERM=rxvt-unicode-256color
by @dtolnay in https://github.com/sxyazi/yazi/pull/1027stdin
and pipe forChild
API by @sxyazi in https://github.com/sxyazi/yazi/pull/1033exec
by @sxyazi in https://github.com/sxyazi/yazi/pull/1045Ctrl-c
instead ofCtrl-q
as the universal close key for all components by @sxyazi in https://github.com/sxyazi/yazi/pull/1047ignore
options fromrg
andfd
search by @chriszarate in https://github.com/sxyazi/yazi/pull/1043CONTRIBUTING.md
by @johan-naizu in https://github.com/sxyazi/yazi/pull/1052D-
by @sxyazi in https://github.com/sxyazi/yazi/pull/1069st
forks cannot be detected by @sxyazi in https://github.com/sxyazi/yazi/pull/1094pack --list
subcommand to Ya CLI by @lpnh in https://github.com/sxyazi/yazi/pull/1110yazi --debug
by @omagdy7 in https://github.com/sxyazi/yazi/pull/1112SIGINT
signal from the spawned subprocess by @sxyazi in https://github.com/sxyazi/yazi/pull/1131mouse_events=[]
; add newcursor_blink
to control cursor style of input components by @sxyazi in https://github.com/sxyazi/yazi/pull/1139ya sub
subcommand for the Ya CLI by @mikavilpas in https://github.com/sxyazi/yazi/pull/1004sender
ID in static messages by @sxyazi in https://github.com/sxyazi/yazi/pull/1172hover
events for DDS by @Xerxes-2 in https://github.com/sxyazi/yazi/pull/1187x-ndjson
mime-type for JSON files by @sxyazi in https://github.com/sxyazi/yazi/pull/1190max_width
andmax_height
settings by @sxyazi in https://github.com/sxyazi/yazi/pull/1200magick
plugin not working properly by @sxyazi in https://github.com/sxyazi/yazi/pull/1213--hovered
option to therename
andremove
commands by @hankertrix in https://github.com/sxyazi/yazi/pull/1227nlink
property to theCha
plugin API by @Ape in https://github.com/sxyazi/yazi/pull/1279random
option to thesort
command by @zooeywm in https://github.com/sxyazi/yazi/pull/1291YAZI_ID
as a command line argument by @mikavilpas in https://github.com/sxyazi/yazi/pull/1305use-dev-tty
to fix piping to Yazi on macOS by @joshuali925 in https://github.com/sxyazi/yazi/pull/1317%@​
argument extension on Windows to align with Unix platforms by @sxyazi in https://github.com/sxyazi/yazi/pull/1319F1
also show the help menu by @CyberShadow in https://github.com/sxyazi/yazi/pull/1336outputHashes
fornotify
git dependency by @uncenter in https://github.com/sxyazi/yazi/pull/1373VERGEN_*
build env vars by @uncenter in https://github.com/sxyazi/yazi/pull/1375nixfmt-rfc-style
by @uncenter in https://github.com/sxyazi/yazi/pull/1376New Contributors
Full Changelog: sxyazi/yazi@v0.2.5...v0.3.0
weaveworks/eksctl (weaveworks/eksctl)
v0.188.0
: eksctl 0.188.0Compare Source
Release v0.188.0
🚀 Features
🎯 Improvements
🧰 Maintenance
withgraphite/homebrew-tap (withgraphite/homebrew-tap)
v1.4.2
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.