From 8d85809b1c17ce4fcf74b90081d1ff216b0208f2 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 5 Sep 2024 10:36:10 +0300 Subject: [PATCH] fix(dfm): asdf install parameter + asdf updates --- base/tool-versions | 8 +++++--- config/asdf/plugin-versions | 12 ++++++------ local/bin/dfm | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/base/tool-versions b/base/tool-versions index c369314..6459549 100644 --- a/base/tool-versions +++ b/base/tool-versions @@ -13,7 +13,7 @@ hadolint 2.12.0 kubectl 1.31.0 lazygit 0.43.1 markdownlint-cli2 0.13.0 -nodejs 22.7.0 +nodejs 22.8.0 pipx 1.7.1 pre-commit 3.8.0 python 3.12.5 @@ -23,8 +23,10 @@ rust 1.80.1 semgrep system shellcheck 0.10.0 shfmt 3.9.0 -terragrunt 0.67.0 +terragrunt 0.67.1 tf-summarize 0.3.10 -vault 1.17.4+ent +vault 1.17.5+ent yamllint 1.35.1 yq 4.44.3 +bats 1.11.0 +gitleaks 8.18.4 diff --git a/config/asdf/plugin-versions b/config/asdf/plugin-versions index 9f30551..485872a 100644 --- a/config/asdf/plugin-versions +++ b/config/asdf/plugin-versions @@ -1,6 +1,7 @@ 1password-cli https://github.com/NeoHsu/asdf-1password-cli.git f5d5aab age https://github.com/threkk/asdf-age.git 4df80a0 -asdf-plugin-manager https://github.com/asdf-community/asdf-plugin-manager.git ecd1642 +asdf-plugin-manager https://github.com/asdf-community/asdf-plugin-manager.git dfb44cb +bats https://github.com/timgluz/asdf-bats.git 299551f bottom https://github.com/carbonteq/asdf-btm.git fd8a55a direnv https://github.com/asdf-community/asdf-direnv.git a2219c2 dotenv-linter https://github.com/wesleimp/asdf-dotenv-linter.git 1369f53 @@ -8,12 +9,13 @@ editorconfig-checker https://github.com/gabitchov/asdf-editorconfig-checker.git eza https://github.com/lwiechec/asdf-eza.git eee3d59 fd https://gitlab.com/wt0f/asdf-fd.git 17d56e0 github-cli https://github.com/bartlomiejdanek/asdf-github-cli.git e0605b7 +gitleaks https://github.com/jmcvetta/asdf-gitleaks.git 0cc0d7e golang https://github.com/asdf-community/asdf-golang.git 0e86b1d hadolint https://github.com/devlincashman/asdf-hadolint.git 335e230 kubectl https://github.com/asdf-community/asdf-kubectl.git cbe6df4 lazygit https://github.com/nklmilojevic/asdf-lazygit.git 78e04f1 markdownlint-cli2 https://github.com/paulo-ferraz-oliveira/asdf-markdownlint-cli2.git 6acd080 -nodejs https://github.com/asdf-vm/asdf-nodejs.git c5b7c40 +nodejs https://github.com/asdf-vm/asdf-nodejs.git c36e6f0 pipx https://github.com/yozachar/asdf-pipx.git 31db618 pre-commit https://github.com/jonathanmorley/asdf-pre-commit.git 26bfc42 python https://github.com/asdf-community/asdf-python 7b0af87 @@ -21,12 +23,10 @@ ripgrep https://gitlab.com/wt0f/asdf-ripgrep.git ruby https://github.com/asdf-vm/asdf-ruby.git 27f78c9 rust https://github.com/code-lever/asdf-rust.git 95acf4f semgrep https://github.com/brentjanderson/asdf-semgrep.git 13ff78b -shellcheck https://github.com/luizm/asdf-shellcheck.git 780d78d +shellcheck https://github.com/luizm/asdf-shellcheck.git 66200ff shfmt https://github.com/luizm/asdf-shfmt.git a42c5ff -terraform-ls https://github.com/asdf-community/asdf-hashicorp.git f1602b6 -terraform-lsp https://github.com/bartlomiejdanek/asdf-terraform-lsp.git bba7106 terragrunt https://github.com/ohmer/asdf-terragrunt.git 4a6651a tf-summarize https://github.com/adamcrews/asdf-tf-summarize.git 880ad26 vault https://github.com/asdf-community/asdf-hashicorp.git f1602b6 -yamllint https://github.com/ericcornelissen/asdf-yamllint.git 2f4fd4c +yamllint https://github.com/ericcornelissen/asdf-yamllint.git d8c041a yq https://github.com/sudermanjr/asdf-yq.git 772992f diff --git a/local/bin/dfm b/local/bin/dfm index 276ee50..242712b 100755 --- a/local/bin/dfm +++ b/local/bin/dfm @@ -161,7 +161,7 @@ section_install() ;; asdf) msg "Installing asdf..." - bash "$DOTFILES/scripts/install-asdf.sh" \ + bash "$DOTFILES/scripts/install-asdf.sh install" \ && msg_yay "asdf installed!" ;; cargo)