chore(deps): update all Go dependencies; repair pre-commit chain - #661
Merged
Conversation
Contributor
Dependency ReviewThe following issues were found:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #661 +/- ##
=======================================
Coverage 74.21% 74.21%
=======================================
Files 36 36
Lines 3157 3157
=======================================
Hits 2343 2343
Misses 814 814
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Two pre-existing breakages failed every local commit. The go-fmt-goimports hook id does not exist in tekwizely/pre-commit-golang v1.0.0-rc.1 — the goimports formatter is go-imports. And the mirrors-prettier hook could never run: .prettierrc.json declares prettier-plugin-tailwindcss / prettier-plugin-go-template, the repo has no node_modules to resolve them from, plugin resolution in an isolated hook env does not work for prettier 3, and the upstream mirror is archived. The prettier hook is removed rather than patched around; the broken hook id shows the chain was never exercised. Assisted-by: claude-code:claude-fable-5 Agent-Session: https://claude.ai/code/session_01L7tF9XuJfAfFk4yuY5KfPK Agent-Host: 0493f0 Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
go get -u all across the module graph plus tidy. One direct bump: playwright-go 0.6100.0 -> 0.6201.1; the rest are indirect moves. fiber v3 is available as a major but is an import rewrite and stays out of scope. Build (after templ generate, as in CI), vet, golangci-lint and the race suite (8 packages) green; go mod verify clean. Assisted-by: claude-code:claude-fable-5 Agent-Session: https://claude.ai/code/session_01L7tF9XuJfAfFk4yuY5KfPK Agent-Host: 0493f0 Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
CybotTM
force-pushed
the
chore/deps-update
branch
from
August 26, 2026 04:58
fdfc00e to
962455d
Compare
|
Contributor
There was a problem hiding this comment.
Automated approval for maintainer PR
All automated quality gates passed. See SECURITY_CONTROLS.md for compensating controls.
This was referenced Aug 26, 2026
Merged
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.



Two commits.
chore(deps):
go get -u allacross the module graph plus tidy. Direct bump: playwright-go 0.6100.0 → 0.6201.1; the rest are indirect moves and a large go.sum prune. fiber v2→v3 is available as a major but is an import rewrite and out of scope. Verified locally under go1.27.0:templ generate(as CI does) then build, vet, golangci-lint (0 issues),go test -race(8 packages),go mod verifyclean.fix (pre-commit): two pre-existing breakages failed every local commit — the
go-fmt-goimportshook id does not exist in tekwizely/pre-commit-golang v1.0.0-rc.1 (correct id:go-imports), and the archived mirrors-prettier hook could never resolve the plugins.prettierrc.jsondeclares (no node_modules in this repo, and prettier 3 cannot resolve config-declared plugins from an isolated hook env). The hook id is fixed; the prettier hook is removed rather than patched around — the broken id shows the chain was never exercised.Assisted by claude-code:claude-fable-5 — Session