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
36 changes: 18 additions & 18 deletions home/dot_mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,42 +7,42 @@ min_version = "2026.8.2"
# Keep each group sorted by package name, ignoring backend prefixes and leading `@`.

# Language runtimes
go = "1.26.5"
go = "1.27.0"
node = "lts"
python = "3.14.6"
ruby = "4.0.6"
rust = "1.97.1"
rust = "1.98.0"

# CLI tools
bun = "1.3.14"
bun = "1.4.0"
eza = "0.23.5"
fnox = "1.32.0"
gcloud = "575.0.0"
herdr = "0.8.0"
sqlite = "3.53.3"
sqlite = "3.53.4"

# Aqua tools
"aqua:FiloSottile/age" = "1.3.1"
"aqua:FiloSottile/age" = "1.3.2"
"aqua:google-antigravity/antigravity-cli" = "1.1.10"
"aqua:aws/aws-cli" = "2.36.7"
"aqua:aws/aws-cli" = "2.36.35"
"aqua:bats-core/bats-core" = "1.14.0"
"aqua:twpayne/chezmoi" = "2.71.1"
"aqua:twpayne/chezmoi" = "2.72.1"
"aqua:anthropics/claude-code" = "2.1.221"
"aqua:openai/codex" = "0.146.0"
"aqua:dotenvx/dotenvx" = "2.17.3"
"aqua:bootandy/dust" = "1.2.4"
"aqua:sharkdp/fd" = "10.4.2"
"aqua:cli/cli" = "2.96.0"
"aqua:dotenvx/dotenvx" = "2.23.0"
"aqua:bootandy/dust" = "1.2.5"
"aqua:sharkdp/fd" = "10.5.0"
"aqua:cli/cli" = "2.98.0"
"aqua:x-motemen/ghq" = "1.10.1"
"aqua:jqlang/jq" = "1.8.2"
"aqua:j178/prek" = "0.4.11"
"aqua:j178/prek" = "0.5.0"
"aqua:ahmetb/kubectx" = "0.11.0"
"aqua:BurntSushi/ripgrep" = "15.2.0"
"aqua:koalaman/shellcheck" = "0.11.0"
"aqua:mvdan/sh" = "3.13.1"
"aqua:astral-sh/uv" = "0.11.32"
"aqua:sxyazi/yazi" = "26.5.6"
"aqua:mikefarah/yq" = "4.53.3"
"aqua:mvdan/sh" = "3.14.0"
"aqua:astral-sh/uv" = "0.12.7"
"aqua:sxyazi/yazi" = "26.8.15"
"aqua:mikefarah/yq" = "4.53.6"

# Cargo tools
"cargo:pueue" = "4.0.4"
Expand All @@ -61,8 +61,8 @@ sqlite = "3.53.3"
# npm tools
"npm:bash-language-server" = "5.6.0"
"npm:fast-cli" = "5.2.0"
"npm:pyright" = "1.1.411"
"npm:skills" = "1.5.20"
"npm:pyright" = "1.1.413"
"npm:skills" = "1.5.23"

# textlint tools
"npm:@cffnpwr/textlint-rule-no-arbitrary-line-break" = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/install/common/agents_guidance.bats
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ readonly GITIGNORE_PATH="./.gitignore"
# escape hatch.
run grep -F 'SKIP=shuhari-eval-instructions' "${PREK_CONFIG_PATH}"
[ "${status}" -ne 0 ]
run grep -F '"aqua:j178/prek" = "0.4.11"' ./home/dot_mise/config.toml
run grep -E '^"aqua:j178/prek" = "[0-9]+\.[0-9]+\.[0-9]+"$' ./home/dot_mise/config.toml
[ "${status}" -eq 0 ]
}

Expand Down
Loading