Skip to content

fix(deps): update go dependencies (non-major)#64

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/go-dependencies-(non-major)
Open

fix(deps): update go dependencies (non-major)#64
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/go-dependencies-(non-major)

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 2, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
charm.land/bubbles/v2 v2.0.0-rc.1.0.20260109112849-ae99f46cec66v2.1.0 age adoption passing confidence
charm.land/bubbletea/v2 v2.0.0-rc.2.0.20251216153312-819e2e89c62ev2.0.2 age adoption passing confidence
charm.land/glamour/v2 v2.0.0-20260123212943-6014aa153a9bv2.0.0 age adoption passing confidence
charm.land/lipgloss/v2 v2.0.0-beta.3.0.20251205162909-7869489d8971v2.0.2 age adoption passing confidence
github.com/lucasb-eyer/go-colorful v1.3.0v1.4.0 age adoption passing confidence
github.com/mattn/go-sqlite3 v1.14.34v1.14.38 age adoption passing confidence
github.com/workos/workos-go/v6 v6.4.0v6.5.0 age adoption passing confidence
github.com/zalando/go-keyring v0.2.6v0.2.8 age adoption passing confidence
golang.org/x/mod v0.33.0v0.34.0 age adoption passing confidence

Release Notes

charmbracelet/bubbles (charm.land/bubbles/v2)

v2.1.0

Compare Source

Shrink ’n’ grow your textareas

The update adds a new feature to automatically resize your textarea vertically as its content changes.

ta := textarea.New()
ta.DynamicHeight = true   // Enable dynamic resizing
ta.MinHeight = 3          // Minimum visible rows
ta.MaxHeight = 10         // Maximum visible rows
ta.MaxContentHeight = 20  // Maximum rows of content

Piece of cake, right?

Enjoy! 💘

Changelog

New!

The Charm logo

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

charmbracelet/bubbletea (charm.land/bubbletea/v2)

v2.0.2

Compare Source

This release contains a small patch fixing a rendering that might affect Wish users running on Unix platforms.

Changelog

Fixed

The Charm logo

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

v2.0.1

Compare Source

A small patch release to fix opening the proper default stdin file for input.

Changelog

Fixed
Docs

The Charm logo

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

charmbracelet/lipgloss (charm.land/lipgloss/v2)

v2.0.2

Compare Source

Table patch

If you don't know, we made big improvements in table rendering recently shipped in v2.0.0.

@​MartinodF made a good job on improving it even further for tricky edge cases, in particular when content wrapping is enabled.

Changelog

Fixed

The Charm logo

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

v2.0.1

Compare Source

A small release to properly set style underline colors, as well as handling partial reads while querying the terminal.

Changelog

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.

lucasb-eyer/go-colorful (github.com/lucasb-eyer/go-colorful)

v1.4.0

Compare Source

This release adds support for CSS Color Level 4 wide-gamut RGB color spaces, along with D50 XYZ helpers and a small HexColor usability improvement.

Added

  • Constructors, decomposers, and blend functions for the CSS Color Level 4 wide-gamut RGB color spaces DisplayP3, A98Rgb, ProPhotoRgb, and Rec2020 (#​81)
  • XyzD50, Color.XyzD50, D50ToD65, and D65ToD50 for working with D50-based color spaces (#​81)
  • HexColor now implements fmt.Stringer
mattn/go-sqlite3 (github.com/mattn/go-sqlite3)

v1.14.38

Compare Source

v1.14.37

Compare Source

v1.14.36

Compare Source

v1.14.35

Compare Source

workos/workos-go (github.com/workos/workos-go/v6)

v6.5.0

Compare Source

Features
  • user-management: add DirectoryManaged to OrganizationMembership (#​508) (e9206b1)
Bug Fixes
zalando/go-keyring (github.com/zalando/go-keyring)

v0.2.8

Compare Source

What's Changed

Full Changelog: zalando/go-keyring@v0.2.7...v0.2.8

v0.2.7

Compare Source

What's Changed

New Contributors

Full Changelog: zalando/go-keyring@v0.2.6...v0.2.7


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 6am every weekday,every weekend" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 renovate bot added the dependencies label Mar 2, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 2, 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):

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

Details:

Package Change
go 1.25.0 -> 1.25.8
github.com/charmbracelet/ultraviolet v0.0.0-20251212194010-b927aa605560 -> v0.0.0-20260205113103-524a6607adb8
github.com/charmbracelet/colorprofile v0.4.1 -> v0.4.2
github.com/clipperhouse/displaywidth v0.10.0 -> v0.11.0
github.com/clipperhouse/uax29/v2 v2.6.0 -> v2.7.0
github.com/mattn/go-runewidth v0.0.19 -> v0.0.21
golang.org/x/sys v0.41.0 -> v0.42.0
golang.org/x/tools v0.41.0 -> v0.42.0

@renovate renovate bot force-pushed the renovate/go-dependencies-(non-major) branch 2 times, most recently from 361282e to 93d397e Compare March 3, 2026 01:37
@renovate renovate bot changed the title fix(deps): update go dependencies (non-major) to v2.0.0 fix(deps): update go dependencies (non-major) Mar 3, 2026
@renovate renovate bot force-pushed the renovate/go-dependencies-(non-major) branch 2 times, most recently from d2489f1 to 7b4eafe Compare March 9, 2026 23:09
@renovate renovate bot force-pushed the renovate/go-dependencies-(non-major) branch 4 times, most recently from 3f450dd to 8a10c52 Compare March 15, 2026 00:47
@renovate renovate bot force-pushed the renovate/go-dependencies-(non-major) branch 3 times, most recently from 2c516a7 to fc9626c Compare March 26, 2026 13:13
@renovate renovate bot force-pushed the renovate/go-dependencies-(non-major) branch 2 times, most recently from 0e4e9be to d09ab53 Compare March 31, 2026 14:51
@renovate renovate bot force-pushed the renovate/go-dependencies-(non-major) branch from d09ab53 to 9dabc91 Compare April 2, 2026 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

0 participants