Skip to content

chore(deps): update all Go dependencies; repair pre-commit chain - #661

Merged
CybotTM merged 2 commits into
mainfrom
chore/deps-update
Aug 26, 2026
Merged

chore(deps): update all Go dependencies; repair pre-commit chain#661
CybotTM merged 2 commits into
mainfrom
chore/deps-update

Conversation

@CybotTM

@CybotTM CybotTM commented Aug 26, 2026

Copy link
Copy Markdown
Member

Two commits.

chore(deps): go get -u all across 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 verify clean.

fix (pre-commit): 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 (correct id: go-imports), and the archived mirrors-prettier hook could never resolve the plugins .prettierrc.json declares (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

@github-actions

github-actions Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Dependency Review

The following issues were found:

  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ✅ 0 package(s) with unknown licenses.
  • ⚠️ 4 packages with OpenSSF Scorecard issues.

View full job summary

@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Aug 26, 2026
@codecov

codecov Bot commented Aug 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.21%. Comparing base (1eeab5e) to head (962455d).

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           
Flag Coverage Δ
e2e 67.56% <ø> (ø)
unittests 74.45% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@CybotTM
CybotTM marked this pull request as ready for review August 26, 2026 04:52
Copilot AI lite review requested due to automatic review settings August 26, 2026 04:52

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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
CybotTM force-pushed the chore/deps-update branch from fdfc00e to 962455d Compare August 26, 2026 04:58
@sonarqubecloud

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Automated approval for maintainer PR

All automated quality gates passed. See SECURITY_CONTROLS.md for compensating controls.

@CybotTM
CybotTM added this pull request to the merge queue Aug 26, 2026
Merged via the queue into main with commit b43afd9 Aug 26, 2026
31 checks passed
@CybotTM
CybotTM deleted the chore/deps-update branch August 26, 2026 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants