Skip to content

fix(deps): update all non-major dependencies#1086

Open
tagoro9-renovatebot[bot] wants to merge 2 commits into
mainfrom
c/renovate_all-minor-patch
Open

fix(deps): update all non-major dependencies#1086
tagoro9-renovatebot[bot] wants to merge 2 commits into
mainfrom
c/renovate_all-minor-patch

Conversation

@tagoro9-renovatebot

@tagoro9-renovatebot tagoro9-renovatebot Bot commented Mar 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
charm.land/bubbles/v2 v2.0.0 -> v2.1.1 age confidence require minor
charm.land/bubbletea/v2 v2.0.2 -> v2.0.8 age confidence require patch
charm.land/lipgloss/v2 v2.0.2 -> v2.0.5 age confidence require patch
github.com/charmbracelet/x/ansi v0.11.6 -> v0.11.7 age confidence require patch
github.com/dgraph-io/badger/v4 v4.9.1 -> v4.9.4 age confidence require patch
github.com/kubescape/go-git-url v0.0.31 -> v0.0.32 age confidence require patch
github.com/kyokomi/emoji/v2 v2.2.13 -> v2.2.14 age confidence require patch
github.com/posthog/posthog-go v1.11.1 -> v1.21.0 age confidence require minor
open-turo/renovate-config v1.17.1 -> v1.21.1 age confidence minor

Release Notes

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

v2.1.1

Compare Source

Lil’ Textarea Fix

This is a tiny patch to fix a bug in textarea where the prompt character could be missing styling on empty lines. That’s all for now!

Thanks for using Bubbles,
Charm 🌞

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.

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

Compare Source

Graphemes, schmraphemes

No terminal can render emojis perfectly, but we can try. This release improves some very specific edge cases around emoji rendering. Enjoy!

Changelog

  • db569ad: fix(deps): bump ultraviolet for emoji-related rendering improvements

The Charm logo

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

v2.0.7

Compare Source

A few lil’ stability patches

Hi! This is a patch release with a few solid improvements around stability and correctness.

  • @​lrstanley, one of our faves, fixed a race condition around mice in the Cursed Renderer
  • @​lawrence3699 fixed a panic that could happen when input's not available
  • We fixed a correctness issue with regard to mouse releases when Kitty Keyboard was active (thanks, @​mitchellh)

Thanks for using Bubble Tea, and if you see anything awry please do let us know!

—Charm 👋

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

A small release to remove accidental unwanted debug log file. See 1ed724a and charmbracelet/ultraviolet@b516641 for 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.4

Compare Source

This release includes a small fix related to width calculation in x/ansi. See c788fe9 and charmbracelet/x@6921c75 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.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.5

Compare Source

Graphemes, Schmraphemes

If you’re using emojis in the terminal you're in for a rough ride. That said, we do what we can. This release brings some in some very specific edge case rendering improvements. Enjoy.

Enjoy!

Changelog

  • 10f9584: chore(deps): bump ultraviolet for emoji-related improvements

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

Mini Crash Patch

Hi! This is a small patch to fix a writer-related panic. Thanks for using Lip Gloss!

Changelog

Fixed
Docs
Chore

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

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.

dgraph-io/badger (github.com/dgraph-io/badger/v4)

v4.9.4

Compare Source

What's Changed

New Contributors

Full Changelog: dgraph-io/badger@v4.9.3...v4.9.4

v4.9.3

Compare Source

What's Changed

New Contributors

Full Changelog: dgraph-io/badger@v4.9.2...v4.9.3

v4.9.2

Compare Source

What's Changed

New Contributors

Full Changelog: dgraph-io/badger@v4.9.1...v4.9.2

kubescape/go-git-url (github.com/kubescape/go-git-url)

v0.0.32

Compare Source

kyokomi/emoji (github.com/kyokomi/emoji/v2)

v2.2.14

Compare Source

What's Changed

Emoji data
  • Regenerated emoji_codemap.go with Unicode Emoji 16.0 / 17.0 additions — 18 new emoji such as :fingerprint:, :orca:, :treasure_chest:, :ballet_dancer: (no removals)
Behavior change
  • NormalizeShortCode now consistently returns the lowercase alias when same-length aliases differ only in case. Affects 26 entries (e.g. :Aries::aries:, :OK_hand::ok_hand:, :ZZZ::zzz:, :T-Rex::t-rex:)
Maintenance
  • go.mod: go 1.14go 1.21 (cmd module: go 1.12go 1.25, goquery v1.5.1 → v1.12.0)
  • CI: pin Go via go-version-file, golangci-lint-action v6 → v8, verify cmd module
  • Added dependabot for github-actions and gomod

Full Changelog: kyokomi/emoji@v2.2.13...v2.2.14

posthog/posthog-go (github.com/posthog/posthog-go)

v1.21.0: 1.21.0

Compare Source

Unreleased

v1.20.0: 1.20.0

Compare Source

Unreleased

v1.19.0: 1.19.0

Compare Source

Unreleased

v1.18.0: 1.18.0

Compare Source

Unreleased

v1.17.5: 1.17.5

Compare Source

Unreleased

v1.17.4: 1.17.4

Compare Source

Unreleased

v1.17.3: 1.17.3

Compare Source

Unreleased

v1.17.2: 1.17.2

Compare Source

Unreleased

v1.17.1: 1.17.1

Compare Source

Unreleased

v1.17.0: 1.17.0

Compare Source

Unreleased

v1.16.2: 1.16.2

Compare Source

Unreleased

v1.16.1: 1.16.1

Compare Source

