An open index of dependabot pull requests across open source projects.

chore: bump github.com/gohugoio/hugo from 0.124.0 to 0.147.1

Closed
Number: #538
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: May 05, 2025 at 12:27 PM UTC
(6 months ago)
Updated: May 12, 2025 at 11:34 AM UTC
(6 months ago)
Closed: May 12, 2025 at 11:34 AM UTC
(6 months ago)
Time to Close: 7 days
Labels:
dependencies go
Description:

Bumps github.com/gohugoio/hugo from 0.124.0 to 0.147.1.

Release notes

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

v0.147.1

Bug fixes

  • tpl: Fix overlapping layout sections be93d5218 @​bep #13672
  • Fix it so the owning taxonomy gets rerendered in server when new tags are added a1cb15e1c @​bep #13648

Improvements

Dependency Updates

  • build(deps): bump github.com/alecthomas/chroma/v2 from 2.17.0 to 2.17.2 620fc87b5 @​dependabot[bot]
  • build(deps): bump github.com/getkin/kin-openapi from 0.131.0 to 0.132.0 8b2124e7c @​dependabot[bot]
  • build(deps): bump github.com/yuin/goldmark from 1.7.10 to 1.7.11 927d1ec6c @​dependabot[bot]

v0.147.0

This release comes with a new aligny option (shoutout to @​pranshugaba for the implementation) for images.Text that, in combination with alignx makes it simple to e.g. center the text on top of image in both axis. But the main reason this release comes now and not later, is the improvements/fixes to the order Hugo applies the default configuration to some keys. This is inherited from how we did this before we rewrote the configuration handling, and it made the merging of configuration from modules/themes into the config root harder and less flexible than it had to be. Me, @​bep, looking into this, was triggered by this forum topic. Having many sites share a common configuration is very useful. With this release, you can simply get what the thread starter asks for by doing something à la:

baseURL = "http://example.org"
title = "My Hugo Site"

... import any themes/modules.

This will merge in all config imported from imported modules.

_merge = "deep"

See the documentation for details.

Bug fixes

  • tpl: Fix it so we always prefer internal codeblock rendering over render-codeblock-foo.html and similar 07983e04e @​bep #13651
  • tpl/tplimpl: Fix allowFullScreen option in Vimeo and YouTube shortcodes 5c491409d @​jmooring #13650
  • config: Fix _merge issue when key doesn't exist on the left side 179aea11a @​bep #13643 #13646
  • all: Fix typos 6a0e04241 @​coliff

Improvements

  • create/skeletons: Adjust template names in theme skeleton 75b219db8 @​jmooring
  • tpl: Remove some unreached code branches ad4f63c92 @​bep
  • images: Add some test cases for aligny on images.Text 53202314a @​bep #13414
  • images: Add option for vertical alignment to images.Text 2fce0bac0 @​pranshugaba

Dependency Updates

... (truncated)

Commits
  • 95666fc releaser: Bump versions for release of 0.147.1
  • 620fc87 build(deps): bump github.com/alecthomas/chroma/v2 from 2.17.0 to 2.17.2
  • 8b2124e build(deps): bump github.com/getkin/kin-openapi from 0.131.0 to 0.132.0
  • 5fec782 tpl: Add some more test cases
  • 927d1ec build(deps): bump github.com/yuin/goldmark from 1.7.10 to 1.7.11
  • be93d52 tpl: Fix overlapping layout sections
  • a1cb15e Fix it so the owning taxonomy gets rerendered in server when new tags are added
  • 673a4d0 commands/server: Display correct multihost language in console
  • 31db7ed hugolib: Use new build key in content placeholder
  • 5857b60 releaser: Prepare repository for 0.148.0-DEV
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+254
Deletions:
-311
Package Dependencies
Ecosystem:
go
Version Change:
0.124.0 → 0.147.1
Update Type:
Minor
Technical Details
ID: 981752
UUID: 2498620603
Node ID: PR_kwDOLmBl1M6U7ey7
Host: GitHub
Repository: Txim0520/https-github.com-coder-coder
Mergeable: Yes
Merge State: Unstable