Skip to content

chore(deps): update dependency hugo to v0.147.5 #3021

New issue

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

By clicking “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? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 8, 2025

This PR contains the following updates:

Package Update Change
hugo minor 0.142.0 -> 0.147.5

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

gohugoio/hugo (hugo)

v0.147.5

Compare Source

We have gotten some requests about updating the minifier library we use, so here you go @​myitcv and others. I'm probably going to regret doing that particular upgrade on a Thursday, but so be it.

What's Changed

v0.147.4

Compare Source

What's Changed

v0.147.3

Compare Source

Mostly bug fixes here, but also a new template func to get a really big number. You can read about why that is useful in the documentation.

v0.147.2

Compare Source

What's Changed

v0.147.1

Compare Source

Bug fixes

Improvements

Dependency Updates

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

v0.147.0

Compare Source

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

Improvements

Dependency Updates

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

v0.146.7

Compare Source

Bug fixes

Improvements

Dependency Updates

  • build(deps): bump github.com/yuin/goldmark-emoji from 1.0.5 to 1.0.6 ad78761 @​dependabot[bot]
  • build(deps): bump github.com/bep/imagemeta from 0.11.0 to 0.12.0 9c65b9e @​dependabot[bot]
  • build(deps): bump github.com/yuin/goldmark from 1.7.9 to 1.7.10 be3b147 @​dependabot[bot]

v0.146.6

Compare Source

What's Changed

v0.146.5

Compare Source

What's Changed

v0.146.4

Compare Source

What's Changed

v0.146.3

Compare Source

What's Changed

v0.146.2

Compare Source

What's Changed

v0.146.1

Compare Source

This fixes a regression introduced in v0.146.0 released earlier today.

v0.146.0

Compare Source

[!NOTE]
There's a v0.146.1 bug fix release that fixes a regression introduced in this release.

The big new thing in this release is a fully refreshed template system – simpler and much better. We're working on the updated documentation for this, but see this issue for some more information. We have gone to great lengths to make this as backwards compatible as possible, but make sure you test your site before going live with this new version. This version also comes with a full dependency refresh and some useful new template funcs:

  • templates.Current: Info about the current executing template and its call stack. Very useful for debugging.
  • time.In: Returns the given date/time as represented in the specified IANA time zone.

Bug fixes

Improvements

Dependency Updates

Documentation

v0.145.0

Compare Source

The notable new feature is the new transform.PortableText function that makes it possible to use the Sanity CMS with Hugo.

Bug fixes

Improvements

Dependency Updates

Documentation

  • github: Build docker image with both extended and withdeploy tags e5eecbd @​margau

Build Setup

v0.144.2

Compare Source

What's Changed

v0.144.1

Compare Source

What's Changed

v0.144.0

Compare Source

Go 1.24 upgrade, several performance improvements, new :contentbasename and :slugorcontentbasename permalink tokens, enable KaTeX mhchem extension for transform.ToMath, full dependency refresh, new drop option for js.Build, new auth module option useful for private module repositories, autoID support for definition terms, new configurationTypes configuration option, and more. For more details, see this topic.

Note

Bug fixes

Improvements

Dependency Updates

Documentation

v0.143.1

Compare Source

What's Changed

v0.143.0

Compare Source

This is mostly a bug fix release, ironing out some quirks with the partial server rebuilds etc., but notable is also the new responseHeaders option on resources.GetRemote that allows you to extract headers from the server’s response.

Bug fixes

Improvements


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/hugo-0.x branch 22 times, most recently from 42a16d9 to ff5f46d Compare March 15, 2025 09:10
@renovate renovate bot force-pushed the renovate/hugo-0.x branch 8 times, most recently from 40fc96d to 0e78d1b Compare March 18, 2025 19:08
@renovate renovate bot force-pushed the renovate/hugo-0.x branch 14 times, most recently from 09c42dc to 47549b2 Compare May 20, 2025 15:49
@renovate renovate bot changed the title chore(deps): update dependency hugo to v0.147.3 chore(deps): update dependency hugo to v0.147.4 May 20, 2025
@renovate renovate bot force-pushed the renovate/hugo-0.x branch 7 times, most recently from f11461c to f19cfde Compare May 22, 2025 14:11
@renovate renovate bot changed the title chore(deps): update dependency hugo to v0.147.4 chore(deps): update dependency hugo to v0.147.5 May 22, 2025
@renovate renovate bot force-pushed the renovate/hugo-0.x branch 3 times, most recently from 0529e9d to 1500580 Compare May 22, 2025 19:07
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from 1500580 to 19d9cd7 Compare May 22, 2025 21:11
Copy link
Contributor Author

renovate bot commented May 23, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants