From f99e62e70c35a51d7ccddc858547d7d327a5a8cf Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Thu, 3 Apr 2025 12:56:45 +0000 Subject: [PATCH] feat(mise): upgrade runtimes (#208) Upgrade runtimes: * `aqua:astral-sh/uv` from 0.6.11 to 0.6.12 * `aqua:aws/aws-cli` from 2.25.7 to 2.25.9 * `aqua:dagger/dagger` from 0.18.0 to 0.18.1 * `aqua:eksctl-io/eksctl` from 0.206.0 to 0.207.0 * `aqua:eza-community/eza` from 0.20.24 to 0.21.0 * `npm:@anthropic-ai/claude-code` from 0.2.59 to 0.2.61 * `pipx:aider-chat` from 0.80.1 to 0.80.2 * `pipx:vectorcode` from 0.5.4 to 0.5.5 Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/208 Co-authored-by: Joao P Dubas Co-committed-by: Joao P Dubas --- config/mise/config.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index 3e55cf4..12a48cf 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -4,14 +4,14 @@ "aqua:FiloSottile/age" = "1.2.1" "aqua:ajeetdsouza/zoxide" = "0.9.7" "aqua:alexellis/k3sup" = "0.13.8" -"aqua:astral-sh/uv" = "0.6.11" -"aqua:aws/aws-cli" = "2.25.7" +"aqua:astral-sh/uv" = "0.6.12" +"aqua:aws/aws-cli" = "2.25.9" "aqua:bitwarden/clients" = "cli-v2025.2.0" -"aqua:dagger/dagger" = "0.18.0" +"aqua:dagger/dagger" = "0.18.1" "aqua:derailed/k9s" = "0.40.10" -"aqua:eksctl-io/eksctl" = "0.206.0" +"aqua:eksctl-io/eksctl" = "0.207.0" "aqua:evilmartians/lefthook" = "1.11.6" -"aqua:eza-community/eza" = "0.20.24" +"aqua:eza-community/eza" = "0.21.0" "aqua:github-cli" = "2.69.0" "aqua:go-task/task" = "3.42.1" "aqua:hashicorp/terraform" = "1.11.3" @@ -27,9 +27,9 @@ "aqua:tilt-dev/tilt" = "0.34.0" "aqua:xo/usql" = "0.19.19" "go:github.com/bloznelis/typioca" = "3.1.0" -"npm:@anthropic-ai/claude-code" = "0.2.59" -"pipx:aider-chat" = { version = "0.80.1", uvx_args = "--python 3.12.7 --with google-generativeai" } -"pipx:vectorcode" = { version = "0.5.4", uvx_args = "--python 3.13.2" } +"npm:@anthropic-ai/claude-code" = "0.2.61" +"pipx:aider-chat" = { version = "0.80.2", uvx_args = "--python 3.12.7 --with google-generativeai" } +"pipx:vectorcode" = { version = "0.5.5", uvx_args = "--python 3.13.2" } "ubi:Samyak2/toipe" = "0.5.0" "ubi:hlsxx/tukai" = "0.2.2" "ubi:jdx/usage" = "2.0.7"