www/gohugo: update to 0.140.0
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.140.0
Bug fixes
- Fix panic on server rebuilds when using both base templates and template.Defer
- js: Fix js.Batch for multihost setups
- parser/pageparser: Fix Org Mode summary delimiter assignment
- Fix a rebuild on resource rename case
- tpl/tplimpl: Fix title attribute in details shortcode
- Fix Sass imports on the form index.{scss,sass}
- markup/goldmark: Fix blockquote render hook text parsing
Improvements
- js/esbuild: Add missing es2024 target
- js/esbuild: Add runners after scripts
- js/esbuild: Batch: Avoid nil Instances slice
- tpl/tplimpl: Update youtube shortcode
- tpl/tplimpl: Update details shortcode
- tpl/collections: Allow querify to accept a map argument
- js/esbuild: Build groups in order of their ID
- tpl/tplimpl: Add details shortcode
- Write all logging (INFO, WARN, ERROR) to stderr
- js/esbuild: Add platform option
- Add config option disableDefaultLanguageRedirect
- Add js.Batch
- Upgrade to Go 1.23.4
- Remove some old and unused shell scripts
Dependency Updates
- build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0
- build(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0
- build(deps): bump github.com/hairyhenderson/go-codeowners
- build(deps): bump golang.org/x/net from 0.31.0 to 0.32.0