chore(deps): update dependency gohugoio/hugo to v0.153.0 #80

Merged
onlyhavecans merged 1 commit from renovate/gohugoio-hugo-0.x into main 2025-12-19 09:05:54 -08:00
Member

This PR contains the following updates:

Package Update Change
gohugoio/hugo minor v0.152.2v0.153.0

Release Notes

gohugoio/hugo (gohugoio/hugo)

v0.153.0

Compare Source

This is a good one! Hugo v0.153.0 is a significant release that introduces a powerful new multidimensional content model and completely overhauls WebP image support, and much more. Will be back soon with more info and reference to an updated documentation.

Note

  • tpl/css: Deprecate libsass in favor of dartsass (note) 9937a5d @​bep #​14261
  • Build Order: Hugo builds sites based on the sorted dimensions (see below). In earlier versions, we built the sites starting with the default content language. This change is also reflected in the sort order of .Site.Sites to make it consistent with .Site.Languages.
  • Sort Order: The dimensions are sorted as follows, which affects build order and complement selection:
    • languages: By weight, then by name.
    • versions: By weight, then by semantic versioning (descending).
    • roles: By weight, then by name.
  • Deprecations:
  • Logging: We no longer log warnings about potential duplicate content paths, as this becomes impractical to reason about with a
    complex sites matrix.

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.152.2` → `v0.153.0` | --- ### Release Notes <details> <summary>gohugoio/hugo (gohugoio/hugo)</summary> ### [`v0.153.0`](https://github.com/gohugoio/hugo/releases/tag/v0.153.0) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.152.2...v0.153.0) This is a good one! Hugo `v0.153.0` is a significant release that introduces a powerful new multidimensional content model and completely overhauls WebP image support, and much more. Will be back soon with more info and reference to an updated documentation. #### Note - tpl/css: Deprecate libsass in favor of dartsass (note) [`9937a5d`](https://github.com/gohugoio/hugo/commit/9937a5dc) [@&#8203;bep](https://github.com/bep) [#&#8203;14261](https://github.com/gohugoio/hugo/issues/14261) - Build Order: Hugo builds sites based on the sorted dimensions (see below). In earlier versions, we built the sites starting with the default content language. This change is also reflected in the sort order of `.Site.Sites` to make it consistent with `.Site.Languages`. - Sort Order: The dimensions are sorted as follows, which affects build order and complement selection: - languages: By weight, then by name. - versions: By weight, then by semantic versioning (descending). - roles: By weight, then by name. - Deprecations: - The lang option on mounts (<https://gohugo.io/configuration/module/#mounts>) and segments (<https://gohugo.io/configuration/segments/#segment-definition>) is deprecated in favor of the more powerful `sites.matrix` option. - File mount `includeFiles` and `excludeFiles` are deprecated in favour of the new files filter, which supports negation. - Logging: We no longer log warnings about potential duplicate content paths, as this becomes impractical to reason about with a complex sites matrix. #### Bug fixes - Fix some outdated front matter [`b82e496`](https://github.com/gohugoio/hugo/commit/b82e496c) [@&#8203;bep](https://github.com/bep) [#&#8203;14271](https://github.com/gohugoio/hugo/issues/14271) - Fix server rebuilds on editing content with Chinese terms [`e2e64ae`](https://github.com/gohugoio/hugo/commit/e2e64aee) [@&#8203;bep](https://github.com/bep) [#&#8203;14240](https://github.com/gohugoio/hugo/issues/14240) - Fix slow server startup of very big content trees [`7a43b92`](https://github.com/gohugoio/hugo/commit/7a43b928) [@&#8203;bep](https://github.com/bep) [#&#8203;14211](https://github.com/gohugoio/hugo/issues/14211) - github: Fix "no space left on device" issue in CI [`b037b93`](https://github.com/gohugoio/hugo/commit/b037b930) [@&#8203;bep](https://github.com/bep) - docs: Fix link to CGO wiki page [`5af3112`](https://github.com/gohugoio/hugo/commit/5af31128) [@&#8203;jordelver](https://github.com/jordelver) - Fix grammatical error in styleguide.md [`62c4740`](https://github.com/gohugoio/hugo/commit/62c47407) [@&#8203;bep](https://github.com/bep) - hugolib: Fix recently introduced data race [`94a6233`](https://github.com/gohugoio/hugo/commit/94a6233a) [@&#8203;bep](https://github.com/bep) [#&#8203;14140](https://github.com/gohugoio/hugo/issues/14140) - docshelper: Fix some YAML serialization issues with sites matrix configuration [`22d0c17`](https://github.com/gohugoio/hugo/commit/22d0c17e) [@&#8203;bep](https://github.com/bep) [#&#8203;14132](https://github.com/gohugoio/hugo/issues/14132) - resources/page: Fix slugorcontentbasename for section pages [`25c7c18`](https://github.com/gohugoio/hugo/commit/25c7c18f) [@&#8203;dvdksn](https://github.com/dvdksn) [#&#8203;14104](https://github.com/gohugoio/hugo/issues/14104) - all: Fix some benchmarks broken by modernize [`91eac9e`](https://github.com/gohugoio/hugo/commit/91eac9e5) [@&#8203;bep](https://github.com/bep) [#&#8203;14107](https://github.com/gohugoio/hugo/issues/14107) - all: Run modernize -fix ./... [`04650ce`](https://github.com/gohugoio/hugo/commit/04650ce7) [@&#8203;bep](https://github.com/bep) [#&#8203;14107](https://github.com/gohugoio/hugo/issues/14107) #### Improvements - resources/images: Don't trust the file extension when decoding JPEG and PNG images [`65d43e1`](https://github.com/gohugoio/hugo/commit/65d43e1d) [@&#8203;bep](https://github.com/bep) - Add full filename to image processing error messages if possible [`65a7666`](https://github.com/gohugoio/hugo/commit/65a76664) [@&#8203;bep](https://github.com/bep) [#&#8203;14278](https://github.com/gohugoio/hugo/issues/14278) - tailwindcss: Add referece to skipInlineImportsNotFound when import not found in assets [`da5b1fc`](https://github.com/gohugoio/hugo/commit/da5b1fcf) [@&#8203;bep](https://github.com/bep) [#&#8203;14273](https://github.com/gohugoio/hugo/issues/14273) - Improve error messages for template failures [`0637adb`](https://github.com/gohugoio/hugo/commit/0637adb2) [@&#8203;bep](https://github.com/bep) - Improve error handling/messages in Hugo Pipes [`0bf6135`](https://github.com/gohugoio/hugo/commit/0bf61353) [@&#8203;bep](https://github.com/bep) [#&#8203;14257](https://github.com/gohugoio/hugo/issues/14257) [#&#8203;14270](https://github.com/gohugoio/hugo/issues/14270) - images: Add a webp test with bg color [`573ecb5`](https://github.com/gohugoio/hugo/commit/573ecb53) [@&#8203;bep](https://github.com/bep) - Encode and Decode using the libwebp library via WASM with animation support [`1b4514e`](https://github.com/gohugoio/hugo/commit/1b4514e0) [@&#8203;bep](https://github.com/bep) [#&#8203;10030](https://github.com/gohugoio/hugo/issues/10030) [#&#8203;8500](https://github.com/gohugoio/hugo/issues/8500) [#&#8203;12843](https://github.com/gohugoio/hugo/issues/12843) [#&#8203;8879](https://github.com/gohugoio/hugo/issues/8879) [#&#8203;12842](https://github.com/gohugoio/hugo/issues/12842) - config/allconfig: Correct error message [`429e572`](https://github.com/gohugoio/hugo/commit/429e5720) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;14259](https://github.com/gohugoio/hugo/issues/14259) - tpl: Add missing functions to init files [`fa7d37f`](https://github.com/gohugoio/hugo/commit/fa7d37f0) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;14249](https://github.com/gohugoio/hugo/issues/14249) - github: Add some known humans to the AI whitelist [`fae49a2`](https://github.com/gohugoio/hugo/commit/fae49a22) [@&#8203;bep](https://github.com/bep) - langs/i18n: Prefer languageCode when picking translation file [`6be463b`](https://github.com/gohugoio/hugo/commit/6be463b5) [@&#8203;bep](https://github.com/bep) [#&#8203;14204](https://github.com/gohugoio/hugo/issues/14204) [#&#8203;14217](https://github.com/gohugoio/hugo/issues/14217) - Add entitlements for WebAssembly for macOS Tahoe [`9e24b56`](https://github.com/gohugoio/hugo/commit/9e24b564) [@&#8203;bep](https://github.com/bep) [#&#8203;14220](https://github.com/gohugoio/hugo/issues/14220) - testscripts: Move layouts file to new structure [`45b67f6`](https://github.com/gohugoio/hugo/commit/45b67f6c) [@&#8203;bep](https://github.com/bep) - resources: Skip integration test if Dart Sass is not installed [`5e649eb`](https://github.com/gohugoio/hugo/commit/5e649eb4) [@&#8203;jmooring](https://github.com/jmooring) - testing: Replace legacy config.toml with hugo.toml in most tests [`3073fd5`](https://github.com/gohugoio/hugo/commit/3073fd5c) [@&#8203;bep](https://github.com/bep) - testing: Port integration tests to new templates structure [`b9b304a`](https://github.com/gohugoio/hugo/commit/b9b304a1) [@&#8203;bep](https://github.com/bep) - github: Correct dependabot => dependabot\[bot] [`8be30ef`](https://github.com/gohugoio/hugo/commit/8be30ef2) [@&#8203;bep](https://github.com/bep) - config/privacy: Change GoogleAnalytics.RespectDoNotTrack default to true [`565a10c`](https://github.com/gohugoio/hugo/commit/565a10cb) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;13307](https://github.com/gohugoio/hugo/issues/13307) - Add signed and notarized MacOS pkg builds [`438f113`](https://github.com/gohugoio/hugo/commit/438f113f) [@&#8203;bep](https://github.com/bep) [#&#8203;14135](https://github.com/gohugoio/hugo/issues/14135) - Upgrade to Go 1.25.4 [`dab5405`](https://github.com/gohugoio/hugo/commit/dab54058) [@&#8203;bep](https://github.com/bep) - tpl/urls: Add PathEscape and PathUnescape functions [`1a1b062`](https://github.com/gohugoio/hugo/commit/1a1b062a) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;14209](https://github.com/gohugoio/hugo/issues/14209) - Speedup and simplify page assembly for deeper content trees [`555dfa2`](https://github.com/gohugoio/hugo/commit/555dfa20) [@&#8203;bep](https://github.com/bep) - gemini: Remove styleguide.md (for now) [`34b0c15`](https://github.com/gohugoio/hugo/commit/34b0c15a) [@&#8203;bep](https://github.com/bep) - github: Reenable Gemini, but no auto code review [`9dc38e9`](https://github.com/gohugoio/hugo/commit/9dc38e91) [@&#8203;bep](https://github.com/bep) - github: Partition tests by their root [`b592d34`](https://github.com/gohugoio/hugo/commit/b592d34e) [@&#8203;bep](https://github.com/bep) - github: Make the clean commands work [`18a2afa`](https://github.com/gohugoio/hugo/commit/18a2afa5) [@&#8203;bep](https://github.com/bep) - github: Also test the root package (left out in previous commit) [`0b0c827`](https://github.com/gohugoio/hugo/commit/0b0c827d) [@&#8203;bep](https://github.com/bep) - github: More disk space saving optimizations [`30dc75e`](https://github.com/gohugoio/hugo/commit/30dc75e6) [@&#8203;bep](https://github.com/bep) - github: Add PR Template [`6bc8e6f`](https://github.com/gohugoio/hugo/commit/6bc8e6f4) [@&#8203;jmooring](https://github.com/jmooring) - Adjust benchmark [`cda4d75`](https://github.com/gohugoio/hugo/commit/cda4d751) [@&#8203;bep](https://github.com/bep) - tpl/openapi: Add support for OpenAPI external file references [`84950ed`](https://github.com/gohugoio/hugo/commit/84950ed2) [@&#8203;bep](https://github.com/bep) [#&#8203;8067](https://github.com/gohugoio/hugo/issues/8067) - github: Skip dependabot for AI Watchdog workflow [`a8ed613`](https://github.com/gohugoio/hugo/commit/a8ed6137) [@&#8203;bep](https://github.com/bep) - github: Remove the 386 test step in GitHub test workflow [`b971b7f`](https://github.com/gohugoio/hugo/commit/b971b7f9) [@&#8203;bep](https://github.com/bep) [#&#8203;14201](https://github.com/gohugoio/hugo/issues/14201) - github: Remove test binaries after CI test runs [`24210dc`](https://github.com/gohugoio/hugo/commit/24210dca) [@&#8203;bep](https://github.com/bep) - github: Adjust watchdog run logic (now with correct spelling) [`0f94274`](https://github.com/gohugoio/hugo/commit/0f94274a) [@&#8203;bep](https://github.com/bep) - github: Adjust watchdog run logic (again) [`5f9c3a3`](https://github.com/gohugoio/hugo/commit/5f9c3a3e) [@&#8203;bep](https://github.com/bep) - github: Adjust watchdog run logic [`51d77a6`](https://github.com/gohugoio/hugo/commit/51d77a6c) [@&#8203;bep](https://github.com/bep) - github: Only run AI Watchdog when the PR is ready for review [`d25b619`](https://github.com/gohugoio/hugo/commit/d25b619c) [@&#8203;bep](https://github.com/bep) - Update aiwatchdog.yml [`4a76d8c`](https://github.com/gohugoio/hugo/commit/4a76d8c6) [@&#8203;bep](https://github.com/bep) - Update aiwatchdog.yml [`d837eff`](https://github.com/gohugoio/hugo/commit/d837eff0) [@&#8203;bep](https://github.com/bep) - Update aiwatchdog.yml [`323e306`](https://github.com/gohugoio/hugo/commit/323e306b) [@&#8203;bep](https://github.com/bep) - github: Add label to AI suspects and do not fail when confident [`2047638`](https://github.com/gohugoio/hugo/commit/2047638a) [@&#8203;bep](https://github.com/bep) - github: Adjust AI Watchdog workflow to make it run PRs from forks [`38efb70`](https://github.com/gohugoio/hugo/commit/38efb702) [@&#8203;bep](https://github.com/bep) - github: Adjust workflow permissions [`bdf8b1a`](https://github.com/gohugoio/hugo/commit/bdf8b1a9) [@&#8203;bep](https://github.com/bep) - performance: Misc allocation improvements [`f33c1a3`](https://github.com/gohugoio/hugo/commit/f33c1a3f) [@&#8203;bep](https://github.com/bep) - github: Add ai-watchdog workflow and update other workflows' versions [`56d7925`](https://github.com/gohugoio/hugo/commit/56d7925a) [@&#8203;bep](https://github.com/bep) [#&#8203;14147](https://github.com/gohugoio/hugo/issues/14147) - tpl/collections: Improve collections.D [`c6b6910`](https://github.com/gohugoio/hugo/commit/c6b6910a) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;14143](https://github.com/gohugoio/hugo/issues/14143) - Optimize memory allocations for sites matrix vector stores [`ca40254`](https://github.com/gohugoio/hugo/commit/ca402540) [@&#8203;bep](https://github.com/bep) - gemini: Disable auto PR codereviews for now [`44b5f13`](https://github.com/gohugoio/hugo/commit/44b5f13f) [@&#8203;bep](https://github.com/bep) - Update styleguide.md [`2c6574e`](https://github.com/gohugoio/hugo/commit/2c6574eb) [@&#8203;bep](https://github.com/bep) - Add gemini setup files [`60c4245`](https://github.com/gohugoio/hugo/commit/60c4245e) [@&#8203;bep](https://github.com/bep) - static: Preserve .gitignore and .gitattributes in --cleanDestinationDir [`5e6b269`](https://github.com/gohugoio/hugo/commit/5e6b269c) [@&#8203;Ahamed1846](https://github.com/Ahamed1846) [#&#8203;14097](https://github.com/gohugoio/hugo/issues/14097) - hugolib: Improve performance of content trees with many sections [`26f31ff`](https://github.com/gohugoio/hugo/commit/26f31ff6) [@&#8203;bep](https://github.com/bep) - Add a site assembly benchmark test for a deeper site structure with more sections and pages [`606415e`](https://github.com/gohugoio/hugo/commit/606415ec) [@&#8203;bep](https://github.com/bep) - sitesmatrix: Clary default dimension values [`dc2f6ae`](https://github.com/gohugoio/hugo/commit/dc2f6ae2) [@&#8203;bep](https://github.com/bep) - Run go mod tidy to clean up go.mod and go.sum [`a0944ac`](https://github.com/gohugoio/hugo/commit/a0944ac7) [@&#8203;bep](https://github.com/bep) - testing: Rewrite all the old style integration tests to txtar style tests [`a2469d5`](https://github.com/gohugoio/hugo/commit/a2469d50) [@&#8203;bep](https://github.com/bep) - hugolib: Delete some old integration tests [`e24b604`](https://github.com/gohugoio/hugo/commit/e24b604c) [@&#8203;bep](https://github.com/bep) - testing: Revise usage of b.N and b.Loop() in benchmarks [`4c7a78f`](https://github.com/gohugoio/hugo/commit/4c7a78f5) [@&#8203;bep](https://github.com/bep) - Add roles and versions as new dimensions (in addition to language) [`264022a`](https://github.com/gohugoio/hugo/commit/264022a7) [@&#8203;bep](https://github.com/bep) [#&#8203;519](https://github.com/gohugoio/hugo/issues/519) [#&#8203;13680](https://github.com/gohugoio/hugo/issues/13680) [#&#8203;13663](https://github.com/gohugoio/hugo/issues/13663) [#&#8203;13776](https://github.com/gohugoio/hugo/issues/13776) [#&#8203;13855](https://github.com/gohugoio/hugo/issues/13855) [#&#8203;13648](https://github.com/gohugoio/hugo/issues/13648) [#&#8203;13996](https://github.com/gohugoio/hugo/issues/13996) [#&#8203;14001](https://github.com/gohugoio/hugo/issues/14001) [#&#8203;14031](https://github.com/gohugoio/hugo/issues/14031) [#&#8203;13818](https://github.com/gohugoio/hugo/issues/13818) [#&#8203;13196](https://github.com/gohugoio/hugo/issues/13196) - Update CONTRIBUTING.md [`ff0f67e`](https://github.com/gohugoio/hugo/commit/ff0f67ea) [@&#8203;bep](https://github.com/bep) - hreflect: Cache reflect method lookups used in collections.Where and others [`e9bda21`](https://github.com/gohugoio/hugo/commit/e9bda21c) [@&#8203;bep](https://github.com/bep) - all: Simplify the reflect usage [`3893e70`](https://github.com/gohugoio/hugo/commit/3893e705) [@&#8203;bep](https://github.com/bep) #### Dependency Updates - build(deps): bump github.com/goccy/go-yaml from 1.19.0 to 1.19.1 [`39649dc`](https://github.com/gohugoio/hugo/commit/39649dce) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/alecthomas/chroma/v2 from 2.21.0 to 2.21.1 [`614fb16`](https://github.com/gohugoio/hugo/commit/614fb16e) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront [`33542d3`](https://github.com/gohugoio/hugo/commit/33542d39) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - deps: Upgrade github.com/alecthomas/chroma/v2 v2.20.0 => v2.21.0 [`588d20b`](https://github.com/gohugoio/hugo/commit/588d20b3) [@&#8203;bep](https://github.com/bep) [#&#8203;14266](https://github.com/gohugoio/hugo/issues/14266) - build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.40.1 to 1.41.0 [`b337302`](https://github.com/gohugoio/hugo/commit/b3373029) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/evanw/esbuild from 0.27.1 to 0.27.2 [`e6a3f1d`](https://github.com/gohugoio/hugo/commit/e6a3f1d6) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump golang.org/x/image from 0.33.0 to 0.34.0 [`364d237`](https://github.com/gohugoio/hugo/commit/364d237b) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump golang.org/x/tools from 0.39.0 to 0.40.0 [`079f3eb`](https://github.com/gohugoio/hugo/commit/079f3eb8) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/tdewolff/minify/v2 from 2.24.7 to 2.24.8 [`4e6f2b6`](https://github.com/gohugoio/hugo/commit/4e6f2b67) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump gocloud.dev from 0.43.0 to 0.44.0 [`dff5e16`](https://github.com/gohugoio/hugo/commit/dff5e168) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront [`c82a035`](https://github.com/gohugoio/hugo/commit/c82a035b) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/evanw/esbuild from 0.27.0 to 0.27.1 [`86b01ed`](https://github.com/gohugoio/hugo/commit/86b01eda) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.40.0 to 1.40.1 [`9e7182e`](https://github.com/gohugoio/hugo/commit/9e7182e9) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.2 [`cf3ad62`](https://github.com/gohugoio/hugo/commit/cf3ad62c) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/goccy/go-yaml from 1.18.0 to 1.19.0 [`bf42138`](https://github.com/gohugoio/hugo/commit/bf421386) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/olekukonko/tablewriter from 1.1.1 to 1.1.2 [`57fecb6`](https://github.com/gohugoio/hugo/commit/57fecb6b) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/JohannesKaufmann/html-to-markdown/v2 [`6d0ab6a`](https://github.com/gohugoio/hugo/commit/6d0ab6a3) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront [`0de8f86`](https://github.com/gohugoio/hugo/commit/0de8f860) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront [`2b337cd`](https://github.com/gohugoio/hugo/commit/2b337cd2) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump golang.org/x/image from 0.32.0 to 0.33.0 [`cc61d00`](https://github.com/gohugoio/hugo/commit/cc61d00d) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 [`8ef2c61`](https://github.com/gohugoio/hugo/commit/8ef2c619) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/tdewolff/minify/v2 from 2.24.5 to 2.24.7 [`b916880`](https://github.com/gohugoio/hugo/commit/b9168803) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront [`2680467`](https://github.com/gohugoio/hugo/commit/26804673) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump golang.org/x/tools from 0.38.0 to 0.39.0 [`8ce80f7`](https://github.com/gohugoio/hugo/commit/8ce80f75) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/tetratelabs/wazero from 1.10.0 to 1.10.1 [`4baa95b`](https://github.com/gohugoio/hugo/commit/4baa95ba) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/bits-and-blooms/bitset [`b81861f`](https://github.com/gohugoio/hugo/commit/b81861fd) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/olekukonko/tablewriter from 1.1.0 to 1.1.1 [`15cce89`](https://github.com/gohugoio/hugo/commit/15cce89e) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump golang.org/x/text from 0.30.0 to 0.31.0 [`187e683`](https://github.com/gohugoio/hugo/commit/187e683b) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/evanw/esbuild from 0.25.12 to 0.27.0 [`432078a`](https://github.com/gohugoio/hugo/commit/432078a6) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump google.golang.org/api from 0.251.0 to 0.255.0 [`38608c7`](https://github.com/gohugoio/hugo/commit/38608c7c) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront [`d75f0dc`](https://github.com/gohugoio/hugo/commit/d75f0dc6) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/tetratelabs/wazero from 1.9.0 to 1.10.0 [`579362e`](https://github.com/gohugoio/hugo/commit/579362ef) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/evanw/esbuild from 0.25.11 to 0.25.12 [`0e8f88f`](https://github.com/gohugoio/hugo/commit/0e8f88fa) [@&#8203;dependabot](https://github.com/dependabot)\[bot] #### Build Setup - release: Skip pushing stable and docs update for pre-releases [`c1cc65f`](https://github.com/gohugoio/hugo/commit/c1cc65fc) [@&#8203;bep](https://github.com/bep) - release: Support alpha, beta, and RC releases [`6630759`](https://github.com/gohugoio/hugo/commit/66307592) [@&#8203;bep](https://github.com/bep) - snap: Address snapcraft deprecations [`596517a`](https://github.com/gohugoio/hugo/commit/596517a2) [@&#8203;jmooring](https://github.com/jmooring) #### Documentation - markup/asciidocext: Improve Asciidoctor integration [`3d21b06`](https://github.com/gohugoio/hugo/commit/3d21b068) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;9202](https://github.com/gohugoio/hugo/issues/9202) [#&#8203;10183](https://github.com/gohugoio/hugo/issues/10183) [#&#8203;10473](https://github.com/gohugoio/hugo/issues/10473) [#&#8203;14160](https://github.com/gohugoio/hugo/issues/14160) - hugolib/doctree: Simplify lock setup in SimpleThreadSafeTree to reduce read allocation [`fee0957`](https://github.com/gohugoio/hugo/commit/fee09576) [@&#8203;bep](https://github.com/bep) - github: Update asciidoctor-diagrams extension and add GoAT [`9d80c39`](https://github.com/gohugoio/hugo/commit/9d80c397) [@&#8203;jmooring](https://github.com/jmooring) - markup/asciidocext: Support boolean document attributes [`bca171b`](https://github.com/gohugoio/hugo/commit/bca171b6) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;14138](https://github.com/gohugoio/hugo/issues/14138) - github: Allow AsciiDoc content in tests to render Ditaa diagrams [`9289aa4`](https://github.com/gohugoio/hugo/commit/9289aa43) [@&#8203;jmooring](https://github.com/jmooring) - commands: newDocsHelper encode integers as ints in generated YAML [`0efcb24`](https://github.com/gohugoio/hugo/commit/0efcb24c) [@&#8203;GrigoreAlexandru](https://github.com/GrigoreAlexandru) [#&#8203;14122](https://github.com/gohugoio/hugo/issues/14122) - github: Allow AsciiDoc content in tests to render diagrams [`2c80dee`](https://github.com/gohugoio/hugo/commit/2c80dee3) [@&#8203;jmooring](https://github.com/jmooring) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
chore(deps): update dependency gohugoio/hugo to v0.153.0
All checks were successful
Build and deploy Hugo to Netlify / build-and-deploy (pull_request) Successful in 1m31s
5bf4b0f12f
## Netlify Deploy Results **site_id:** 2697be4d-8ffe-444a-b2d7-e7508684e728 **site_name:** goofy-pare-d8f823 **deploy_id:** 69453f1de82e6c17332ad2c1 **deploy_url:** https://pr-80--goofy-pare-d8f823.netlify.app **logs:** https://app.netlify.com/projects/goofy-pare-d8f823/deploys/69453f1de82e6c17332ad2c1 **function_logs:** https://app.netlify.com/projects/goofy-pare-d8f823/logs/functions?scope=deploy:69453f1de82e6c17332ad2c1 **edge_function_logs:** https://app.netlify.com/projects/goofy-pare-d8f823/logs/edge-functions?scope=deployid:69453f1de82e6c17332ad2c1
onlyhavecans deleted branch renovate/gohugoio-hugo-0.x 2025-12-19 09:05:54 -08:00
Sign in to join this conversation.
No description provided.