Skip to content

Commit 2caac7d

Browse files
Update module go:github.com/gohugoio/hugo to v0.147.7 (#1406)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [go:github.com/gohugoio/hugo](https://redirect.github.com/gohugoio/hugo) | `v0.147.6` -> `v0.147.7` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgohugoio%2fhugo/v0.147.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgohugoio%2fhugo/v0.147.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgohugoio%2fhugo/v0.147.6/v0.147.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgohugoio%2fhugo/v0.147.6/v0.147.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>gohugoio/hugo (go:github.com/gohugoio/hugo)</summary> ### [`v0.147.7`](https://redirect.github.com/gohugoio/hugo/releases/tag/v0.147.7) [Compare Source](https://redirect.github.com/gohugoio/hugo/compare/v0.147.6...v0.147.7) #### Bug fixes - Fix language handling in shortcode templates [`5273a88`](https://redirect.github.com/gohugoio/hugo/commit/5273a884d) [@&#8203;bep](https://redirect.github.com/bep) [#&#8203;13767](https://redirect.github.com/gohugoio/hugo/issues/13767) - Make sure that unreferenced but changed bundle resources gets republished [`766a2e7`](https://redirect.github.com/gohugoio/hugo/commit/766a2e786) [@&#8203;bep](https://redirect.github.com/bep) [#&#8203;13748](https://redirect.github.com/gohugoio/hugo/issues/13748) - resources/page: Respect disablePathToLower for permalink tokens [`843ffeb`](https://redirect.github.com/gohugoio/hugo/commit/843ffeb48) [@&#8203;jmooring](https://redirect.github.com/jmooring) [#&#8203;13755](https://redirect.github.com/gohugoio/hugo/issues/13755) #### Improvements - Handle KaTeX warnings ([#&#8203;13760](https://redirect.github.com/gohugoio/hugo/issues/13760)) [`6334948`](https://redirect.github.com/gohugoio/hugo/commit/633494851) [@&#8203;bep](https://redirect.github.com/bep) [#&#8203;13735](https://redirect.github.com/gohugoio/hugo/issues/13735) - common/collections: Increase test coverage [`bff5d19`](https://redirect.github.com/gohugoio/hugo/commit/bff5d1912) [@&#8203;pixel365](https://redirect.github.com/pixel365) - parser/pageparser: Add coverage for all IsX methods of Item [`da370d3`](https://redirect.github.com/gohugoio/hugo/commit/da370d30d) [@&#8203;pixel365](https://redirect.github.com/pixel365) - resources: Remove unused interface [`6bd328c`](https://redirect.github.com/gohugoio/hugo/commit/6bd328c58) [@&#8203;bep](https://redirect.github.com/bep) #### Dependency Updates - build(deps): bump golang.org/x/image from 0.26.0 to 0.27.0 [`7525963`](https://redirect.github.com/gohugoio/hugo/commit/75259636c) [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] - build(deps): bump golang.org/x/text from 0.24.0 to 0.25.0 [`0df9f35`](https://redirect.github.com/gohugoio/hugo/commit/0df9f3510) [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] - build(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 [`302e6a7`](https://redirect.github.com/gohugoio/hugo/commit/302e6a726) [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] - build(deps): bump github.com/alecthomas/chroma/v2 from 2.17.2 to 2.18.0 [`202fe0d`](https://redirect.github.com/gohugoio/hugo/commit/202fe0d45) [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] - deps: Upgrade github.com/olekukonko/tablewriter v0.0.5 => v1.0.7 [`13e1617`](https://redirect.github.com/gohugoio/hugo/commit/13e161755) [@&#8203;bep](https://redirect.github.com/bep) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c888b5f commit 2caac7d

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,6 +1,6 @@
11
[tools]
22
"cargo:zizmor" = "1.8.0"
3-
"go:github.com/gohugoio/hugo" = "v0.147.6"
3+
"go:github.com/gohugoio/hugo" = "v0.147.7"
44
"go:github.com/grafana/oats" = "0.3.1"
55
java = "temurin-21.0.7+6.0.LTS"
66
lychee = "0.18.1"

0 commit comments

Comments
 (0)