Skip to content

fix(deps): update go modules#11

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-modules
Open

fix(deps): update go modules#11
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-modules

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 10, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/charmbracelet/bubbles v0.21.0v0.21.1 age confidence
github.com/charmbracelet/bubbletea v1.3.6v1.3.10 age confidence
github.com/cli/go-gh/v2 v2.12.1v2.13.0 age confidence
github.com/spf13/cobra v1.9.1v1.10.2 age confidence

Release Notes

charmbracelet/bubbles (github.com/charmbracelet/bubbles)

v0.21.1

Compare Source

Changelog
New!
Fixed
Docs
Other stuff

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

charmbracelet/bubbletea (github.com/charmbracelet/bubbletea)

v1.3.10

Compare Source

Changelog

Bug fixes

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

v1.3.9

Compare Source

Changelog

New Features
Bug fixes
Other work

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, Discord, Slack, The Fediverse.

v1.3.8

Compare Source

Changelog

Bug fixes

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, Discord, Slack, The Fediverse.

v1.3.7

Compare Source

Changelog

Bug fixes
Documentation updates
Other work

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, Discord, Slack, The Fediverse.

cli/go-gh (github.com/cli/go-gh/v2)

v2.13.0

Compare Source

What's Changed

✨ Features
🐛 Fixes
📚 Docs & Chores
  • docs(pkg/api): explain HandleHTTPError does not close response body by @​babakks in #​202
:dependabot: Dependencies

New Contributors

Full Changelog: cli/go-gh@v2.12.2...v2.13.0

v2.12.2

Compare Source

What's Changed

Full Changelog: cli/go-gh@v2.12.1...v2.12.2

spf13/cobra (github.com/spf13/cobra)

v1.10.2

Compare Source

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in #​2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

v1.10.1

Compare Source

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

Compare Source

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: #​2303 (comment)

✨ Features
🐛 Fix
🪠 Testing
📝 Docs

New Contributors

Full Changelog: spf13/cobra@v1.9.1...v1.9.2


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Oct 10, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/charmbracelet/x/ansi v0.9.3 -> v0.10.1
github.com/spf13/pflag v1.0.6 -> v1.0.9
golang.org/x/sys v0.33.0 -> v0.36.0

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Oct 10, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate Bot force-pushed the renovate/go-modules branch from fdabf79 to 33b4cf0 Compare November 9, 2025 07:55
@renovate renovate Bot force-pushed the renovate/go-modules branch from 33b4cf0 to 29cbdec Compare December 4, 2025 19:13
@renovate renovate Bot force-pushed the renovate/go-modules branch from 29cbdec to d16bd10 Compare February 3, 2026 19:53
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Feb 3, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.5 -> 1.25.0
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc -> v0.4.1
github.com/charmbracelet/x/ansi v0.9.3 -> v0.11.5
github.com/charmbracelet/x/cellbuf v0.0.13 -> v0.0.15
github.com/charmbracelet/x/term v0.2.1 -> v0.2.2
github.com/lucasb-eyer/go-colorful v1.2.0 -> v1.3.0
github.com/mattn/go-runewidth v0.0.16 -> v0.0.19
github.com/spf13/pflag v1.0.6 -> v1.0.9
golang.org/x/sys v0.33.0 -> v0.38.0

@renovate renovate Bot force-pushed the renovate/go-modules branch from d16bd10 to f0a4710 Compare April 29, 2026 13:56
@renovate renovate Bot force-pushed the renovate/go-modules branch from f0a4710 to 7b2e323 Compare May 7, 2026 10:45
@renovate renovate Bot force-pushed the renovate/go-modules branch from 7b2e323 to 3cb580c Compare May 7, 2026 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants