Skip to content

chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.8 to 6.6.9#48

Merged
leonklingele merged 1 commit intomasterfrom
dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.6.9
Nov 4, 2025
Merged

chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.8 to 6.6.9#48
leonklingele merged 1 commit intomasterfrom
dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.6.9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 28, 2025

Bumps github.com/jedib0t/go-pretty/v6 from 6.6.8 to 6.6.9.

Release notes

Sourced from github.com/jedib0t/go-pretty/v6's releases.

v6.6.9

What's Changed

New Contributors

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

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 28, 2025
@dependabot dependabot Bot requested a review from leonklingele as a code owner October 28, 2025 22:08
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 28, 2025
@fossabot
Copy link
Copy Markdown

fossabot Bot commented Oct 28, 2025

fossabot is Thinking

@fossabot
Copy link
Copy Markdown

fossabot Bot commented Oct 28, 2025

Needs Review

I recommend reviewing this upgrade before merging because the provided context indicates that the target version does not exist in the official releases. Web search findings confirm the official releases page shows the latest version is 6.6.7 from March 2024, while this upgrade attempts to use version 6.6.9. The library is used exclusively for CLI table formatting in the main output path, so while the usage scope is limited and well-defined, upgrading to a potentially non-existent or unofficial version poses significant risks including supply chain security concerns and build reproducibility issues.

What we checked

  • Dependency declares version 6.6.9 which according to web search does not exist in official releases (latest is 6.6.7) [1]
  • Library imported and used for table formatting functionality [2]
  • Primary usage: table.NewWriter() creates formatted tables for CLI output of food safety inspection data [3]
  • Official releases page shows latest version is 6.6.7 from March 2024, version 6.6.9 does not exist [4]

Dependency Usage

Based on my analysis, here's the executive summary:

The go-pretty library is used exclusively in the main CLI output formatting logic to render food safety inspection data as formatted console tables. It powers the user-facing presentation layer by creating structured, indexed tables with headers and rows that display inspection results including facility names, addresses, dates, violations, and legal information. This is a single-purpose dependency used only in the main output path when JSON output is not requested, making it a focused but essential component for the application's primary command-line interface.

  • Dependency declares version 6.6.9 which according to web search does not exist in official releases (latest is 6.6.7)

    lmk/go.mod

    Line 7 in 6e7ee29

    github.com/jedib0t/go-pretty/v6 v6.6.9
  • Library imported and used for table formatting functionality

    lmk/main.go

    Line 25 in 6e7ee29

    "github.com/jedib0t/go-pretty/v6/table"
View 1 more usage
  • Primary usage: table.NewWriter() creates formatted tables for CLI output of food safety inspection data

    lmk/main.go

    Line 362 in 6e7ee29

    t := table.NewWriter()

Changes

The github.com/jedib0t/go-pretty/v6 package now disables color output when the TERM environment variable is set to dumb, and adds a new option to prevent automatic stopping of progress trackers. These changes improve terminal compatibility and provide more control over progress tracking behavior.

References (4)

[1]: Dependency declares version 6.6.9 which according to web search does not exist in official releases (latest is 6.6.7)

lmk/go.mod

Line 7 in 6e7ee29

github.com/jedib0t/go-pretty/v6 v6.6.9

[2]: Library imported and used for table formatting functionality

lmk/main.go

Line 25 in 6e7ee29

"github.com/jedib0t/go-pretty/v6/table"

[3]: Primary usage: table.NewWriter() creates formatted tables for CLI output of food safety inspection data

lmk/main.go

Line 362 in 6e7ee29

t := table.NewWriter()

[4]: Official releases page shows latest version is 6.6.7 from March 2024, version 6.6.9 does not exist (source link)


fossabot analyzed this PR using dependency research.

leonklingele
leonklingele previously approved these changes Nov 4, 2025
@leonklingele leonklingele force-pushed the dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.6.9 branch from 6e7ee29 to 9cf938c Compare November 4, 2025 00:05
@leonklingele
Copy link
Copy Markdown
Owner

@dependabot recreate

Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.6.8 to 6.6.9.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](jedib0t/go-pretty@v6.6.8...v6.6.9)

---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-version: 6.6.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.6.9 branch from 9cf938c to 174d554 Compare November 4, 2025 00:08
@leonklingele leonklingele merged commit ab88369 into master Nov 4, 2025
26 checks passed
@leonklingele leonklingele deleted the dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.6.9 branch November 4, 2025 23:09
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant