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
2 changes: 1 addition & 1 deletion .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: crate-ci/typos@v1.40.1
- uses: crate-ci/typos@v1.41.0
2 changes: 1 addition & 1 deletion container/alpine/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN \
shellcheck~=0.11 \
shfmt~=3.11 \
tcsh~=6.24 \
typos~=1.40 \
typos~=1.41 \
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

git ls-files container/alpine/

Repository: rdavid/shellbase

Length of output: 90


🏁 Script executed:

cat -n container/alpine/Containerfile

Repository: rdavid/shellbase

Length of output: 1850


🏁 Script executed:

# Search for typos package in Alpine 3.23.0 repositories
curl -s 'https://pkgs.alpinelinux.org/package/v3.23/main/x86_64/typos' | grep -o 'typos-[0-9.]*' | head -5

Repository: rdavid/shellbase

Length of output: 42


🏁 Script executed:

# Try alternative approach to verify typos package in Alpine 3.23.0
curl -s 'https://pkgs.alpinelinux.org/packages' | grep -i 'typos' | head -20

Repository: rdavid/shellbase

Length of output: 42


🌐 Web query:

Alpine 3.23.0 typos package version 1.41

💡 Result:

If you mean the Rust "typos" package (crate-ci/typos): Alpine v3.23 does not currently ship typos at 1.41. The v3.23 branch packages (e.g. typos-lsp) are listed on pkgs.alpinelinux.org, and the typos package in Alpine edge is at 1.40.0-r0 (not 1.41). [1][2]

Sources:

  • Alpine 3.23.0 release announcement. [1]
  • typos package (edge) on pkgs.alpinelinux.org — version 1.40.0-r0. [2]

Update typos package version to 1.40 or verify availability.

Alpine 3.23.0 repositories do not include typos 1.41. The latest available version in Alpine is 1.40.0-r0. Update the version constraint to typos~=1.40 or confirm if a newer version should be used from a different source.

🤖 Prompt for AI Agents
In @container/alpine/Containerfile around line 32, The package version
constraint "typos~=1.41" is not available in Alpine 3.23.0; change the
dependency string to "typos~=1.40" (or to the exact available release
"typos=1.40.0-r0") in the Containerfile where "typos~=1.41" appears, or
alternatively update the package source/repository to one that provides 1.41 and
document that change; ensure the updated constraint matches Alpine's package
naming and version format so the image build can resolve the package.

tzdata~=2025 \
util-linux~=2 \
vale-doc~=3.13 \
Expand Down