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 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]