Skip to content

chore(deps): update module github.com/gohugoio/hugo to v0.165.0 - #131

Merged
nozaq merged 1 commit into
mainfrom
renovate/github.com-gohugoio-hugo-0.x
Aug 27, 2026
Merged

chore(deps): update module github.com/gohugoio/hugo to v0.165.0#131
nozaq merged 1 commit into
mainfrom
renovate/github.com-gohugoio-hugo-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/gohugoio/hugo v0.164.0v0.165.0 age confidence

Release Notes

gohugoio/hugo (github.com/gohugoio/hugo)

v0.165.0

Compare Source

The two main new things is the new css.ChromaStyles template func and the new importContext option demonstrated below.

{{ $light := css.ChromaStyles (dict "targetPath" "css/components/chroma-light.css" "style" "github" "mode" "light") }}
{{ $dark := css.ChromaStyles (dict "targetPath" "css/components/chroma-dark.css" "style" "github" "mode" "dark") }}
{{ $opts := dict "minify" true "importContext" (slice $light $dark) }}
{{ $css := resources.Get "css/main.css" | css.Build $opts }}

The importContext is relevant for css.Build, js.Build, css.Sass, and css.PostCSS. and it allows you to make resources (e.g. built from resources.FromString) resolvable in e.g. CSS @import statements.

Note

Bug fixes

Improvements

Dependency Updates

Documentation


Configuration

📅 Schedule: (UTC)

  • 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.

@renovate renovate Bot added the deps Dependency updates label Aug 27, 2026
@renovate

renovate Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 13 additional dependencies were updated

Details:

Package Change
github.com/bep/imagemeta v0.17.2 -> v1.0.0
github.com/evanw/esbuild v0.28.1 -> v0.28.2
github.com/fsnotify/fsnotify v1.9.0 -> v1.10.1
github.com/getkin/kin-openapi v0.144.0 -> v0.146.0
github.com/gohugoio/hashstructure v0.6.0 -> v1.0.0
github.com/kyokomi/emoji/v2 v2.2.13 -> v2.2.14
github.com/mattn/go-isatty v0.0.22 -> v0.0.24
github.com/rogpeppe/go-internal v1.15.0 -> v1.16.0
github.com/tdewolff/minify/v2 v2.24.13 -> v2.24.16
github.com/tdewolff/parse/v2 v2.8.12 -> v2.8.15
github.com/yuin/goldmark v1.8.2 -> v1.8.5
golang.org/x/image v0.43.0 -> v0.44.0
golang.org/x/tools v0.47.0 -> v0.48.0

@nozaq
nozaq merged commit 0d90761 into main Aug 27, 2026
12 checks passed
@nozaq
nozaq deleted the renovate/github.com-gohugoio-hugo-0.x branch August 27, 2026 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deps Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant