aquaproj/aqua-registry (aquaproj/aqua-registry)
### [`v4.188.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.188.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.187.1...v4.188.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.188.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.188.0) | https://github.com/aquaproj/aqua-registry/compare/v4.187.1...v4.188.0
#### 🎉 New Packages
[#23408](https://togithub.com/aquaproj/aqua-registry/issues/23408) [getsavvyinc/savvy-cli](https://togithub.com/getsavvyinc/savvy-cli): Create, share, and run runbooks from your terminal
[#23384](https://togithub.com/aquaproj/aqua-registry/issues/23384) [joshmedeski/sesh](https://togithub.com/joshmedeski/sesh): Smart session manager for the terminal [@CrystalMethod](https://togithub.com/CrystalMethod)
### [`v4.187.1`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.187.1)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.187.0...v4.187.1)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.187.1) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.187.1) | https://github.com/aquaproj/aqua-registry/compare/v4.187.0...v4.187.1
#### Fixes
[#23378](https://togithub.com/aquaproj/aqua-registry/issues/23378) authzed/zed: Use gnu binary instead of musl binary [@sapphi-red](https://togithub.com/sapphi-red)
musl version exists for linux, but it is dynamically linked to musl libc and therefore doesn't work on glibc systems.
### [`v4.187.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.187.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.186.0...v4.187.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.187.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.187.0) | https://github.com/aquaproj/aqua-registry/compare/v4.186.0...v4.187.0
#### 🎉 New Packages
[#23375](https://togithub.com/aquaproj/aqua-registry/issues/23375) [authzed/zed](https://togithub.com/authzed/zed): Official command-line tool for managing SpiceDB [@sapphi-red](https://togithub.com/sapphi-red)
[#23277](https://togithub.com/aquaproj/aqua-registry/issues/23277) [nucleuscloud/neosync](https://togithub.com/nucleuscloud/neosync): Open source data anonymization and synthetic data orchestration for developers. Create high fidelity synthetic data and sync it across your environments
aquaproj/aqua-renovate-config (aquaproj/aqua-renovate-config)
### [`v2.3.1`](https://togithub.com/aquaproj/aqua-renovate-config/releases/tag/2.3.1)
[Compare Source](https://togithub.com/aquaproj/aqua-renovate-config/compare/2.3.0...2.3.1)
#### Bug Fixes
[#588](https://togithub.com/aquaproj/aqua-renovate-config/issues/588) Replace matchPackageNames with matchDepNames
https://docs.renovatebot.com/configuration-options/#matchpackagenames
> matchPackageNames will try matching packageName first and then fall back to matching depName.
> If the fallback is used, Renovate will log a warning, because the fallback will be removed in a future release.
> Use matchDepNames instead.
cli/cli (cli/cli)
### [`v2.50.0`](https://togithub.com/cli/cli/releases/tag/v2.50.0): GitHub CLI 2.50.0
[Compare Source](https://togithub.com/cli/cli/compare/v2.49.2...v2.50.0)
#### What's Changed
- Refactor git credential flow code by [@williammartin](https://togithub.com/williammartin) in [https://github.com/cli/cli/pull/9089](https://togithub.com/cli/cli/pull/9089)
- feat: add json output for `gh pr checks` by [@nobe4](https://togithub.com/nobe4) in [https://github.com/cli/cli/pull/9079](https://togithub.com/cli/cli/pull/9079)
- Rework first auth tests with new gitcredential abstractions by [@williammartin](https://togithub.com/williammartin) in [https://github.com/cli/cli/pull/9095](https://togithub.com/cli/cli/pull/9095)
- list the various alias permutations for the command and subcommands, via '--help' and 'gh reference' by [@gabemontero](https://togithub.com/gabemontero) in [https://github.com/cli/cli/pull/8824](https://togithub.com/cli/cli/pull/8824)
- Removed tty message when checking for extension upgrades by [@leevic31](https://togithub.com/leevic31) in [https://github.com/cli/cli/pull/9088](https://togithub.com/cli/cli/pull/9088)
- Fix doc bug for gh run watch by [@jasonodonnell](https://togithub.com/jasonodonnell) in [https://github.com/cli/cli/pull/9052](https://togithub.com/cli/cli/pull/9052)
- feat: add support for stateReason in `gh pr view` by [@nobe4](https://togithub.com/nobe4) in [https://github.com/cli/cli/pull/9080](https://togithub.com/cli/cli/pull/9080)
- fix: rename the `Attempts` field to `Attempt`; expose in `gh run view` and `gh run ls` by [@cawfeecake](https://togithub.com/cawfeecake) in [https://github.com/cli/cli/pull/8905](https://togithub.com/cli/cli/pull/8905)
- Update regex in changedFilesNames to handle quoted paths by [@anda3](https://togithub.com/anda3) in [https://github.com/cli/cli/pull/9115](https://togithub.com/cli/cli/pull/9115)
- Add a `gh variable get FOO` command by [@arnested](https://togithub.com/arnested) in [https://github.com/cli/cli/pull/9106](https://togithub.com/cli/cli/pull/9106)
- Add macOS pkg installer to deployment ([#7554](https://togithub.com/cli/cli/issues/7554)) by [@paulober](https://togithub.com/paulober) in [https://github.com/cli/cli/pull/7555](https://togithub.com/cli/cli/pull/7555)
- Add integration tests for `gh attestation verify` shared workflow use case by [@malancas](https://togithub.com/malancas) in [https://github.com/cli/cli/pull/9107](https://togithub.com/cli/cli/pull/9107)
- Add build provenance for gh CLI releases by [@malancas](https://togithub.com/malancas) in [https://github.com/cli/cli/pull/9087](https://togithub.com/cli/cli/pull/9087)
- build(deps): bump github.com/gabriel-vasile/mimetype from 1.4.3 to 1.4.4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/cli/cli/pull/9124](https://togithub.com/cli/cli/pull/9124)
- Build completions during release on macos by [@williammartin](https://togithub.com/williammartin) in [https://github.com/cli/cli/pull/9136](https://togithub.com/cli/cli/pull/9136)
- Clarify Mac OS Installer packages are unsigned by [@andyfeller](https://togithub.com/andyfeller) in [https://github.com/cli/cli/pull/9140](https://togithub.com/cli/cli/pull/9140)
#### New Contributors
- [@gabemontero](https://togithub.com/gabemontero) made their first contribution in [https://github.com/cli/cli/pull/8824](https://togithub.com/cli/cli/pull/8824)
- [@jasonodonnell](https://togithub.com/jasonodonnell) made their first contribution in [https://github.com/cli/cli/pull/9052](https://togithub.com/cli/cli/pull/9052)
- [@anda3](https://togithub.com/anda3) made their first contribution in [https://github.com/cli/cli/pull/9115](https://togithub.com/cli/cli/pull/9115)
- [@arnested](https://togithub.com/arnested) made their first contribution in [https://github.com/cli/cli/pull/9106](https://togithub.com/cli/cli/pull/9106)
- [@paulober](https://togithub.com/paulober) made their first contribution in [https://github.com/cli/cli/pull/7555](https://togithub.com/cli/cli/pull/7555)
**Full Changelog**: https://github.com/cli/cli/compare/v2.49.2...v2.50.0
jdx/mise (jdx/mise)
### [`v2024.5.24`](https://togithub.com/jdx/mise/releases/tag/v2024.5.24)
[Compare Source](https://togithub.com/jdx/mise/compare/v2024.5.23...v2024.5.24)
##### 🐛 Bug Fixes
- **(pipx)** version ordering by [@jdx](https://togithub.com/jdx) in [#2209](https://togithub.com/jdx/mise/pull/2209)
- **(use)** re-use mise.toml if exists by [@jdx](https://togithub.com/jdx) in [#2207](https://togithub.com/jdx/mise/pull/2207)
- mise trust works incorrectly with symlinked configuration file by [@roele](https://togithub.com/roele) in [#2186](https://togithub.com/jdx/mise/pull/2186)
##### 🚜 Refactor
- simplify ForgeArg building by [@jdx](https://togithub.com/jdx) in [#2208](https://togithub.com/jdx/mise/pull/2208)
##### 🔍 Other Changes
- resolve macros/derived-traits from crates w/ scopes rather than globally by [@donaldguy](https://togithub.com/donaldguy) in [#2198](https://togithub.com/jdx/mise/pull/2198)
- eliminate .tool-versions only used for jq by [@donaldguy](https://togithub.com/donaldguy) in [#2195](https://togithub.com/jdx/mise/pull/2195)
##### New Contributors
- [@donaldguy](https://togithub.com/donaldguy) made their first contribution in [#2195](https://togithub.com/jdx/mise/pull/2195)
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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v4.186.0
->v4.188.0
2.3.0
->2.3.1
v2.49.2
->v2.50.0
v2024.5.23
->v2024.5.24
Release Notes
aquaproj/aqua-registry (aquaproj/aqua-registry)
### [`v4.188.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.188.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.187.1...v4.188.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.188.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.188.0) | https://github.com/aquaproj/aqua-registry/compare/v4.187.1...v4.188.0 #### 🎉 New Packages [#23408](https://togithub.com/aquaproj/aqua-registry/issues/23408) [getsavvyinc/savvy-cli](https://togithub.com/getsavvyinc/savvy-cli): Create, share, and run runbooks from your terminal [#23384](https://togithub.com/aquaproj/aqua-registry/issues/23384) [joshmedeski/sesh](https://togithub.com/joshmedeski/sesh): Smart session manager for the terminal [@CrystalMethod](https://togithub.com/CrystalMethod) ### [`v4.187.1`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.187.1) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.187.0...v4.187.1) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.187.1) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.187.1) | https://github.com/aquaproj/aqua-registry/compare/v4.187.0...v4.187.1 #### Fixes [#23378](https://togithub.com/aquaproj/aqua-registry/issues/23378) authzed/zed: Use gnu binary instead of musl binary [@sapphi-red](https://togithub.com/sapphi-red) musl version exists for linux, but it is dynamically linked to musl libc and therefore doesn't work on glibc systems. ### [`v4.187.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.187.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.186.0...v4.187.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.187.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.187.0) | https://github.com/aquaproj/aqua-registry/compare/v4.186.0...v4.187.0 #### 🎉 New Packages [#23375](https://togithub.com/aquaproj/aqua-registry/issues/23375) [authzed/zed](https://togithub.com/authzed/zed): Official command-line tool for managing SpiceDB [@sapphi-red](https://togithub.com/sapphi-red) [#23277](https://togithub.com/aquaproj/aqua-registry/issues/23277) [nucleuscloud/neosync](https://togithub.com/nucleuscloud/neosync): Open source data anonymization and synthetic data orchestration for developers. Create high fidelity synthetic data and sync it across your environmentsaquaproj/aqua-renovate-config (aquaproj/aqua-renovate-config)
### [`v2.3.1`](https://togithub.com/aquaproj/aqua-renovate-config/releases/tag/2.3.1) [Compare Source](https://togithub.com/aquaproj/aqua-renovate-config/compare/2.3.0...2.3.1) #### Bug Fixes [#588](https://togithub.com/aquaproj/aqua-renovate-config/issues/588) Replace matchPackageNames with matchDepNames https://docs.renovatebot.com/configuration-options/#matchpackagenames > matchPackageNames will try matching packageName first and then fall back to matching depName. > If the fallback is used, Renovate will log a warning, because the fallback will be removed in a future release. > Use matchDepNames instead.cli/cli (cli/cli)
### [`v2.50.0`](https://togithub.com/cli/cli/releases/tag/v2.50.0): GitHub CLI 2.50.0 [Compare Source](https://togithub.com/cli/cli/compare/v2.49.2...v2.50.0) #### What's Changed - Refactor git credential flow code by [@williammartin](https://togithub.com/williammartin) in [https://github.com/cli/cli/pull/9089](https://togithub.com/cli/cli/pull/9089) - feat: add json output for `gh pr checks` by [@nobe4](https://togithub.com/nobe4) in [https://github.com/cli/cli/pull/9079](https://togithub.com/cli/cli/pull/9079) - Rework first auth tests with new gitcredential abstractions by [@williammartin](https://togithub.com/williammartin) in [https://github.com/cli/cli/pull/9095](https://togithub.com/cli/cli/pull/9095) - list the various alias permutations for the command and subcommands, via '--help' and 'gh reference' by [@gabemontero](https://togithub.com/gabemontero) in [https://github.com/cli/cli/pull/8824](https://togithub.com/cli/cli/pull/8824) - Removed tty message when checking for extension upgrades by [@leevic31](https://togithub.com/leevic31) in [https://github.com/cli/cli/pull/9088](https://togithub.com/cli/cli/pull/9088) - Fix doc bug for gh run watch by [@jasonodonnell](https://togithub.com/jasonodonnell) in [https://github.com/cli/cli/pull/9052](https://togithub.com/cli/cli/pull/9052) - feat: add support for stateReason in `gh pr view` by [@nobe4](https://togithub.com/nobe4) in [https://github.com/cli/cli/pull/9080](https://togithub.com/cli/cli/pull/9080) - fix: rename the `Attempts` field to `Attempt`; expose in `gh run view` and `gh run ls` by [@cawfeecake](https://togithub.com/cawfeecake) in [https://github.com/cli/cli/pull/8905](https://togithub.com/cli/cli/pull/8905) - Update regex in changedFilesNames to handle quoted paths by [@anda3](https://togithub.com/anda3) in [https://github.com/cli/cli/pull/9115](https://togithub.com/cli/cli/pull/9115) - Add a `gh variable get FOO` command by [@arnested](https://togithub.com/arnested) in [https://github.com/cli/cli/pull/9106](https://togithub.com/cli/cli/pull/9106) - Add macOS pkg installer to deployment ([#7554](https://togithub.com/cli/cli/issues/7554)) by [@paulober](https://togithub.com/paulober) in [https://github.com/cli/cli/pull/7555](https://togithub.com/cli/cli/pull/7555) - Add integration tests for `gh attestation verify` shared workflow use case by [@malancas](https://togithub.com/malancas) in [https://github.com/cli/cli/pull/9107](https://togithub.com/cli/cli/pull/9107) - Add build provenance for gh CLI releases by [@malancas](https://togithub.com/malancas) in [https://github.com/cli/cli/pull/9087](https://togithub.com/cli/cli/pull/9087) - build(deps): bump github.com/gabriel-vasile/mimetype from 1.4.3 to 1.4.4 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/cli/cli/pull/9124](https://togithub.com/cli/cli/pull/9124) - Build completions during release on macos by [@williammartin](https://togithub.com/williammartin) in [https://github.com/cli/cli/pull/9136](https://togithub.com/cli/cli/pull/9136) - Clarify Mac OS Installer packages are unsigned by [@andyfeller](https://togithub.com/andyfeller) in [https://github.com/cli/cli/pull/9140](https://togithub.com/cli/cli/pull/9140) #### New Contributors - [@gabemontero](https://togithub.com/gabemontero) made their first contribution in [https://github.com/cli/cli/pull/8824](https://togithub.com/cli/cli/pull/8824) - [@jasonodonnell](https://togithub.com/jasonodonnell) made their first contribution in [https://github.com/cli/cli/pull/9052](https://togithub.com/cli/cli/pull/9052) - [@anda3](https://togithub.com/anda3) made their first contribution in [https://github.com/cli/cli/pull/9115](https://togithub.com/cli/cli/pull/9115) - [@arnested](https://togithub.com/arnested) made their first contribution in [https://github.com/cli/cli/pull/9106](https://togithub.com/cli/cli/pull/9106) - [@paulober](https://togithub.com/paulober) made their first contribution in [https://github.com/cli/cli/pull/7555](https://togithub.com/cli/cli/pull/7555) **Full Changelog**: https://github.com/cli/cli/compare/v2.49.2...v2.50.0jdx/mise (jdx/mise)
### [`v2024.5.24`](https://togithub.com/jdx/mise/releases/tag/v2024.5.24) [Compare Source](https://togithub.com/jdx/mise/compare/v2024.5.23...v2024.5.24) ##### 🐛 Bug Fixes - **(pipx)** version ordering by [@jdx](https://togithub.com/jdx) in [#2209](https://togithub.com/jdx/mise/pull/2209) - **(use)** re-use mise.toml if exists by [@jdx](https://togithub.com/jdx) in [#2207](https://togithub.com/jdx/mise/pull/2207) - mise trust works incorrectly with symlinked configuration file by [@roele](https://togithub.com/roele) in [#2186](https://togithub.com/jdx/mise/pull/2186) ##### 🚜 Refactor - simplify ForgeArg building by [@jdx](https://togithub.com/jdx) in [#2208](https://togithub.com/jdx/mise/pull/2208) ##### 🔍 Other Changes - resolve macros/derived-traits from crates w/ scopes rather than globally by [@donaldguy](https://togithub.com/donaldguy) in [#2198](https://togithub.com/jdx/mise/pull/2198) - eliminate .tool-versions only used for jq by [@donaldguy](https://togithub.com/donaldguy) in [#2195](https://togithub.com/jdx/mise/pull/2195) ##### New Contributors - [@donaldguy](https://togithub.com/donaldguy) made their first contribution in [#2195](https://togithub.com/jdx/mise/pull/2195)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 has been generated by Mend Renovate. View repository job log here.