Skip to content

chore: bump github.com/gohugoio/hugo from 0.123.3 to 0.124.0 #12634

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps github.com/gohugoio/hugo from 0.123.3 to 0.124.0.

Release notes

Sourced from github.com/gohugoio/hugo's releases.

v0.124.0

The new feature in this release is a new segments configuration section and a new --renderSegments flag/config key. This release also updates to Go 1.22.1 that fixes a security issue in the template package that Hugo uses (CVE-2023-45289, see golang/go#65697). We don't see how this could be exploited in Hugo, but we appreciate that Hugo users want to have a clean security report.

Bug fixes

  • Fix .Parent when there are overlapping regular pages inbetween f1d755965 @​bep #12263
  • hugolib: Fix sitemap index with monolingual site 3935faa41 @​jmooring #12266
  • all: Typo fixes 78178d0c2 @​coliff
  • Fix translationKey handling for term pages 68d92ef9d @​bep #12261
  • Fix intersect and similar for term entry page collections b40f3c7df @​bep #12254
  • Fix server rebuilds when adding sub sections especially on Windows 07b2e535b @​bep #12230
  • Fix panic when changing archetype files when servere is running 9ca1de09d @​bep #12195
  • Fix front matter date location when value gets inherited from other dates 9668759ad @​bep #12236
  • Fix Name for nested resourced fetched in resources.ByName and similar 9e9b1f110 @​bep #12214

Improvements

  • Add segments config + --renderSegments flag 1f1c62e6c @​bep #10106
  • hugolib: Remove Site.HomeAbsURL 558f74f00 @​bep
  • hugolib: Deprecate site methods Author, Authors, and Social d4d49e0f0 @​jmooring #12228
  • Upgrade to Go 1.22.1 57206e727 @​bep #12250
  • tpl/tplimpl: Modify figure shortcode to look for page resource 48a0fea87 @​jmooring #12244 #12245
  • common/hugo: Rename IsMultiHost and IsMultiLingual dc6a29213 @​jmooring #12232
  • hugolib: Deprecate .Site.MultiLingual in favor of hugo.IsMultiLingual 4f92f949e @​jmooring #12224
  • tpl/tplimpl: Remove deprecated method from sitemapindex.xml f038a51b3 @​jmooring

Dependency Updates

  • deps: Upgrade github.com/gohugoio/hugo-goldmark-extensions/passthrough v0.1.0 => v0.2.0 ba03114aa @​bep
  • build(deps): bump github.com/evanw/esbuild from 0.20.1 to 0.20.2 b1f867634 @​dependabot[bot]
  • build(deps): bump golang.org/x/tools from 0.18.0 to 0.19.0 b4bff6190 @​dependabot[bot]
  • build(deps): bump github.com/tdewolff/minify/v2 from 2.20.17 to 2.20.19 d2cebee27 @​dependabot[bot]
  • deps: Upgrade github.com/alecthomas/chroma/v2 to v2.13.0 be914ff34 @​myitcv #11862
  • build(deps): bump golang.org/x/mod from 0.15.0 to 0.16.0 e62675002 @​dependabot[bot]

Documentation

  • docs: Regen CLI docs 76ef3f42f @​bep
  • docs: Regen docshelper 0ccb6cdc0 @​bep

Build Setup

v0.123.8

  • docs: Fix hyphens and grammar in synopsis of command 'hugo server' ada3fceea @​deining

... (truncated)

Commits
  • 629f84e releaser: Bump versions for release of 0.124.0
  • 76ef3f4 docs: Regen CLI docs
  • 0ccb6cd docs: Regen docshelper
  • 1f1c62e Add segments config + --renderSegments flag
  • f1d7559 Fix .Parent when there are overlapping regular pages inbetween
  • 558f74f hugolib: Remove Site.HomeAbsURL
  • ba03114 deps: Upgrade github.com/gohugoio/hugo-goldmark-extensions/passthrough v0.1.0...
  • 3935faa hugolib: Fix sitemap index with monolingual site
  • d4d49e0 hugolib: Deprecate site methods Author, Authors, and Social
  • 78178d0 all: Typo fixes
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.123.3 to 0.124.0.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml)
- [Commits](gohugoio/hugo@v0.123.3...v0.124.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@matifali matifali merged commit fffa3dc into main Mar 18, 2024
@matifali matifali deleted the dependabot/go_modules/github.com/gohugoio/hugo-0.124.0 branch March 18, 2024 11:43
@github-actions github-actions bot locked and limited conversation to collaborators Mar 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant