From 10d8851afaa75e898ff0198119a21cd9091d8e3a Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Thu, 16 Jan 2025 12:24:14 +0000 Subject: [PATCH] feat(mise): upgrade runtimes (#155) * `age` from 1.2.0 to 1.2.1 * `bat` from 0.24.0 to 0.25.0 * `bitwarden` from 2024.11.1 to 2025.1.0 * `ctlptl` from 0.8.36 to 0.8.37 * `dagger` from 0.14.0 to 0.15.2 * `eksctl` from 0.194.0 to 0.201.0 * `eza` from 0.20.10 to 0.20.16 * `fzf` from 0.56.3 to 0.57.0 * `kubie` from 0.24.0 to 0.24.1 * `lefthook` from 1.8.4 to 1.10.7 * `luajit` from 2.0.5--3.11.1 to 2.0.5 * `starship` from 1.21.1 to 1.22.1 * `task` from 3.40.0 to 3.40.1 * `tilt` from 0.33.21 to 0.33.22 * `usage` from 1.3.3 to 2.0.3 Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/155 Co-authored-by: Joao P Dubas Co-committed-by: Joao P Dubas --- config/mise/config.toml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index 44cb22a..c4ca56e 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -1,16 +1,16 @@ [tools] -age = "1.2.0" +age = "1.2.1" awscli = "2.23.0" -bat = "0.24.0" -bitwarden = "2024.11.1" +bat = "0.25.0" +bitwarden = "2025.1.0" circleci-cli = "0.1.31151" -ctlptl = "0.8.36" -dagger = "0.14.0" -eksctl = "0.194.0" +ctlptl = "0.8.37" +dagger = "0.15.2" +eksctl = "0.201.0" elixir = "1.18.1" erlang = "27.2" -eza = "0.20.10" -fzf = "0.56.3" +eza = "0.20.16" +fzf = "0.57.0" github-cli = "2.65.0" go = "1.23.4" helm = "3.17.0" @@ -19,21 +19,21 @@ k3sup = "0.13.7" k9s = "0.32.7" kind = "0.26.0" kubectl = "1.32.1" -kubie = "0.24.0" -lefthook = "1.8.4" +kubie = "0.24.1" +lefthook = "1.10.7" lua = "5.4.7" -luajit = "2.0.5--3.11.1" +luajit = "2.0.5" node = "22.13.0" poetry = "2.0.1" python = "3.13.1" r = "4.4.2" ripgrep = "14.1.1" rust = "1.84.0" -starship = "1.21.1" -task = "3.40.0" +starship = "1.22.1" +task = "3.40.1" terraform = "1.10.4" -tilt = "0.33.21" -usage = "1.3.3" +tilt = "0.33.22" +usage = "2.0.3" usql = "0.19.12" yarn = "1.22.22" zoxide = "0.9.6"