Skip to content

chore: bump github.com/gohugoio/hugo from 0.158.0 to 0.159.1#23785

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/gohugoio/hugo-0.159.1
Closed

chore: bump github.com/gohugoio/hugo from 0.158.0 to 0.159.1#23785
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/gohugoio/hugo-0.159.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Bumps github.com/gohugoio/hugo from 0.158.0 to 0.159.1.

Release notes

Sourced from github.com/gohugoio/hugo's releases.

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: 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

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

v0.159.0

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 a8fca598 @​bep
  • Replace deprecated excludeFiles and includeFiles with files in tests 182b1045 @​bep
  • Replace deprecated :filename with :contentbasename in the permalinks test eb11c3d0 @​bep

Bug fixes

Improvements

  • create: Return error instead of panic when page not found 807cae1d @​mango766 #14112
  • commands: Preserve non-content files in convert output c4fb61d9 @​xndvaz #4621
  • npm: Use workspaces to simplify hugo mod npm pack d88a29e0 @​bep
  • commands: Close cpu profile file when StartCPUProfile fails 9dd9c760 @​buley
  • Remove the AI Watchdog workflow for now 3315a86d @​bep
  • Remove 'bep' from PR user logins skip list 38244842 @​bep
  • tpl/tplimpl: Comment out the Vimeo simple shortcode tests 7813c5c8 @​bep #14649

Dependency Updates

  • build(deps): bump github.com/olekukonko/tablewriter from 1.1.3 to 1.1.4 (#14641) 3ff9b7f8 @​dependabot[bot]
  • build(deps): bump github.com/yuin/goldmark from 1.7.16 to 1.7.17 be93ccd3 @​dependabot[bot]
  • build(deps): bump github.com/magefile/mage from 1.15.0 to 1.16.1 2669bca6 @​dependabot[bot]
  • build(deps): bump golang.org/x/image from 0.36.0 to 0.37.0 753d447f @​dependabot[bot]
  • build(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.3 4f39d724 @​dependabot[bot]

Documentation

  • docs: Update docs.yaml d2043cfa @​bep

... (truncated)

Commits
  • 86c7d3a releaser: Bump versions for release of 0.159.1
  • 42289d7 minifiers: Keep x-bind and blank namespace in SVG minification
  • 0c013c2 Adjust depreceated syntax in tests
  • bd071d7 releaser: Prepare repository for 0.160.0-DEV
  • 2ed7d19 releaser: Bump versions for release of 0.159.0
  • d2043cf docs: Update docs.yaml
  • 5997b71 Merge commit 'e7afabb927a79b179ae57013fd5f49e32829671e'
  • e7afabb Squashed 'docs/' changes from 80dd7b067..0755fb534
  • 4f3c398 commands: Update docs linke to Node.js docs
  • 807cae1 create: Return error instead of panic when page not found
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.158.0 to 0.159.1.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Commits](gohugoio/hugo@v0.158.0...v0.159.1)

---
updated-dependencies:
- dependency-name: github.com/gohugoio/hugo
  dependency-version: 0.159.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 30, 2026
@github-actions github-actions Bot enabled auto-merge (squash) March 30, 2026 11:40
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 2, 2026

Superseded by #23957.

@dependabot dependabot Bot closed this Apr 2, 2026
auto-merge was automatically disabled April 2, 2026 07:51

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/gohugoio/hugo-0.159.1 branch April 2, 2026 07:51
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants