Skip to content

deps: bump HUGO to 0.159.1#2773

Open
updateclibot[bot] wants to merge 2 commits intomasterfrom
updatecli_master_hugo
Open

deps: bump HUGO to 0.159.1#2773
updateclibot[bot] wants to merge 2 commits intomasterfrom
updatecli_master_hugo

Conversation

@updateclibot
Copy link
Copy Markdown
Contributor

@updateclibot updateclibot bot commented Mar 27, 2026

deps: Bump HUGO version in Netlify configuration

deps: update hugo used by Netlify to 0.159.1

1 file(s) updated with "HUGO_VERSION = \"0.159.1\"": * netlify.toml

v0.159.1
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:](https://alpinejs.dev/directives/bind) namespace (library used by Hugo's [documentation site](https://gohugo.io/)).

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:

```toml
 [minify.tdewolff.svg]
      keepNamespaces = ['', 'x-bind']
```

## What's Changed

* minifiers: Keep x-bind and blank namespace in SVG minification 42289d76 @bep #14669 


GitHub Action workflow link

deps: Bump HUGO version from GitHub Action

deps: update hugo used by Github Action to 0.159.1

1 file(s) updated with "hugo-version: 0.159.1": * .github/workflows/build.yaml

v0.159.1
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:](https://alpinejs.dev/directives/bind) namespace (library used by Hugo's [documentation site](https://gohugo.io/)).

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:

```toml
 [minify.tdewolff.svg]
      keepNamespaces = ['', 'x-bind']
```

## What's Changed

* minifiers: Keep x-bind and blank namespace in SVG minification 42289d76 @bep #14669 


GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

@updateclibot updateclibot bot added the dependencies Pull requests that update a dependency file label Mar 27, 2026
@updateclibot updateclibot bot enabled auto-merge (squash) March 27, 2026 07:34
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.

0 participants