Skip to content

chore: bump github.com/gohugoio/hugo from 0.116.0 to 0.117.0 #9084

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 Aug 14, 2023

Bumps github.com/gohugoio/hugo from 0.116.0 to 0.117.0.

Release notes

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

v0.117.0

This is a release on the small side, but. especially the new Page.RenderShortcodes method is so useful, especially for bigger sites, that we decided to get it out sooner rather than later. This method renders all the shortcodes in the content, preserving the surrounding markup (e.g. Markdown) as is. See the Hugo Documentation for more information.

Improvements

  • Add Page.RenderShortcodes ade7ec818 @​bep #7297
  • testing: Write test caches to /tmp 16da1ade7 @​bep #11327
  • Add retry in resources.GetRemote for temporary HTTP errors a3d42a277 @​bep #11312

Dependency Updates

  • build(deps): bump golang.org/x/net from 0.13.0 to 0.14.0 0de81c643 @​dependabot[bot]
  • build(deps): bump golang.org/x/image from 0.10.0 to 0.11.0 d4a6c16c1 @​dependabot[bot]
  • deps: Sync go-i18n with upstream 2e6191b2e @​bep #11336
  • build(deps): bump gocloud.dev from 0.24.0 to 0.33.0 2c20fd557 @​dependabot[bot]
  • build(deps): bump golang.org/x/net from 0.11.0 to 0.13.0 243736e75 @​dependabot[bot]
  • build(deps): bump github.com/marekm4/color-extractor from 1.2.0 to 1.2.1 bf891c225 @​dependabot[bot]
  • build(deps): bump github.com/frankban/quicktest from 1.14.5 to 1.14.6 da0df0ada @​dependabot[bot]
  • build(deps): bump golang.org/x/image from 0.9.0 to 0.10.0 0885f8ec2 @​dependabot[bot]
  • build(deps): bump github.com/clbanning/mxj/v2 from 2.5.7 to 2.7.0 61be050a9 @​dependabot[bot]
  • build(deps): bump golang.org/x/tools from 0.9.3 to 0.11.1 65af75fb0 @​dependabot[bot]
  • build(deps): bump go.uber.org/automaxprocs from 1.5.2 to 1.5.3 2d75f74b8 @​dependabot[bot]
  • build(deps): bump github.com/hairyhenderson/go-codeowners 2ac3d6160 @​dependabot[bot]
  • build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.0.9 9dce45c25 @​dependabot[bot]

Documentation

v0.116.1

What's Changed

Commits
  • b2f0696 releaser: Bump versions for release of 0.117.0
  • 0de81c6 build(deps): bump golang.org/x/net from 0.13.0 to 0.14.0
  • 851bf35 Add all config to docshelper.json
  • d4a6c16 build(deps): bump golang.org/x/image from 0.10.0 to 0.11.0
  • 5d5fb22 Merge commit '7c62d6ef1654c0383eae474d3bd9ddf7754c1f30'
  • 7c62d6e Squashed 'docs/' changes from c43daf45f..a7e1e9be8
  • 641390f Try to make test more stable
  • 2e6191b deps: Sync go-i18n with upstream
  • 22861cb Return original error on resources.GetRemote retry timeouts
  • 16da1ad testing: Write test caches to /tmp
  • 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> dependency 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> dependency 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

@cdr-bot cdr-bot bot changed the title chore: Bump github.com/gohugoio/hugo from 0.116.0 to 0.117.0 chore: bump github.com/gohugoio/hugo from 0.116.0 to 0.117.0 Aug 14, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gohugoio/hugo-0.117.0 branch from 9bfaf43 to 97a182e Compare August 14, 2023 22:04
Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.116.0 to 0.117.0.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml)
- [Commits](gohugoio/hugo@v0.116.0...v0.117.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.117.0 branch from 97a182e to 74e7c0d Compare August 15, 2023 15:55
@coadler coadler merged commit 279d9f7 into main Aug 15, 2023
@coadler coadler deleted the dependabot/go_modules/github.com/gohugoio/hugo-0.117.0 branch August 15, 2023 18:40
@github-actions github-actions bot locked and limited conversation to collaborators Aug 15, 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