Skip to content

Conversation

@timoknapp
Copy link
Owner

@timoknapp timoknapp commented May 10, 2025

This PR contains the following updates:

Package Type Update Change
github.com/olekukonko/tablewriter require major v0.0.5 -> v1.1.2

Release Notes

olekukonko/tablewriter

v1.1.2

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source

v1.0.9

Compare Source

v1.0.8

Compare Source

v1.0.7

Compare Source

v1.0.6

Compare Source

v1.0.5

Compare Source

v1.0.4

Compare Source

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source

v1.0.0

Compare Source


Renovate configuration

📅 Schedule: 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 has been generated by Renovate Bot.

@timoknapp timoknapp force-pushed the renovate/github.com-olekukonko-tablewriter-1.x branch from 543498d to 5f2c1d0 Compare May 11, 2025 23:17
@timoknapp
Copy link
Owner Author

timoknapp commented May 11, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/tmp/renovate/repos/github/timoknapp/soundcloud-cli":"/tmp/renovate/repos/github/timoknapp/soundcloud-cli" -v "/tmp/renovate/cache":"/tmp/renovate/cache" -v "/tmp/renovate/cache/others/go":"/tmp/renovate/cache/others/go" -e GOPATH -e CGO_ENABLED -w "/tmp/renovate/repos/github/timoknapp/soundcloud-cli" renovate/go:1.19.3 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./..."
go: downloading github.com/cheggaaa/pb/v3 v3.1.7
go: downloading github.com/urfave/cli/v2 v2.27.6
go: downloading github.com/olekukonko/tablewriter v1.1.2
go: downloading github.com/anaskhan96/soup v1.2.5
go: downloading github.com/bogem/id3v2 v1.2.0
go: downloading github.com/fatih/color v1.18.0
go: downloading github.com/VividCortex/ewma v1.2.0
go: downloading github.com/mattn/go-colorable v0.1.14
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/mattn/go-runewidth v0.0.19
go: downloading github.com/olekukonko/errors v1.1.0
go: downloading github.com/olekukonko/ll v0.1.3
go: downloading golang.org/x/net v0.23.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.5
go: downloading github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1
go: downloading golang.org/x/sys v0.30.0
go: downloading github.com/clipperhouse/uax29/v2 v2.3.0
go: downloading github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6
go: downloading github.com/clipperhouse/displaywidth v0.6.0
go: downloading golang.org/x/text v0.14.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/clipperhouse/stringish v0.1.1
github.com/timoknapp/soundcloud-cli/pkg/sccli imports
	github.com/olekukonko/tablewriter imports
	github.com/olekukonko/errors imports
	log/slog: package log/slog is not in GOROOT (/opt/buildpack/tools/golang/1.19.3/src/log/slog)
github.com/timoknapp/soundcloud-cli/pkg/sccli imports
	github.com/olekukonko/tablewriter imports
	github.com/olekukonko/tablewriter/renderer imports
	slices: package slices is not in GOROOT (/opt/buildpack/tools/golang/1.19.3/src/slices)

@timoknapp timoknapp force-pushed the renovate/github.com-olekukonko-tablewriter-1.x branch 3 times, most recently from 2ec7868 to 30810b3 Compare May 18, 2025 23:17
@timoknapp timoknapp force-pushed the renovate/github.com-olekukonko-tablewriter-1.x branch from 30810b3 to 88556e6 Compare May 27, 2025 23:17
@timoknapp timoknapp requested a review from Copilot June 10, 2025 05:54
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the tablewriter dependency version in go.mod from v0.0.5 to v1.0.7 to align with the latest major release.

  • Updated github.com/olekukonko/tablewriter version from v0.0.5 to v1.0.7
  • Ensures dependency alignment with the latest stable version

@timoknapp timoknapp force-pushed the renovate/github.com-olekukonko-tablewriter-1.x branch from 88556e6 to 20dd75a Compare July 4, 2025 23:18
@timoknapp timoknapp force-pushed the renovate/github.com-olekukonko-tablewriter-1.x branch from 20dd75a to d6ae2c3 Compare July 29, 2025 23:20
@timoknapp timoknapp force-pushed the renovate/github.com-olekukonko-tablewriter-1.x branch from d6ae2c3 to c37c65c Compare September 21, 2025 23:16
@timoknapp timoknapp force-pushed the renovate/github.com-olekukonko-tablewriter-1.x branch from c37c65c to f97fbf3 Compare November 9, 2025 23:17
@timoknapp timoknapp force-pushed the renovate/github.com-olekukonko-tablewriter-1.x branch from f97fbf3 to 219af88 Compare November 30, 2025 23:18
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