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

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

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

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

Release notes

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

v0.147.2

What's Changed

  • Fix handling of "outputs" from content adapter pages 363ab48a2 @​bep #13689
  • tpl: Fix case issue in templates.Exists 80f059531 @​bep #13684
  • config: Add some more merge tests b39b24962 @​bep #13681

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

... (truncated)

Commits
  • c7feb15 releaser: Bump versions for release of 0.147.2
  • 363ab48 Fix handling of "outputs" from content adapter pages
  • 80f0595 tpl: Fix case issue in templates.Exists
  • b39b249 config: Add some more merge tests
  • d799c04 releaser: Prepare repository for 0.148.0-DEV
  • 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
  • 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:
-312
Package Dependencies
Ecosystem:
go
Version Change:
0.124.0 → 0.147.2
Update Type:
Minor
Technical Details
ID: 981750
UUID: 2513585799
Node ID: PR_kwDOLmBl1M6V0kaH
Host: GitHub
Repository: Txim0520/https-github.com-coder-coder
Mergeable: Yes
Merge State: Unstable