yasunori0418 / dotfiles

My dotfiles, all my wisdom, my castle.
Other
35 stars 2 forks source link

chore(deps): update aqua #201

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
aquaproj/aqua-registry minor v4.216.0 -> v4.218.0
jdx/mise patch v2024.8.12 -> v2024.8.13
rossmacarthur/sheldon minor 0.7.4 -> 0.8.0

Release Notes

aquaproj/aqua-registry (aquaproj/aqua-registry) ### [`v4.218.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.218.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.217.0...v4.218.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.218.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.218.0) | https://github.com/aquaproj/aqua-registry/compare/v4.217.0...v4.218.0 #### ๐ŸŽ‰ New Packages [#​26241](https://togithub.com/aquaproj/aqua-registry/issues/26241) [ogen-go/ogen](https://togithub.com/ogen-go/ogen) OpenAPI v3 code generator for go [@​ntk221](https://togithub.com/ntk221) #### Fixes [#​26249](https://togithub.com/aquaproj/aqua-registry/issues/26249) rossmacarthur/sheldon: Regenerate the setting ### [`v4.217.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.217.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.216.0...v4.217.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.217.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.217.0) | https://github.com/aquaproj/aqua-registry/compare/v4.216.0...v4.217.0 ##### ๐ŸŽ‰ New Packages [#​26217](https://togithub.com/aquaproj/aqua-registry/issues/26217) [1password/cli](https://developer.1password.com/docs/cli): 1Password CLI brings 1Password to your terminal. Sign in to 1Password CLI with your fingerprint, and securely access everything you need during development [@​shoppingjaws](https://togithub.com/shoppingjaws) ##### Fixes [#​26230](https://togithub.com/aquaproj/aqua-registry/issues/26230) apache/maven-mvnd: change the package type to http - [https://github.com/apache/maven-mvnd/issues/1109#issuecomment-2308500940](https://togithub.com/apache/maven-mvnd/issues/1109#issuecomment-2308500940)
jdx/mise (jdx/mise) ### [`v2024.8.13`](https://togithub.com/jdx/mise/releases/tag/v2024.8.13) [Compare Source](https://togithub.com/jdx/mise/compare/v2024.8.12...v2024.8.13) ##### ๐Ÿ› Bug Fixes - add suggestion for invalid use of repo_url by [@​jdx](https://togithub.com/jdx) in [#​2501](https://togithub.com/jdx/mise/pull/2501) ##### ๐Ÿ“š Documentation - add individual page for every CLI command by [@​jdx](https://togithub.com/jdx) in [acea81c](https://togithub.com/jdx/mise/commit/acea81ca090fab76c4974a77a25c9557822d6263) - add individual page for every CLI command by [@​jdx](https://togithub.com/jdx) in [e379df7](https://togithub.com/jdx/mise/commit/e379df732bd85d77faead4fce650e388993f5999) - add experimental badges to cli commands by [@​jdx](https://togithub.com/jdx) in [4e50f33](https://togithub.com/jdx/mise/commit/4e50f330968b93b1af2ad4c93a78e82f9514324b) - lint by [@​jdx](https://togithub.com/jdx) in [26ebdec](https://togithub.com/jdx/mise/commit/26ebdec2765416c26adc1001451abb6a2ce71978) ##### ๐Ÿงช Testing - fixed render_help test by [@​jdx](https://togithub.com/jdx) in [d39d861](https://togithub.com/jdx/mise/commit/d39d86152814e1f24ec8b648e79235a2e1f2bba5) ##### ๐Ÿ” Other Changes - make some gh workflows only run on jdx/mise by [@​CharString](https://togithub.com/CharString) in [#​2489](https://togithub.com/jdx/mise/pull/2489) - Update index.md by [@​jdx](https://togithub.com/jdx) in [b2c25f3](https://togithub.com/jdx/mise/commit/b2c25f39cd736c02174462d2e94cc0605d6c8e22) ##### ๐Ÿ“ฆ๏ธ Dependency Updates - update dependency vitepress to v1.3.4 by [@​renovate\[bot\]](https://togithub.com/renovate\[bot]) in [#​2499](https://togithub.com/jdx/mise/pull/2499)
rossmacarthur/sheldon (rossmacarthur/sheldon) ### [`v0.8.0`](https://togithub.com/rossmacarthur/sheldon/blob/HEAD/RELEASES.md#080) [Compare Source](https://togithub.com/rossmacarthur/sheldon/compare/0.7.4...0.8.0) *August 25th, 2024* ##### Breaking changes - [Remove deprecated config key and template filters][048fde3] - [Remove deprecated directory support][2f68940] - [Stop defaulting to Zsh and allow unspecified shell.][f9842b1] This change stops the shell defaulting to Zsh when unspecified and allows you to use Sheldon without specifying a particular shell. - [Remove experimental Fish shell support.][a804ff2] Sheldon is shell agnostic enough that you can still get support for Fish by overriding the default `match`, `apply`, and `templates` values in the config file. ##### Features - [Support all clap complete shells.][#​187] The `sheldon completions` command now supports all shells that clap supports, regardless of whether they are supported by Sheldon. sheldon completions --shell fish - [Add Nix Flake support.][#​180] This repository is now a flake, and can be installed using nix profile: nix profile install "github:rossmacarthur/sheldon" *Contributed by [**DoomHammer**](https://togithub.com/DoomHammer)* - [Add feature flags to control dependency vendoring.][592abbe] This adds various Cargo features to control the vendoring of dependencies when installing Sheldon using Cargo. For example if you want to install Sheldon with a vendored OpenSSL you can use the following command. cargo install sheldon --features vendored-openssl See [Cargo.toml](https://togithub.com/rossmacarthur/sheldon/blob/trunk/Cargo.toml) for more information. Or view on [lib.rs](https://lib.rs/crates/sheldon/features). [048fde3]: https://togithub.com/rossmacarthur/sheldon/commit/048fde33b117bc14398b774c18078219d9dffa4c [2f68940]: https://togithub.com/rossmacarthur/sheldon/commit/2f68940b131f378f63fb343df3c8836b3a0dcdfa [f9842b1]: https://togithub.com/rossmacarthur/sheldon/commit/f9842b1533f511b07842bb3b01984d25933debea [a804ff2]: https://togithub.com/rossmacarthur/sheldon/commit/a804ff231e48a9c7e6895871da9ea926e017058d [592abbe]: https://togithub.com/rossmacarthur/sheldon/commit/592abbeb556ed21c821d5c3082ad1c9391b52aa5 [#​187]: https://togithub.com/rossmacarthur/sheldon/issues/187 [#​180]: https://togithub.com/rossmacarthur/sheldon/issues/180

Configuration

๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Enabled.

โ™ป Rebasing: Whenever PR becomes conflicted, 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.