Skip to content

fix(deps): update module github.com/gohugoio/hugo to v0.148.1 #250

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 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/gohugoio/hugo v0.146.4 -> v0.148.1 age confidence

Release Notes

gohugoio/hugo (github.com/gohugoio/hugo)

v0.148.1

Compare Source

What's Changed

v0.148.0

Compare Source

[!NOTE]
There's some minor breaking changes in this release. Please read this thread for more information.

Note

Bug fixes

Improvements

Dependency Updates

v0.147.9

Compare Source

Improvements and fixes
Dependency Updates

v0.147.8

Compare Source

The primary motivation behind this release is to get the Docker package security patched and up to date.

Improvements

Dependency Updates

v0.147.7

Compare Source

Bug fixes

Improvements

Dependency Updates

v0.147.6

Compare Source

What's Changed

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

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

v0.146.7

Compare Source

Bug fixes
Improvements
Dependency Updates

v0.146.6

Compare Source

What's Changed

v0.146.5

Compare Source

What's Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 enabled auto-merge (squash) April 15, 2025 22:58
@renovate renovate bot changed the title fix(deps): update module github.com/gohugoio/hugo to v0.146.5 fix(deps): update module github.com/gohugoio/hugo to v0.146.6 Apr 20, 2025
@renovate renovate bot force-pushed the renovate/github.com-gohugoio-hugo-0.x branch 2 times, most recently from 0b9a7ca to 8086773 Compare April 22, 2025 19:48
@renovate renovate bot changed the title fix(deps): update module github.com/gohugoio/hugo to v0.146.6 fix(deps): update module github.com/gohugoio/hugo to v0.146.7 Apr 22, 2025
@renovate renovate bot force-pushed the renovate/github.com-gohugoio-hugo-0.x branch from 8086773 to d416638 Compare April 25, 2025 19:48
@renovate renovate bot changed the title fix(deps): update module github.com/gohugoio/hugo to v0.146.7 fix(deps): update module github.com/gohugoio/hugo to v0.147.0 Apr 25, 2025
@renovate renovate bot force-pushed the renovate/github.com-gohugoio-hugo-0.x branch from d416638 to a9dc9f7 Compare May 1, 2025 15:08
@renovate renovate bot changed the title fix(deps): update module github.com/gohugoio/hugo to v0.147.0 fix(deps): update module github.com/gohugoio/hugo to v0.147.1 May 1, 2025
@renovate renovate bot force-pushed the renovate/github.com-gohugoio-hugo-0.x branch from a9dc9f7 to 39013f2 Compare May 6, 2025 17:35
@renovate renovate bot changed the title fix(deps): update module github.com/gohugoio/hugo to v0.147.1 fix(deps): update module github.com/gohugoio/hugo to v0.147.2 May 6, 2025
@renovate renovate bot force-pushed the renovate/github.com-gohugoio-hugo-0.x branch from 39013f2 to 892a285 Compare May 12, 2025 13:18
@renovate renovate bot changed the title fix(deps): update module github.com/gohugoio/hugo to v0.147.2 fix(deps): update module github.com/gohugoio/hugo to v0.147.3 May 12, 2025
@renovate renovate bot force-pushed the renovate/github.com-gohugoio-hugo-0.x branch from 892a285 to a046dd2 Compare May 20, 2025 11:43
@renovate renovate bot changed the title fix(deps): update module github.com/gohugoio/hugo to v0.147.3 fix(deps): update module github.com/gohugoio/hugo to v0.147.4 May 20, 2025
@renovate renovate bot force-pushed the renovate/github.com-gohugoio-hugo-0.x branch from a046dd2 to e6fbac6 Compare May 22, 2025 12:27
@renovate renovate bot changed the title fix(deps): update module github.com/gohugoio/hugo to v0.147.4 fix(deps): update module github.com/gohugoio/hugo to v0.147.5 May 22, 2025
Copy link
Contributor Author

renovate bot commented May 22, 2025

ℹ Artifact update notice

File name: deps/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated

Details:

Package Change
github.com/niklasfasching/go-org v1.7.0 -> v1.8.0
github.com/spf13/cast v1.7.1 -> v1.9.2
github.com/tdewolff/parse/v2 v2.7.18 -> v2.8.1
golang.org/x/net v0.39.0 -> v0.41.0
golang.org/x/sys v0.32.0 -> v0.33.0
golang.org/x/text v0.24.0 -> v0.26.0
google.golang.org/protobuf v1.36.5 -> v1.36.6

@renovate renovate bot force-pushed the renovate/github.com-gohugoio-hugo-0.x branch from e6fbac6 to 645c19a Compare May 27, 2025 13:15
@renovate renovate bot changed the title fix(deps): update module github.com/gohugoio/hugo to v0.147.5 fix(deps): update module github.com/gohugoio/hugo to v0.147.6 May 27, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/gohugoio/hugo to v0.147.6 fix(deps): update module github.com/gohugoio/hugo to v0.147.7 May 31, 2025
@renovate renovate bot force-pushed the renovate/github.com-gohugoio-hugo-0.x branch from 645c19a to 360b6dc Compare May 31, 2025 13:58
@renovate renovate bot force-pushed the renovate/github.com-gohugoio-hugo-0.x branch from 360b6dc to 48c65b9 Compare June 7, 2025 18:32
@renovate renovate bot changed the title fix(deps): update module github.com/gohugoio/hugo to v0.147.7 fix(deps): update module github.com/gohugoio/hugo to v0.147.8 Jun 7, 2025
@renovate renovate bot force-pushed the renovate/github.com-gohugoio-hugo-0.x branch from 48c65b9 to 4cc4230 Compare June 23, 2025 11:48
@renovate renovate bot changed the title fix(deps): update module github.com/gohugoio/hugo to v0.147.8 fix(deps): update module github.com/gohugoio/hugo to v0.147.9 Jun 23, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/gohugoio/hugo to v0.147.9 fix(deps): update module github.com/gohugoio/hugo to v0.147.9 - autoclosed Jun 29, 2025
@renovate renovate bot closed this Jun 29, 2025
auto-merge was automatically disabled June 29, 2025 09:31

Pull request was closed

@renovate renovate bot deleted the renovate/github.com-gohugoio-hugo-0.x branch June 29, 2025 09:31
@renovate renovate bot changed the title fix(deps): update module github.com/gohugoio/hugo to v0.147.9 - autoclosed fix(deps): update module github.com/gohugoio/hugo to v0.147.9 Jun 29, 2025
@renovate renovate bot reopened this Jun 29, 2025
@renovate renovate bot force-pushed the renovate/github.com-gohugoio-hugo-0.x branch from 24b8abe to 4cc4230 Compare June 29, 2025 14:43
@renovate renovate bot enabled auto-merge (squash) June 29, 2025 17:29
@renovate renovate bot changed the title fix(deps): update module github.com/gohugoio/hugo to v0.147.9 fix(deps): update module github.com/gohugoio/hugo to v0.147.9 - autoclosed Jul 5, 2025
@renovate renovate bot closed this Jul 5, 2025
auto-merge was automatically disabled July 5, 2025 14:09

Pull request was closed

@renovate renovate bot changed the title fix(deps): update module github.com/gohugoio/hugo to v0.147.9 - autoclosed fix(deps): update module github.com/gohugoio/hugo to v0.147.9 Jul 5, 2025
@renovate renovate bot reopened this Jul 5, 2025
@renovate renovate bot force-pushed the renovate/github.com-gohugoio-hugo-0.x branch from 93ce102 to 4cc4230 Compare July 5, 2025 16:49
@renovate renovate bot enabled auto-merge (squash) July 5, 2025 21:01
@renovate renovate bot force-pushed the renovate/github.com-gohugoio-hugo-0.x branch from 4cc4230 to 1aeeb42 Compare July 8, 2025 21:06
@renovate renovate bot changed the title fix(deps): update module github.com/gohugoio/hugo to v0.147.9 fix(deps): update module github.com/gohugoio/hugo to v0.148.0 Jul 8, 2025
@renovate renovate bot force-pushed the renovate/github.com-gohugoio-hugo-0.x branch from 1aeeb42 to 69655b2 Compare July 11, 2025 19:31
@renovate renovate bot changed the title fix(deps): update module github.com/gohugoio/hugo to v0.148.0 fix(deps): update module github.com/gohugoio/hugo to v0.148.1 Jul 11, 2025
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