Unreleased

v1.16.0: 1.16.0

Compare Source

Unreleased

v1.15.1: 1.15.1

Compare Source

Unreleased

v1.15.0: 1.15.0

Compare Source

Unreleased

v1.14.0: 1.14.0

Compare Source

Unreleased

v1.13.2: 1.13.2

Compare Source

Unreleased

v1.13.1: 1.13.1

Compare Source

Unreleased

v1.13.0: 1.13.0

Compare Source

Unreleased

v1.12.6: 1.12.6

Compare Source

Unreleased

v1.12.5: 1.12.5

Compare Source

Unreleased

v1.12.4: 1.12.4

Compare Source

1.12.4 - 2026-04-30

v1.12.3

Compare Source

v1.12.2

Compare Source

v1.12.1

Compare Source

1.12.1 - 2026-04-20

v1.12.0

Compare Source

1.12.0 - 2026-04-20

v1.11.3

Compare Source

1.11.3 - 2026-04-14

  • Full Changelog

  • Added locally_evaluated property to $feature_flag_called events, indicating whether the flag was evaluated locally or via the remote /flags endpoint.

v1.11.2

Compare Source

1.11.2 - 2026-03-26

open-turo/renovate-config (open-turo/renovate-config)

v1.21.1

Compare Source

Miscellaneous
  • move @​emotion/jest memory leak config to npm.json to avoid redundant configuration (85b37a1)
  • remove Jest 30 artifact from npm-app and npm-lib (27e01f3)
Continuous Integration
  • .github/workflows/ci.yaml: make renovate validator strict (358b8e0)
Bug Fixes
  • remove redundant minimumReleaseAge rules from npm-lib and npm-app presets (e709041)

v1.21.0

Compare Source

Continuous Integration
  • add renovate config validator check (9581a24)
Features
  • add @​open-turo/* to 0-day minimumReleaseAge exception (e519df4)
  • add @​typescript-eslint/* and typescript-eslint to 2-day minimumReleaseAge rule (d719a09)
  • add tiered minimumReleaseAge exceptions for eslint and @​types packages (6edb5d3)
  • move @​types to 0-day exception, keep 1-day rule as empty placeholder (8fe389e)
Bug Fixes
Code Refactoring
  • add prettier and @​prettier globs to 2-day minimumReleaseAge rule (ce8abaf)
  • make 2-day minimumReleaseAge description package-agnostic (90d4f27)
  • merge 0-day minimumReleaseAge exceptions into a single rule (24cd420)
  • reword minimumReleaseAge descriptions, add react as 1 day example (35faa1a)
  • .github/workflows/ci.yaml: use v7 hash as POC for Semgrep review (9ab8676)

v1.20.0

Compare Source

Features
  • add severity labels (patch/minor/major) to all dependency PRs (25454cb)

v1.19.0

Compare Source

Features
  • add 3-day minimum release age to npm configs (ebabbb3)
  • add npm 3-day minimum release age to default config (a3398c0)

v1.18.0

Compare Source

Features
  • add custom managers for node-version and npm in action YAML files (f7d0f29)

Configuration

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

@tagoro9-renovatebot

tagoro9-renovatebot Bot commented Mar 27, 2026

Copy link
Copy Markdown
Contributor Author

ℹ 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/colorprofile v0.4.2 -> v0.4.3
github.com/charmbracelet/ultraviolet v0.0.0-20260205113103-524a6607adb8 -> v0.0.0-20260703014108-f5a850f9c2b7
github.com/lucasb-eyer/go-colorful v1.3.0 -> v1.4.0
github.com/mattn/go-runewidth v0.0.20 -> v0.0.24
golang.org/x/sync v0.19.0 -> v0.21.0
golang.org/x/sys v0.42.0 -> v0.46.0

@github-actions

github-actions Bot commented Mar 27, 2026

Copy link
Copy Markdown
Contributor

Release notes preview

Below is a preview of the release notes if your PR gets merged.


5.4.3 (2026-07-16)

Bug Fixes

  • deps: update all non-major dependencies (c53c292)

Code Refactoring

@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 2 times, most recently from 09d5a83 to aa5bba7 Compare March 30, 2026 00:56
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch from e4a4374 to 8d22ee2 Compare April 7, 2026 00:54
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 4 times, most recently from 8dc2d79 to 4734d0f Compare April 18, 2026 00:54
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch from 907d5e6 to d7ff7a4 Compare April 21, 2026 00:59
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 3 times, most recently from a9257bd to 575b36a Compare May 5, 2026 01:02
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 2 times, most recently from bd9fd57 to b219d43 Compare May 9, 2026 01:05
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch from 021308f to 51fee1b Compare May 14, 2026 01:11
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 3 times, most recently from 68fbbc0 to 4dc00be Compare May 28, 2026 01:08
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 4 times, most recently from 1d3719f to 1ece330 Compare June 4, 2026 01:27
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 3 times, most recently from 4c3efda to 91fc34f Compare June 13, 2026 01:21
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 3 times, most recently from 8fd365d to 2837c67 Compare June 25, 2026 01:14
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch from 03dce0d to 5e1953a Compare June 30, 2026 01:13
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 6 times, most recently from 7245781 to 36ba331 Compare July 9, 2026 04:04
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch 2 times, most recently from 8f91574 to c53c292 Compare July 16, 2026 03:27
@tagoro9-renovatebot
tagoro9-renovatebot Bot force-pushed the c/renovate_all-minor-patch branch from 4bf7c44 to e1a3d83 Compare July 21, 2026 03:33
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.

1 participant