You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
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
dependenciesPull requests that update a dependency
1 participant
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.
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 ./...andgo test -race ./...pass, including output, Unicode truncation, theme selection, path and OAuth tests.go tool golangci-lint run, formatting checks,go fix -diff ./...andgo mod tidy -diffpass.go tool govulncheck ./...reports no vulnerabilities;go mod verifypasses.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
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.