Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

Bumps github.com/gohugoio/hugo from 0.148.1 to 0.149.0.

Release notes

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

v0.149.0

[!NOTE]
If running on Netlify, make sure you have configured your build with their latest build image, see this issue.

Hugo v0.149.0 comes with bug fixes and a set of new features/improvements, notably:

Note

  • Remove test with deprecated path usage 80e973ea5 @​bep

Bug fixes

  • create: Fix new content command with future dates bb4e66cd7 @​justuswilhelm #12599
  • Fix server rebuild when adding a new leaf bundle with resources in one go 13b43e611 @​bep #13925
  • Fix rebuild when deleting a content adapter file 87e100e61 @​bep

Improvements

  • tpl/collections: Add an integration test for collections.D 84b512391 @​bep
  • tpl/collections: Add collections.D using Vitter's Method D for sequential random sampling 1ba80874e @​bep
  • commands: Deprecate --omitEmpty on chromastyles command 61ec7a20a @​bep
  • commands: Add --omitClassComments to the chromastyles command c289fcaaa @​bep
  • all: Use slices.Equal ecdef2be7 @​minxinyi
  • resources/page: Add :sectionslug and :sectionslugs permalink tokens 12ace3ad5 @​DustinFischer #13788
  • Upgrade to Go 1.25 c14fdddad @​bep #13924 #13931
  • common/hcontext: Replace with external package 186934feb @​bep
  • resources/page: Use reflect.TypeFor bff4dddb1 @​cuiweixie
  • tpl/strings: Remove unnecessary error check 348aae91e @​Nigel2392
  • markup/goldmark: Apply Hugo Goldmark Extras when rendering TOC 61482cfab @​jmooring #12605
  • markup/goldmark: Sanitize TOC heading titles 5fdcc0906 @​jmooring #13401
  • Add a key to the partialCached deadlock prevention 221602862 @​n1xx1 #13889
  • transform: Add support for "format" option in transform.Unmarshal ecc3dd1f5 @​n1xx1 #13887
  • Skip flakey test on CI de4a7f1e0 @​bep

Dependency Updates

  • build(deps): bump github.com/getkin/kin-openapi from 0.132.0 to 0.133.0 45ec2f88b @​dependabot[bot]
  • build(deps): bump google.golang.org/api from 0.247.0 to 0.248.0 84dd495f2 @​dependabot[bot]
  • build(deps): bump github.com/evanw/esbuild from 0.25.6 to 0.25.9 327bbc613 @​dependabot[bot]
  • build(deps): bump gocloud.dev from 0.40.0 to 0.43.0 2447138f1 @​dependabot[bot]

... (truncated)

Commits
  • 6624033 releaser: Bump versions for release of 0.149.0
  • 84b5123 tpl/collections: Add an integration test for collections.D
  • 2912415 misc: Update Go version to 1.24.0 in README
  • bb4e66c create: Fix new content command with future dates
  • 45ec2f8 build(deps): bump github.com/getkin/kin-openapi from 0.132.0 to 0.133.0
  • 1ba8087 tpl/collections: Add collections.D using Vitter's Method D for sequential ran...
  • 84dd495 build(deps): bump google.golang.org/api from 0.247.0 to 0.248.0
  • 327bbc6 build(deps): bump github.com/evanw/esbuild from 0.25.6 to 0.25.9
  • 2447138 build(deps): bump gocloud.dev from 0.40.0 to 0.43.0
  • 61ec7a2 commands: Deprecate --omitEmpty on chromastyles command
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 1, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gohugoio/hugo-0.149.0 branch from 0cccbd7 to 6a9e509 Compare September 2, 2025 03:19
Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.148.1 to 0.149.0.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.yaml)
- [Commits](gohugoio/hugo@v0.148.1...v0.149.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gohugoio/hugo-0.149.0 branch from 6a9e509 to 9af919a Compare September 2, 2025 19:03
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 8, 2025

Superseded by #19734.

@dependabot dependabot bot closed this Sep 8, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gohugoio/hugo-0.149.0 branch September 8, 2025 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants