Skip to content

chore(deps): bump github.com/olekukonko/tablewriter from 0.0.5 to 1.1.4 - #8

Merged
bajtos merged 2 commits into
mainfrom
dependabot/go_modules/github.com/olekukonko/tablewriter-1.1.4
Aug 21, 2026
Merged

chore(deps): bump github.com/olekukonko/tablewriter from 0.0.5 to 1.1.4#8
bajtos merged 2 commits into
mainfrom
dependabot/go_modules/github.com/olekukonko/tablewriter-1.1.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/olekukonko/tablewriter from 0.0.5 to 1.1.4.

Commits
  • a0dea8a no need to disable twice
  • a4fb40a Merge pull request #314 from sducamp/fix/rendition-debug-leak
  • 6bc4cb4 fix: prevent debug output leak from renderer during Options() reconfiguration
  • 54408fe update ll to v0.1.6
  • 5ea5f3c add mote tab test ans update go mod
  • 1455dd8 Merge pull request #311 from olekukonko/tabber
  • d7b0a55 improve tab and make test more predictable
  • 62117a2 add space default #312 for colorized renderer
  • 4958831 ll v0.1.5 update enables logging by default hence disable
  • 1c68e06 use space for padding as default #312
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 1, 2026
@bajtos

bajtos commented Aug 21, 2026

Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/olekukonko/tablewriter-1.1.4 branch from 4f3d7b6 to 9e191c2 Compare August 21, 2026 13:44
@bajtos
bajtos enabled auto-merge (squash) August 21, 2026 13:45
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/olekukonko/tablewriter-1.1.4 branch from 9e191c2 to 21f9c6e Compare August 21, 2026 13:50
Bumps [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) from 0.0.5 to 1.1.4.
- [Release notes](https://github.com/olekukonko/tablewriter/releases)
- [Commits](olekukonko/tablewriter@v0.0.5...v1.1.4)

---
updated-dependencies:
- dependency-name: github.com/olekukonko/tablewriter
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/olekukonko/tablewriter-1.1.4 branch from 21f9c6e to 6f0b883 Compare August 21, 2026 14:00
tablewriter v1 replaced the SetXxx setters with a configuration-driven
API, so the bump from 0.0.5 to 1.1.4 broke the build. All three
formatters configured their table identically, so the setup now lives
in one helper alongside a render call that panics on failure, matching
how the formatters already handle unmarshal errors.

Rendered tables keep their ASCII borders, row separators, left-aligned
cells and disabled wrapping. v1 additionally trims trailing blank lines
from multi-line cells, which drops two stray rows from the container's
Contents cell.

Assisted-by: Claude:claude-opus-5
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
@bajtos
bajtos merged commit 9d490c1 into main Aug 21, 2026
5 checks passed
@bajtos
bajtos deleted the dependabot/go_modules/github.com/olekukonko/tablewriter-1.1.4 branch August 21, 2026 14:53
@bajtos
bajtos restored the dependabot/go_modules/github.com/olekukonko/tablewriter-1.1.4 branch August 21, 2026 15:08
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