Skip to content

chore(deps): update dependency gohugoio/hugo to v0.160.0#280

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

chore(deps): update dependency gohugoio/hugo to v0.160.0#280
renovate[bot] wants to merge 1 commit intomainfrom
renovate/gohugoio-hugo-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 18, 2026

This PR contains the following updates:

Package Update Change
gohugoio/hugo minor 0.155.30.160.0

Release Notes

gohugoio/hugo (gohugoio/hugo)

v0.160.0

Compare Source

Now you can inject CSS vars, e.g. from the configuration, into your stylesheets when building with css.Build. Also, now all the render hooks has a .Position method, now also more accurate and effective.

Bug fixes

Improvements

Dependency Updates

Documentation

v0.159.2

Compare Source

Note that the security fix below is not a potential threat if you either:

EDIT IN: This release also adds release archives for non-extended-withdeploy builds.

What's Changed

v0.159.1

Compare Source

The regression fixed in this release isn't new, but it's so subtle that we thought we'd release this sooner rather than later. For some time now, the minifier we use have stripped namespaced attributes in SVGs, which broke dynamic constructs using e.g. AlpineJS' x-bind: namespace (library used by Hugo's documentation site).

To fix this, the upstream library has hadded a keepNamespaces slice option. It was not possible to find a default that would make all happy, so we opted for an option that at least would make AlpineJS sites work out of the box:

 [minify.tdewolff.svg]
      keepNamespaces = ['', 'x-bind']
What's Changed

v0.159.0

Compare Source

This release greatly improves and simplifies management of Node.js/npm dependencies in a multi-module setup. See this page for more information.

Note
  • Replace deprecated site.Data with hugo.Data in tests a8fca59 @​bep
  • Replace deprecated excludeFiles and includeFiles with files in tests 182b104 @​bep
  • Replace deprecated :filename with :contentbasename in the permalinks test eb11c3d @​bep
Bug fixes
Improvements
Dependency Updates
Documentation

v0.158.0

Compare Source

This release adds css.Build, native and very fast bundling/transformation/minifying of CSS resources. Also see the new strings.ReplacePairs, a very fast option if you need to do many string replacements.

Notes

Deprecations

The methods and config options are deprecated and will be removed in a future Hugo release.

Also see this article

Language configuration
  • languageCode → Use locale instead.
  • languages.<lang>.languageCode → Use languages.<lang>.locale instead.
  • languages.<lang>.languageName → Use languages.<lang>.label instead.
  • languages.<lang>.languageDirection → Use languages.<lang>.direction instead.
Language methods
  • .Site.LanguageCode → Use .Site.Language.Locale instead.
  • .Language.LanguageCode → Use .Language.Locale instead.
  • .Language.LanguageName → Use .Language.Label instead.
  • .Language.LanguageDirection → Use .Language.Direction instead.

Bug fixes

Improvements

Dependency Updates

v0.157.0

Compare Source

The notable new feature is GitInfo support for Hugo Modules. See this repo for a runnable demo where multiple versions of the same content is mounted into different versions.

Bug fixes

Improvements

Dependency Updates

v0.156.0

Compare Source

This release brings significant speedups of collections.Where and collections.Sort – but this is mostly a "spring cleaning" release, to make the API cleaner and simpler to understand/document.

Deprecated

  • Site.AllPages is Deprecated
  • Site.BuildDrafts is Deprecated
  • Site.Languages is Deprecated
  • Site.Data is deprecated, use hugo.Data
  • Page.Sites and Site.Sites is Deprecated, use hugo.Sites

See this topic for more info.

Removed

These have all been deprecated at least since v0.136.0 and any usage have been logged as an error for a long time:

Template functions

  • data.GetCSV / getCSV (use resources.GetRemote)
  • data.GetJSON / getJSON (use resources.GetRemote)
  • crypto.FNV32a (use hash.FNV32a)
  • resources.Babel (use js.Babel)
  • resources.PostCSS (use css.PostCSS)
  • resources.ToCSS (use css.Sass)

Page methods:

  • .Page.NextPage (use .Page.Next)
  • .Page.PrevPage (use .Page.Prev)

Paginator:

  • .Paginator.PageSize (use .Paginator.PagerSize)

Site methods:

  • .Site.LastChange (use .Site.Lastmod)
  • .Site.Author (use .Site.Params.Author)
  • .Site.Authors (use .Site.Params.Authors)
  • .Site.Social (use .Site.Params.Social)
  • .Site.IsMultiLingual (use hugo.IsMultilingual)
  • .Sites.First (use .Sites.Default)

Site config:

  • paginate (use pagination.pagerSize)
  • paginatePath (use pagination.path)

File caches:

  • getjson cache
  • getcsv cache

Notes

Bug fixes

Improvements

Dependency Updates

Build Setup

Documentation


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 renovate Changes by renovate label Feb 18, 2026
@renovate renovate bot requested a review from a team as a code owner February 18, 2026 17:42
@renovate renovate bot enabled auto-merge (squash) February 18, 2026 17:42
@renovate renovate bot added the renovate Changes by renovate label Feb 18, 2026
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from b3d7df2 to 920fc5f Compare February 25, 2026 20:01
@renovate renovate bot changed the title chore(deps): update dependency gohugoio/hugo to v0.156.0 chore(deps): update dependency gohugoio/hugo to v0.157.0 Feb 25, 2026
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch 3 times, most recently from 7ce3896 to ccc589d Compare March 3, 2026 05:43
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from ccc589d to 49ccbee Compare March 16, 2026 21:46
@renovate renovate bot changed the title chore(deps): update dependency gohugoio/hugo to v0.157.0 chore(deps): update dependency gohugoio/hugo to v0.158.0 Mar 16, 2026
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from 49ccbee to f10180e Compare March 23, 2026 20:54
@renovate renovate bot changed the title chore(deps): update dependency gohugoio/hugo to v0.158.0 chore(deps): update dependency gohugoio/hugo to v0.159.0 Mar 23, 2026
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch 2 times, most recently from b94c4b8 to 57efc61 Compare March 26, 2026 13:19
@renovate renovate bot changed the title chore(deps): update dependency gohugoio/hugo to v0.159.0 chore(deps): update dependency gohugoio/hugo to v0.159.1 Mar 26, 2026
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from 57efc61 to 37b207f Compare April 1, 2026 21:05
@renovate renovate bot changed the title chore(deps): update dependency gohugoio/hugo to v0.159.1 chore(deps): update dependency gohugoio/hugo to v0.159.2 Apr 1, 2026
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from 37b207f to 936f73a Compare April 4, 2026 16:29
@renovate renovate bot changed the title chore(deps): update dependency gohugoio/hugo to v0.159.2 chore(deps): update dependency gohugoio/hugo to v0.160.0 Apr 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

renovate Changes by renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants