fix(deps): update Hugo modules (mod-utils v6.5.1, mod-blocks v2.1.4)#2035
Merged
Conversation
Bump mod-utils to v6.5.1 (absent-key args validation precomputed in the cached schema envelope) and pick up mod-blocks v2.1.4 via module resolution (drops dangling ARIA attributes on preview fallback panes). Measured on the exampleSite: median user CPU 38.87 s -> 33.27 s (-14.4%). Includes the hugo_stats.json refresh any fresh build produces. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
✅ Deploy Preview for gethinode-demo ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Collaborator
Author
|
🎉 This PR is included in version 3.2.7 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Part of the build-time optimization program (Chunk F; template: #2031). Carries the
mod-utils v6.5.1 performance release to hinode and its exampleSite.
Changes
github.com/gethinode/mod-utils/v6v6.5.0 → v6.5.1 ingo.modandexampleSite/go.mod(release, from
mod-utils#346): absent-key argument
validation is precomputed once per schema in the cached
ArgsSchemaenvelope instead ofre-validated on every
Argscall.github.com/gethinode/mod-blocks/v2v2.1.3 → v2.1.4 (pulled by module resolution:hinode v3.2.6 requires it; release
drops dangling ARIA attributes on preview fallback panes).
hugo mod tidyon both modules (removes stale go.sum entries).exampleSite/hugo_stats.jsonrefresh (theminimal-nav-no-parent-args-single-itementry anyfresh build adds; the tracked copy was stale on
main).Measurements (exampleSite,
hugo --gc --minify -s exampleSite)Apple M1 Pro (10 cores, 32 GB), repo-pinned hugo v0.164.0 extended, hinode
main@ 18ff4f6.Warm-up builds until wall stabilized, then 3 timed runs per variant, medians, no other load:
Total in)Consistent with the isolated mod-utils measurement on #346 (−13.6% CPU).
Output verification (byte-diff, double build)
(
en/index.xml,en/docs/blocks/index.xml,en/tags/block/index.xml— pre-existingintermittent
.Contentrace, seescripts/check-build-determinism.shon perf: build hygiene (conditional vendoring, CI GOGC, determinism gate, docs) #2034).en/docs/blocks/preview/index.html, whoseentire diff is the removal of
role=tabpanel/aria-labelledbyfrom preview fallback panes —exactly mod-blocks v2.1.4's released fix. No other output changes.
Program register (private, for the maintainer):
https://github.com/gethinode/gethinode.com/blob/program/build-time-optimization/docs/superpowers/specs/2026-07-15-build-time-optimization-register.md
🤖 Generated with Claude Code