From 2915e045c0d15a510656d5fd646e409ee31d1993 Mon Sep 17 00:00:00 2001 From: Ricardo Rosales <728243+missingcharacter@users.noreply.github.com> Date: Fri, 26 Jun 2026 11:32:04 -0500 Subject: [PATCH 1/2] Update all dependencies --- mise/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mise/config.toml b/mise/config.toml index 0d8f488..c73f11c 100644 --- a/mise/config.toml +++ b/mise/config.toml @@ -5,14 +5,14 @@ java = "temurin-25.0.3+9.0.LTS" kotlin = "2.4.0" lua = "5.5.0" maven = "3.6.3" -node = "24.17.0" +node = "24.18.0" opam = "2.5.1" python = "3.13.14" ruby = "4.0.5" rust = "1.96.0" gradle = "9.6.0" terraform = "1.3.9" -pulumi = "3.247.0" +pulumi = "3.248.0" kubectl = "1.36.2" kompose = "1.38.0" helm = "4.2.2" @@ -24,7 +24,7 @@ rclone = "1.74.3" tflint = "0.63.1" sbt = "2.0.0" dotnet-core = "10.0.301" -uv = "0.11.23" +uv = "0.11.24" krew = "0.5.0" [settings] From a3e3421ea2cbb5a1de43e4f99718b653aa355afc Mon Sep 17 00:00:00 2001 From: Ricardo Rosales <728243+missingcharacter@users.noreply.github.com> Date: Fri, 26 Jun 2026 11:33:47 -0500 Subject: [PATCH 2/2] [pre-commit] Bumped: - `igorshubovych/markdownlint-cli` to `v0.49.0` - `rhysd/actionlint` to `v1.7.12` - `JohnnyMorganz/StyLua` to `v2.5.2` --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 864f55f..650c433 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,14 +40,14 @@ repos: - id: shellcheck exclude: '.*\.sh\.j2' - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.47.0 + rev: v0.49.0 hooks: - id: markdownlint-fix - repo: https://github.com/rhysd/actionlint - rev: v1.7.11 + rev: v1.7.12 hooks: - id: actionlint-system - repo: https://github.com/JohnnyMorganz/StyLua - rev: v2.3.1 + rev: v2.5.2 hooks: - id: stylua-system