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.11.32.0->1.33.0v2.53.0->v2.54.0v0.3.1->v0.3.2v1.11.1->v1.11.2v1.8.1->v1.9.0v0.54.2->v0.54.3v0.2.64->v0.2.650.20.1->0.21.1v1.1292.1->v1.1292.2v0.2.5->v0.3.0v0.187.0->v0.188.0v1.4.1->v1.4.2Release Notes
aquaproj/aqua-registry (aquaproj/aqua-registry)
v4.208.1Compare 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.0Compare Source
Fixed
shell()expression working directory in submodules (#2285 by casey)Added
working-directorysetting (#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-interpretersetting (#2265 by casey)set dotenv-pathdoes not overrideset dotenv-filename(#2262 by casey)cli/cli (cli/cli)
v2.54.0Compare Source
fujiwara/awslim (fujiwara/awslim)
v0.3.2Compare Source
hashicorp/packer (hashicorp/packer)
v1.11.2Compare 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-changesflag 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.65Compare Source
Changelog
Bug fixes
3c7eda7fix: docker stub and add a test for this (#2355)a1a96dafix: changed location of actrc in info message (#2373)6de25a5fix: make node tool non volatile (#2372)2ad5ff7fix: add missing service container health check (#2354)Other
bda491echore: bump VERSION to 0.2.65cd8b710remove double negation in --help (#2405)a62063bBump mergo to v1.0.0 with new module URL (#2403)2feff3fbuild(deps): bump github.com/timshannon/bolthold to v0.0.0-20240314194003-30aac6950928 (#2248)570ccf3Fix #2363. Add /pre- and /post-entrypoint handling (#2394)1d6a00cbuild(deps): bump golang.org/x/term from 0.21.0 to 0.22.0 (#2387)21fe901build(deps): bump github.com/adrg/xdg from 0.4.0 to 0.5.0 (#2398)1ac4b60build(deps): bump megalinter/megalinter from 7.11.1 to 7.13.0 (#2389)simulot/immich-go (simulot/immich-go)
v0.21.1Compare Source
Changelog
ca96b75Improve get debug data (#413)c637717edit readme (#420)ff81fd0fix Takout zip is unsupported file type #357 (#415)1d3016efix motion photo files with MP~2 extension marked unsupported and skipped #405 (#419)v0.21.0Compare 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-JSONThe 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.2Compare 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.0Compare 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, anddragto 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
extractpluginhttps://github.com/sxyazi/yazi/pull/1321 adds a builtin
extractplugin 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 packsubcommand 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-mochaInstall all packages configured in
package.toml:Upgrade all packages in
package.tomlto 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, andextscompile 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_darkis 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.isFunction: The originalisfunctionality has been reimplemented ascondsto 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
lsarwith7zip, 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-clifor Nix flake by @XYenon in https://github.com/sxyazi/yazi/pull/944*.opusfile icon by @Brixy in https://github.com/sxyazi/yazi/pull/967whichcomponent by @mikavilpas in https://github.com/sxyazi/yazi/pull/975[filetype]and[icon]by @Brixy in https://github.com/sxyazi/yazi/pull/966createdattribute by @rafi in https://github.com/sxyazi/yazi/pull/987--force-windowoption to mpv by @GOWxx in https://github.com/sxyazi/yazi/pull/998cargo binstall yazi-fmandcargo binstall yazi-cliby @slowsage in https://github.com/sxyazi/yazi/pull/1003yaversion in its output by @mikavilpas in https://github.com/sxyazi/yazi/pull/1005ya --versionby @fzdwx in https://github.com/sxyazi/yazi/pull/1006ya packdisplays help if no arguments are given by @mikavilpas in https://github.com/sxyazi/yazi/pull/1012--argsparameter forfdanrgsearch by @LatentDream in https://github.com/sxyazi/yazi/pull/1013debounceoption toya.input()API by @sxyazi in https://github.com/sxyazi/yazi/pull/1025TERM=rxvt-unicode-256colorby @dtolnay in https://github.com/sxyazi/yazi/pull/1027stdinand pipe forChildAPI by @sxyazi in https://github.com/sxyazi/yazi/pull/1033execby @sxyazi in https://github.com/sxyazi/yazi/pull/1045Ctrl-cinstead ofCtrl-qas the universal close key for all components by @sxyazi in https://github.com/sxyazi/yazi/pull/1047ignoreoptions fromrgandfdsearch by @chriszarate in https://github.com/sxyazi/yazi/pull/1043CONTRIBUTING.mdby @johan-naizu in https://github.com/sxyazi/yazi/pull/1052D-by @sxyazi in https://github.com/sxyazi/yazi/pull/1069stforks cannot be detected by @sxyazi in https://github.com/sxyazi/yazi/pull/1094pack --listsubcommand to Ya CLI by @lpnh in https://github.com/sxyazi/yazi/pull/1110yazi --debugby @omagdy7 in https://github.com/sxyazi/yazi/pull/1112SIGINTsignal from the spawned subprocess by @sxyazi in https://github.com/sxyazi/yazi/pull/1131mouse_events=[]; add newcursor_blinkto control cursor style of input components by @sxyazi in https://github.com/sxyazi/yazi/pull/1139ya subsubcommand for the Ya CLI by @mikavilpas in https://github.com/sxyazi/yazi/pull/1004senderID in static messages by @sxyazi in https://github.com/sxyazi/yazi/pull/1172hoverevents for DDS by @Xerxes-2 in https://github.com/sxyazi/yazi/pull/1187x-ndjsonmime-type for JSON files by @sxyazi in https://github.com/sxyazi/yazi/pull/1190max_widthandmax_heightsettings by @sxyazi in https://github.com/sxyazi/yazi/pull/1200magickplugin not working properly by @sxyazi in https://github.com/sxyazi/yazi/pull/1213--hoveredoption to therenameandremovecommands by @hankertrix in https://github.com/sxyazi/yazi/pull/1227nlinkproperty to theChaplugin API by @Ape in https://github.com/sxyazi/yazi/pull/1279randomoption to thesortcommand by @zooeywm in https://github.com/sxyazi/yazi/pull/1291YAZI_IDas a command line argument by @mikavilpas in https://github.com/sxyazi/yazi/pull/1305use-dev-ttyto 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/1319F1also show the help menu by @CyberShadow in https://github.com/sxyazi/yazi/pull/1336outputHashesfornotifygit 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-styleby @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.2Compare 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.