deps: update dependencies to latest - #383
Merged
Merged
Conversation
- charm.land/glamour/v2: v2.0.1 (was github.com/charmbracelet/glamour v1.0.0) - modernc.org/libc: v1.74.3 (retracted) -> v1.74.4 - github.com/charmbracelet/x/exp/golden: 20260726004341 -> 20260727090823 - github.com/charmbracelet/x/exp/slice: 20260726004341 -> 20260727090823 - golang.org/x/exp: 20260718201538 -> 20260727155853 - astro: 7.1.3 -> 7.1.4 - @astrojs/check: 0.9.9 -> 0.9.10 - @types/node: 26.1.1 -> 26.1.2 - CI gofumpt pin: v0.10.0 -> v0.11.0 - CI goreleaser pin: v2.17.0 -> v2.17.1 Glamour v2 moved to the charm.land vanity import path and now builds on lipgloss v2, so the pinned lipgloss v1 indirect dependency from issue #59 is gone, along with go-osc52, x/cellbuf, muesli/reflow, muesli/termenv, and golang.org/x/term. The public API used by internal/tui/markdown is unchanged, so only the import paths moved. modernc.org/libc v1.74.3 was retracted upstream, so this also clears a retracted module from the build. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7b365a6a-506f-4d86-a9d3-a7bdbbf9ee5b
- modernc.org/sqlite: v1.54.0 -> v1.55.0 - github.com/yuin/goldmark: v1.8.4 -> v1.8.5 - github.com/charmbracelet/ultraviolet: 20260720091822 -> 20260730003005 - github.com/charmbracelet/x/exp/golden: 20260727090823 -> 20260730164118 - github.com/charmbracelet/x/exp/slice: 20260727090823 -> 20260730164118 - astro: 7.1.4 -> 7.1.6, which pulls shiki 4.3.1 -> 4.4.1, @astrojs/compiler-rs 0.3.1 -> 0.3.2, and js-yaml 4.3.0 -> 4.3.1 github.com/creack/pty stays on v1.1.24. The module proxy still serves a github.com/creack/pty/v2 v2.0.1, but that tag was deleted upstream and its content is from 2023, a year older than v1.1.24, so v1 is the live line. Every CI tool pin and pinned action SHA was checked and is already current. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 322b4a6b-6ff1-4af4-a0e5-ee8f09b78c2c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings the Go modules and the
web/npm tree up to their latest published versions.Go
charmbracelet/glamour)Glamour v2 moved to the
charm.landvanity path and builds on lipgloss v2, so the pinned lipgloss v1 indirect from issue #59 is gone along withgo-osc52,x/cellbuf,muesli/reflow,muesli/termenv, andgolang.org/x/term. The API used byinternal/tui/markdowndidn't change, so only import paths moved.modernc.org/libcv1.74.3 was retracted upstream, so this clears a retracted module.web (npm)
CI pins
github.com/creack/ptystays on v1.1.24. The proxy still serves acreack/pty/v2v2.0.1, but that tag was deleted upstream and its content is from 2023, a year older than v1.1.24, so v1 is the live line.Validation: build, lint, typecheck, and tests all pass. Also checked cross-compile for darwin, windows, and linux on amd64 and arm64,
govulncheckandnpm audit(both clean), and coverage at 80.1% against the 60% gate.