-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps): bump crate-ci/typos from 1.40.1 to 1.41.0 #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.40.1 to 1.41.0. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.40.1...v1.41.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.41.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
📝 WalkthroughWalkthroughUpdated the typos tool to version 1.41 across two locations: the GitHub Actions workflow now uses the v1.41.0 action, and the Alpine container installs the 1.41 package from APK. No functional or logic changes were introduced. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
Pre-merge checks✅ Passed checks (3 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
Fix all issues with AI Agents 🤖
In @container/alpine/Containerfile:
- 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.
📜 Review details
Configuration used: defaults
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
.github/workflows/typos.ymlcontainer/alpine/Containerfile
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
- GitHub Check: Test BSD on ubuntu-22.04
- GitHub Check: Test fedora on ubuntu-22.04
- GitHub Check: Test BSD on ubuntu-24.04
- GitHub Check: Test archlinux on ubuntu-22.04
🔇 Additional comments (1)
.github/workflows/typos.yml (1)
12-12: The v1.41.0 release exists and contains only dictionary updates with no breaking changes.
| shfmt~=3.11 \ | ||
| tcsh~=6.24 \ | ||
| typos~=1.40 \ | ||
| typos~=1.41 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
git ls-files container/alpine/Repository: rdavid/shellbase
Length of output: 90
🏁 Script executed:
cat -n container/alpine/ContainerfileRepository: 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 -5Repository: 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 -20Repository: 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.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.