Skip to content

fix(deps): update bump-dependencies#45

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate.bump-dependencies
Open

fix(deps): update bump-dependencies#45
renovate[bot] wants to merge 1 commit into
mainfrom
renovate.bump-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 8, 2026

This PR contains the following updates:

Package Change Age Confidence
charm.land/bubbletea/v2 v2.0.2v2.0.6 age confidence
charm.land/lipgloss/v2 v2.0.2v2.0.3 age confidence
github.com/NimbleMarkets/ntcharts/v2 v2.0.0v2.0.3 age confidence
golang.org/x/crypto v0.49.0v0.51.0 age confidence
golang.org/x/sys v0.42.0v0.44.0 age confidence
golang.org/x/term v0.41.0v0.43.0 age confidence

Release Notes

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

v2.0.6

Compare Source

This release fixes an issue with how Bubble Tea handled wide characters. Before, a wide character might be skipped or cause an infinite loop causing the CPU to spike. See fdcd0cf and charmbracelet/ultraviolet#109 for more details.


The Charm logo

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

v2.0.5

Compare Source

Changelog


The Charm logo

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

v2.0.4

Compare Source

Changelog


The Charm logo

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

v2.0.3

Compare Source

Extra Extra Extended Keyboard Enhancements!

This release adds support for the full set of Keyboard Enhancements. Now you can enable any enhancements on top of the default disambiguate one.

func (m model) View() tea.View {
  var v tea.View
  v.KeyboardEnhancements.ReportAlternateKeys = true
  v.KeyboardEnhancements.ReportAllKeysAsEscapeCodes = true
  return v
}

Smarter Renderer

We also fixed a few renderer related bugs and made the Cursed Renderer smarter. Now, we always reset the terminal tab stops for the Bubble Tea program process context. People using tabs -N in their shell profiles shouldn't be affected.

See the full changelog below.

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/lipgloss (charm.land/lipgloss/v2)

v2.0.3

Compare Source

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.

NimbleMarkets/ntcharts (github.com/NimbleMarkets/ntcharts/v2)

v2.0.3

Compare Source

chartpicture is experimental. It renders charts as images; it can also bridge Apache ECharts. It is not very useful unless your terminal supports the Kitty Graphics Protocol. We are exploring how to improve it, but wanted to share with the community.

  • feat: add picture/chartpicture package — renders github.com/go-analyze/charts chart images via the embedded picture.Model
    • chartpicture.Model produces chart frames asynchronously through tea.Cmd
    • Recipes for common sources: WithLineRecipe, WithBarRecipe, WithEChartsJSONRecipe, WithPainterFuncRecipe
    • Configurable via WithChartSource, WithRecipe, WithKittyID, WithBackground, WithTheme
    • Bridges barchart.Model and linechart.Model directly via the new barchart.Model.Data() accessor
  • fix: propagate streamlinechart height fix to wave/timeserieslinechart (#​7)
  • Correctness and security fixes

v2.0.2

Compare Source

  • feat: add picture and pictureurl
  • feat: add controls to prevent intentional or accidental memory bombs (#​12 #​17)
    • add DefaultMaxPoints global and config.MaxInterpolationPoints
    • add GetLinePointsWithLimit and GetCirclePointsWithLimit
  • chore: update Golang dependencies

v2.0.1

Compare Source

  • feat: Support millisecond resolution in timeseries line chart (#​15)
  • fix: linechart label glitch (#​16)
  • ci: Update GitHub Action versions and add test phase

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Wednesday (* * * * 3)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Apr 8, 2026
@renovate renovate Bot changed the title fix(deps): update module golang.org/x/sys to v0.43.0 fix(deps): update bump-dependencies Apr 9, 2026
@renovate renovate Bot force-pushed the renovate.bump-dependencies branch 2 times, most recently from 6604f64 to 2c9550f Compare April 9, 2026 19:05
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 9, 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):

  • 6 additional dependencies were updated

Details:

Package Change
github.com/charmbracelet/ultraviolet v0.0.0-20260316091819-b93f6a3b8502 -> v0.0.0-20260428153724-66037269d7be
github.com/charmbracelet/x/ansi v0.11.6 -> v0.11.7
github.com/lucasb-eyer/go-colorful v1.3.0 -> v1.4.0
github.com/mattn/go-runewidth v0.0.21 -> v0.0.23
golang.org/x/net v0.52.0 -> v0.53.0
golang.org/x/text v0.35.0 -> v0.37.0

@renovate renovate Bot force-pushed the renovate.bump-dependencies branch 5 times, most recently from cc61b2d to ba4b7e1 Compare April 20, 2026 12:46
@renovate renovate Bot force-pushed the renovate.bump-dependencies branch 4 times, most recently from 25b1177 to 8515b02 Compare April 28, 2026 19:02
@renovate renovate Bot force-pushed the renovate.bump-dependencies branch 2 times, most recently from 9d25563 to 574ac3d Compare May 8, 2026 18:33
@renovate renovate Bot force-pushed the renovate.bump-dependencies branch from 574ac3d to 17d2111 Compare May 8, 2026 21:38
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