diff --git a/cdviz-db/mise.toml b/cdviz-db/mise.toml index e31a579e..71a3bbfd 100644 --- a/cdviz-db/mise.toml +++ b/cdviz-db/mise.toml @@ -6,7 +6,7 @@ PG_LOCAL_URL = "postgres://{{env.PG_LOCAL_USER}}:{{env.PG_LOCAL_PWD}}@127.0.0.1: [tools] # docker = "latest" "github:golang-migrate/migrate" = "4.19.1" -"github:quarylabs/sqruff" = "0.39.0" +"github:quarylabs/sqruff" = "0.40.0" "bun" = "1.3.14" [tasks."migrate:create"] diff --git a/cdviz-grafana/dashboards_generator/mise.toml b/cdviz-grafana/dashboards_generator/mise.toml index da612596..a1d9764e 100644 --- a/cdviz-grafana/dashboards_generator/mise.toml +++ b/cdviz-grafana/dashboards_generator/mise.toml @@ -1,6 +1,6 @@ [tools] "bun" = "1.3.14" -"biome" = "2.5.6" +"biome" = "2.5.8" # "watchexec" = "latest" [tasks."build"] diff --git a/charts/mise.toml b/charts/mise.toml index 498fdbe5..051386b4 100644 --- a/charts/mise.toml +++ b/charts/mise.toml @@ -1,5 +1,5 @@ [tools] -helm = "4.2.3" +helm = "4.2.4" [tasks] [tasks.ci] diff --git a/mise.toml b/mise.toml index 8f7a1c67..a291a9e1 100644 --- a/mise.toml +++ b/mise.toml @@ -25,7 +25,7 @@ CHARTS_OCI_REGISTRY = "oci://ghcr.io/cdviz-dev/charts" [tools] yq = "4.53.3" # used by build to update / normalize dashboards / release git-cliff = "2.13.1" -"github:updatecli/updatecli" = "0.119.0" +"github:updatecli/updatecli" = "0.120.1" [tasks."updatecli:diff"] description = "Show what updatecli would update (dry run, no changes)" diff --git a/updatecli/mise.toml b/updatecli/mise.toml index 865cfa05..106bf29e 100644 --- a/updatecli/mise.toml +++ b/updatecli/mise.toml @@ -1,5 +1,5 @@ [tools] -"github:updatecli/updatecli" = "0.119.0" +"github:updatecli/updatecli" = "0.120.1" "github:chris48s/v8r" = "6.1.0" [tasks."diff"]