hugo:release-0.123.0

Last commit made on 2024-02-19
Get this branch:
git clone -b release-0.123.0 https://git.launchpad.net/hugo

Branch merges

Branch information

Name:
release-0.123.0
Repository:
lp:hugo

Recent commits

8406a3e... by hugoreleaser <email address hidden>

releaser: Bump versions for release of 0.123.0

[ci skip]

f54ba6f... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

build(deps): bump github.com/tdewolff/minify/v2 from 2.20.16 to 2.20.17

Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.20.16 to 2.20.17.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](https://github.com/tdewolff/minify/compare/v2.20.16...v2.20.17)

---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <email address hidden>

4019b17... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

build(deps): bump github.com/evanw/esbuild from 0.20.0 to 0.20.1

Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.20.0 to 0.20.1.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.20.0...v0.20.1)

---
updated-dependencies:
- dependency-name: github.com/evanw/esbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <email address hidden>

5dbc29d... by Bjørn Erik Pedersen

Handle rebuilds when resources passed to transform.Unmarshal etc. changes

Fixes #12065

5ada27b... by Bjørn Erik Pedersen

Fix handling of build options for term pages

Fixes #12058

60b176c... by Bjørn Erik Pedersen

docs: Regen docshelper

afe5b6d... by Bjørn Erik Pedersen

Fix sample logic when adding content files in server

The partial rebuilds works by calaulating a baseline from a change set.

For new content, this doesn't work, so to avoid rebuilding everything, we first
try to collect a sample of surrounding identities (e.g. content files in the same section).

This commit fixes a flaw in that logic that in some (many...) cases would return a too small sample set.

Fixes #12054

168d375... by Christian Oliff <email address hidden>

all: Fix typos and some URLs

4a53fd5... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

build(deps): bump golang.org/x/tools from 0.17.0 to 0.18.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <email address hidden>

fc6aabe... by Bjørn Erik Pedersen

Fix handling of draft term pages

By just removing the term page and all of its page entries.

Fixes #12055