feat: adopt hinode v3 (mod-utils v6 generation)#613
Merged
Conversation
Bump hinode v2 -> v3 (v3.0.0) and every Hugo module this template pins directly to its v6-generation release: mod-utils v6.3.0, mod-blocks v2.0.1, mod-fontawesome v6.0.0, mod-flexsearch v5.0.0, mod-leaflet v3.0.0, mod-lottie v3.0.0, mod-mermaid v5.0.0, and mod-simple-datatables v4.0.0. Import paths in config/_default/hugo.toml follow the same bump; mod-blocks stays first and hinode stays last, matching the existing import order. mod-bootstrap, mod-csp, mod-katex, and mod-google-analytics do not depend on mod-utils, so they were left alone; hugo mod tidy picked up their latest available patch releases as a side effect. Rendered-output deltas for this generation (defaults now apply to section-title, hero, and illustration widths) are documented in the hinode v3 release notes: https://github.com/gethinode/hinode/releases/tag/v3.0.0 Verified with hugo mod vendor and npm run build: exit 0, zero ERROR lines, and zero "Invalid arguments" warnings against this site's minimal starter content. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
✅ Deploy Preview for gethinode-template ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Summary
hinodev2 -> v3 (v3.0.0) and every Hugo module this template pinsdirectly to its v6-generation release: mod-utils v6.3.0, mod-blocks v2.0.1,
mod-fontawesome v6.0.0, mod-flexsearch v5.0.0, mod-leaflet v3.0.0,
mod-lottie v3.0.0, mod-mermaid v5.0.0, mod-simple-datatables v4.0.0.
config/_default/hugo.tomlto match; import orderis unchanged (mod-blocks first, hinode last).
on mod-utils and were left as-is;
hugo mod tidypicked up their latestavailable patch releases as a side effect.
Rendered-output deltas for this generation (defaults now apply to
section-title, hero, and illustration widths) are called out in the
hinode v3 release notes.
Test plan
hugo mod tidy(not barego mod tidy) resolved the module graphnpm run mod:vendor— zero errorsnpm run build— exit 0, zero ERROR lines, zero "Invalid arguments"warnings (this starter's content is minimal, so no call-site fixes
were needed)
npm run lint— clean🤖 Generated with Claude Code