chore(deps): bump dependencies and pre-commit tool versions#98
Merged
Conversation
Owner
hyp3rd
commented
Apr 14, 2026
- Upgrade hyp3rd/ewrap from v1.3.9 to v1.4.0
- Upgrade hyp3rd/sectools from v1.2.3 to v1.2.4
- Upgrade tinylib/msgp from v1.6.3 to v1.6.4
- Remove unused indirect dependency github.com/kr/pretty
- Bump cspell-cli from v9.7.0 to v10.0.0 in both pre-commit configs
- Update go.sum to reflect new checksums and remove stale entries
- Upgrade hyp3rd/ewrap from v1.3.9 to v1.4.0 - Upgrade hyp3rd/sectools from v1.2.3 to v1.2.4 - Upgrade tinylib/msgp from v1.6.3 to v1.6.4 - Remove unused indirect dependency github.com/kr/pretty - Bump cspell-cli from v9.7.0 to v10.0.0 in both pre-commit configs - Update go.sum to reflect new checksums and remove stale entries
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Go module and tooling dependencies to keep the project’s build, security tooling, and developer workflow current.
Changes:
- Bump
hyp3rd/ewraptov1.4.0,hyp3rd/sectoolstov1.2.4, andtinylib/msgptov1.6.4. - Remove the explicit indirect
github.com/kr/prettyrequirement fromgo.modand refreshgo.sum. - Update pre-commit and pre-commit-ci to use
cspell-cli v10.0.0.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
go.mod |
Updates required module versions and removes an explicit indirect dependency entry. |
go.sum |
Refreshes checksums and prunes stale sums in line with module changes. |
.pre-commit-config.yaml |
Bumps cspell-cli hook revision to v10.0.0 for local pre-commit usage. |
.pre-commit-ci-config.yaml |
Mirrors cspell-cli hook revision bump for CI consistency. |
Comments suppressed due to low confidence (1)
go.mod:27
- PR description says the unused indirect dependency
github.com/kr/prettywas removed, butgo.sumin this PR still contains checksums forgithub.com/kr/pretty v0.3.1. If the intent is to fully remove it from the module graph, re-rungo mod tidy(and ensure no dependency still pulls it in); otherwise, update the PR description to clarify it was only removed fromgo.modas an explicit indirect requirement.
github.com/gofiber/utils/v2 v2.0.2 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/klauspost/compress v1.18.5 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.