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

Merged
xoxys merged 1 commits from renovate/gohugoio-hugo-0.x into main 2024-08-20 20:38:03 +02:00
Member

This PR contains the following updates:

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

Release Notes

gohugoio/hugo (gohugoio/hugo)

v0.133.0

Compare Source

What's Changed

v0.132.2

Compare Source

What's Changed

v0.132.1

Compare Source

What's Changed

v0.132.0

Compare Source

Server-side math rendering using KaTeX with Markdown render hooks support, blockquote Markdown render hooks with GitHub style alerts syntax support, and more.

Bug fixes

Improvements

Dependency Updates

Documentation

Build Setup

v0.131.0

Compare Source

Note that if you use Hugo's image processing, your processed images will get new (shorter!) file names when you build your site with this release. We have upgraded a third party hashing library to fix some rare but potential hash collisions, and since this would change some of the image hashes, we thought we might as well do some other related changes: We now use xxHash to create the image file hashes (very fast!) and we have removed the verbose processing information, making the filenames much shorter.

This release is also a full dependency refresh and it comes with one notable and very useful new feature. It is now possible to use permalinks tokens in the front matter url. See the documentation for more info. Thanks to @​n1xx1 for the implementation.

Note

Bug fixes

Improvements

Dependency Updates

v0.130.0

Compare Source

What's Changed

v0.129.0

Compare Source

This release brings a rewrite of the logic around browser refreshes when running hugo server. We have seen some situations where asset changes (e.g. image/CSS/JS) has not been refreshed reliably in all browsers, even with the developer console open and the cache disabled. We suspect this comes from a recent browser bug (typically: Works fine in Safari, does not refresh in Chrome). The strategy we've been using when a change triggers multiple changes (e.g. both HTML and CSS) is to do one "browser force refresh", which in LiveReload ends up as a window.location.reload(). With this release we:

  1. Are more specific about what we refresh, but fall back to "force refresh" for bigger change sets.
  2. INFO log exactly what we do in these situations with the prefix livereload.

Start the server with:

hugo server --logLevel info

And you should see how Hugo handles browser updates when you change content/templates etc.

A related tip; start the server with

hugo server --logLevel info -N

Hugo will navigate to the content file you're changing and log it in the console.

Also new in this release a new xxHash hashing function that is much faster than any of the other hashing functions in Hugo, especially for larger inputs.

Note

We have upgraded the integration with Git used to load GitInfo to be part of Hugo's Security Policy. We have added git to the default whitelist, but if you have a custom security policy, you may have to update that.

Bug fixes

Improvements

Dependency Updates

v0.128.2

Compare Source

What's Changed

v0.128.1

Compare Source

