Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

Bumps the gomod group with 12 updates in the / directory:

Package From To
ariga.io/atlas 0.30.0 0.36.1
github.com/alecthomas/chroma/v2 2.15.0 2.20.0
github.com/charmbracelet/bubbles 0.20.0 0.21.0
github.com/charmbracelet/wish 1.4.6 1.4.7
github.com/klauspost/compress 1.17.11 1.18.0
github.com/mattn/go-sqlite3 1.14.24 1.14.32
github.com/rs/zerolog 1.33.0 1.34.0
github.com/stretchr/testify 1.10.0 1.11.1
github.com/tdewolff/minify/v2 2.21.3 2.24.2
github.com/yuin/goldmark 1.7.8 1.7.13
github.com/yuin/goldmark-emoji 1.0.4 1.0.6
golang.org/x/crypto 0.38.0 0.41.0

Updates ariga.io/atlas from 0.30.0 to 0.36.1

Release notes

Sourced from ariga.io/atlas's releases.

v0.36.0

We are excited to announce the release of Atlas v0.36 🎊

We're excited to announce the release of Atlas v0.36 with a comprehensive set of new features and improvements that further strengthen Atlas as your go-to database schema management tool:

  • Snowflake Driver Beta - Atlas now supports Snowflake databases in beta, expanding our data warehouse schema management capabilities.
  • PostgreSQL Partitions - Declarative management of PostgreSQL partitions has long been a top community request, and we are excited to say it's now available!
  • Azure DevOps Integration - Seamless CI/CD integration with Azure DevOps pipelines for database schema management.
  • Google Spanner Beta - Beta support for Google Cloud Spanner, bringing Atlas to Google's horizontally scalable and globally distributed database.
  • Datadog SIEM Support - Enhanced security monitoring with Datadog integration for audit logs and schema monitoring.
  • ORM Schema Linting - Advanced schema validation and policy enforcement for all supported ORM integrations.
  • Explain Pipelines Errors - New AI-powered error explanations to help you quickly understand and resolve deployment errors with Atlas Pipelines.

Read the full announcement in our blogpost.

Quick installation

macOS + Linux:

curl -sSf https://atlasgo.sh | sh

Homebrew:

brew install ariga/tap/atlas

Docker:

docker pull arigaio/atlas

Windows

Download

Legal

The default binaries in this release are distributed released under Atlas EULA, and the community binaries are released under the Apache 2.0 license.

v0.35.0

We are excited to announce the release of Atlas v0.35 🎊

... (truncated)

