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.121.1 #145

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 11 months ago

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

Release notes

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

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.

v0.121.0

There are some minor new features in this release, but it's mostly a release with bug fixes and dependency updates. One notable dependency update is libweb v1.3.2 which comes with a security fix for the Webp decoder (chromium: #1479274, CVE-2023-4863). Hugo only uses the encoder (we use Go's native Webp decoder) so we're not affected by this, but we have been contacted by some corporate Hugo users who's eager to have a clean security report.

Notes

  • kin-openapi v0.122.0 has some minor breaking API changes which, from Hugo's side of it, can be adapted by using the new .Map accessors if you get an error.

Bug fixes and enhancements

  • github: Fix CI build on Windows 6d4b01241 @​bep
  • Fix handling of dropped error in test 26a8ec207 @​alrs
  • resources/resource: Fix GroupByParamDate with raw TOML dates dd6cd6268 @​jmooring #11563
  • helpers: Fix TrimShortHTML used by markdownify and RenderString 0bde6931a @​jmooring #11698
  • Pull in the latest code from Go's template packages (#11771) 9f978d387 @​bep #10707 #11507
  • tpl: Allow using page resources on the images page parameter for opengraph, schema and twitter_cards templates 14d85ec13 @​razonyang
  • hugolib: Apply titleCaseStyle to automatic section pages 171836cdf @​jmooring #11547
  • tpl/urls: Retain query and fragment with absURL and absLangURL 9ea7103db @​jmooring #11772
  • markup: Add Level to Heading struct 3fc42da3d @​jmooring #10776
  • tpl/fmt: Print suppression help with erroridf d24da1712 @​jmooring #11506
  • tpl/transform: Display Chroma highlighting errors 4583b4130 @​jmooring #9642
  • common/para: Skip flaky test on CI e2a624dd6 @​bep
  • watcher: Skip flaky test for now 30a18e882 @​bep
  • tpl/transform: Add transform.XMLEscape template function b4c5df42f @​jmooring #3268
  • tpl/tplimpl: Remove superfluous type attr on script elements 8d32ca223 @​jmooring #6379
  • common/para: Skip flaky tests on Windows 27620daa2 @​bep
  • navigation: Unexport menu entry methods 80d2fdbaa @​jmooring #11670
  • markup/goldmark: Sync image render hook code with Goldmark 805cc1773 @​jmooring #11681

Dependency Updates

  • build(deps): bump github.com/alecthomas/chroma/v2 from 2.11.1 to 2.12.0 558f3258a @​dependabot[bot]
  • build(deps): bump github.com/tdewolff/minify/v2 from 2.20.8 to 2.20.9 507f4e356 @​dependabot[bot]
  • build(deps): bump github.com/spf13/cast from 1.5.1 to 1.6.0 a7e721e02 @​dependabot[bot]
  • build(deps): bump github.com/getkin/kin-openapi from 0.121.0 to 0.122.0 2627b91d3 @​dependabot[bot]
  • build(deps): bump golang.org/x/image from 0.13.0 to 0.14.0 e536d461a @​dependabot[bot]
  • deps: Update github.com/tdewolff/minify/v2 v2.20.7 => v2.20.8 bfc325f56 @​jmooring #5748
  • build(deps): bump github.com/spf13/afero from 1.10.0 to 1.11.0 36a60f65d @​dependabot[bot]
  • build(deps): bump github.com/evanw/esbuild from 0.19.7 to 0.19.8 de2fcc5e1 @​dependabot[bot]
  • build(deps): bump google.golang.org/api from 0.151.0 to 0.152.0 9ca889ba4 @​dependabot[bot]
  • deps: Upgrade to libwebp 1.3.2 4fb40ee87 @​bep #11746
  • build(deps): bump github.com/aws/aws-sdk-go from 1.48.4 to 1.48.6 bc93a3613 @​dependabot[bot]
  • build(deps): bump golang.org/x/tools from 0.15.0 to 0.16.0 3e5bc6f3b @​dependabot[bot]
  • build(deps): bump github.com/getkin/kin-openapi from 0.120.0 to 0.121.0 7c47036f1 @​dependabot[bot]

... (truncated)

Commits
  • 00b46fe releaser: Bump versions for release of 0.121.1
  • eb9f1eb Upgrade to Go 1.21.5
  • 5186e76 releaser: Prepare repository for 0.122.0-DEV
  • e321c35 releaser: Bump versions for release of 0.121.0
  • 255e0a9 docs: Regen docshelper
  • 558f325 build(deps): bump github.com/alecthomas/chroma/v2 from 2.11.1 to 2.12.0
  • 6580cd3 docs: Adjust last merge from docs repository
  • 7617de8 docs: Regen docs helper
  • d19ed4d Merge commit '35dec7c96f7ee3eb17dd444f7067f0c776fb56ae'
  • 35dec7c Squashed 'docs/' changes from 4d936aee6..4dd2d6415
  • 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 10 months ago

Superseded by #150.