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
32 changes: 19 additions & 13 deletions .vitepress/data/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
group: Ansible
home: https://github.com/ansible/ansible-lint
license: MIT
version: 25.12.2
version: 26.1.1

bat:
cmd: bat --version
Expand Down Expand Up @@ -102,15 +102,15 @@ dependencies:
home: https://github.com/charmbracelet/crush
license: FSL-1.1-MIT
track: false
version: 0.31.0
version: 0.36.0

cspell:
cmd: cspell --version
datasource: npm
group: CLI Tools
home: https://github.com/streetsidesoftware/cspell
license: MIT
version: 9.4.0
version: 9.6.0

curl:
cmd: curl --version
Expand All @@ -125,13 +125,19 @@ dependencies:
home: https://dbus.freedesktop.org
license: GPL 2

debsig-verify:
datasource: deb
home: https://github.com/guillemj/debsig-verify
license: GPL 2

dig:
cmd: (dig -v) > >(cat) 2>&1
datasource: deb
group: Networking Tools
home: https://www.isc.org/bind
license: MPL 2
package: dnsutils
track: false
version: 9.20.11

dive:
Expand Down Expand Up @@ -261,7 +267,7 @@ dependencies:
home: https://github.com/golang/go
license: BSD 3
package: golang/go
version: 1.25.5
version: 1.25.6

gomodifytags:
datasource: go
Expand Down Expand Up @@ -311,7 +317,7 @@ dependencies:
home: https://github.com/helm/helm
license: Apache 2
track: false
version: 3.19.0
version: 3.20.0

helm-diff:
cmd: helm diff version
Expand Down Expand Up @@ -363,7 +369,7 @@ dependencies:
home: https://github.com/derailed/k9s
license: Apache 2
package: derailed/k9s
version: 0.50.16
version: 0.50.18

kind:
cmd: kind version
Expand Down Expand Up @@ -472,7 +478,7 @@ dependencies:
home: https://nodejs.org
license: MIT
package: nodejs
version: 24.12.0
version: 24.13.0

npm:
cmd: npm --version
Expand Down Expand Up @@ -547,7 +553,7 @@ dependencies:
home: https://github.com/pnpm/pnpm
license: MIT
package: pnpm/pnpm
version: 10.27.0
version: 10.28.1

pre-commit:
cmd: pre-commit --version
Expand Down Expand Up @@ -601,7 +607,7 @@ dependencies:
group: Python
home: https://github.com/astral-sh/ruff
license: MIT
version: 0.14.10
version: 0.14.14

ShellCheck:
cmd: shellcheck --version
Expand Down Expand Up @@ -667,7 +673,7 @@ dependencies:
home: https://github.com/go-task/task
license: MIT
package: "@go-task/cli"
version: 3.46.4
version: 3.47.0

unzip:
cmd: (unzip -v) > >(cat) 2>&1
Expand All @@ -684,7 +690,7 @@ dependencies:
home: https://github.com/astral-sh/uv
package: astral-sh/uv
license: MIT
version: 0.9.22
version: 0.9.26

venv:
datasource: deb
Expand Down Expand Up @@ -715,15 +721,15 @@ dependencies:
home: https://github.com/kloudkit/ws-cli
license: MIT
package: github.com/kloudkit/ws-cli
version: 0.0.43
version: 0.0.46

yamllint:
cmd: yamllint --version
datasource: pypi
group: CLI Tools
home: https://github.com/adrienverge/yamllint
license: GPL 3
version: 1.37.1
version: 1.38.0

yarn:
cmd: yarn --version
Expand Down
Loading