Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: bump github.com/gohugoio/hugo from 0.97.3 to 0.98.0 #1247

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 May 2, 2022

Bumps github.com/gohugoio/hugo from 0.97.3 to 0.98.0.

Release notes

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

v0.98.0

This release is mostly some important upgrades of Hugo's core dependencies, but we have also added crypto.FNV32a template function, which produces 32-bit unsigned integer hashes from a string. We have already many hash functions, but none of them produces an integer, which can be useful, e.g.:

{{ $mystring := "Hugo" }}
{{ $colors := slice "orange" "blue" "green" "steel" "hotpink" }}
{{ $hash := (crypto.FNV32a $mystring) }}
{{ $i := mod $hash (len $colors) }}
{{ $color := index $colors $i }}

This release represents 29 contributions by 3 contributors to the main Hugo code base.

Hugo now has:

Notes

  • Deprecate page.Author and page.Authors 097fd588 @​bep

Changes

  • docs: Regen docs helper a4fff575 @​bep
  • Some godoc adjustments and image struct renames fa80fe3c @​bep
  • tpl/crypto: Add FNV32a 11047534 @​bep
  • markup/goldmark: Fix attribute nilpointer d7b54a4c @​bep #9819
  • deps: Update to gocloud.dev v0.24.0 13ceef75 @​bep
  • build(deps): bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 942d0dd2 @​dependabot[bot]
  • deps: Update github.com/yuin/goldmark v1.4.11 => v1.4.12 a022ca27 @​jmooring #9054 #9756 #9757
  • build(deps): bump github.com/evanw/esbuild from 0.14.36 to 0.14.38 d56b3395 @​dependabot[bot]
  • deps: Update github.com/tdewolff/minify/v2 v2.11.1 => v2.11.2 55e28c23 @​jmooring #9820
  • Some godoc adjustments 9a888c24 @​bep
  • tpl/lang: Handle nil values in lang.Merge 05b45c35 @​bep
  • resources/page: Mark some more interface methods as internal 625be77e @​bep
  • Deprecate page.Author and page.Authors 097fd588 @​bep
  • releaser: Prepare repository for 0.98.0-DEV 41cc4e4b @​bep
  • releaser: Bump versions for release of 0.97.3 078053a @​bep
  • releaser: Add release notes for 0.97.3 [ci skip] 7d9f8880 @​bep
  • Fix syncing of /static regression 9b352f04 @​bep #9794 #9788
  • Revert "Revert "Fix PostProcess regression for hugo server"" e66e2e9c @​bep #9794
  • releaser: Prepare repository for 0.98.0-DEV 5de6f8a0 @​bep
  • releaser: Bump versions for release of 0.97.2 5099abe6 @​bep
  • releaser: Add release notes for 0.97.2 [ci skip] 99ec88d4 @​bep
  • Revert "Fix PostProcess regression for hugo server" 6c35a1a9 @​bep
  • releaser: Prepare repository for 0.98.0-DEV 363bc907 @​bep
  • releaser: Bump versions for release of 0.97.1 04efcb2a @​bep
  • releaser: Add release notes for 0.97.1 [ci skip] 45607255 @​bep

... (truncated)

Commits
  • 165d299 releaser: Bump versions for release of 0.98.0
  • e94dc67 releaser: Add release notes for 0.98.0
  • a4fff57 docs: Regen docs helper
  • 4852a37 Merge commit '3902f9a4767fe6e62ac5146728d8311b8cd227e0'
  • 3902f9a Squashed 'docs/' changes from 4c5edacfe..7030fe3a2
  • fa80fe3 Some godoc adjustments and image struct renames
  • 1104753 tpl/crypto: Add FNV32a
  • d7b54a4 markup/goldmark: Fix attribute nilpointer
  • 13ceef7 deps: Update to gocloud.dev v0.24.0
  • 942d0dd build(deps): bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0
  • 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 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 force-pushed the dependabot/go_modules/github.com/gohugoio/hugo-0.98.0 branch 2 times, most recently from 0b6a5de to 20e2144 Compare May 2, 2022 17:34
Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.97.3 to 0.98.0.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Changelog](https://github.com/gohugoio/hugo/blob/master/goreleaser.yml)
- [Commits](gohugoio/hugo@v0.97.3...v0.98.0)

---
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.98.0 branch from 20e2144 to deddfdc Compare May 2, 2022 17:37
@coadler coadler enabled auto-merge (squash) May 2, 2022 17:39
@coadler coadler merged commit 2293d7e into main May 2, 2022
@coadler coadler deleted the dependabot/go_modules/github.com/gohugoio/hugo-0.98.0 branch May 2, 2022 17:49
kylecarbs pushed a commit that referenced this pull request Jun 10, 2022
Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.97.3 to 0.98.0.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Changelog](https://github.com/gohugoio/hugo/blob/master/goreleaser.yml)
- [Commits](gohugoio/hugo@v0.97.3...v0.98.0)

---
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]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant