Skip to content

chore(deps): bump the all group across 1 directory with 6 updates#544

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/all-d07cdb3349
Open

chore(deps): bump the all group across 1 directory with 6 updates#544
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/all-d07cdb3349

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps the all group with 5 updates in the / directory:

Package From To
charm.land/lipgloss/v2 2.0.0 2.0.3
github.com/alecthomas/chroma/v2 2.14.0 2.23.1
github.com/yuin/goldmark 1.7.8 1.8.2
github.com/yuin/goldmark-emoji 1.0.5 1.0.6
golang.org/x/text 0.24.0 0.36.0

Updates charm.land/lipgloss/v2 from 2.0.0 to 2.0.3

Release notes

Sourced from charm.land/lipgloss/v2's releases.

v2.0.3

Changelog

Fixed

  • 472d718e2314596549bee2c0c8ccf8beea5f25ae: fix: Avoid background color query hang (#636) (@​jedevc)

Docs


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

v2.0.2

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

  • c289bad531f2588fc7506d7fbd5cdfd3daf4cb27: fix(table): height and overflow with wrapping content (#620) (@​MartinodF)

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

v2.0.1

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

Changelog

Fixed

  • 30441468e81b8d5322c78e7a78cac1aaf6b1b57d: fix: add missing underlineColorKey case in getAsColor (#624) (@​flux627)

Docs

  • 61e734b4628b1f808f2a40dde55c8886432a110b: docs: Charm logo link in upgrade guide (@​aymanbagabas)

Other stuff


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

Commits
  • 472d718 fix: Avoid background color query hang (#636)
  • 89fafba chore: bump x/ansi to v0.11.7 to fix width calculation bug
  • d6d41e1 chore(deps): bump golang.org/x/sys in the all group (#663)
  • 23a1bb1 chore(deps): bump github.com/lucasb-eyer/go-colorful in the all group (#640)
  • cd93a9f docs: fix tree comment typo (#634)
  • 25c5fb2 chore(deps): bump github.com/charmbracelet/colorprofile in the all group (#630)
  • 9e39a0a docs: fix README typo (#629)
  • 9856c04 v2.0.2
  • c289bad fix(table): height and overflow with wrapping content (#620)
  • bffdafb chore(deps): bump the all group with 2 updates (#626)
  • Additional commits viewable in compare view

Updates github.com/alecthomas/chroma/v2 from 2.14.0 to 2.23.1

Release notes

Sourced from github.com/alecthomas/chroma/v2's releases.

v2.23.1

Changelog

  • 5b4188b fix: remove AGPL licensed testdata
  • b9b4edc Add .env.* pattern to bash lexer (#1197)
  • f163adc docs: add AGENTS.md
  • fe6f0f3 fix: title link to Chroma

v2.23.0

Changelog

  • 610afd8 feat: add light/dark mode toggle
  • 1b5aad9 fix: make just commands faster
  • 84583c6 fix: wait for WASM runtime to become ready at startup
  • 1b6f6e7 fix: need relative import for wasm_exec.js
  • 2a78195 fix: wasm builds got broken by the last change
  • f8a34ec feat: fix local dev so it falls back to server
  • 6827057 refactor: migrate to Just
  • a60896f Create a lexer for Markless (#1195)

v2.22.0

Changelog

  • 467c878 fix: reverse order of --lexer to name, then file
  • 649c24d Add KDL lexer (#1192)
  • 249a634 Add MoonBit lexer (#1191)
  • 3e1f428 Update Zig lexer and example (#1189)
  • 31592d5 fix: no text auto-sizing on webkit (#1186)
  • 2e611c1 Add APKBUILD as filename to Bash lexer (#1187)
  • c1adec8 chore(deps): update all non-major dependencies (#1185)
  • 24cc733 fix(styles): update punctuation in Aura Theme to meet style guidelines (#1184)
  • b0358e8 Add lexer for microcad (#1171)

v2.21.1

Changelog

  • 0fe6941 fix(styles): use kebab-case for style name in Aura Theme variants (#1183)
  • 2408917 chore(deps): update all non-major dependencies (#1178)
  • b527a28 Update lexer lox (#1175)

v2.21.0

Changelog

  • 26a0cc1 feat(styles): add Aura Theme primary variants (#1177)
  • fc10487 Fix (D): multiline comments (#1173)
  • aec4bfc Add support for Device tree (#1172)
  • 8ea696b chore(deps): update actions/checkout action to v6 (#1167)
  • a40a9d3 chore(deps): update dependency binaryen to v125 (#1168)
  • 5486d21 chore(deps): update all non-major dependencies (#1164)
  • 42c2aa1 Add helper script to generate supported langs markdown table (#1170)
  • e799618 chore(deps): update actions/checkout digest to 93cb6ef (#1163)
  • 6b58845 Add Ashen style (#1169)
  • 8b8574c Add Protocol Buffer Text Format Language (txtpb) (#1165)
  • c07ef4b chore(deps): update all non-major dependencies (#1160)
  • 3b5a164 Add lexer for WebAssembly Text Format (#1161)

... (truncated)

Commits
  • 5b4188b fix: remove AGPL licensed testdata
  • b9b4edc Add .env.* pattern to bash lexer (#1197)
  • f163adc docs: add AGENTS.md
  • fe6f0f3 fix: title link to Chroma
  • 610afd8 feat: add light/dark mode toggle
  • 1b5aad9 fix: make just commands faster
  • 84583c6 fix: wait for WASM runtime to become ready at startup
  • 1b6f6e7 fix: need relative import for wasm_exec.js
  • 2a78195 fix: wasm builds got broken by the last change
  • f8a34ec feat: fix local dev so it falls back to server
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/x/ansi from 0.11.6 to 0.11.7

Commits
  • 6921c75 fix(ansi): width: always use grapheme finder for width calculation
  • 266cf5a chore(deps): bump the all group across 1 directory with 2 updates (#836)
  • ad0b1ae chore(scripts): update builds script to use codecov v6 and dependabot/fetch-m...
  • b18aac2 chore(deps): bump golang.org/x/image in /vttest in the all group (#840)
  • ffd2a07 chore(deps): bump golang.org/x/image in /mosaic in the all group (#839)
  • 7664402 chore(deps): bump golang.org/x/sys in /input in the all group (#833)
  • 44f725f chore(deps): bump github.com/mattn/go-runewidth (#838)
  • ac9fd4b chore(deps): bump github.com/mattn/go-runewidth (#837)
  • e969fb5 chore(deps): bump golang.org/x/sys in /termios in the all group (#828)
  • acb1aa7 chore(deps): bump golang.org/x/crypto in /sshkey in the all group (#835)
  • Additional commits viewable in compare view

Updates github.com/yuin/goldmark from 1.7.8 to 1.8.2

Release notes

Sourced from github.com/yuin/goldmark's releases.

v1.8.2

fix: setext headings positions

v1.8.1

fix: block positions

v1.8.0

  • feat: add position information to all nodes
    • add position information to all nodes, including inline nodes and link reference definition nodes.
    • Now link reference definition nodes are represented as a new node type.
    • Link and image nodes have a new field Reference which is a pointer to the reference link if this link is a reference link. This field is nil for non-reference links.

v1.7.17 release

Full Changelog: yuin/goldmark@v1.7.16...v1.7.17

v1.7.16 release

No release notes provided.

v1.7.15 release

No release notes provided.

v1.7.14 release

No release notes provided.

v1.7.13 release

No release notes provided.

v1.7.12 release

No release notes provided.

v1.7.11 release

No release notes provided.

v1.7.10 release

No release notes provided.

v1.7.9 release

No release notes provided.

Commits
  • 379bf24 fix: setext headings positions
  • e8f2337 fix: block positions
  • dfa1ae1 feat: add position information to all nodes
  • cb46bbc fix: prevent XSS by escaping dangerous URLs in links and images
  • d8b123c refactor: simplify codes
  • db34c99 Merge pull request #535 from Sebbito/master
  • 5a2a2bf Merge pull request #545 from maxatome/fix-table-panic
  • 9aca462 fix(table): if table cell attribute is a string, a panic occurs
  • 246a6f1 fix: #542
  • 2589b6a fix: #541
  • Additional commits viewable in compare view

Updates github.com/yuin/goldmark-emoji from 1.0.5 to 1.0.6

Commits

Updates golang.org/x/text from 0.24.0 to 0.36.0

Commits
  • 8577a70 go.mod: update golang.org/x dependencies
  • 7ca2c6d go.mod: update golang.org/x dependencies
  • 73d1ba9 all: upgrade go directive to at least 1.25.0 [generated]
  • 817fba9 go.mod: update golang.org/x dependencies
  • 3264de9 all: clean up old Go hacks
  • 74af298 all: fix tags in remaining Unicode tables
  • 117e03b all: delete old Unicode tables
  • 9463ea4 all: update to Unicode 17
  • 7278b25 internal/export/idna: update for post-Unicode 10 idna changes
  • f964ad8 internal/export/idna: delete old code
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Dependency changes label Apr 20, 2026
@dependabot dependabot Bot requested a review from aymanbagabas as a code owner April 20, 2026 09:42
@dependabot dependabot Bot added the dependencies Dependency changes label Apr 20, 2026
Bumps the all group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [charm.land/lipgloss/v2](https://github.com/charmbracelet/lipgloss) | `2.0.0` | `2.0.3` |
| [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) | `2.14.0` | `2.23.1` |
| [github.com/yuin/goldmark](https://github.com/yuin/goldmark) | `1.7.8` | `1.8.2` |
| [github.com/yuin/goldmark-emoji](https://github.com/yuin/goldmark-emoji) | `1.0.5` | `1.0.6` |
| [golang.org/x/text](https://github.com/golang/text) | `0.24.0` | `0.36.0` |



Updates `charm.land/lipgloss/v2` from 2.0.0 to 2.0.3
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Commits](charmbracelet/lipgloss@v2.0.0...v2.0.3)

Updates `github.com/alecthomas/chroma/v2` from 2.14.0 to 2.23.1
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Commits](alecthomas/chroma@v2.14.0...v2.23.1)

Updates `github.com/charmbracelet/x/ansi` from 0.11.6 to 0.11.7
- [Commits](charmbracelet/x@ansi/v0.11.6...ansi/v0.11.7)

Updates `github.com/yuin/goldmark` from 1.7.8 to 1.8.2
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](yuin/goldmark@v1.7.8...v1.8.2)

Updates `github.com/yuin/goldmark-emoji` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/yuin/goldmark-emoji/releases)
- [Commits](yuin/goldmark-emoji@v1.0.5...v1.0.6)

Updates `golang.org/x/text` from 0.24.0 to 0.36.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.24.0...v0.36.0)

---
updated-dependencies:
- dependency-name: charm.land/lipgloss/v2
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/alecthomas/chroma/v2
  dependency-version: 2.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/charmbracelet/x/ansi
  dependency-version: 0.11.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/yuin/goldmark
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/yuin/goldmark-emoji
  dependency-version: 1.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: golang.org/x/text
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/all-d07cdb3349 branch from 55f1f72 to 289855d Compare April 27, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants