Skip to content

Commit 2e28264

Browse files
chore(deps): update module go:github.com/gohugoio/hugo to v0.151.0 (#1606)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [go:github.com/gohugoio/hugo](https://redirect.github.com/gohugoio/hugo) | `v0.150.1` -> `v0.151.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgohugoio%2fhugo/v0.151.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgohugoio%2fhugo/v0.150.1/v0.151.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>gohugoio/hugo (go:github.com/gohugoio/hugo)</summary> ### [`v0.151.0`](https://redirect.github.com/gohugoio/hugo/releases/tag/v0.151.0) [Compare Source](https://redirect.github.com/gohugoio/hugo/compare/v0.150.1...v0.151.0) Some notable new features in Hugo v0.151.0 are: - New [transform.HTMLToMarkdown](https://gohugo.io/functions/transform/htmltomarkdown/) template function. One possible use case would be to provide [LLM friendly content](https://llmstxt.org/). - Hugo now reports OSC 9;4 progress when building; progress bars/indicators are supported by terminals such as [Ghostty](https://ghostty.org/docs/install/release-notes/1-2-0#graphical-progress-bars) on Macos and Linux, Windows terminal. - Several new [config options](https://gohugo.io/configuration/markup/#footnote) for Markdown foot notes. #### Note - transform/livereloadinject: Skip livereload.js injection if no tags found (note) [`7fd6762`](https://redirect.github.com/gohugoio/hugo/commit/7fd6762c1) [@&#8203;AndrewChubatiuk](https://redirect.github.com/AndrewChubatiuk) #### Improvements and bug fixes - Fix file caching for 404 responses in resources.GetRemote [`03b33ec`](https://redirect.github.com/gohugoio/hugo/commit/03b33ecb5) [@&#8203;bep](https://redirect.github.com/bep) [#&#8203;14019](https://redirect.github.com/gohugoio/hugo/issues/14019) - markup/goldmark: Enhance footnote extension with backlinkHTML option [`b462980`](https://redirect.github.com/gohugoio/hugo/commit/b462980ac) [@&#8203;jmooring](https://redirect.github.com/jmooring) [#&#8203;11434](https://redirect.github.com/gohugoio/hugo/issues/11434) - markup/goldmark: Enhance footnote extension with auto-prefixing option [`47678d8`](https://redirect.github.com/gohugoio/hugo/commit/47678d8cb) [@&#8203;jmooring](https://redirect.github.com/jmooring) [#&#8203;8045](https://redirect.github.com/gohugoio/hugo/issues/8045) - Adjust the terminal progress reporter a little [`510d98b`](https://redirect.github.com/gohugoio/hugo/commit/510d98b77) [@&#8203;bep](https://redirect.github.com/bep) - Add transform.HTMLToMarkdown [`c5dca3b`](https://redirect.github.com/gohugoio/hugo/commit/c5dca3bde) [@&#8203;bep](https://redirect.github.com/bep) [#&#8203;13946](https://redirect.github.com/gohugoio/hugo/issues/13946) - Report OSC 9;4 progress when building [`ec463c0`](https://redirect.github.com/gohugoio/hugo/commit/ec463c097) [@&#8203;bep](https://redirect.github.com/bep) - tpl: Workaround s390x precision of Atan and Tan [`105d3bc`](https://redirect.github.com/gohugoio/hugo/commit/105d3bc32) [@&#8203;toddy15](https://redirect.github.com/toddy15) - cache/httpcache: Add respectCacheControlNoStoreInResponse and respectCacheControlNoStoreInRequest options [`3e46ba5`](https://redirect.github.com/gohugoio/hugo/commit/3e46ba5ce) [@&#8203;bep](https://redirect.github.com/bep) [#&#8203;13990](https://redirect.github.com/gohugoio/hugo/issues/13990) - common/hreflect: Speed up IsTrutfulValue [`4d13035`](https://redirect.github.com/gohugoio/hugo/commit/4d1303512) [@&#8203;bep](https://redirect.github.com/bep) #### Dependency Updates - build(deps): bump google.golang.org/api from 0.248.0 to 0.251.0 [`584f052`](https://redirect.github.com/gohugoio/hugo/commit/584f052f3) [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] - build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront [`b76d717`](https://redirect.github.com/gohugoio/hugo/commit/b76d71761) [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] - build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.38.1 to 1.39.2 [`4d2743e`](https://redirect.github.com/gohugoio/hugo/commit/4d2743e4c) [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] - build(deps): bump golang.org/x/tools from 0.36.0 to 0.37.0 [`c20f70d`](https://redirect.github.com/gohugoio/hugo/commit/c20f70d9a) [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] - build(deps): bump github.com/spf13/afero from 1.14.0 to 1.15.0 [`1b55621`](https://redirect.github.com/gohugoio/hugo/commit/1b556216a) [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] - build(deps): bump github.com/tdewolff/minify/v2 from 2.24.2 to 2.24.3 [`106c8e6`](https://redirect.github.com/gohugoio/hugo/commit/106c8e6de) [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] - build(deps): bump github.com/evanw/esbuild from 0.25.9 to 0.25.10 [`9928122`](https://redirect.github.com/gohugoio/hugo/commit/9928122eb) [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] - build(deps): bump golang.org/x/text from 0.28.0 to 0.29.0 [`9943c1b`](https://redirect.github.com/gohugoio/hugo/commit/9943c1bef) [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] - build(deps): bump github.com/olekukonko/tablewriter from 1.0.9 to 1.1.0 [`7667573`](https://redirect.github.com/gohugoio/hugo/commit/766757310) [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] - build(deps): bump github.com/spf13/cast from 1.9.2 to 1.10.0 [`d71c07c`](https://redirect.github.com/gohugoio/hugo/commit/d71c07cf3) [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8aa23d4 commit 2e28264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
2-
"go:github.com/gohugoio/hugo" = "v0.150.1"
2+
"go:github.com/gohugoio/hugo" = "v0.151.0"
33
"go:github.com/grafana/oats" = "0.4.1"
44
java = "temurin-25.0.0+36.0.LTS"
55
lychee = "0.20.1"

0 commit comments

Comments
 (0)