Skip to content

chore: bump github.com/gohugoio/hugo from 0.134.1 to 0.135.0 #14872

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps github.com/gohugoio/hugo from 0.134.1 to 0.135.0.

Release notes

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

v0.135.0

This is a small release, the main motivation was to finally ... drum roll ... get a tagged Hugo Docker image published. Big thanks to @​bmanth60 for the tip that solved this issue.

Improvements

  • resources/page: Validate predefined front matter dates 4c02a52f7 @​jmooring #10717
  • tailwind: Pin Tailwind 4 test to alpha 24 da72ac2db @​bep #12880
  • tpl/compare: Use any data type for compare.Conditional condition 0ea796dad @​jmooring

Dependency Updates

  • build(deps): bump golang.org/x/mod from 0.19.0 to 0.21.0 12c9ce34b @​dependabot[bot]
  • build(deps): bump github.com/bep/helpers from 0.4.0 to 0.5.0 47b055589 @​dependabot[bot]
  • build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 e56ea4066 @​dependabot[bot]
  • build(deps): bump golang.org/x/image from 0.19.0 to 0.20.0 578442f89 @​dependabot[bot]
  • deps: Upgrade github.com/gobuffalo/flect v1.0.2 => v1.0.3 1e690c0f2 @​khayyamsaleem #12827

Build Setup

  • github: Trigger image workflow on release.published 0d390d7eb @​bep #12753

v0.134.3

  • tpl: Remove RSS deprecation site.Author check e07028cb9 @​bep
  • modules: Improve console output on hugo mod init 22a9f3fc9 @​bep #11458
  • commands: Ignore "module does not exist" errors in hugo mod init e363964f2 @​bep #11458
  • Add exclusion for helix .bck files c260cb28a @​David-Else #12677
  • hugolib: Move hugolib/site_new.go into hugolib/site.go e07914537 @​bep
  • libsass: Resolve directory paths to directory index files 5b442b3cc @​jmooring #12851
  • dartsass: Resolve directory paths to directory index files 2bc27657d @​jmooring #12849
  • internal/warpc: Improve the JS plugin API 28f621d4a @​bep

v0.134.2

What's Changed

  • Don't count HTML markup in auto summaries 3d6baedae @​bep #12837
Commits
  • f30603c releaser: Bump versions for release of 0.135.0
  • 12c9ce3 build(deps): bump golang.org/x/mod from 0.19.0 to 0.21.0
  • 47b0555 build(deps): bump github.com/bep/helpers from 0.4.0 to 0.5.0
  • e56ea40 build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0
  • 4c02a52 resources/page: Validate predefined front matter dates
  • 578442f build(deps): bump golang.org/x/image from 0.19.0 to 0.20.0
  • 0d390d7 github: Trigger image workflow on release.published
  • da72ac2 tailwind: Pin Tailwind 4 test to alpha 24
  • 0ea796d tpl/compare: Use any data type for compare.Conditional condition
  • 1e690c0 deps: Upgrade github.com/gobuffalo/flect v1.0.2 => v1.0.3
  • 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)

@matifali
Copy link
Member

matifali commented Oct 2, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gohugoio/hugo-0.135.0 branch from f02237f to f08ca8f Compare October 2, 2024 08:30
@github-actions github-actions bot added the stale This issue is like stale bread. label Oct 10, 2024
@matifali
Copy link
Member

@dependabot rebase

Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.134.1 to 0.135.0.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml)
- [Commits](gohugoio/hugo@v0.134.1...v0.135.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>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gohugoio/hugo-0.135.0 branch from f08ca8f to dfd2a14 Compare October 12, 2024 11:45
@github-actions github-actions bot removed the stale This issue is like stale bread. label Oct 13, 2024
@github-actions github-actions bot added the stale This issue is like stale bread. label Oct 20, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2024

Superseded by #15164.

@dependabot dependabot bot closed this Oct 21, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gohugoio/hugo-0.135.0 branch October 21, 2024 11:45
@github-actions github-actions bot locked and limited conversation to collaborators Oct 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
stale This issue is like stale bread.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant