Skip to content

chore: bump github.com/gohugoio/hugo from 0.119.0 to 0.120.3 #10544

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 Nov 6, 2023

Bumps github.com/gohugoio/hugo from 0.119.0 to 0.120.3.

Release notes

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

v0.120.3

What's Changed

  • tpl/tplimpl: Fix deprecation logic in embedded templates cb98e9061 @​jmooring #11658
  • Remove some old and unused deprecation code 5fa97ee96 @​bep
  • Add a field prefix to the deprecated log statements 4d38f4725 @​bep
  • Avoid double printing INFO deprecation messages 80f793c38 @​bep #11645
  • build(deps): bump github.com/tdewolff/parse/v2 from 2.7.1 to 2.7.3 a9079d7a6 @​dependabot[bot]
  • build(deps): bump github.com/tdewolff/minify/v2 from 2.20.1 to 2.20.5 4914b7f18 @​dependabot[bot]

v0.120.2

What's Changed

v0.120.1

What's Changed

  • deps: Update github.com/tdewolff/minify/v2 v2.20.0 => v2.20.1 2bedcf3d1 @​jmooring #11633

v0.120.0

This is a full dependency refresh and a couple of new cool features:

A new Padding image filter, and a new debug.Timer template func. The new debug.Timer is useful for finding performance bottle necks in templates:

{{ $timer := debug.Timer "slowTemplate" }}
// ...
{{ $timer.Stop }}

If you then run hugo --logLevel info you should see timer info logged at the end of the build. You can have as many timers as you want and if you don't stop them, they will be stopped at the end of build.

Hugo now also builds release binaries for Solaris now that a long-living issue in the upstream ƒsnotify library has been fixed, thanks to @​nshalman.

Notes

  • The enableEmoji flag now only works for Markdown content. This is unfortunate, but the old solution has some known issues and it was too hard to make it work properly as a general thing across all formats. See #11598
  • site.DisqusShortname is deprecated 2eca1b3cc
  • site.GoogleAnalytics is deprecated a692278bc
  • site.Author is deprecated d4016dd5c
  • site.Social is deprecated 4910312ee

... (truncated)

Commits
  • a4892a0 releaser: Bump versions for release of 0.120.3
  • cb98e90 tpl/tplimpl: Fix deprecation logic in embedded templates
  • 5fa97ee Remove some old and unused deprecation code
  • 4d38f47 Add a field prefix to the deprecated log statements
  • 80f793c Avoid double printing INFO deprecation messages
  • a9079d7 build(deps): bump github.com/tdewolff/parse/v2 from 2.7.1 to 2.7.3
  • 4914b7f build(deps): bump github.com/tdewolff/minify/v2 from 2.20.1 to 2.20.5
  • 9e06fd3 releaser: Prepare repository for 0.121.0-DEV
  • 9c2b241 releaser: Bump versions for release of 0.120.2
  • ab21433 Fix deprecation printing on info level
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.119.0 to 0.120.3.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml)
- [Commits](gohugoio/hugo@v0.119.0...v0.120.3)

---
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>
@kylecarbs kylecarbs merged commit a5c409d into main Nov 6, 2023
@kylecarbs kylecarbs deleted the dependabot/go_modules/github.com/gohugoio/hugo-0.120.3 branch November 6, 2023 17:20
@github-actions github-actions bot locked and limited conversation to collaborators Nov 6, 2023
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