Skip to content

fix(deps): update go-modules#42

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

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

Conversation

@renovate

@renovate renovate Bot commented Mar 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
charm.land/bubbles/v2 v2.0.0v2.1.1 age confidence
charm.land/bubbletea/v2 v2.0.2v2.0.8 age confidence
charm.land/lipgloss/v2 v2.0.2v2.0.5 age confidence
github.com/Masterminds/semver/v3 v3.4.0v3.5.0 age confidence
github.com/autobrr/go-qbittorrent v1.14.0v1.16.0 age confidence
github.com/cloudflare/cloudflare-go/v7 v7.6.0v7.7.0 age confidence
github.com/creativeprojects/go-selfupdate v1.5.2v1.6.0 age confidence
github.com/go-playground/validator/v10 v10.30.1v10.30.3 age confidence
github.com/mattn/go-isatty v0.0.20v0.0.23 age confidence
github.com/mattn/go-runewidth v0.0.21v0.0.24 age confidence
github.com/moby/moby/api v1.54.0v1.55.0 age confidence
github.com/moby/moby/client v0.3.0v0.5.0 age confidence
github.com/sj14/jellyfin-go v0.4.2v0.4.4 age confidence
golang.org/x/crypto v0.52.0v0.54.0 age confidence
golang.org/x/sync v0.20.0v0.22.0 age confidence
golang.org/x/sys v0.45.0v0.47.0 age confidence
golang.org/x/term v0.43.0v0.45.0 age confidence
gopkg.in/ini.v1 v1.67.1v1.67.3 age confidence

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

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

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.

Masterminds/semver (github.com/Masterminds/semver/v3)

v3.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: Masterminds/semver@v3.4.0...v3.5.0

autobrr/go-qbittorrent (github.com/autobrr/go-qbittorrent)

v1.16.0

Compare Source

What's Changed

New Contributors

Full Changelog: autobrr/go-qbittorrent@v1.15.0...v1.16.0

v1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: autobrr/go-qbittorrent@v1.14.0...v1.15.0

cloudflare/cloudflare-go (github.com/cloudflare/cloudflare-go/v7)

v7.7.0

Compare Source

7.7.0 (2026-07-08)

Full Changelog: v7.6.0...v7.7.0

Breaking Changes

See the v7.7.0 Migration Guide for before/after code examples and actions needed for each change.

  • ssl: Recommendations.Get method and RecommendationGetResponse / RecommendationGetParams types removed.

  • ai_gateway, workflows, zero_trust/dlpemailaccountmapping: merged-union parent fields with same-name-different-type collisions changed from a variant-struct type to interface{}. Affected fields:

    • ai_gateway.AIGateway{New,Update,List,Delete,Get}ResponseSpendLimitsRulesMetadata.Mode (5 structs)
    • workflows.VersionGraphResponseGraphWorkflowPayload.Type
    • zero_trust.DLPEmailAccountMapping{New,Get}ResponseAuthRequirements.Type (2 structs)

    These fields were unreadable in the previous type (marshaling panicked with reflect: call of reflect.Value.SetString on struct Value). The new interface{} type matches the codegen pattern used by sibling merged fields on the same structs (e.g. Values, Fields, AllowedMicrosoftOrganizations); callers should switch on the parent union via AsUnion() for a strongly-typed variant.

  • zero_trust: Devices.DEXTests.{New,Update,List,Get} response type renamed from DeviceDEXTest{New,Update,List,Get}Response to the shared SchemaHTTP; field structure unchanged. Nested types renamed accordingly (e.g. DeviceDEXTestNewResponseDataSchemaData, DeviceDEXTestNewResponseTargetPolicySchemaHTTPTargetPolicy). Callers using := inference and field access continue to compile; callers referencing the removed type names must update to SchemaHTTP.

  • zero_trust: Devices.IPProfiles.List pagination changed from pagination.SinglePage[IPProfile] to pagination.V4PagePaginationArray[IPProfile]. .Result field access and ListAutoPaging() iteration continue to work; callers referencing the pagination type by name must update.

Features
  • NEW SERVICE: email_auth — DMARC reports edit/get and SPF inspect
    • client.EmailAuth.DMARCReports.Edit
    • client.EmailAuth.DMARCReports.Get
    • client.EmailAuth.SPF.Inspect.Get
  • NEW SERVICE: moq — Media over QUIC relay management
    • client.MoQ.Relays.{New,Update,List,Delete,Get}
    • client.MoQ.Relays.Tokens.Rotate
  • zero_trust: publish CASB APIs (client.ZeroTrust.Casb.*)
    • Applications.{List,Get} + Applications.SetupFlows.List
    • Integrations.{New,Update,List,Delete,Get,Pause,Resume}
  • logs: add LogExplorer sub-resource
    • LogExplorer.Query.Sql
    • LogExplorer.Datasets.{New,Update,List,Get}
    • LogExplorer.Datasets.Available.List
  • browser_rendering: add AccessibilityTree.New method
  • email_routing: add EmailRouting.Unlock and EmailRouting.Addresses.Edit methods
  • email_routing: add AccountRules.List method (GET /accounts/{account_id}/email/routing/rules) returning AccountRule with new Zone field; Rules.List gains optional AccountID param (mutually exclusive with ZoneID) so callers can list rules by account or zone
  • email_security: add bulk investigation APIs
    • Investigate.Bulk.{New,List,Delete,Get}
    • Investigate.Bulk.Cancel.New
    • Investigate.Bulk.Messages.List
  • accounts: add Logs.Audit.History and Logs.Audit.ProductCategories methods
  • organizations: add Logs.Audit.History method
