Skip to content
Merged
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
28 changes: 14 additions & 14 deletions .vitepress/data/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
# The file is used in:
# - Automated tests
# - Documentation builds
# - Renovates dependencyupdate scans
# - Renovate's dependency-update scans
#
# Renovate control:
# Set `track: false` on any item you want Renovate to ignore
# Set `track: false` on any item you want Renovate to ignore
#
# Packagename rules:
# Package-name rules:
# - If the `package` field is missing, the key itself is used instead
# - That same key is displayed as the friendly name in generated docs
################################################################################
Expand All @@ -23,7 +23,7 @@ dependencies:
group: Ansible
home: https://github.com/ansible/ansible
license: GPL 3
version: 2.20.2
version: 2.20.3

ansible-lint:
cmd: ansible-lint --version
Expand Down Expand Up @@ -71,7 +71,7 @@ dependencies:
home: https://github.com/anthropics/claude-code
license: Anthropic PBC
package: anthropics/claude-code
version: 2.1.50
version: 2.1.52

community.docker:
datasource: galaxy-collection
Expand All @@ -85,7 +85,7 @@ dependencies:
group: Ansible
home: https://github.com/ansible-collections/community.general
license: GPL 3
version: 12.3.0
version: 12.4.0

containerd.io:
cmd: containerd --version
Expand All @@ -103,15 +103,15 @@ dependencies:
home: https://github.com/google/go-containerregistry
license: Apache 2
package: google/go-containerregistry
version: 0.20.7
version: 0.21.1

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

curl:
cmd: curl --version
Expand Down Expand Up @@ -226,7 +226,7 @@ dependencies:
home: https://github.com/junegunn/fzf
license: MIT
package: junegunn/fzf
version: 0.67.0
version: 0.68.0

gettext:
cmd: gettext -V
Expand Down Expand Up @@ -427,7 +427,7 @@ dependencies:
group: CLI Tools
home: https://github.com/lsof-org/lsof
license: BSD 2
version: 4.99.4
version: 4.99.4+dfsg-2

man:
cmd: man --version
Expand Down Expand Up @@ -544,7 +544,7 @@ dependencies:
home: https://github.com/pnpm/pnpm
license: MIT
package: pnpm/pnpm
version: 10.29.3
version: 10.30.2

podman:
cmd: podman --version
Expand Down Expand Up @@ -580,7 +580,7 @@ dependencies:
home: https://github.com/pylint-dev/pylint
license: GPL 2
tool: true
version: 4.0.4
version: 4.0.5

Python:
cmd: python3 --version
Expand All @@ -598,7 +598,7 @@ dependencies:
home: https://github.com/astral-sh/ruff
license: MIT
tool: true
version: 0.15.1
version: 0.15.2

ShellCheck:
cmd: shellcheck --version
Expand Down Expand Up @@ -686,7 +686,7 @@ dependencies:
home: https://github.com/astral-sh/uv
package: astral-sh/uv
license: MIT
version: 0.10.2
version: 0.10.5

vim:
cmd: vim --version
Expand Down