What's Changed

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.133.0` | --- ### Release Notes <details> <summary>gohugoio/hugo (gohugoio/hugo)</summary> ### [`v0.133.0`](https://github.com/gohugoio/hugo/releases/tag/v0.133.0) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.132.2...v0.133.0) #### What's Changed - Add config options page.nextPrevSortOrder/nextPrevInSectionSortOrder [`01008ba`](https://github.com/gohugoio/hugo/commit/01008ba51) [@&#8203;bep](https://github.com/bep) [#&#8203;12776](https://github.com/gohugoio/hugo/issues/12776) - build(deps): bump gocloud.dev from 0.38.0 to 0.39.0 [`53c0ddf`](https://github.com/gohugoio/hugo/commit/53c0ddfcb) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - deps: Upgrade github.com/tetratelabs/wazero v1.7.4-0.20240805170331-2b12e189eeec => v1.8.0 [`133eeaf`](https://github.com/gohugoio/hugo/commit/133eeafeb) [@&#8203;bep](https://github.com/bep) - Upgrade to Go 1.23 [`2168c5b`](https://github.com/gohugoio/hugo/commit/2168c5b12) [@&#8203;bep](https://github.com/bep) [#&#8203;12763](https://github.com/gohugoio/hugo/issues/12763) ### [`v0.132.2`](https://github.com/gohugoio/hugo/releases/tag/v0.132.2) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.132.1...v0.132.2) #### What's Changed - markup/goldmark/blockquotes: Fix handling of lower/mixed case GitHub alerts [`d72607a`](https://github.com/gohugoio/hugo/commit/d72607adb) [@&#8203;bep](https://github.com/bep) [#&#8203;12767](https://github.com/gohugoio/hugo/issues/12767) - tpl/transform: Don't run ToMath tests in parallel [`8323526`](https://github.com/gohugoio/hugo/commit/83235262d) [@&#8203;bep](https://github.com/bep) [#&#8203;12765](https://github.com/gohugoio/hugo/issues/12765) - resources: Add URI GetRemote error [`5220d37`](https://github.com/gohugoio/hugo/commit/5220d371e) [@&#8203;0xB10C](https://github.com/0xB10C) - loggers: Omit map nil check [`b2d4f67`](https://github.com/gohugoio/hugo/commit/b2d4f67a8) [@&#8203;bep](https://github.com/bep) - github: Add workflow_dispatch to the Docker workflow [`a99716b`](https://github.com/gohugoio/hugo/commit/a99716bf0) [@&#8203;bep](https://github.com/bep) [#&#8203;12753](https://github.com/gohugoio/hugo/issues/12753) - github: Simplify Docker workflow / only trigger on new tags [`98aa536`](https://github.com/gohugoio/hugo/commit/98aa53648) [@&#8203;bep](https://github.com/bep) [#&#8203;12753](https://github.com/gohugoio/hugo/issues/12753) - github: Simplify Docker workflow [`9231a7f`](https://github.com/gohugoio/hugo/commit/9231a7f11) [@&#8203;bep](https://github.com/bep) [#&#8203;12753](https://github.com/gohugoio/hugo/issues/12753) ### [`v0.132.1`](https://github.com/gohugoio/hugo/releases/tag/v0.132.1) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.132.0...v0.132.1) #### What's Changed - github: Adjust image workflow [`77304a3`](https://github.com/gohugoio/hugo/commit/77304a3cd) [@&#8203;bep](https://github.com/bep) [#&#8203;12753](https://github.com/gohugoio/hugo/issues/12753) - Fix nilpointer regression with empty blockquotes [`bef9214`](https://github.com/gohugoio/hugo/commit/bef9214e1) [@&#8203;bep](https://github.com/bep) [#&#8203;12756](https://github.com/gohugoio/hugo/issues/12756) ### [`v0.132.0`](https://github.com/gohugoio/hugo/releases/tag/v0.132.0) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.131.0...v0.132.0) Server-side [math rendering](https://gohugo.io/functions/transform/tomath/) using KaTeX with Markdown render hooks support, [blockquote Markdown render hooks](https://gohugo.io/render-hooks/blockquotes/) with [GitHub style alerts](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts) syntax support, and more. #### Bug fixes - Improve Katex error handling and fix handling of large expressions [`e1e1baa`](https://github.com/gohugoio/hugo/commit/e1e1baa1b) [@&#8203;bep](https://github.com/bep) [#&#8203;12748](https://github.com/gohugoio/hugo/issues/12748) - Fix compare of uints and ints in eq, gt etc. [`fbfccb3`](https://github.com/gohugoio/hugo/commit/fbfccb394) [@&#8203;bep](https://github.com/bep) [#&#8203;12733](https://github.com/gohugoio/hugo/issues/12733) - Fix deprecation errors [`69455fa`](https://github.com/gohugoio/hugo/commit/69455fa42) [@&#8203;bep](https://github.com/bep) #### Improvements - internal/warpc: Add license headers [`2192cf7`](https://github.com/gohugoio/hugo/commit/2192cf7ec) [@&#8203;bep](https://github.com/bep) - Add katex option ThrowOnError [`e422635`](https://github.com/gohugoio/hugo/commit/e42263529) [@&#8203;bep](https://github.com/bep) - Add some more KaTeX options [`891aa00`](https://github.com/gohugoio/hugo/commit/891aa00fe) [@&#8203;bep](https://github.com/bep) [#&#8203;12745](https://github.com/gohugoio/hugo/issues/12745) [#&#8203;12746](https://github.com/gohugoio/hugo/issues/12746) - tpl/transform: Make Plainify and ToMath return template.HTML [`946e6af`](https://github.com/gohugoio/hugo/commit/946e6af0b) [@&#8203;bep](https://github.com/bep) [#&#8203;8732](https://github.com/gohugoio/hugo/issues/8732) - Add build time math rendering [`33c0938`](https://github.com/gohugoio/hugo/commit/33c0938cd) [@&#8203;bep](https://github.com/bep) [#&#8203;11927](https://github.com/gohugoio/hugo/issues/11927) - github: Turn off the image workflow for pull request [`0c3a1c7`](https://github.com/gohugoio/hugo/commit/0c3a1c728) [@&#8203;bep](https://github.com/bep) - github: Update image actions versions and some adjustments [`ceed812`](https://github.com/gohugoio/hugo/commit/ceed81245) [@&#8203;bep](https://github.com/bep) - github: Update GitHub actions versions [`dbff48e`](https://github.com/gohugoio/hugo/commit/dbff48e6c) [@&#8203;bep](https://github.com/bep) - markup: Add blockquote render hooks [`665ac94`](https://github.com/gohugoio/hugo/commit/665ac949b) [@&#8203;bep](https://github.com/bep) [#&#8203;12590](https://github.com/gohugoio/hugo/issues/12590) - markup/goldmark/codeblocks: Simplify codeblcok hook code [`4c162de`](https://github.com/gohugoio/hugo/commit/4c162deb0) [@&#8203;bep](https://github.com/bep) - Add render hooks for inline and block passthrough snippets [`c6227f1`](https://github.com/gohugoio/hugo/commit/c6227f1d8) [@&#8203;bep](https://github.com/bep) [#&#8203;11927](https://github.com/gohugoio/hugo/issues/11927) - tpl/cast: Improve float [`10891f3`](https://github.com/gohugoio/hugo/commit/10891f305) [@&#8203;bep](https://github.com/bep) [#&#8203;12718](https://github.com/gohugoio/hugo/issues/12718) - Skip TestEchoParam [`c07e94f`](https://github.com/gohugoio/hugo/commit/c07e94fa6) [@&#8203;bep](https://github.com/bep) #### Dependency Updates - deps: Upgrade github.com/bep/imagemeta v0.7.6 => v0.8.0 [`5d84f64`](https://github.com/gohugoio/hugo/commit/5d84f6475) [@&#8203;bep](https://github.com/bep) [#&#8203;12741](https://github.com/gohugoio/hugo/issues/12741) - build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0 [`1781b18`](https://github.com/gohugoio/hugo/commit/1781b1842) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump golang.org/x/image from 0.18.0 to 0.19.0 [`d6d9ddd`](https://github.com/gohugoio/hugo/commit/d6d9dddff) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/bep/imagemeta from 0.7.5 to 0.7.6 ([#&#8203;12720](https://github.com/gohugoio/hugo/issues/12720)) [`8f8d12a`](https://github.com/gohugoio/hugo/commit/8f8d12ab2) [@&#8203;dependabot](https://github.com/dependabot)\[bot] [#&#8203;12718](https://github.com/gohugoio/hugo/issues/12718) #### Documentation - docs: Regen docshelper [`ef2e30e`](https://github.com/gohugoio/hugo/commit/ef2e30eca) [@&#8203;bep](https://github.com/bep) #### Build Setup - github: Build and publish Docker image on release [`b08de70`](https://github.com/gohugoio/hugo/commit/b08de70cc) [@&#8203;morremeyer](https://github.com/morremeyer) [#&#8203;10760](https://github.com/gohugoio/hugo/issues/10760) ### [`v0.131.0`](https://github.com/gohugoio/hugo/releases/tag/v0.131.0) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.130.0...v0.131.0) **Note** that if you use Hugo's image processing, your processed images will get new (shorter!) file names when you build your site with this release. We have upgraded a third party hashing library to fix some rare but potential hash collisions, and since this would change some of the image hashes, we thought we might as well do some other related changes: We now use [xxHash](https://xxhash.com/) to create the image file hashes (very fast!) and we have removed the verbose processing information, making the filenames much shorter. This release is also a full dependency refresh and it comes with one notable and very useful new feature. It is now possible to use `permalinks` tokens in the front matter `url`. See the [documentation](https://gohugo.io/content-management/urls/#permalinks-tokens-in-front-matter) for more info. Thanks to [@&#8203;n1xx1](https://github.com/n1xx1) for the implementation. #### Note - identity: Use xxHash in hashstructure (note) [`2babd64`](https://github.com/gohugoio/hugo/commit/2babd6404) [@&#8203;bep](https://github.com/bep) #### Bug fixes - Fix images.AutoOrient regression [`944fcc2`](https://github.com/gohugoio/hugo/commit/944fcc216) [@&#8203;bep](https://github.com/bep) [#&#8203;12712](https://github.com/gohugoio/hugo/issues/12712) #### Improvements - revamp pagegroup tests with quicktest [`914fa13`](https://github.com/gohugoio/hugo/commit/914fa13ef) [@&#8203;n1xx1](https://github.com/n1xx1) - allow nested params when using Pages.GroupByParam and Pages.GroupByParamDate [`51f09b1`](https://github.com/gohugoio/hugo/commit/51f09b17f) [@&#8203;n1xx1](https://github.com/n1xx1) - Run go mod tidy [`a5db76f`](https://github.com/gohugoio/hugo/commit/a5db76fe6) [@&#8203;bep](https://github.com/bep) - resources/page: Expand parmalinks tokens in `url` [`566fe7b`](https://github.com/gohugoio/hugo/commit/566fe7ba1) [@&#8203;n1xx1](https://github.com/n1xx1) [#&#8203;9714](https://github.com/gohugoio/hugo/issues/9714) - Bump to go 1.21 in go.mod [`9257301`](https://github.com/gohugoio/hugo/commit/92573012e) [@&#8203;bep](https://github.com/bep) - tpl: Sync Go template packages with the Go 1.22.5 source [`071f8b4`](https://github.com/gohugoio/hugo/commit/071f8b446) [@&#8203;bep](https://github.com/bep) - Upgrade to Go 1.22.5 [`ae9d5e7`](https://github.com/gohugoio/hugo/commit/ae9d5e7d8) [@&#8203;bep](https://github.com/bep) - Shorten processed image filenames [`216a69a`](https://github.com/gohugoio/hugo/commit/216a69a1e) [@&#8203;bep](https://github.com/bep) [#&#8203;12688](https://github.com/gohugoio/hugo/issues/12688) [#&#8203;12656](https://github.com/gohugoio/hugo/issues/12656) - Consolidate all hashing to the common/hashing package [`e67886c`](https://github.com/gohugoio/hugo/commit/e67886c03) [@&#8203;bep](https://github.com/bep) - Replace the MD5 hashing of images with xxHash [`d5eda13`](https://github.com/gohugoio/hugo/commit/d5eda13cb) [@&#8203;bep](https://github.com/bep) - resources: Add BenchmarkHashImage [`8b5d796`](https://github.com/gohugoio/hugo/commit/8b5d79698) [@&#8203;bep](https://github.com/bep) - identity: Upgrade to github.com/mitchellh/hashstructure/v2 v2.0.2 [`78db8ae`](https://github.com/gohugoio/hugo/commit/78db8aebc) [@&#8203;bep](https://github.com/bep) [#&#8203;11644](https://github.com/gohugoio/hugo/issues/11644) - identity: Add BenchmarkHashString [`3140e0b`](https://github.com/gohugoio/hugo/commit/3140e0b99) [@&#8203;bep](https://github.com/bep) #### Dependency Updates - build(deps): bump github.com/bep/godartsass/v2 from 2.0.0 to 2.1.0 [`be64358`](https://github.com/gohugoio/hugo/commit/be643580d) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump google.golang.org/api from 0.152.0 to 0.189.0 [`20e4dd2`](https://github.com/gohugoio/hugo/commit/20e4dd2ee) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 [`f411499`](https://github.com/gohugoio/hugo/commit/f41149979) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump gocloud.dev from 0.36.0 to 0.38.0 [`47fee83`](https://github.com/gohugoio/hugo/commit/47fee839f) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.3 [`99665ef`](https://github.com/gohugoio/hugo/commit/99665ef22) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/kyokomi/emoji/v2 from 2.2.12 to 2.2.13 [`eb2eeee`](https://github.com/gohugoio/hugo/commit/eb2eeee68) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - deps: Upgrade github.com/hairyhenderson/go-codeowners v0.4.0 => v0.5.0 [`bea5a46`](https://github.com/gohugoio/hugo/commit/bea5a46de) [@&#8203;bep](https://github.com/bep) - build(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0 [`f1a7f3d`](https://github.com/gohugoio/hugo/commit/f1a7f3d01) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/evanw/esbuild from 0.21.4 to 0.23.0 [`08243be`](https://github.com/gohugoio/hugo/commit/08243be1d) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/tdewolff/minify/v2 from 2.20.36 to 2.20.37 [`0490a8a`](https://github.com/gohugoio/hugo/commit/0490a8a16) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - Revert "deps: Set toolchain go1.21.0 in go.mod" [`d795cac`](https://github.com/gohugoio/hugo/commit/d795cacd7) [@&#8203;bep](https://github.com/bep) - deps: Set toolchain go1.21.0 in go.mod [`78c9a18`](https://github.com/gohugoio/hugo/commit/78c9a18b0) [@&#8203;bep](https://github.com/bep) - deps: Upgrade golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d => v0.23.0 [`79aa2ab`](https://github.com/gohugoio/hugo/commit/79aa2ab61) [@&#8203;bep](https://github.com/bep) - deps: Replace github.com/mitchellh/hashstructure/v2 with github.com/gohugoio/hashstructure [`c9d7577`](https://github.com/gohugoio/hugo/commit/c9d7577cb) [@&#8203;bep](https://github.com/bep) [#&#8203;11644](https://github.com/gohugoio/hugo/issues/11644) - deps: Upgrade github.com/bep/imagemeta v0.7.4 => v0.7.5 [`9989404`](https://github.com/gohugoio/hugo/commit/9989404d9) [@&#8203;bep](https://github.com/bep) - deps: Upgrade github.com/aws/aws-sdk-go-v2 v1.26.1 => v1.30.3 [`b81ba2a`](https://github.com/gohugoio/hugo/commit/b81ba2a0f) [@&#8203;bep](https://github.com/bep) - deps: Upgrade to github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 [`afdd87d`](https://github.com/gohugoio/hugo/commit/afdd87db5) [@&#8203;bep](https://github.com/bep) ### [`v0.130.0`](https://github.com/gohugoio/hugo/releases/tag/v0.130.0) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.129.0...v0.130.0) #### What's Changed - math: Add trigonometric functions and some angle helper functions [`9d2b5f9`](https://github.com/gohugoio/hugo/commit/9d2b5f98d) [@&#8203;raoulb](https://github.com/raoulb) [Documentation](https://gohugo.io/functions/math/) - Switch EXIF library [`72ff937`](https://github.com/gohugoio/hugo/commit/72ff937e1) [@&#8203;bep](https://github.com/bep) [#&#8203;10855](https://github.com/gohugoio/hugo/issues/10855) [#&#8203;8586](https://github.com/gohugoio/hugo/issues/8586) [#&#8203;8996](https://github.com/gohugoio/hugo/issues/8996) [Documentation](https://gohugo.io/methods/resource/exif/) ### [`v0.129.0`](https://github.com/gohugoio/hugo/releases/tag/v0.129.0) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.128.2...v0.129.0) This release brings a rewrite of the logic around browser refreshes when running `hugo server`. We have seen some situations where asset changes (e.g. image/CSS/JS) has not been refreshed reliably in all browsers, even with the developer console open and the cache disabled. We suspect this comes from a recent browser bug (typically: Works fine in Safari, does not refresh in Chrome). The strategy we've been using when a change triggers multiple changes (e.g. both HTML and CSS) is to do one "browser force refresh", which in [LiveReload](https://github.com/livereload/livereload-js) ends up as a `window.location.reload()`. With this release we: 1. Are more specific about what we refresh, but fall back to "force refresh" for bigger change sets. 2. INFO log exactly what we do in these situations with the prefix `livereload`. Start the server with: hugo server --logLevel info And you should see how Hugo handles browser updates when you change content/templates etc. A related tip; start the server with hugo server --logLevel info -N Hugo will navigate to the content file you're changing and log it in the console. Also new in this release a new [xxHash](https://gohugo.io/functions/hash/xxhash/) hashing function that is [much faster](https://github.com/gohugoio/hugo/commit/644d55475d631f60177eb792e9a010a39160df85) than any of the other hashing functions in Hugo, especially for larger inputs. #### Note We have upgraded the integration with Git used to load [GitInfo](https://gohugo.io/methods/page/gitinfo/) to be part of Hugo's [Security Policy](https://gohugo.io/about/security/#security-policy). We have added `git` to the default whitelist, but if you have a custom security policy, you may have to update that. #### Bug fixes - commands: Fix --navigateToChanged server behavior when editing headless content [`cc2d19e`](https://github.com/gohugoio/hugo/commit/cc2d19e19) [@&#8203;bep](https://github.com/bep) [#&#8203;12648](https://github.com/gohugoio/hugo/issues/12648) - commands: Fix hugo mod get -u ./... [`251a23e`](https://github.com/gohugoio/hugo/commit/251a23ef7) [@&#8203;bep](https://github.com/bep) [#&#8203;12625](https://github.com/gohugoio/hugo/issues/12625) #### Improvements - tpl: Use xxHash instead of MD5 to hash the deferred templates [`4d8bfa7`](https://github.com/gohugoio/hugo/commit/4d8bfa7f1) [@&#8203;bep](https://github.com/bep) - Throw error if resources.PostProcess is used in a deferred template [`f0ed91c`](https://github.com/gohugoio/hugo/commit/f0ed91cab) [@&#8203;bep](https://github.com/bep) [#&#8203;12655](https://github.com/gohugoio/hugo/issues/12655) - commands: Simplify the browser live reload logic [`094f746`](https://github.com/gohugoio/hugo/commit/094f74675) [@&#8203;bep](https://github.com/bep) [#&#8203;12643](https://github.com/gohugoio/hugo/issues/12643) - Use xxHash for the change detector [`fb8909d`](https://github.com/gohugoio/hugo/commit/fb8909d5b) [@&#8203;bep](https://github.com/bep) [#&#8203;12643](https://github.com/gohugoio/hugo/issues/12643) - source: Expose GitInfo Body [`0ee2610`](https://github.com/gohugoio/hugo/commit/0ee2610d7) [@&#8203;PeskyPotato](https://github.com/PeskyPotato) [#&#8203;10905](https://github.com/gohugoio/hugo/issues/10905) - Add hash.XxHash [`644d554`](https://github.com/gohugoio/hugo/commit/644d55475) [@&#8203;bep](https://github.com/bep) [#&#8203;12635](https://github.com/gohugoio/hugo/issues/12635) #### Dependency Updates - deps: Upgrade github.com/bep/gitmap v1.4.0 => v1.6.0 (note) [`7be0377`](https://github.com/gohugoio/hugo/commit/7be037750) [@&#8203;bep](https://github.com/bep) [#&#8203;8627](https://github.com/gohugoio/hugo/issues/8627) - deps: Go mod tidy [`439f07e`](https://github.com/gohugoio/hugo/commit/439f07eac) [@&#8203;bep](https://github.com/bep) - deps: Upgraded github.com/tdewolff/minify/v2 v2.20.20 => v2.20.36 [`ce5a2ce`](https://github.com/gohugoio/hugo/commit/ce5a2ce00) [@&#8203;bep](https://github.com/bep) - deps: Upgrade to golang.org/x/image v0.18.0 [`0f42d97`](https://github.com/gohugoio/hugo/commit/0f42d975e) [@&#8203;bep](https://github.com/bep) ### [`v0.128.2`](https://github.com/gohugoio/hugo/releases/tag/v0.128.2) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.128.1...v0.128.2) #### What's Changed - Fix site.GetPage, never do short lookups for paths with leadig slash [`8cf96f2`](https://github.com/gohugoio/hugo/commit/8cf96f244) [@&#8203;bep](https://github.com/bep) [#&#8203;12638](https://github.com/gohugoio/hugo/issues/12638) ### [`v0.128.1`](https://github.com/gohugoio/hugo/releases/tag/v0.128.1) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.128.0...v0.128.1) #### What's Changed - Fix it so publishDate rolls up to section, taxonomy, or term pages [`7b6dafc`](https://github.com/gohugoio/hugo/commit/7b6dafc53) [@&#8203;bep](https://github.com/bep) [#&#8203;12438](https://github.com/gohugoio/hugo/issues/12438) - create/skeletons: Fix languageCode region subtag [`a95fe50`](https://github.com/gohugoio/hugo/commit/a95fe5061) [@&#8203;CyrusYip](https://github.com/CyrusYip) - Update README.md [`932ab4c`](https://github.com/gohugoio/hugo/commit/932ab4c05) [@&#8203;jmooring](https://github.com/jmooring) ### [`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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTUuMCIsInVwZGF0ZWRJblZlciI6IjM4LjI1LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovator changed title from chore(deps): update dependency gohugoio/hugo to v0.128.0 to chore(deps): update dependency gohugoio/hugo to v0.128.1 2024-07-02 10:33:05 +02:00
renovator force-pushed renovate/gohugoio-hugo-0.x from 9abd5db4ef to 1e0faf3b05 2024-07-02 10:33:05 +02:00 Compare
renovator force-pushed renovate/gohugoio-hugo-0.x from 1e0faf3b05 to 858a925423 2024-07-04 10:32:13 +02:00 Compare
renovator changed title from chore(deps): update dependency gohugoio/hugo to v0.128.1 to chore(deps): update dependency gohugoio/hugo to v0.128.2 2024-07-04 10:32:13 +02:00
renovator force-pushed renovate/gohugoio-hugo-0.x from 858a925423 to 1c4aeff16e 2024-07-17 16:02:10 +02:00 Compare
renovator changed title from chore(deps): update dependency gohugoio/hugo to v0.128.2 to chore(deps): update dependency gohugoio/hugo to v0.129.0 2024-07-17 16:02:10 +02:00
renovator force-pushed renovate/gohugoio-hugo-0.x from 1c4aeff16e to 9a78fe56ae 2024-07-29 16:33:21 +02:00 Compare
renovator changed title from chore(deps): update dependency gohugoio/hugo to v0.129.0 to chore(deps): update dependency gohugoio/hugo to v0.130.0 2024-07-29 16:33:21 +02:00
renovator changed title from chore(deps): update dependency gohugoio/hugo to v0.130.0 to chore(deps): update dependency gohugoio/hugo to v0.131.0 2024-08-02 11:33:36 +02:00
renovator force-pushed renovate/gohugoio-hugo-0.x from 9a78fe56ae to 54ce6d933d 2024-08-02 11:33:37 +02:00 Compare
renovator changed title from chore(deps): update dependency gohugoio/hugo to v0.131.0 to chore(deps): update dependency gohugoio/hugo to v0.132.0 2024-08-12 18:01:57 +02:00
renovator force-pushed renovate/gohugoio-hugo-0.x from 54ce6d933d to 6123e3ed47 2024-08-12 18:01:57 +02:00 Compare
renovator force-pushed renovate/gohugoio-hugo-0.x from 6123e3ed47 to 1a14271c42 2024-08-13 12:33:47 +02:00 Compare
renovator changed title from chore(deps): update dependency gohugoio/hugo to v0.132.0 to chore(deps): update dependency gohugoio/hugo to v0.132.1 2024-08-13 12:33:47 +02:00
renovator force-pushed renovate/gohugoio-hugo-0.x from 1a14271c42 to cf3649319f 2024-08-14 19:04:15 +02:00 Compare
renovator changed title from chore(deps): update dependency gohugoio/hugo to v0.132.1 to chore(deps): update dependency gohugoio/hugo to v0.132.2 2024-08-14 19:04:16 +02:00
renovator force-pushed renovate/gohugoio-hugo-0.x from cf3649319f to 7c62101f60 2024-08-17 22:33:27 +02:00 Compare
renovator changed title from chore(deps): update dependency gohugoio/hugo to v0.132.2 to chore(deps): update dependency gohugoio/hugo to v0.133.0 2024-08-17 22:33:27 +02:00
xoxys merged commit e08b6c494f into main 2024-08-20 20:38:03 +02:00
xoxys deleted branch renovate/gohugoio-hugo-0.x 2024-08-20 20:38:04 +02:00
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.