chore(deps): update dependency hugo-extended to v0.160.1 #17

Open
renovate-bot wants to merge 1 commits from renovate/hugo-extended-0.x into main
Collaborator

This PR contains the following updates:

Package Update Change Pending
hugo-extended minor 0.159.10.160.1 0.161.1 (+1)

Release Notes

gohugoio/hugo (hugo-extended)

v0.160.1

Compare Source

What's Changed

v0.160.0

Compare Source

Now you can inject CSS vars, e.g. from the configuration, into your stylesheets when building with css.Build. Also, now all the render hooks has a .Position method, now also more accurate and effective.

Bug fixes

Improvements

Dependency Updates

Documentation

v0.159.2

Compare Source

Note that the security fix below is not a potential threat if you either:

EDIT IN: This release also adds release archives for non-extended-withdeploy builds.

What's Changed


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | Pending | |---|---|---|---| | [hugo-extended](https://github.com/gohugoio/hugo) | minor | `0.159.1` → `0.160.1` | `0.161.1` (+1) | --- ### Release Notes <details> <summary>gohugoio/hugo (hugo-extended)</summary> ### [`v0.160.1`](https://github.com/gohugoio/hugo/releases/tag/v0.160.1) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.160.0...v0.160.1) #### What's Changed - Fix panic when passthrough elements are used in headings [`8b00030`](https://github.com/gohugoio/hugo/commit/8b00030b) [@&#8203;bep](https://github.com/bep) [#&#8203;14677](https://github.com/gohugoio/hugo/issues/14677) - Fix panic on edit of legacy mapped template names that's also a valid path in the new setup [`c485516`](https://github.com/gohugoio/hugo/commit/c4855167) [@&#8203;bep](https://github.com/bep) [#&#8203;14740](https://github.com/gohugoio/hugo/issues/14740) - Fix RenderShortcodes leaking context markers when indented [`161d0d4`](https://github.com/gohugoio/hugo/commit/161d0d47) [@&#8203;bep](https://github.com/bep) [#&#8203;12457](https://github.com/gohugoio/hugo/issues/12457) - Strip nested page context markers from standalone RenderShortcodes [`45e4596`](https://github.com/gohugoio/hugo/commit/45e45966) [@&#8203;bep](https://github.com/bep) [#&#8203;14732](https://github.com/gohugoio/hugo/issues/14732) - Rename deprecated cascade.\_target to cascade.target in tests [`58927aa`](https://github.com/gohugoio/hugo/commit/58927aa1) [@&#8203;bep](https://github.com/bep) - Fix auto-creation of root sections in multilingual sites [`ce009e3`](https://github.com/gohugoio/hugo/commit/ce009e3a) [@&#8203;bep](https://github.com/bep) [#&#8203;14681](https://github.com/gohugoio/hugo/issues/14681) - readme: Fix links [`0755872`](https://github.com/gohugoio/hugo/commit/07558724) [@&#8203;chicks-net](https://github.com/chicks-net) ### [`v0.160.0`](https://github.com/gohugoio/hugo/releases/tag/v0.160.0) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.159.2...v0.160.0) Now you can inject [CSS vars](https://gohugo.io/functions/css/build/#vars), e.g. from the configuration, into your stylesheets when building with [css.Build](https://gohugo.io/functions/css/build/). Also, now all the render hooks has a [.Position](https://gohugo.io/render-hooks/links/#position) method, now also more accurate and effective. #### Bug fixes - Fix some recently introduced Position issues [`4e91e14`](https://github.com/gohugoio/hugo/commit/4e91e14c) [@&#8203;bep](https://github.com/bep) [#&#8203;14710](https://github.com/gohugoio/hugo/issues/14710) - markup/goldmark: Fix double-escaping of ampersands in link URLs [`dc9b51d`](https://github.com/gohugoio/hugo/commit/dc9b51d2) [@&#8203;bep](https://github.com/bep) [#&#8203;14715](https://github.com/gohugoio/hugo/issues/14715) - tpl: Fix stray quotes from partial decorator in script context [`43aad71`](https://github.com/gohugoio/hugo/commit/43aad711) [@&#8203;bep](https://github.com/bep) [#&#8203;14711](https://github.com/gohugoio/hugo/issues/14711) #### Improvements - all: Replace NewIntegrationTestBuilder with Test/TestE/TestRunning [`481baa0`](https://github.com/gohugoio/hugo/commit/481baa08) [@&#8203;bep](https://github.com/bep) - tpl/css: Support [@&#8203;import](https://github.com/import) "hugo:vars" for CSS custom properties in css.Build [`5d09b5e`](https://github.com/gohugoio/hugo/commit/5d09b5e3) [@&#8203;bep](https://github.com/bep) [#&#8203;14699](https://github.com/gohugoio/hugo/issues/14699) - Improve and extend .Position handling in Goldmark render hooks [`303e443`](https://github.com/gohugoio/hugo/commit/303e443e) [@&#8203;bep](https://github.com/bep) [#&#8203;14663](https://github.com/gohugoio/hugo/issues/14663) - markup/goldmark: Clean up test [`638262c`](https://github.com/gohugoio/hugo/commit/638262ce) [@&#8203;bep](https://github.com/bep) #### Dependency Updates - build(deps): bump github.com/magefile/mage from 1.16.1 to 1.17.1 [`bf6e35a`](https://github.com/gohugoio/hugo/commit/bf6e35a7) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 [`0eda24e`](https://github.com/gohugoio/hugo/commit/0eda24e6) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump golang.org/x/image from 0.37.0 to 0.38.0 [`beb57a6`](https://github.com/gohugoio/hugo/commit/beb57a68) [@&#8203;dependabot](https://github.com/dependabot)\[bot] #### Documentation - readme: Revise edition descriptions and installation instructions [`9f1f1be`](https://github.com/gohugoio/hugo/commit/9f1f1be0) [@&#8203;jmooring](https://github.com/jmooring) ### [`v0.159.2`](https://github.com/gohugoio/hugo/releases/tag/v0.159.2) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.159.1...v0.159.2) Note that the security fix below is not a potential threat if you either: - Trust your Markdown content files. - Have custom [render hook template](https://gohugo.io/render-hooks/) for links and images. EDIT IN: This release also adds release archives for non-extended-withdeploy builds. #### What's Changed - Fix potential content XSS by escaping dangerous URLs in Markdown links and images [`479fe6c`](https://github.com/gohugoio/hugo/commit/479fe6c6) [@&#8203;bep](https://github.com/bep) - resources/page: Fix shared reader in Source.ValueAsOpenReadSeekCloser [`df520e3`](https://github.com/gohugoio/hugo/commit/df520e31) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;14684](https://github.com/gohugoio/hugo/issues/14684) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
renovate-bot added 1 commit 2026-04-30 12:35:07 +02:00
chore(deps): update dependency hugo-extended to v0.160.1
renovate/stability-days Updates have met minimum release age requirement
Website build and deploy / build (pull_request) Successful in 1m7s
f234705b4c
renovate-bot force-pushed renovate/hugo-extended-0.x from 71958d0759 to f234705b4c 2026-04-30 12:35:07 +02:00 Compare
Some checks are pending
renovate/stability-days Updates have met minimum release age requirement
Website build and deploy / build (pull_request) Successful in 1m7s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/hugo-extended-0.x:renovate/hugo-extended-0.x
git checkout renovate/hugo-extended-0.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mxmehl/mehl.mx#17