Skip to content

chore: bump github.com/gohugoio/hugo from 0.105.0 to 0.107.0 #5222

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 Dec 1, 2022

Bumps github.com/gohugoio/hugo from 0.105.0 to 0.107.0.

Release notes

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

v0.107.0

This release is mostly interesting if you do code highlighting. We fixed a bottle neck which should show a significant performance boost for sites using code highlighting. Hugo's gohugo.io docs site builds ~20% faster. Also, Chroma, the highlighting library, is upgraded to v2.4.0 with new lexers and lots of improvements.

Bug fixes

Improvements

  • Add a cache for lexers.Get 7855b47f @​bep
  • markup/goldmark: Improve benchmark 34d1150d @​bep
  • commands: Create assets directory with new site 85e2ac1a @​jmooring #10460

Dependency Updates

  • build(deps): bump github.com/getkin/kin-openapi from 0.108.0 to 0.109.0 6a004b8d @​dependabot[bot]
  • build(deps): bump github.com/evanw/esbuild from 0.15.14 to 0.15.15 09236224 @​dependabot[bot]
  • build(deps): bump github.com/frankban/quicktest from 1.14.3 to 1.14.4 74776726 @​dependabot[bot]
  • build(deps): bump golang.org/x/tools from 0.2.0 to 0.3.0 63f7f0ff @​dependabot[bot]
  • deps: Upgrade github.com/alecthomas/chroma/v2 v2.4.0 bcb62d89 @​bep

v0.106.0

Bug fixes

  • Fix taxonomy weight sort regression 52ea07d2 @​bep #10406
  • tlp/resources: resources.Get returns nil when given empty string db945a6e @​shifterbit
  • tpl/internal: Sync go_templates f6ab9553 @​bep #10411

Dependency Updates

  • build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.4 to 2.0.6 bafb389b @​dependabot[bot]
  • build(deps): bump github.com/evanw/esbuild from 0.15.13 to 0.15.14 cdd83bf3 @​dependabot[bot]
  • deps: Update the libweb version string e00220a0 @​bep
  • deps: Upgrade github.com/bep/gowebp v0.1.0 => v0.2.0 a662ddae @​bep
  • build(deps): bump github.com/yuin/goldmark from 1.5.2 to 1.5.3 fe08d35f @​dependabot[bot]
  • build(deps): bump github.com/spf13/afero from 1.9.2 to 1.9.3 4b675ddd @​dependabot[bot]
  • build(deps): bump github.com/getkin/kin-openapi from 0.107.0 to 0.108.0 24eaa290 @​dependabot[bot]
  • build(deps): bump github.com/clbanning/mxj/v2 from 2.5.6 to 2.5.7 58a98c77 @​dependabot[bot]
  • build(deps): bump golang.org/x/net from 0.1.0 to 0.2.0 900904fd @​dependabot[bot]
  • build(deps): bump github.com/evanw/esbuild from 0.15.12 to 0.15.13 24eca0cb @​dependabot[bot]

Documentation

  • docs: Regen CLI docs 0a019a1a @​bep
  • docs: Regenerate docs helper 9f7fb0a7 @​bep
  • Add Go 1.16+ install method to README 60e0e2c1 @​vgnh
  • readme: Update ToC 13adf3e0 @​vgnh

... (truncated)

Commits
  • 2221b5b releaser: Bump versions for release of 0.107.0
  • 6a004b8 build(deps): bump github.com/getkin/kin-openapi from 0.108.0 to 0.109.0
  • 0923622 build(deps): bump github.com/evanw/esbuild from 0.15.14 to 0.15.15
  • 7855b47 Add a cache for lexers.Get
  • 34d1150 markup/goldmark: Improve benchmark
  • 85e2ac1 commands: Create assets directory with new site
  • 7477672 build(deps): bump github.com/frankban/quicktest from 1.14.3 to 1.14.4
  • 63f7f0f build(deps): bump golang.org/x/tools from 0.2.0 to 0.3.0
  • bcb62d8 deps: Upgrade github.com/alecthomas/chroma/v2 v2.4.0
  • 00fe7e0 hugo/parser: Fix shortcode boolean param parsing
  • 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)

@coadler coadler enabled auto-merge (squash) December 1, 2022 17:42
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gohugoio/hugo-0.107.0 branch from 678d595 to f177476 Compare December 1, 2022 17:44
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gohugoio/hugo-0.107.0 branch from f177476 to 37354c9 Compare December 1, 2022 17:46
Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.105.0 to 0.107.0.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml)
- [Commits](gohugoio/hugo@v0.105.0...v0.107.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.107.0 branch from 37354c9 to 8223b42 Compare December 1, 2022 17:58
@coadler
Copy link
Contributor

coadler commented Dec 1, 2022

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2022

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@coadler coadler merged commit 9724dbd into main Dec 1, 2022
@coadler coadler deleted the dependabot/go_modules/github.com/gohugoio/hugo-0.107.0 branch December 1, 2022 18:11
@github-actions github-actions bot locked and limited conversation to collaborators Dec 1, 2022
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