Skip to content

chore(deps): update dependency gohugoio/hugo to v0.159.2#470

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

chore(deps): update dependency gohugoio/hugo to v0.159.2#470
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/gohugoio-hugo-0.x

Conversation

@renovate

@renovate renovate Bot commented Mar 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
gohugoio/hugo minor 0.157.00.159.2

Release Notes

gohugoio/hugo (gohugoio/hugo)

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


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.

@renovate renovate Bot added the dependency Dependency version related label Mar 16, 2026
@renovate
renovate Bot force-pushed the renovate/gohugoio-hugo-0.x branch from 6ce96d5 to 7e0814e Compare March 23, 2026 21:04
@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 from 7e0814e to 67be2f7 Compare March 26, 2026 13:18
@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 67be2f7 to 3589a34 Compare April 1, 2026 20:02
@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
@fmunteanu fmunteanu closed this Apr 3, 2026
@renovate

renovate Bot commented Apr 3, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.159.2). 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 April 3, 2026 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Dependency version related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant