Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

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)

Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.124.0 to 0.147.2.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.yaml)
- [Commits](gohugoio/hugo@v0.124.0...v0.147.2)

---
updated-dependencies:
- dependency-name: github.com/gohugoio/hugo
  dependency-version: 0.147.2
  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 May 12, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 19, 2025

Superseded by #556.

@dependabot dependabot bot closed this May 19, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gohugoio/hugo-0.147.2 branch May 19, 2025 11:41
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