chore(deps): update dependency gohugoio/hugo to v0.156.0 #103

Merged
onlyhavecans merged 1 commit from renovate/gohugoio-hugo-0.x into main 2026-02-18 21:51:29 -08:00
Member

This PR contains the following updates:

Package Update Change
gohugoio/hugo minor v0.155.3v0.156.0

Release Notes

gohugoio/hugo (gohugoio/hugo)

v0.156.0

Compare Source

This release brings significant speedups of collections.Where and collections.Sort – but this is mostly a "spring cleaning" release, to make the API cleaner and simpler to understand/document.

Deprecated

  • Site.AllPages is Deprecated
  • Site.BuildDrafts is Deprecated
  • Site.Languages is Deprecated
  • Site.Data is deprecated, use hugo.Data
  • Page.Sites and Site.Sites is Deprecated, use hugo.Sites

See this topic for more info.

Removed

These have all been deprecated at least since v0.136.0 and any usage have been logged as an error for a long time:

Template functions

  • data.GetCSV / getCSV (use resources.GetRemote)
  • data.GetJSON / getJSON (use resources.GetRemote)
  • crypto.FNV32a (use hash.FNV32a)
  • resources.Babel (use js.Babel)
  • resources.PostCSS (use css.PostCSS)
  • resources.ToCSS (use css.Sass)

Page methods:

  • .Page.NextPage (use .Page.Next)
  • .Page.PrevPage (use .Page.Prev)

Paginator:

  • .Paginator.PageSize (use .Paginator.PagerSize)

Site methods:

  • .Site.LastChange (use .Site.Lastmod)
  • .Site.Author (use .Site.Params.Author)
  • .Site.Authors (use .Site.Params.Authors)
  • .Site.Social (use .Site.Params.Social)
  • .Site.IsMultiLingual (use hugo.IsMultilingual)
  • .Sites.First (use .Sites.Default)

Site config:

  • paginate (use pagination.pagerSize)
  • paginatePath (use pagination.path)

File caches:

  • getjson cache
  • getcsv cache

Notes

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.155.3` → `v0.156.0` | --- ### Release Notes <details> <summary>gohugoio/hugo (gohugoio/hugo)</summary> ### [`v0.156.0`](https://github.com/gohugoio/hugo/releases/tag/v0.156.0) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.155.3...v0.156.0) This release brings significant speedups of [collections.Where](https://gohugo.io/functions/collections/where/#article) and [collections.Sort](https://gohugo.io/functions/collections/sort/#article) – but this is mostly a "spring cleaning" release, to make the API cleaner and simpler to understand/document. #### Deprecated - Site.AllPages is Deprecated - Site.BuildDrafts is Deprecated - Site.Languages is Deprecated - Site.Data is deprecated, use hugo.Data - Page.Sites and Site.Sites is Deprecated, use hugo.Sites See [this topic](https://discourse.gohugo.io/t/deprecations-in-v0-156-0/56732) for more info. #### Removed These have all been deprecated at least since `v0.136.0` and any usage have been logged as an error for a long time: Template functions - data.GetCSV / getCSV (use resources.GetRemote) - data.GetJSON / getJSON (use resources.GetRemote) - crypto.FNV32a (use hash.FNV32a) - resources.Babel (use js.Babel) - resources.PostCSS (use css.PostCSS) - resources.ToCSS (use css.Sass) Page methods: - .Page.NextPage (use .Page.Next) - .Page.PrevPage (use .Page.Prev) Paginator: - .Paginator.PageSize (use .Paginator.PagerSize) Site methods: - .Site.LastChange (use .Site.Lastmod) - .Site.Author (use .Site.Params.Author) - .Site.Authors (use .Site.Params.Authors) - .Site.Social (use .Site.Params.Social) - .Site.IsMultiLingual (use hugo.IsMultilingual) - .Sites.First (use .Sites.Default) Site config: - paginate (use pagination.pagerSize) - paginatePath (use pagination.path) File caches: - getjson cache - getcsv cache #### Notes - Remove items deprecated <= v0.136.0 (note) [`af5051e`](https://github.com/gohugoio/hugo/commit/af5051e7) [@&#8203;bep](https://github.com/bep) - hugolib: Move site.Data to hugo.Data, deprecate Site.AllPages/BuildDrafts/Languages [`86aa625`](https://github.com/gohugoio/hugo/commit/86aa6252) [@&#8203;bep](https://github.com/bep) [#&#8203;14521](https://github.com/gohugoio/hugo/issues/14521) - hugolib: Add Page.Sites to Site.Sites deprecation notice [`4148ede`](https://github.com/gohugoio/hugo/commit/4148eded) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;14532](https://github.com/gohugoio/hugo/issues/14532) - resources/page: Deprecate cascade.\_target in favor of cascade.target [`828ee72`](https://github.com/gohugoio/hugo/commit/828ee720) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;14341](https://github.com/gohugoio/hugo/issues/14341) - tpl/tplimpl: Throw error when calling gist shortcode [`4384f9b`](https://github.com/gohugoio/hugo/commit/4384f9b8) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;14491](https://github.com/gohugoio/hugo/issues/14491) - tpl/tplimpl: Throw error when calling twitter/twitter\_simple shortcodes [`55d136d`](https://github.com/gohugoio/hugo/commit/55d136dd) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;14488](https://github.com/gohugoio/hugo/issues/14488) #### Bug fixes - tpl/internal: Replace deprecated parser.ParseDir and doc.New [`4a641d1`](https://github.com/gohugoio/hugo/commit/4a641d15) [@&#8203;bep](https://github.com/bep) [#&#8203;14513](https://github.com/gohugoio/hugo/issues/14513) - commands: Fix --panicOnWarning flag having no effect with module version warnings [`3f9d0ad`](https://github.com/gohugoio/hugo/commit/3f9d0ad2) [@&#8203;bep](https://github.com/bep) [#&#8203;14524](https://github.com/gohugoio/hugo/issues/14524) - paths: Fix handling of \_ as a path name [`32027e5`](https://github.com/gohugoio/hugo/commit/32027e50) [@&#8203;khayyamsaleem](https://github.com/khayyamsaleem) [#&#8203;14344](https://github.com/gohugoio/hugo/issues/14344) - docs: Fix lineNos default value in docs.yaml [`498431d`](https://github.com/gohugoio/hugo/commit/498431d6) [@&#8203;jmooring](https://github.com/jmooring) - hugolib: Fix term title when taxonomy name contains spaces [`773664b`](https://github.com/gohugoio/hugo/commit/773664b8) [@&#8203;bep](https://github.com/bep) [#&#8203;13422](https://github.com/gohugoio/hugo/issues/13422) #### Improvements - hugolib: Simplify sites collection [`bba2aed`](https://github.com/gohugoio/hugo/commit/bba2aed3) [@&#8203;bep](https://github.com/bep) - hugolib: Adjust hugo.Sites.Default [`29b8e17`](https://github.com/gohugoio/hugo/commit/29b8e17d) [@&#8203;bep](https://github.com/bep) [#&#8203;14531](https://github.com/gohugoio/hugo/issues/14531) - Move common/hugo/HugoInfo to resources/page [`3c82340`](https://github.com/gohugoio/hugo/commit/3c823408) [@&#8203;bep](https://github.com/bep) - hugolib: Add hugo.Sites and .Site.IsDefault(), modify .Site.Sites [`ab62320`](https://github.com/gohugoio/hugo/commit/ab62320d) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;14479](https://github.com/gohugoio/hugo/issues/14479) [#&#8203;14481](https://github.com/gohugoio/hugo/issues/14481) - output: Remove unused method [`8d19f5a`](https://github.com/gohugoio/hugo/commit/8d19f5a7) [@&#8203;bep](https://github.com/bep) [#&#8203;14522](https://github.com/gohugoio/hugo/issues/14522) - Update AI assistance guidelines in CONTRIBUTING.md [`7729473`](https://github.com/gohugoio/hugo/commit/77294735) [@&#8203;bep](https://github.com/bep) - tpl/collections: Speed up where and sort performance [`47e39af`](https://github.com/gohugoio/hugo/commit/47e39af2) [@&#8203;bep](https://github.com/bep) - commands: Skip chmod for files without owner-write permission [`7850e7c`](https://github.com/gohugoio/hugo/commit/7850e7ce) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;14507](https://github.com/gohugoio/hugo/issues/14507) - tpl/collections: Add some more benchmarks for where and sort [`2e5132d`](https://github.com/gohugoio/hugo/commit/2e5132d8) [@&#8203;bep](https://github.com/bep) - all: Change site to project where appropriate [`19ab3f5`](https://github.com/gohugoio/hugo/commit/19ab3f58) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;14504](https://github.com/gohugoio/hugo/issues/14504) - markup/highlight: Allow lineNos to be true, false, "inline", or "table" [`3158a51`](https://github.com/gohugoio/hugo/commit/3158a512) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;13481](https://github.com/gohugoio/hugo/issues/13481) - Upgrade to Go 1.26 [`b358a65`](https://github.com/gohugoio/hugo/commit/b358a65c) [@&#8203;bep](https://github.com/bep) - tpl: Move from md5 to xxhash for some in memory keys [`8ae5e1a`](https://github.com/gohugoio/hugo/commit/8ae5e1a8) [@&#8203;bep](https://github.com/bep) - testscripts/commands: Update 'future' date to far future [`e277659`](https://github.com/gohugoio/hugo/commit/e2776593) [@&#8203;toddy15](https://github.com/toddy15) [#&#8203;14486](https://github.com/gohugoio/hugo/issues/14486) #### Dependency Updates - build(deps): bump google.golang.org/api from 0.255.0 to 0.267.0 [`d8ec0ee`](https://github.com/gohugoio/hugo/commit/d8ec0eee) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/bep/textandbinarywriter [`21be4af`](https://github.com/gohugoio/hugo/commit/21be4afd) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/bep/simplecobra from 0.6.1 to 0.7.0 [`e549016`](https://github.com/gohugoio/hugo/commit/e549016b) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/bep/tmc from 0.5.1 to 0.6.0 [`a392906`](https://github.com/gohugoio/hugo/commit/a392906b) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/gohugoio/hugo-goldmark-extensions/extras [`86786c9`](https://github.com/gohugoio/hugo/commit/86786c91) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/gohugoio/hugo-goldmark-extensions/passthrough [`7a7308a`](https://github.com/gohugoio/hugo/commit/7a7308ae) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump golang.org/x/tools from 0.41.0 to 0.42.0 [`2d1d731`](https://github.com/gohugoio/hugo/commit/2d1d7312) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/bep/helpers from 0.6.0 to 0.7.0 [`b26fbf8`](https://github.com/gohugoio/hugo/commit/b26fbf80) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump golang.org/x/image from 0.35.0 to 0.36.0 [`7358309`](https://github.com/gohugoio/hugo/commit/73583091) [@&#8203;dependabot](https://github.com/dependabot)\[bot] #### Build Setup - snap: Stop building for ppc64el and s390x [`e6f01bb`](https://github.com/gohugoio/hugo/commit/e6f01bb4) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;14519](https://github.com/gohugoio/hugo/issues/14519) - Reapply "release: Support alpha, beta, and RC releases" [`de0c9f3`](https://github.com/gohugoio/hugo/commit/de0c9f3e) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;14466](https://github.com/gohugoio/hugo/issues/14466) #### Documentation - docs: Regenerate docs.yaml [`8b7b6af`](https://github.com/gohugoio/hugo/commit/8b7b6af9) [@&#8203;bep](https://github.com/bep) - docker: Add full tar and openssh-client to support GitHub Actions [`7137714`](https://github.com/gohugoio/hugo/commit/71377148) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;14502](https://github.com/gohugoio/hugo/issues/14502) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNC4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
chore(deps): update dependency gohugoio/hugo to v0.156.0
All checks were successful
Build and deploy Hugo to Netlify / build-and-deploy (pull_request) Successful in 3m34s
5d138ec991
## Netlify Deploy Results **site_id:** 3ecf8133-3fc8-4617-82d0-f8a39b84b843 **site_name:** critic-whistles-17050 **deploy_id:** 6996037577c91a4dadd8f057 **deploy_url:** https://pr-103--critic-whistles-17050.netlify.app **logs:** https://app.netlify.com/projects/critic-whistles-17050/deploys/6996037577c91a4dadd8f057 **function_logs:** https://app.netlify.com/projects/critic-whistles-17050/logs/functions?scope=deploy:6996037577c91a4dadd8f057 **edge_function_logs:** https://app.netlify.com/projects/critic-whistles-17050/logs/edge-functions?scope=deployid:6996037577c91a4dadd8f057
onlyhavecans deleted branch renovate/gohugoio-hugo-0.x 2026-02-18 21:51:29 -08:00
Sign in to join this conversation.
No description provided.