Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/jedib0t/go-pretty/v6 v6.6.8 -> v6.7.5 age confidence

Release Notes

jedib0t/go-pretty (github.com/jedib0t/go-pretty/v6)

v6.7.5

Compare Source

What's Changed

Full Changelog: jedib0t/go-pretty@v6.7.4...v6.7.5

v6.7.4

Compare Source

What's Changed

Full Changelog: jedib0t/go-pretty@v6.7.3...v6.7.4

v6.7.3

Compare Source

What's Changed

Full Changelog: jedib0t/go-pretty@v6.7.2...v6.7.3

v6.7.2

Compare Source

What's Changed

Full Changelog: jedib0t/go-pretty@v6.7.1...v6.7.2

v6.7.1

Compare Source

What's Changed

Full Changelog: jedib0t/go-pretty@v6.7.0...v6.7.1

v6.7.0

Compare Source

What's Changed

  • Only adjust terminal size when the output writer is stdout by @​linzhp in #​375

New Contributors

Full Changelog: jedib0t/go-pretty@v6.6.9...v6.7.0

v6.6.9

Compare Source

What's Changed

New Contributors

Full Changelog: jedib0t/go-pretty@v6.6.8...v6.6.9


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from koki-develop as a code owner November 23, 2025 08:53
@github-actions
Copy link
Contributor

github-actions bot commented Nov 23, 2025

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

  • Minor Feature Additions: 256-color support added to text package (v6.7.5)
  • Performance Improvements: Various optimizations across text and progress packages (v6.7.1)
  • Code Quality Enhancements: Transformer code quality fixes and additional unit tests
  • Bug Fixes: Terminal size adjustment only when output writer is stdout (v6.7.0)
  • Environment Handling: Disabled colors when TERM is set to "dumb" (v6.6.9)
  • No Breaking Changes: All releases from v6.6.8 to v6.7.5 appear to maintain backward compatibility
  • No Security Fixes: No security-related issues mentioned in any release notes

🎯 Impact Scope Investigation

  • Direct Usage: Only used in /home/runner/work/clive/clive/internal/util/string.go:9
  • Specific Functions: Code uses text.Pad() and text.LongestLineLen() functions
  • Function Locations:
    • text.Pad() used in PaddingRight() at string.go:28
    • text.LongestLineLen() used in Border() at string.go:39
  • No Indirect Dependencies: go-pretty is a direct dependency, not pulled in transitively
  • Limited Scope: Only affects string utility functions for text formatting in the UI

💡 Recommended Actions

  • Immediate Merge: Safe to merge immediately - no code changes required
  • Validation Suggested: Run existing tests to verify functionality remains intact
  • Monitor: Watch for any color-related improvements in terminal output due to 256-color support
  • No Migration Work: No manual code modifications needed

🔗 Reference Links

Generated by koki-develop/claude-renovate-review


🚫 Permission Denied Tool Executions

The following tool executions that Claude Code attempted were blocked due to insufficient permissions.
Consider adding them to allowed_tools if needed.

Run #19617157647 - 1 tool denied

Tool Input
Bash {"command":"go mod why github.com/jedib0t/go-pretty/v6","description":"Check dependency path for go-pretty package"}

Generated by koki-develop/claude-denied-tools

@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from f59abba to 4377701 Compare November 23, 2025 17:55
@renovate renovate bot changed the title fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.7.3 fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.7.4 Nov 23, 2025
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from 4377701 to b624ead Compare November 23, 2025 20:56
@renovate renovate bot changed the title fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.7.4 fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.7.5 Nov 23, 2025
@koki-develop koki-develop merged commit d4212a3 into main Nov 24, 2025
6 checks passed
@koki-develop koki-develop deleted the renovate/github.com-jedib0t-go-pretty-v6-6.x branch November 24, 2025 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants