Skip to content
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

Bump github.com/gohugoio/hugo from 0.138.0 to 0.139.3 #144

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps github.com/gohugoio/hugo from 0.138.0 to 0.139.3.

Release notes

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

v0.139.3

What's Changed

  • Fix server edits of resources included in shortcode/hooks c1dc35dd7 @​bep #13093
  • commands: Fix flaw in the livereload logic dea158c88 @​bep
  • build(deps): bump github.com/bep/godartsass/v2 from 2.3.0 to 2.3.1 7e130e34f @​dependabot[bot]
  • build(deps): bump github.com/tetratelabs/wazero from 1.8.1 to 1.8.2 88b7868fb @​dependabot[bot]
  • Fix some typos fc3d1cbad @​thirdkeyword

v0.139.2

Note that this is the second patch release today. See v0.139.1. We had to do this release to get the Hugo Docs build running.

What's Changed

  • modules: Skip empty lines in modules.txt 0ab81896d @​bep #13084

v0.139.1

What's Changed

  • Revert "build(deps): bump github.com/tdewolff/minify/v2 from 2.20.37 to 2.21.1" aa3dd197f @​bep #13082
  • minifiers: Add failing test for upstream bug 5a50eee9d @​bep #13082
  • dartsass: Fix nilpointer on Close when Dart Sass isn't installed 8d017a60f @​bep #13076

v0.139.0

This release is mostly about removing code that has been deprecated for a long time. This has been shown as an ERROR in the build log and failed the build for at least the last 6 minor Hugo versions, in most cases much longer.

But this is also a full dependency refresh, and there are also some new stuff. For one, we added a -O flag to hugo server to open up the site in your browser after start. This is now my (@​bep) shortcut to start the server:

function h() {
  hugo server  -F -O -N -D
}

Note

  • dartsass: Remove support for v1 of the protocol/binary (note) 1fd845eee @​bep
  • Remove deprecations <= v0.122.0 (note) ad43d137d @​bep

Bug fixes

... (truncated)

Commits
  • 2f68643 releaser: Bump versions for release of 0.139.3
  • c1dc35d Fix server edits of resources included in shortcode/hooks
  • fc3d1cb Fix some typos
  • 7e130e3 build(deps): bump github.com/bep/godartsass/v2 from 2.3.0 to 2.3.1
  • 88b7868 build(deps): bump github.com/tetratelabs/wazero from 1.8.1 to 1.8.2
  • dea158c commands: Fix flaw in the livereload logic
  • 467444e releaser: Prepare repository for 0.140.0-DEV
  • 770f548 releaser: Bump versions for release of 0.139.2
  • 0ab8189 modules: Skip empty lines in modules.txt
  • e00fdae releaser: Prepare repository for 0.140.0-DEV
  • 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 the topic: infrastructure Related to project infrastructure label Dec 2, 2024
@per1234 per1234 added the type: enhancement Proposed improvement label Dec 4, 2024
Copy link
Owner

@per1234 per1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the review on the previous bump PR:

#142 (review)

Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.138.0 to 0.139.3.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml)
- [Commits](gohugoio/hugo@v0.138.0...v0.139.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gohugoio/hugo-0.139.3 branch from 505f0b8 to 6510cbc Compare December 9, 2024 13:15
Copy link
Owner

@per1234 per1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate of #148

@per1234 per1234 closed this Dec 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@per1234 per1234 added the conclusion: duplicate Has already been submitted label Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gohugoio/hugo-0.139.3 branch December 9, 2024 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: duplicate Has already been submitted topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant