Skip to content

chore: bump github.com/gohugoio/hugo from 0.146.3 to 0.147.0 #240

New issue

Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “No Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? No Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/gohugoio/hugo from 0.146.3 to 0.147.0.

Release notes

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

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

  • build(deps): bump github.com/evanw/esbuild from 0.25.2 to 0.25.3 1bd7ac7ed @​dependabot[bot]
  • build(deps): bump github.com/alecthomas/chroma/v2 from 2.16.0 to 2.17.0 41cb880f9 @​dependabot[bot]

v0.146.7

Bug fixes

  • Revert the breaking change from 0.146.0 with dots in content filenames 496730840 @​bep #13632
  • tpl: Fix indeterminate template lookup with templates with and without lang 6d69dc88a @​bep #13636
  • tpl/collections: Fix where ... not in with empty slice 4eb0e4286 @​bep #13621
  • tpl: Fix layout fall back logic when layout is set in front matter but not found 5e62cc6fc @​bep #13630

Improvements

  • parser/metadecoders: Add CSV targetType (map or slice) option to transform.Unmarshal db72a1f07 @​jmooring #8859
  • tpl: Detect and fail on infinite template recursion 1408c156d @​bep #13627

Dependency Updates

... (truncated)

Commits
  • 7d0039b releaser: Bump versions for release of 0.147.0
  • 07983e0 tpl: Fix it so we always prefer internal codeblock rendering over render-code...
  • 5c49140 tpl/tplimpl: Fix allowFullScreen option in Vimeo and YouTube shortcodes
  • 75b219d create/skeletons: Adjust template names in theme skeleton
  • ad4f63c tpl: Remove some unreached code branches
  • 5320231 images: Add some test cases for aligny on images.Text
  • 2fce0ba images: Add option for vertical alignment to images.Text
  • 179aea1 config: Fix _merge issue when key doesn't exist on the left side
  • 61a2865 Merge commit 'b3d87dd0fd746f07f9afa6e6a2969aea41da6a38'
  • b3d87dd Squashed 'docs/' changes from dc7a9ae12..b654fcba0
  • 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.146.3 to 0.147.0.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.yaml)
- [Commits](gohugoio/hugo@v0.146.3...v0.147.0)

---
updated-dependencies:
- dependency-name: github.com/gohugoio/hugo
  dependency-version: 0.147.0
  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 Apr 28, 2025
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgithub.com/​gohugoio/​hugo@​v0.146.3 ⏵ v0.147.075 +1100100100100

View full report

No Sign up for free to join this conversation on GitHub. Already have an account? No 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