Skip to content

chore: bump github.com/gohugoio/hugo from 0.147.0 to 0.148.1 #18852

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 Jul 14, 2025

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

Release notes

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

v0.148.1

What's Changed

  • Fix assignment to entry in nil map 6f42cfbc9 @​bep #13853
  • deps: Downgrade github.com/niklasfasching/go-org v1.9.0 => v1.8.0 a84beee42 @​bep #13846

v0.148.0

[!NOTE]
There's some minor breaking changes in this release. Please read this thread for more information.

Note

  • Fix some uglyURLs issues for home, section and taxonomy kind (note) b8ba33ca9 @​bep #4428 #7497
  • Fix branch paths when OutputFormat.Path is configured (note) f967212b7 @​bep #13829

Bug fixes

Improvements

  • Add Ancestors (plural) method to GitInfo, rename Ancestor field to Parent 3e2f1cdfd @​bep #13839
  • Allow creating home pages from content adapters bba6996e1 @​bep
  • Remove the internal GitInfo type and make Page.GitInf() return a pointer 90d397b14 @​bep #5693
  • source: Expose Ancestor in GitInfo 61e6c730d @​jenbroek #5693
  • config: Increase test coverage 266d46dcc @​pixel365
  • markup/goldmark: Change link and image render hook enablement to enums 84b31721b @​jmooring #13535
  • hugolib: Honor implicit "page" type during template selection cfc8d315b @​jmooring #13826
  • deploy: walkLocal worker pool for performance dd6e2c872 @​davidejones

Dependency Updates

  • build(deps): bump github.com/evanw/esbuild from 0.25.5 to 0.25.6 0a5b87028 @​dependabot[bot]
  • build(deps): bump github.com/olekukonko/tablewriter from 1.0.7 to 1.0.8 94e2c276a @​dependabot[bot]
  • build(deps): bump github.com/niklasfasching/go-org from 1.8.0 to 1.9.0 e77b2ad8f @​dependabot[bot]
  • build(deps): bump github.com/alecthomas/chroma/v2 from 2.18.0 to 2.19.0 9487acf6a @​dependabot[bot]
  • build(deps): bump golang.org/x/tools from 0.32.0 to 0.34.0 1e9a0b93e @​dependabot[bot]

v0.147.9

Improvements and fixes

  • Remove WARN with false negatives 6a4a3ab8f @​bep #13806
  • resources/page: Make sure a map is always initialized 36f6f987a @​bep #13810
  • tpl/tplimpl: Copy embedded HTML table render hook to each output format 18a9ca7d7 @​jmooring #13351
  • tpl/tplimpl: Change resources.GetRemote errors to suppressible warnings b6c8dfa9d @​jmooring #13803

... (truncated)

Commits
  • 98ba786 releaser: Bump versions for release of 0.148.1
  • 6f42cfb Fix assignment to entry in nil map
  • a84beee deps: Downgrade github.com/niklasfasching/go-org v1.9.0 => v1.8.0
  • 65893ef releaser: Prepare repository for 0.149.0-DEV
  • c0d9beb releaser: Bump versions for release of 0.148.0
  • 3e2f1cd Add Ancestors (plural) method to GitInfo, rename Ancestor field to Parent
  • 0a5b870 build(deps): bump github.com/evanw/esbuild from 0.25.5 to 0.25.6
  • bba6996 Allow creating home pages from content adapters
  • 94e2c27 build(deps): bump github.com/olekukonko/tablewriter from 1.0.7 to 1.0.8
  • 90d397b Remove the internal GitInfo type and make Page.GitInf() return a pointer
  • 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 Jul 14, 2025
@github-actions github-actions bot enabled auto-merge (squash) July 14, 2025 14:38
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gohugoio/hugo-0.148.1 branch from a721eef to 4b0e1cb Compare July 15, 2025 09:06
Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.147.0 to 0.148.1.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.yaml)
- [Commits](gohugoio/hugo@v0.147.0...v0.148.1)

---
updated-dependencies:
- dependency-name: github.com/gohugoio/hugo
  dependency-version: 0.148.1
  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.148.1 branch from 4b0e1cb to acf2f09 Compare July 15, 2025 09:18
@github-actions github-actions bot merged commit 4354633 into main Jul 15, 2025
32 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/github.com/gohugoio/hugo-0.148.1 branch July 15, 2025 09:27
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