Skip to content

chore(deps): refresh dependencies and migrate slack and gechr - #28

Merged
matcra587 merged 2 commits into
mainfrom
mc/clover-dependency-updates
Sep 10, 2026
Merged

matcra587 merged 2 commits into
mainfrom
mc/clover-dependency-updates

Conversation

@matcra587

@matcra587 matcra587 commented Sep 10, 2026

Copy link
Copy Markdown
Owner

Description

Refresh dependencies and restore compatibility with Slack SDK 0.29.0 and the current Gechr APIs. Adapt Slack table construction, validation and rendering to the new cell interface, preserving received text, numbers and empty cells while retaining rich-text validation for outgoing tables.

Upgrade Clib to 0.7.17, Clog to 0.17.1, Primer to 0.2.7 and x to 0.6.0. Preserve protected terminal padding across all nine table renderers, piped link labels, the default colour palette, existing theme aliases and config/cache locations. Move OAuth spinner cancellation to Clog's group API and fix unset-colour handling in the form theme.

Refresh Go and tool pins, add Clover configuration and use the consolidated Go CI workflow. Clover manages toolchain and workflow pins; Go tooling and Dependabot manage module dependencies. Use gRPC 1.83.2 to address the dependency-review advisory.

Review Focus

Review the Slack table-cell migration, shared terminal renderer and theme compatibility tests first, followed by OAuth cancellation and workflow changes. Module and tool lockfiles follow the dependency updates.

Test Procedure

  • go test ./... and go test -race ./... pass, including output, Unicode truncation, theme selection, path and OAuth tests.
  • go tool golangci-lint run, formatting checks, go fix -diff ./... and go mod tidy -diff pass.
  • go tool govulncheck ./... reports no vulnerabilities; go mod verify passes.
  • Actionlint, Zizmor and rumdl pass locally. Clover lint, format and annotation checks pass; its dry run resolves the tracked pins.

Risk & Rollback

The compatibility changes affect terminal output and interactive OAuth login. Revert this PR to restore the previous dependencies and rendering paths; configuration and stored credential formats do not change.

Pre-flight Checklist

  • Changes are limited to dependency maintenance and compatibility fixes
  • Tests pass and code is formatted/linted

Additional Notes

Includes the updates proposed in #22, #26 and #27. The Slack SDK review covers 0.23.1 through 0.29.0; the breaking table change landed in 0.25.0. Builds now require Go 1.27.1. Existing theme environment values remain accepted; no user configuration migration is required.

@matcra587 matcra587 self-assigned this Sep 10, 2026
@matcra587 matcra587 added the dependencies Pull requests that update a dependency label Sep 10, 2026
@socket-security

socket-security Bot commented Sep 10, 2026

Copy link
Copy Markdown

@socket-security

socket-security Bot commented Sep 10, 2026

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
License policy violation: golang github.com/alecthomas/chroma/v2

License: Font-Awesome-Free-License-6.x - The applicable license policy does not permit this license (5) (COPYING)

From: go.modgolang/github.com/gechr/primer@v0.2.7golang/github.com/alecthomas/chroma/v2@v2.27.0

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/alecthomas/chroma/v2@v2.27.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@matcra587 matcra587 changed the title chore(deps): refresh dependencies and migrate slack table cells chore(deps): refresh dependencies and migrate slack and gechr Sep 10, 2026
@matcra587
matcra587 merged commit 68c7084 into main Sep 10, 2026
20 checks passed
@matcra587
matcra587 deleted the mc/clover-dependency-updates branch September 10, 2026 14:37
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant