Skip to content

chore(deps): update all non-major dependencies#2805

Merged
vmaerten merged 1 commit intomainfrom
renovate/all-minor-patch
Apr 20, 2026
Merged

chore(deps): update all non-major dependencies#2805
vmaerten merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 20, 2026

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/setup-node action minor v6.3.0v6.4.0 age confidence
charm.land/bubbletea/v2 require patch v2.0.2v2.0.6 age confidence
charm.land/lipgloss/v2 require patch v2.0.2v2.0.3 age confidence
github.com/puzpuzpuz/xsync/v4 require minor v4.4.0v4.5.0 age confidence
netlify-cli devDependencies patch 24.11.124.11.3 age confidence
prettier (source) devDependencies patch 3.8.23.8.3 age confidence
vitepress-plugin-group-icons devDependencies patch 1.7.31.7.5 age confidence
vitepress-plugin-llms devDependencies patch 1.12.01.12.1 age confidence
vitepress-plugin-tabs (source) devDependencies minor ^0.8.0^0.9.0 age confidence

Release Notes

actions/setup-node (actions/setup-node)

v6.4.0

Compare Source

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

v2.0.6

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

puzpuzpuz/xsync (github.com/puzpuzpuz/xsync/v4)

v4.5.0

Compare Source

  • Apply integer hash inlining in Map to more types #​195
  • Fix trivial hash flooding in integer hash function in Map #​199
  • Use power-of-two capacity to replace modulo with bitwise ops in MPMCQueue #​200
  • Avoid false sharing in MPMCQueue #​203

Kudos to @​llxisdsh, @​jmasters-git, and @​huynhanx03 for making this release happen.

Breaking changes

MPMCQueue's capacity specified in NewMPMCQueue is now implicitly rounded up to the next power of 2. For example, xsync.NewMPMCQueue[string](1000) means that the queue's capacity will be set to 1024.

netlify/cli (netlify-cli)

v24.11.3

Compare Source

Bug Fixes

v24.11.2

Compare Source

Bug Fixes
  • deps: upgrade vulnerable lodash, picomatch, and defu (#​8146) (4f5073d)
prettier/prettier (prettier)

v3.8.3

Compare Source

yuyinws/vitepress-plugin-group-icons (vitepress-plugin-group-icons)

v1.7.5

Compare Source

   🚀 Features
    View changes on GitHub

v1.7.4

Compare Source

   🚀 Features
    View changes on GitHub
okineadev/vitepress-plugin-llms (vitepress-plugin-llms)

v1.12.1

Compare Source

    🩹 Fixes

Fixed error TS7016 when using CopyOrDownloadAsMarkdownButtons.vue and running type checking with vue-tsc --build

   💖 Contributors
     View changes on GitHub
sapphi-red/vitepress-plugins (vitepress-plugin-tabs)

v0.9.0

Compare Source

Minor Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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 added area: dependencies Changes related to dependency files. lang: go Pull requests that update Go code. lang: javascript Pull requests that update Javascript code. labels Apr 20, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

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

  • 5 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-20260416155717-489999b90468
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

@renovate renovate Bot added area: dependencies Changes related to dependency files. lang: go Pull requests that update Go code. lang: javascript Pull requests that update Javascript code. labels Apr 20, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 4acd904 to 21472da Compare April 20, 2026 04:47
@renovate renovate Bot added the area: github actions Pull requests that update GitHub Actions code label Apr 20, 2026
@vmaerten vmaerten merged commit 0b19d97 into main Apr 20, 2026
20 checks passed
@vmaerten vmaerten deleted the renovate/all-minor-patch branch April 20, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: dependencies Changes related to dependency files. area: github actions Pull requests that update GitHub Actions code lang: go Pull requests that update Go code. lang: javascript Pull requests that update Javascript code.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant