Skip to content

Update stacked: 3 packages - #465

Merged
twitchyliquid64 merged 5 commits into
mainfrom
update-stacked-2026-07-20-6e2013bd
Jul 20, 2026
Merged

Update stacked: 3 packages#465
twitchyliquid64 merged 5 commits into
mainfrom
update-stacked-2026-07-20-6e2013bd

Conversation

@gominimal-pkgmgr-mgr

Copy link
Copy Markdown
Contributor

Update base-soup (3 packages)

Note

These packages declare replace_on_cycle in their build.ncl, so
they participate in the toolchain rebuild graph and one hash change
cascades through the set. Bundling ensures the cascading rebuild
lands as a single unit, even when only one package is bumping —
avoids back-to-back full rebuilds from singleton PRs.

Warning

1 requested member did NOT ship — each needs separate follow-up.
A member is dropped when it fails to update, has its gs:// mirror
withheld by the scan gate, or is peeled to keep the shipped set a
closed dependency closure (a survivor built against a dropped member's
old version would be a broken closure).

Package Old Target Why
railway 4.30.2 5.27.0 gs:// mirror withheld (pkgscan-critical)

Pkgscan: clean across all bundle members — diffs against prior versions surfaced no newly-introduced suspicious patterns.

Note

Build risk — 3 dependents across the tree. Package(s) that
build- or runtime-depend on a member of this bundle may need a rebuild,
or could FTBFS on an API/ABI change. Informational (not blocking) — a
heads-up for the reviewer on what this bump can ripple into.

Bundle member Dependents
tree-sitter 3 — emacs, emacs-config-dev1, neovim

Summary

Package Old New Source
tree-sitter 0.25.10 0.26.11 github:tree-sitter/tree-sitter:operator-pinned
prek 0.4.9 0.4.10 github:j178/prek:operator-pinned
typst 0.15.0 0.15.1 github:typst/typst:operator-pinned

Per-package details

tree-sitter 0.25.10 → 0.26.11
  • SHA256: ad5040537537012b...1bab01ed21464f32...
  • Size: 921 KB
  • Source: https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v0.25.10.tar.gzhttps://github.com/tree-sitter/tree-sitter/archive/refs/tags/v0.26.11.tar.gz
  • Released: 7 days ago (2026-07-12)
  • License: MIT (source: GitHub + tarball)
prek 0.4.9 → 0.4.10
  • SHA256: c98edc2d545755b4...7e86ac3e6eb91c60...
  • Size: 1.1 MB → 1.2 MB
  • Source: gs://minimal-staging-archives/j178/prek/v0.4.9.tar.gzgs://minimal-staging-archives/j178/prek/v0.4.10.tar.gz
  • Released: 3 days ago (2026-07-16)
  • License: MIT (source: GitHub + tarball)
typst 0.15.0 → 0.15.1
  • SHA256: 5044bd12138491c6...c07909e01a2a6941...
  • Size: 4.9 MB
  • Source: https://github.com/typst/typst/archive/refs/tags/v0.15.0.tar.gzhttps://github.com/typst/typst/archive/refs/tags/v0.15.1.tar.gz
  • Released: 2 days ago (2026-07-17)
  • License: Apache-2.0 (source: GitHub + tarball)

Created by pkgmgr

bryan-minimal and others added 2 commits July 20, 2026 08:56
…rename

This PR bumps tree-sitter 0.25.10 -> 0.26.11, which cascades a rebuild of
emacs (built --with-tree-sitter). 0.26 renamed
ts_language_version() -> ts_language_abi_version() and removed the old
declaration from api.h, so emacs 30.2's treesit.c fails on BOTH arches:

  treesit.c:749:42: error: implicit declaration of function
    'ts_language_version'; did you mean 'ts_language_abi_version'?
  make[2]: *** [Makefile:457: treesit.o] Error 1

(The `Clock skew detected` lines above it in the log are warnings from
mtime-vs-sandbox-clock, not the failure.)

Rename at the call sites. The sed is word-anchored so it cannot touch an
already-correct ts_language_abi_version — it becomes a silent no-op once
an emacs version bump carries upstream's own fix.

Nothing is wrong with tree-sitter 0.26.11; this is a dependent that
needed adapting, so the fix rides with the bump that triggers it.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@twitchyliquid64
twitchyliquid64 added this pull request to the merge queue Jul 20, 2026
Merged via the queue into main with commit d20a41b Jul 20, 2026
9 checks passed
@twitchyliquid64
twitchyliquid64 deleted the update-stacked-2026-07-20-6e2013bd branch July 20, 2026 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants