hugo:release-0.120.0

Last commit made on 2023-10-30
Get this branch:
git clone -b release-0.120.0 https://git.launchpad.net/hugo

Branch merges

Branch information

Name:
release-0.120.0
Repository:
lp:hugo

Recent commits

935999e... by hugoreleaser <email address hidden>

releaser: Prepare repository for 0.121.0-DEV

[ci skip]

20c3bae... by hugoreleaser <email address hidden>

releaser: Bump versions for release of 0.120.0

[ci skip]

29b6e13... by Bjørn Erik Pedersen

docs: Regen docshelper

7f8ab74... by Bjørn Erik Pedersen

Add Solaris build

Closes #3500

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

build(deps): bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0

Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fsnotify/fsnotify/compare/v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/fsnotify/fsnotify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

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

build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0

Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.9 to 0.6.0.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.5.9...v0.6.0)

---
updated-dependencies:
- dependency-name: github.com/google/go-cmp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

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

build(deps): bump github.com/alecthomas/chroma/v2 from 2.9.1 to 2.10.0

Bumps [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) from 2.9.1 to 2.10.0.
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml)
- [Commits](https://github.com/alecthomas/chroma/compare/v2.9.1...v2.10.0)

---
updated-dependencies:
- dependency-name: github.com/alecthomas/chroma/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

b6a7568... by Bjørn Erik Pedersen

Make site.BaseURL and $pager.URL a string

Was template.URL.

acf01bf... by Joe Mooring <email address hidden>

create/skeletons: Fix menu template

Check identifier existence before calling lang.Translate to prevent
empty warnings when using the --printI18nWarnings flag.

Closes #11519

27b22cd... by Joe Mooring <email address hidden>

commands/new: Remove format flag from new content cmd

Fixes #11462