Bug Fixes
  • ai_gateway, workflows, zero_trust/dlpemailaccountmapping: fix panics on union-merged parent field decoding by switching same-name-different-type merged fields from a variant-struct type to interface{} (3de4191)
  • browser_rendering: AccessibilityTreeNewParamsBodyObject now uses URL (matching the generated test fixture) instead of HTML (0f44441)
  • dns: restore Shadow* query params on RecordListParams and IncludeShadowMetadata on Record{New,Update,List,Batch,Edit,Get}Params after a codegen regression dropped them (f9b3f27)
Chores
  • api: update composite API spec (20+ codegen sync commits)
  • ci: bump CI job timeouts to 30 minutes (6cad6cb)
  • ci: unblock test job by installing nodejs/npm for prism mock server (3de4191)
  • apply accumulated custom code (CI jobs, GitLab config) (eb2bf2b)
creativeprojects/go-selfupdate (github.com/creativeprojects/go-selfupdate)

v1.6.0

Compare Source

go-playground/validator (github.com/go-playground/validator/v10)

v10.30.3

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.30.2...v10.30.3

v10.30.2

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.30.1...v10.30.2

mattn/go-isatty (github.com/mattn/go-isatty)

v0.0.23

Compare Source

v0.0.22

Compare Source

v0.0.21

Compare Source

mattn/go-runewidth (github.com/mattn/go-runewidth)

v0.0.24

Compare Source

v0.0.23

Compare Source

v0.0.22

Compare Source

moby/moby (github.com/moby/moby/client)

v0.5.0

Compare Source

v0.4.1

Compare Source

v0.4.0

Compare Source

sj14/jellyfin-go (github.com/sj14/jellyfin-go)

v0.4.4: (10.11.11)

Compare Source

What's Changed

Full Changelog: sj14/jellyfin-go@v0.4.3...v0.4.4

v0.4.3: (10.11.7)

Compare Source

What's Changed

Full Changelog: sj14/jellyfin-go@v0.4.2...v0.4.3

go-ini/ini (gopkg.in/ini.v1)

v1.67.3: 1.67.3

Compare Source

What's Changed

  • Optimize Key.Strings by reducing memory re-allocations and simplifying control flow by @​gitKashish in #​385

New Contributors

Full Changelog: go-ini/ini@v1.67.2...v1.67.3

v1.67.2: 1.67.2

Compare Source

What's Changed

Full Changelog: go-ini/ini@v1.67.1...v1.67.2


Configuration

📅 Schedule: (UTC)

  • 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 renovate Bot changed the title fix(deps): update module charm.land/bubbles/v2 to v2.1.0 fix(deps): update go-modules Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/go-modules branch 5 times, most recently from 4b2fabd to a50a4e7 Compare April 3, 2026 21:03
@renovate renovate Bot force-pushed the renovate/go-modules branch 2 times, most recently from 8cac736 to a6f15dc Compare April 8, 2026 17:51
@renovate renovate Bot force-pushed the renovate/go-modules branch from a6f15dc to e99479b Compare April 15, 2026 22:23
@renovate

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

  • 9 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.54.0 -> v0.56.0
github.com/42wim/httpsig v1.2.3 -> v1.2.4
github.com/charmbracelet/ultraviolet v0.0.0-20260309091805-903bfd0cf188 -> v0.0.0-20260525132238-948f4557a654
github.com/charmbracelet/x/ansi v0.11.6 -> v0.11.7
github.com/docker/go-connections v0.6.0 -> v0.7.0
github.com/hashicorp/go-version v1.8.0 -> v1.9.0
github.com/lucasb-eyer/go-colorful v1.3.0 -> v1.4.0
github.com/sahilm/fuzzy v0.1.1 -> v0.1.3
golang.org/x/text v0.37.0 -> v0.40.0

@renovate renovate Bot force-pushed the renovate/go-modules branch 2 times, most recently from 3825192 to fc85b14 Compare April 20, 2026 20:50
@renovate renovate Bot force-pushed the renovate/go-modules branch 3 times, most recently from f3c125a to 5220b08 Compare April 30, 2026 16:45
@renovate renovate Bot force-pushed the renovate/go-modules branch 6 times, most recently from dd62a7c to c55aa55 Compare May 9, 2026 01:38
@renovate renovate Bot force-pushed the renovate/go-modules branch 5 times, most recently from 9987006 to 1658425 Compare May 18, 2026 23:55
@renovate renovate Bot force-pushed the renovate/go-modules branch 10 times, most recently from 1cc3cd4 to e9165d8 Compare June 13, 2026 00:53
@renovate renovate Bot force-pushed the renovate/go-modules branch from e9165d8 to 0d15c58 Compare June 18, 2026 20:50
@renovate renovate Bot force-pushed the renovate/go-modules branch 8 times, most recently from 58046df to d48ef14 Compare July 4, 2026 13:38
@renovate renovate Bot force-pushed the renovate/go-modules branch 8 times, most recently from ac096c1 to 912ee23 Compare July 15, 2026 13:52
@renovate renovate Bot force-pushed the renovate/go-modules branch from 912ee23 to 2328bde Compare July 15, 2026 18:36
@renovate renovate Bot force-pushed the renovate/go-modules branch from 2328bde to 55e9226 Compare July 16, 2026 09:43
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