bwplotka / mdox

Format your docs; autogenerate from flags or Go structs or even generate versioned website directly from markdown!
Apache License 2.0
68 stars 11 forks source link

Bump github.com/gohugoio/hugo from 0.120.4 to 0.122.0 #150

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps github.com/gohugoio/hugo from 0.120.4 to 0.122.0.

Release notes

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

v0.122.0

The big new thing in Hugo 0.122.0 is LaTeX or TeX typsetting directly from Markdown using standard syntax. Thanks to @​j2kun and @​jmooring for making this happen.

Bug fixes

Improvements

Dependency Updates

  • build(deps): bump golang.org/x/tools from 0.16.0 to 0.17.0 e0021f496 @​dependabot[bot]
  • build(deps): bump github.com/rogpeppe/go-internal from 1.11.0 to 1.12.0 d25902c0d @​dependabot[bot]
  • build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1 2dd608378 @​dependabot[bot]
  • build(deps): bump github.com/evanw/esbuild from 0.19.8 to 0.19.12 45f52be7f @​dependabot[bot]
  • deps: Update github.com/tdewolff/minify/v2 v2.20.9 => v2.20.13 891534307 @​jtatum

Documentation

  • docs: Regen docshelper 50042ee1f @​bep
  • README: Update minimum Go version to 1.20 911bc60a7 @​jmooring

v0.121.2

The main motivation behind this release is a security fix in the upstream golang.org/x/crypto library. We don't see how that CVE could be exploited via Hugo, but we do appreciate that many want to have a clean security report.

There's also some new features in this release:

What's Changed

v0.121.1

The only change in this release is that the release binaries are compiled with Go 1.21.5 which contains some security fixes that are relevant for Hugo.

... (truncated)

Commits
  • b9a03bd releaser: Bump versions for release of 0.122.0
  • e0021f4 build(deps): bump golang.org/x/tools from 0.16.0 to 0.17.0
  • d25902c build(deps): bump github.com/rogpeppe/go-internal from 1.11.0 to 1.12.0
  • 50042ee docs: Regen docshelper
  • 3758456 Merge commit '7125ad401ad043e46262afc7eca8dceb6d54bb9e'
  • 7125ad4 Squashed 'docs/' changes from 4dd2d6415..3b1a8579d
  • d0d2c67 markup/goldmark: Support passthrough extension
  • 2dd6083 build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1
  • 45f52be build(deps): bump github.com/evanw/esbuild from 0.19.8 to 0.19.12
  • 87bf2b9 tpl/tplimpl: Fix incorrect lastBuildDate
  • 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 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[bot] commented 9 months ago

Superseded by #151.