Skip to content

Update dependency gohugoio/hugo from v0.153.4 to v0.154.5 (.github/workflows/validate_docs_build.yml)#14082

Closed
renovate[bot] wants to merge 1 commit intodevfrom
renovate/gohugoio-hugo-0.x
Closed

Update dependency gohugoio/hugo from v0.153.4 to v0.154.5 (.github/workflows/validate_docs_build.yml)#14082
renovate[bot] wants to merge 1 commit intodevfrom
renovate/gohugoio-hugo-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 13, 2026

This PR contains the following updates:

Package Update Change
gohugoio/hugo minor 0.153.40.154.5

Release Notes

gohugoio/hugo (gohugoio/hugo)

v0.154.5

Compare Source

What's Changed

v0.154.4

Compare Source

What's Changed

Also see the new Page.OutputFormats.Canonical method.

v0.154.3

Compare Source

What's Changed

v0.154.2

Compare Source

What's Changed

  • Fix alpha/fuzzy border issue with new webp decoder for images with with transparent background e9b9b36 @​bep #​14339

v0.154.1

Compare Source

What's Changed

v0.154.0

Compare Source

Hugo v0.154.0 is the 14th release this year (not counting patch releases) and introduces partial decorators, or “partials with a twist.” This is a very powerful construct that I, @​bep, have always wanted to have in Hugo, but I could never wrap my head around an implementation. Until now.

A small and not very useful example:

{{ with partial "b.html" "World" }}Hello {{ . }}{{ end }}
{{ define "_partials/b.html" }}<b>{{ inner . }}</b>{{ end }}

The above renders to:

<b>Hello World</b>
  • The new inner keyword can be used zero or more times in a partial template, typically with different data (e.g. pages in a range), and its presence signals a reversal of the execution -- the callee becomes the caller.
  • Decorators can be deeply nested, see this PR for an example.

This release also brings some new utility funcs in the reflect package to identify the core types in Hugo. For example, to identify an processable image hasn't been trivial, now it is:

{{ $obj := . }}
{{ if reflect.IsResource $obj }}
   {{ if reflect.IsImageResource $obj }}
        // It has width/height and we can process it.
   {{ else }}
       // Just link to it.
   {{ end }}
{{ end }}

Bug fixes

Improvements

Dependency Updates

v0.153.5

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

…5 (.github/workflows/validate_docs_build.yml)
@renovate renovate Bot requested a review from Maffooch as a code owner January 13, 2026 03:36
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jan 13, 2026
@renovate renovate Bot requested a review from mtesauro as a code owner January 13, 2026 03:36
@renovate renovate Bot changed the title chore(deps): update dependency gohugoio/hugo from v0.153.4 to v0.154.5 (.github/workflows/validate_docs_build.yml) Update dependency gohugoio/hugo from v0.153.4 to v0.154.5 (.github/workflows/validate_docs_build.yml) Jan 13, 2026
@mtesauro
Copy link
Copy Markdown
Contributor

We going to wait for this one.

@mtesauro mtesauro closed this Jan 14, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jan 14, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.154.5). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/gohugoio-hugo-0.x branch January 14, 2026 03:46
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant