chore(deps): update dependency gohugoio/hugo to v0.128.0 #149

Open
renovator wants to merge 1 commits from renovate/gohugoio-hugo-0.x into main
Member

This PR contains the following updates:

Package Update Change
gohugoio/hugo minor v0.127.0 -> v0.128.0

Release Notes

gohugoio/hugo (gohugoio/hugo)

v0.128.0

Compare Source

This release brings TailwindCSS v4 (alpha) support. For more info about the TailwindCSS 4 integration, see this repo. Also notable is the new templates.Defer template func and the dramatically improved performance of $page.GetTerms for bigger sites.

Bug fixes

Improvements

Dependency Updates

Build Setup

Documentation


Configuration

📅 Schedule: 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 Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gohugoio/hugo](https://github.com/gohugoio/hugo) | minor | `v0.127.0` -> `v0.128.0` | --- ### Release Notes <details> <summary>gohugoio/hugo (gohugoio/hugo)</summary> ### [`v0.128.0`](https://github.com/gohugoio/hugo/releases/tag/v0.128.0) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.127.0...v0.128.0) This release brings [TailwindCSS v4 (alpha)](https://gohugo.io/functions/css/tailwindcss/) support. For more info about the TailwindCSS 4 integration, see [this repo](https://github.com/bep/hugo-testing-tailwindcss-v4). Also notable is the new [templates.Defer](https://gohugo.io/functions/templates/defer/) template func and the dramatically improved performance of `$page.GetTerms` for bigger sites. #### Bug fixes - tpl/debug: Fix reset of debug timers when running the server [`c880faa`](https://github.com/gohugoio/hugo/commit/c880faa99) [@&#8203;bep](https://github.com/bep) [#&#8203;12621](https://github.com/gohugoio/hugo/issues/12621) - Fix Erroridf/Warnidf mixed case issue [`8731d88`](https://github.com/gohugoio/hugo/commit/8731d8822) [@&#8203;bep](https://github.com/bep) [#&#8203;12617](https://github.com/gohugoio/hugo/issues/12617) - Fix live reload when both CSS and HTML changes [`ad6d91c`](https://github.com/gohugoio/hugo/commit/ad6d91cab) [@&#8203;bep](https://github.com/bep) [#&#8203;12600](https://github.com/gohugoio/hugo/issues/12600) - config: Fix typo [`7ee36b3`](https://github.com/gohugoio/hugo/commit/7ee36b371) [@&#8203;razonyang](https://github.com/razonyang) #### Improvements - Add css.TailwindCSS [`e1317dd`](https://github.com/gohugoio/hugo/commit/e1317dd32) [@&#8203;bep](https://github.com/bep) [#&#8203;12618](https://github.com/gohugoio/hugo/issues/12618) [#&#8203;12620](https://github.com/gohugoio/hugo/issues/12620) - Clean up the css related template funcs package structure [`eddcd2b`](https://github.com/gohugoio/hugo/commit/eddcd2bac) [@&#8203;bep](https://github.com/bep) [#&#8203;12618](https://github.com/gohugoio/hugo/issues/12618) - modules: Remove newly introduced "mount source" does not exist warning [`16e4662`](https://github.com/gohugoio/hugo/commit/16e4662b7) [@&#8203;bep](https://github.com/bep) - Implement defer [`6cd0784`](https://github.com/gohugoio/hugo/commit/6cd0784e4) [@&#8203;bep](https://github.com/bep) [#&#8203;8086](https://github.com/gohugoio/hugo/issues/8086) [#&#8203;12589](https://github.com/gohugoio/hugo/issues/12589) - common/hexec: Fall back to the binary in PATH if npx fails [`1c85830`](https://github.com/gohugoio/hugo/commit/1c85830bc) [@&#8203;bep](https://github.com/bep) [#&#8203;12486](https://github.com/gohugoio/hugo/issues/12486) - deploy: Add stripIndexHtml target option [`d5542ed`](https://github.com/gohugoio/hugo/commit/d5542ed28) [@&#8203;depp](https://github.com/depp) [#&#8203;12607](https://github.com/gohugoio/hugo/issues/12607) - Speed up GetTerms [`478a910`](https://github.com/gohugoio/hugo/commit/478a9107a) [@&#8203;bep](https://github.com/bep) [#&#8203;12610](https://github.com/gohugoio/hugo/issues/12610) - markup/goldmark: Add the Hugo Goldmark Extras "delete" extension [`8efc75b`](https://github.com/gohugoio/hugo/commit/8efc75b73) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;12597](https://github.com/gohugoio/hugo/issues/12597) - resources: Update Dart Sass error message [`57165d4`](https://github.com/gohugoio/hugo/commit/57165d44e) [@&#8203;jmooring](https://github.com/jmooring) - resources/page: Deprecate PageSize in favor of PagerSize [`9c3143c`](https://github.com/gohugoio/hugo/commit/9c3143c45) [@&#8203;bep](https://github.com/bep) [#&#8203;12572](https://github.com/gohugoio/hugo/issues/12572) - Rename DefaultPageSize => PagerSize [`9f22bc4`](https://github.com/gohugoio/hugo/commit/9f22bc441) [@&#8203;bep](https://github.com/bep) - resources/page: Let GroupByParam return nil instead of error [`cba2de6`](https://github.com/gohugoio/hugo/commit/cba2de6ec) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;12578](https://github.com/gohugoio/hugo/issues/12578) - Add option to not generate aliases for first page of pagination pages [`9c4e14e`](https://github.com/gohugoio/hugo/commit/9c4e14eb4) [@&#8203;bep](https://github.com/bep) [#&#8203;12572](https://github.com/gohugoio/hugo/issues/12572) - js: Support more recent targets with js.Build / esbuild [`1cdd3d0`](https://github.com/gohugoio/hugo/commit/1cdd3d0a9) [@&#8203;bep](https://github.com/bep) [#&#8203;12575](https://github.com/gohugoio/hugo/issues/12575) #### Dependency Updates - deps: Upgrade github.com/yuin/goldmark v1.7.2 => v1.7.4 [`79da24a`](https://github.com/gohugoio/hugo/commit/79da24a0e) [@&#8203;jmooring](https://github.com/jmooring) - deps: Upgrade github.com/yuin/goldmark-emoji v1.0.2 => v1.0.3 [`b187c06`](https://github.com/gohugoio/hugo/commit/b187c0658) [@&#8203;jmooring](https://github.com/jmooring) - deps: Upgrade github.com/alecthomas/chroma v2.13.0 => v2.14.0 [`8cf94ae`](https://github.com/gohugoio/hugo/commit/8cf94aea7) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;12580](https://github.com/gohugoio/hugo/issues/12580) - deps: Upgrade github.com/evanw/esbuild v0.20.2 => v0.21.4 [`b57306d`](https://github.com/gohugoio/hugo/commit/b57306d61) [@&#8203;bep](https://github.com/bep) [#&#8203;12575](https://github.com/gohugoio/hugo/issues/12575) #### Build Setup - Delete unused release hook script [`1687a9a`](https://github.com/gohugoio/hugo/commit/1687a9a58) [@&#8203;bep](https://github.com/bep) [#&#8203;12378](https://github.com/gohugoio/hugo/issues/12378) #### Documentation - Update README.md [`3b72446`](https://github.com/gohugoio/hugo/commit/3b724462c) [@&#8203;bep](https://github.com/bep) - Update README.md [`b46d101`](https://github.com/gohugoio/hugo/commit/b46d101d5) [@&#8203;bep](https://github.com/bep) </details> --- ### Configuration 📅 **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovator added 1 commit 2024-06-25 18:32:16 +02:00
chore(deps): update dependency gohugoio/hugo to v0.128.0
All checks were successful
ci/woodpecker/pr/build-package Pipeline was successful
ci/woodpecker/pr/build-container Pipeline was successful
ci/woodpecker/pr/docs Pipeline was successful
9abd5db4ef
All checks were successful
ci/woodpecker/pr/build-package Pipeline was successful
ci/woodpecker/pr/build-container Pipeline was successful
ci/woodpecker/pr/docs Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/gohugoio-hugo-0.x:renovate/gohugoio-hugo-0.x
git checkout renovate/gohugoio-hugo-0.x

Merge

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff renovate/gohugoio-hugo-0.x
git checkout main
git merge --ff-only renovate/gohugoio-hugo-0.x
git checkout renovate/gohugoio-hugo-0.x
git rebase main
git checkout main
git merge --no-ff renovate/gohugoio-hugo-0.x
git checkout main
git merge --squash renovate/gohugoio-hugo-0.x
git checkout main
git merge --ff-only renovate/gohugoio-hugo-0.x
git checkout main
git merge renovate/gohugoio-hugo-0.x
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: container/hugo#149
No description provided.