Skip to content

chore: bump github.com/gohugoio/hugo from 0.126.1 to 0.128.2 #13811

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 8, 2024

Bumps github.com/gohugoio/hugo from 0.126.1 to 0.128.2.

Release notes

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

v0.128.2

What's Changed

  • Fix site.GetPage, never do short lookups for paths with leadig slash 8cf96f244 @​bep #12638

v0.128.1

What's Changed

  • Fix it so publishDate rolls up to section, taxonomy, or term pages 7b6dafc53 @​bep #12438
  • create/skeletons: Fix languageCode region subtag a95fe5061 @​CyrusYip
  • Update README.md 932ab4c05 @​jmooring

v0.128.0

This release brings TailwindCSS v4 (alpha) support. For more info about the TailwindCSS 4 integration, see this repo. Also notable is the new templates.Defer template func and the dramatically improved performance of $page.GetTerms for bigger sites.

Bug fixes

  • tpl/debug: Fix reset of debug timers when running the server c880faa99 @​bep #12621
  • Fix Erroridf/Warnidf mixed case issue 8731d8822 @​bep #12617
  • Fix live reload when both CSS and HTML changes ad6d91cab @​bep #12600
  • config: Fix typo 7ee36b371 @​razonyang

Improvements

  • Add css.TailwindCSS e1317dd32 @​bep #12618 #12620
  • Clean up the css related template funcs package structure eddcd2bac @​bep #12618
  • modules: Remove newly introduced "mount source" does not exist warning 16e4662b7 @​bep
  • Implement defer 6cd0784e4 @​bep #8086 #12589
  • common/hexec: Fall back to the binary in PATH if npx fails 1c85830bc @​bep #12486
  • deploy: Add stripIndexHtml target option d5542ed28 @​depp #12607
  • Speed up GetTerms 478a9107a @​bep #12610
  • markup/goldmark: Add the Hugo Goldmark Extras "delete" extension 8efc75b73 @​jmooring #12597
  • resources: Update Dart Sass error message 57165d44e @​jmooring
  • resources/page: Deprecate PageSize in favor of PagerSize 9c3143c45 @​bep #12572
  • Rename DefaultPageSize => PagerSize 9f22bc441 @​bep
  • resources/page: Let GroupByParam return nil instead of error cba2de6ec @​jmooring #12578
  • Add option to not generate aliases for first page of pagination pages 9c4e14eb4 @​bep #12572
  • js: Support more recent targets with js.Build / esbuild 1cdd3d0a9 @​bep #12575

Dependency Updates

  • deps: Upgrade github.com/yuin/goldmark v1.7.2 => v1.7.4 79da24a0e @​jmooring
  • deps: Upgrade github.com/yuin/goldmark-emoji v1.0.2 => v1.0.3 b187c0658 @​jmooring
  • deps: Upgrade github.com/alecthomas/chroma v2.13.0 => v2.14.0 8cf94aea7 @​jmooring #12580
  • deps: Upgrade github.com/evanw/esbuild v0.20.2 => v0.21.4 b57306d61 @​bep #12575

... (truncated)

Commits
  • de36c1a releaser: Bump versions for release of 0.128.2
  • 8cf96f2 Fix site.GetPage, never do short lookups for paths with leadig slash
  • 82af94d releaser: Prepare repository for 0.129.0-DEV
  • 0ff542b releaser: Bump versions for release of 0.128.1
  • a95fe50 create/skeletons: Fix languageCode region subtag
  • 7b6dafc Fix it so publishDate rolls up to section, taxonomy, or term pages
  • 932ab4c Update README.md
  • 95479fc releaser: Prepare repository for 0.129.0-DEV
  • e6d2712 releaser: Bump versions for release of 0.128.0
  • 79da24a deps: Upgrade github.com/yuin/goldmark v1.7.2 => v1.7.4
  • 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.126.1 to 0.128.2.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml)
- [Commits](gohugoio/hugo@v0.126.1...v0.128.2)

---
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>
@coadler coadler merged commit 7574a2d into main Jul 9, 2024
28 of 29 checks passed
@coadler coadler deleted the dependabot/go_modules/github.com/gohugoio/hugo-0.128.2 branch July 9, 2024 21:04
@github-actions github-actions bot locked and limited conversation to collaborators Jul 9, 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