Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ amazon-ecr-credential-helper = "0.12.0"
"aqua:twpayne/chezmoi" = "2.72.0"
# https://code.claude.com/docs
# https://github.com/anthropics/claude-code/
"github:anthropics/claude-code" = "v2.1.247"
"github:anthropics/claude-code" = "v2.1.250"
# GitHub's official command line tool
# https://github.com/cli/cli
"aqua:cli/cli" = "2.98.0"
Expand Down Expand Up @@ -167,7 +167,7 @@ amazon-ecr-credential-helper = "0.12.0"
# lightning-fast, keyboard-focused, yazi-inspired terminal user interface for
# navigating and managing Kubernetes clusters
# https://github.com/janosmiko/lfk
"github:janosmiko/lfk" = "v0.18.3"
"github:janosmiko/lfk" = "v0.18.4"
# linear without leaving the command line: list, start, and create PRs for
# linear issues. agent friendly.
# https://github.com/schpet/linear-cli
Expand All @@ -187,7 +187,7 @@ amazon-ecr-credential-helper = "0.12.0"
"aqua:nushell/nushell" = "0.115.1"
# The open source coding agent
# https://github.com/anomalyco/opencode
"aqua:sst/opencode" = "1.18.23"
"aqua:sst/opencode" = "1.18.25"
# open, universal, coding agent skills, agents, rules,
# and commands organizer and package manager
# https://github.com/enulus/OpenPackage
Expand All @@ -202,7 +202,7 @@ amazon-ecr-credential-helper = "0.12.0"
# Annotate and review coding agent plans and code diffs visually,
# share with your team, send feedback to agents with one click.
# https://github.com/backnotprop/plannotator
"github:backnotprop/plannotator" = "v0.27.8"
"github:backnotprop/plannotator" = "v0.27.9"
# a tool for securing CI/CD workflows with version pinning
# https://github.com/sethvargo/ratchet
"aqua:sethvargo/ratchet" = "0.12.0"
Expand Down Expand Up @@ -254,19 +254,19 @@ amazon-ecr-credential-helper = "0.12.0"
"aqua:ajeetdsouza/zoxide" = "0.10.0"
# terminal workspace with batteries included
# https://github.com/zellij-org/zellij
"aqua:zellij-org/zellij" = "0.45.0"
"aqua:zellij-org/zellij" = "0.45.1"

# linters & de related
"aqua:LuaLS/lua-language-server" = "3.19.1"
"aqua:aquasecurity/tfsec" = "1.28.14"
"aqua:artempyanykh/marksman" = "2026-02-08"
"aqua:astral-sh/ruff" = "0.16.4"
"aqua:astral-sh/uv" = "0.12.6"
"aqua:astral-sh/ruff" = "0.16.5"
"aqua:astral-sh/uv" = "0.12.7"
"aqua:checkmake/checkmake" = "0.3.2"
"aqua:crate-ci/typos" = "1.49.0"
"aqua:crate-ci/typos" = "1.49.1"
"aqua:dprint/dprint" = "0.56.1"
"aqua:editorconfig-checker/editorconfig-checker" = "3.11.2"
"aqua:golangci/golangci-lint" = "2.13.1"
"aqua:golangci/golangci-lint" = "2.13.2"
"aqua:google/yamlfmt" = "0.21.0"
"aqua:gotestyourself/gotestsum" = "1.13.0"
"aqua:incu6us/goimports-reviser" = "3.12.6"
Expand Down Expand Up @@ -300,7 +300,7 @@ amazon-ecr-credential-helper = "0.12.0"
"pipx:ansible-lint" = "26.8.0"
"pipx:beautysh" = "6.4.3"
"pipx:gitlint-core" = "0.19.1"
"pipx:isort" = "9.0.0"
"pipx:isort" = "9.0.1"
"pipx:mypy" = "2.3.1"
"pipx:pyproject-flake8" = "7.0.0"
"pipx:ruff-lsp" = "0.0.62"
Expand All @@ -312,7 +312,7 @@ amazon-ecr-credential-helper = "0.12.0"
# https://docs.factory.ai/droid-cli/cli-reference
# renovate: datasource=npm depName=droid
[tools."http:droid"]
version = "0.206.0"
version = "0.208.1"
bin = "droid"

[tools."http:droid".platforms]
Expand Down
Loading
Loading