Commits
  • 7653dbb atlasexec: allow passing --git-base and --git-dir to migrate/lint (#3554)
  • 1afaaba sdk: move atlas-go-sdk into atlas as submodule (#3543)
  • 118ead5 cmd/atlas/internal/cmdlog: unsupported functions (#3535)
  • 0785310 sql/schema: add ChangeDepender interface (#3524)
  • 907691a all: upgrade Go to v1.24 (#3522)
  • 27fe6e6 sql/schema: exclude on third-level should not affect the second level (#3520)
  • 6d50008 sql/schema: skip printing pos line if not set (#3510)
  • ca0c0e5 sql/schema: add PosSetter to objects (#3509)
  • 537e1cf schemahcl: append validation error on resource error (#3508)
  • cc59644 cmd/atlas/internal/cmdapi: allow extending schema diff with --include (#3503)
  • Additional commits viewable in compare view

Updates github.com/alecthomas/chroma/v2 from 2.15.0 to 2.20.0

Release notes

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

v2.20.0

Changelog

  • 303b65d feat: improve tracing
  • 1f48e65 fix(markdown): don't delegate to HTML lexer
  • ea89498 chore(deps): update ubuntu docker tag to v24 (#1104)
  • 14227ee chore(deps): update dependency biome to v2 (#1109)
  • 4a1dcb2 chore(deps): update dependency uv to v0.8.4 (#1115)
  • dca61f8 chore(deps): pin dependencies (#1098)
  • a21d7b8 chore: go mod tidy + update README list of languages
  • 1ca24c9 correct lexing AS keyword for docker (#1114)
  • 1dfa2b6 update css.xml with current properties (#1113)
  • 5b2a4c5 feat(formatter): add writeCSSComments option (#1112)
  • 02ff9d4 Sync Catppuccin styles (#1111)
  • a53c924 Create Lexer for Nu (#1110)
  • 0e031c7 chore(deps): update all non-major dependencies (#1108)
  • 673bbb4 chore(deps): update all non-major dependencies (#1103)
  • 5d56970 Add uv.lock to TOML lexer (#1105)
  • eb9a552 fix: Dockerfile $PORT should be just a port
  • acaae4e feat: add Dockerfile for chromad
  • f3be4c6 Create lexer for Gemtext (#1102)
  • a0c6dff chore(deps): update all non-major dependencies (#1099)
  • abe0195 Create lexer for lox (#1100)
  • dfb2819 Fixed ObjectPascal comment issue (#1097)
  • 908d2a3 sync catppuccin-mocha.xml with upstream (#1094)
  • acd21c6 add aspect-ratio property to css.xml (#1095)
  • 55d924d chore(deps): update all non-major dependencies (#1092)
  • d0ad679 feat: improve Go lexer
  • d2f8caa refactor: simplify WASM init
  • fb36d31 chore: apply biome linter fixes
  • b69cd3d chore: add JS formatting with biome

v2.19.0

Changelog

  • adeac8f feat: WASM playground
  • 484750a chore: add uv
  • a5ceb28 fix: add lexer compile time validation for group by
  • cd5c4a8 docs(readme): update go reference badge to point to v2 and new domain (#1087)
  • 970eacc Add MoonScript lexer (#1091)
  • 6ffb465 chore(deps): update all non-major dependencies (#1082)
  • 2c20473 Various lexer & style fixes for RPGLE (#1086)
  • c803d79 fix(zig): detect zig object notation files as zig (#1085)
  • bc60826 Add Core lexer (#1083)
  • ffedbf4 fix(kotlin): detect kotlin script files as kotlin (#1081)

v2.18.0

Changelog

  • 7f0057b feat: support for dark mode in chromad
  • d87cb47 chore(deps): update all non-major dependencies (#1077)
  • 79dde77 Added IBM RPG lexer (#1078)
  • 1b932ec chore: disable gorilla/csrf upgrades temporarily

... (truncated)

Commits

Updates github.com/charmbracelet/bubbles from 0.20.0 to 0.21.0

Release notes

Sourced from github.com/charmbracelet/bubbles's releases.

v0.21.0

Viewport improvements

Finally, viewport finally has horizontal scrolling ✨![^v1] To enable it, use SetHorizontalStep (default in v2 will be 6).

You can also scroll manually with ScrollLeft and ScrollRight, and use SetXOffset to scroll to a specific position (or 0 to reset):

vp := viewport.New()
vp.SetHorizontalStep(10) // how many columns to scroll on each key press
vp.ScrollRight(30)       // pan 30 columns to the right!
vp.ScrollLeft(10)        // pan 10 columns to the left!
vp.SetXOffset(0)         // back to the left edge

To make the API more consistent, vertical scroll functions were also renamed, and the old ones were deprecated (and will be removed in v2):

// Scroll n lines up/down:
func (m Model) LineUp(int)     // deprecated
func (m Model) ScrollUp(int)   // new!
func (m Model) LineDown(int)   // deprecated
func (m Model) ScrollDown(int) // new!
// Scroll half page up/down:
func (m Model) HalfViewUp() []string   // deprecated
func (m Model) HalfPageUp() []string   // new!
func (m Model) HalfViewDown() []string // deprecated
func (m Model) HalfPageDown() []string // new!
// Scroll a full page up/down:
func (m Model) ViewUp(int) []string   // deprecated
func (m Model) PageUp(int) []string   // new!
func (m Model) ViewDown(int) []string // deprecated
func (m Model) PageDown(int) []string // new!

[!NOTE] In v2, these functions will not return lines []string anymore, as it is no longer needed due to HighPerformanceRendering being deprecated as well.

Other improvements

The list bubble got a couple of new functions: SetFilterText, SetFilterState, and GlobalIndex - which you can use to get the index of the item in the unfiltered, original item list.

... (truncated)

Commits
  • 8b55efb fix(textarea): placeholder with chinese chars (#767)
  • bd2a5b0 fix: golangci-lint 2 fixes (#769)
  • cce8481 ci: sync golangci-lint config (#770)
  • ea344ab feat(viewport): horizontal scroll with mouse wheel (#761)
  • 39668ec fix(viewport): normalize method names (#763)
  • f2434c3 Revert "fix(viewport): normalize method names"
  • c7f889e fix(viewport): normalize method names
  • 9e5365e docs: add example for ValidateFunc (#705)
  • c814ac7 chore(deps): bump github.com/charmbracelet/lipgloss from 1.0.0 to 1.1.0 (#751)
  • 3befccc chore(deps): bump github.com/muesli/termenv from 0.15.2 to 0.16.0 (#740)
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/bubbletea from 1.2.4 to 1.3.4

Release notes

Sourced from github.com/charmbracelet/bubbletea's releases.

v1.3.4

This release fixes an issue on Windows where the mouse is always enabled even if it wasn't requested. Now, using mouse options such as tea.WithAllMouseMotion() and commands such as tea.EnableMouseAllMotion and tea.DisableMouse turns the mouse on/off as expected.

Changelog

New Features

  • e817654e03769c14bdc09f9032724dfc53aa936f: feat(ci): move from goveralls to codecov (#1332) (@​aymanbagabas)

Bug fixes

  • bf1216dfaf642b73b639262ab91a7e7c86095d34: fix: windows: enable mouse mode on demand (#1340) (@​aymanbagabas)

Other work

  • 00e3ef47acdd1b39b3aa3c8260910f5fd57867bb: ci: sync dependabot config (#1328) (@​charmcli)
  • 4a30f3fd2a2c3ff8d13572d9aceb3007a9940006: ci: sync dependabot config (#1329) (@​charmcli)

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v1.3.3

This release restore the program options that were deprecated in the previous releases.

Changelog

Full Changelog: charmbracelet/bubbletea@v1.3.2...v1.3.3


Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v1.3.2

Fix canceling terminal input reads on Windows.

Changelog

Bug fixes

  • b0186ada899e2c5f270b753f577be2c89ed1836f: fix: windows: handle cancel io error (@​aymanbagabas)

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v1.3.1

This release introduces some important bug fixes when it comes to cursor movements while rendering, and properly handle Windows AltGr key on non-English keyboards.

Changelog

... (truncated)

Commits
  • bf1216d fix: windows: enable mouse mode on demand (#1340)
  • e817654 feat(ci): move from goveralls to codecov (#1332)
  • 4a30f3f ci: sync dependabot config (#1329)
  • 00e3ef4 ci: sync dependabot config (#1328)
  • cb6f840 chore: revert "chore: deprecate some StartupOptions in favor of Cmds (#1307)"
  • ee7cf45 chore: revert "Remove irrelevant option comments"
  • b0186ad fix: windows: handle cancel io error
  • 771a101 fix: renderer: use newline instead of cud1 to move cursor down (#1323)
  • cebad5b chore(examples): update go.mod and go.sum
  • 439398b Remove irrelevant option comments
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/lipgloss from 1.0.0 to 1.1.0

Release notes

Sourced from github.com/charmbracelet/lipgloss's releases.

v1.1.0

Tables, Improved

In this release, the inimitable @​andreynering and @​bashbunni majorly overhauled on the table sizing and content wrapping algorithms. Tables will now be much smarter on deciding the ideal width of each column, and contents now wraps by default inside cells.

// Table content wraps by default.
t := table.New().
    Headers(someHeaders...).
    Rows(someRows...).
    Width(80)
fmt.Println(t)

// Actually, let's not wrap the content.
t := table.New().
    Headers(someHeaders...).
    Rows(someRows...).
    Width(80).
    Wrap(false)
fmt.Println(t)

New Border Styles

Also, we added two new border styles that you can use to generate tables in Markdown and ASCII styles.

Markdown Tables

To render tables correctly for Markdown you'll want to use lipgloss.MarkdownBorder and disable the top and bottom borders.

t := table.New().
    Headers(someHeaders...).
    Rows(someRows).
    Border(lipgloss.MarkdownBorder()).
    BorderTop(false).
    BorderBottom(false)
fmt.Println(t)

... (truncated)

Commits
  • f0e4547 chore: fix lint
  • fb0d757 chore(taskfile): delete lint:all and lint:soft tasks
  • 1209cf0 ci: sync golangci-lint config (#490)
  • c454a0a feat(tables): add markdown and ascii border style for tables (#480)
  • 341996d chore: update charmbracelet/x/cellbuf
  • 1f1209e feat(table): use cellbuf to preserve styles for wrapped content
  • 2aa2eb0 test(table): test wrapping cell styles
  • 9500f10 fix(table): ensure we're passing the right row index to styleFunc
  • 7b191c5 fix(test): make table wrapping tests use golden files
  • 9cfb7dd test(table): check truncation logic for overflow and nowrap
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/wish from 1.4.6 to 1.4.7

Release notes

Sourced from github.com/charmbracelet/wish's releases.

v1.4.7

This fixes an important bug related to the Bubble Tea middleware when paired with other middlewares. The Bubble Tea middleware always prints a warning when it forces the color profile of the program. This warning gets printed to the SSH stdout channel without checking whether the session is a PTY or not. This can cause issues when the middleware is used with something like a Git middleware that doesn't expect a PTY nor anything to be printed to the stout channel.

Changelog

Bug fixes

  • 5385cd3883bd6eedaf8b6dc42cba4a57ca0cce6b: fix(tea): do not force color profile if session is not a PTY (#443) (@​aymanbagabas)

Other work

  • 30196562a920e15ffa3170ae52eeb06fe81c4f64: ci: sync dependabot config (#411) (@​charmcli)
  • 7b8d80698cf2c4aeb04347fe6db4a5da9af96236: ci: sync dependabot config (#412) (@​charmcli)

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

Commits
  • 5385cd3 fix(tea): do not force color profile if session is not a PTY (#443)
  • e247a7e chore(deps): bump github.com/pkg/sftp from 1.13.7 to 1.13.8 in /examples (#438)
  • e8e76b2 chore(deps): bump github.com/charmbracelet/log in /examples (#439)
  • 9f4a557 chore(deps): bump github.com/charmbracelet/lipgloss in /examples (#437)
  • bee56c2 chore(deps): bump github.com/charmbracelet/log from 0.4.0 to 0.4.1 (#436)
  • 4639aaf chore(deps): bump github.com/charmbracelet/lipgloss from 1.0.0 to 1.1.0 (#435)
  • 94694ca chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 in /examples (#434)
  • 72b7d40 chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 (#433)
  • 2f73aca chore(deps): bump golang.org/x/crypto from 0.35.0 to 0.36.0 in /examples (#432)
  • 3020bd9 chore(deps): bump golang.org/x/time from 0.10.0 to 0.11.0 (#429)
  • Additional commits viewable in compare view

Updates github.com/klauspost/compress from 1.17.11 to 1.18.0

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.18.0

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.17.11...v1.18.0

Commits

Updates github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.32

Commits

Updates github.com/muesli/termenv from 0.15.3-0.20240509142007-81b8f94111d5 to 0.16.0

Release notes

Sourced from github.com/muesli/termenv's releases.

v0.16.0

What's Changed

New Contributors

Full Changelog: muesli/termenv@v0.15.2...v0.16.0

Commits

Updates github.com/rs/zerolog from 1.33.0 to 1.34.0

Commits
  • db9d1be Update go versions covered by CI
  • 5f4b880 Delete _config.yml
  • ffb2708 Remove CNAME file
  • cc4dde7 Create CONTRIBUTING.md
  • 04ea0f4 Implement Close() for zerolog.FilteredLevelWriter (#715)
  • 0398600 fix: reset condition in burst sampler (#711) (#712)
  • 1869fa5 FormatPartValueByName for flexible custom formatting for ConsoleWriter (#541)
  • 31e7995 remove unnecessary nil checks (#701)
  • 582f820 Get BasicSampler(0), RandomSampler(0), and BurstSampler(0) to behave the same...
  • 6abadab Bump github.com/rs/xid from 1.5.0 to 1.6.0 (#684)
  • See full diff in compare view

Updates github.com/stretchr/testify from 1.10.0 to 1.11.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.11.1

This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 2a57335 Merge pull request #1788 from brackendawson/1785-backport-1.11
  • af8c912 Backport #1786 to release/1.11
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor methodFilter
  • Additional commits viewable in compare view

Updates github.com/tdewolff/minify/v2 from 2.21.3 to 2.24.2

Release notes

Sourced from github.com/tdewolff/minify/v2's releases.

v2.24.2

v2.24.1

v2.24.0

v2.23.11

v2.23.10

Fix JS binding

v2.23.9

Bumps the gomod group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ariga.io/atlas](https://github.com/ariga/atlas) | `0.30.0` | `0.36.1` |
| [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) | `2.15.0` | `2.20.0` |
| [github.com/charmbracelet/bubbles](https://github.com/charmbracelet/bubbles) | `0.20.0` | `0.21.0` |
| [github.com/charmbracelet/wish](https://github.com/charmbracelet/wish) | `1.4.6` | `1.4.7` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.11` | `1.18.0` |
| [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.24` | `1.14.32` |
| [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.33.0` | `1.34.0` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.1` |
| [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) | `2.21.3` | `2.24.2` |
| [github.com/yuin/goldmark](https://github.com/yuin/goldmark) | `1.7.8` | `1.7.13` |
| [github.com/yuin/goldmark-emoji](https://github.com/yuin/goldmark-emoji) | `1.0.4` | `1.0.6` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.38.0` | `0.41.0` |



Updates `ariga.io/atlas` from 0.30.0 to 0.36.1
- [Release notes](https://github.com/ariga/atlas/releases)
- [Commits](ariga/atlas@v0.30.0...v0.36.1)

Updates `github.com/alecthomas/chroma/v2` from 2.15.0 to 2.20.0
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml)
- [Commits](alecthomas/chroma@v2.15.0...v2.20.0)

Updates `github.com/charmbracelet/bubbles` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/charmbracelet/bubbles/releases)
- [Changelog](https://github.com/charmbracelet/bubbles/blob/master/.goreleaser.yml)
- [Commits](charmbracelet/bubbles@v0.20.0...v0.21.0)

Updates `github.com/charmbracelet/bubbletea` from 1.2.4 to 1.3.4
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](charmbracelet/bubbletea@v1.2.4...v1.3.4)

Updates `github.com/charmbracelet/lipgloss` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Changelog](https://github.com/charmbracelet/lipgloss/blob/master/.goreleaser.yml)
- [Commits](charmbracelet/lipgloss@v1.0.0...v1.1.0)

Updates `github.com/charmbracelet/wish` from 1.4.6 to 1.4.7
- [Release notes](https://github.com/charmbracelet/wish/releases)
- [Changelog](https://github.com/charmbracelet/wish/blob/main/.goreleaser.yml)
- [Commits](charmbracelet/wish@v1.4.6...v1.4.7)

Updates `github.com/klauspost/compress` from 1.17.11 to 1.18.0
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.17.11...v1.18.0)

Updates `github.com/mattn/go-sqlite3` from 1.14.24 to 1.14.32
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.24...v1.14.32)

Updates `github.com/muesli/termenv` from 0.15.3-0.20240509142007-81b8f94111d5 to 0.16.0
- [Release notes](https://github.com/muesli/termenv/releases)
- [Commits](https://github.com/muesli/termenv/commits/v0.16.0)

Updates `github.com/rs/zerolog` from 1.33.0 to 1.34.0
- [Commits](rs/zerolog@v1.33.0...v1.34.0)

Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.10.0...v1.11.1)

Updates `github.com/tdewolff/minify/v2` from 2.21.3 to 2.24.2
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](tdewolff/minify@v2.21.3...v2.24.2)

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

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

Updates `golang.org/x/crypto` from 0.38.0 to 0.41.0
- [Commits](golang/crypto@v0.38.0...v0.41.0)

---
updated-dependencies:
- dependency-name: ariga.io/atlas
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/alecthomas/chroma/v2
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/charmbracelet/bubbles
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-version: 1.3.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/charmbracelet/lipgloss
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/charmbracelet/wish
  dependency-version: 1.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/mattn/go-sqlite3
  dependency-version: 1.14.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/muesli/termenv
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/tdewolff/minify/v2
  dependency-version: 2.24.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/yuin/goldmark
  dependency-version: 1.7.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/yuin/goldmark-emoji
  dependency-version: 1.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: golang.org/x/crypto
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants