hedgedoc / hedgedoc.github.io

The landing page at hedgedoc.org
https://hedgedoc.org
6 stars 7 forks source link

chore(deps): update dependency gohugoio/hugo to v0.116.1 #401

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Update Change
gohugoio/hugo minor 0.115.4 -> 0.116.1

Release Notes

gohugoio/hugo (gohugoio/hugo) ### [`v0.116.1`](https://togithub.com/gohugoio/hugo/releases/tag/v0.116.1) [Compare Source](https://togithub.com/gohugoio/hugo/compare/v0.116.0...v0.116.1) #### What's Changed - Fix module config watch regression [`30885a6`](https://togithub.com/gohugoio/hugo/commit/30885a6c5) [@​bep](https://togithub.com/bep) [#​11313](https://togithub.com/gohugoio/hugo/issues/11313) - deps: Fix Chroma dependency version [`58da855`](https://togithub.com/gohugoio/hugo/commit/58da8554c) [@​jmooring](https://togithub.com/jmooring) [#​11311](https://togithub.com/gohugoio/hugo/issues/11311) ### [`v0.116.0`](https://togithub.com/gohugoio/hugo/releases/tag/v0.116.0) [Compare Source](https://togithub.com/gohugoio/hugo/compare/v0.115.4...v0.116.0) There are two notable changes in this release. For one, we have changed the default location of the `cacheDir` (where Hugo stores all its file caches). Having the cache stored in a `/tmp` folder has had its issues, especially for the module cache and especially on MacOS. The current new default should be better and more stable. See See [Configure CacheDir](https://gohugo.io/getting-started/configuration/#configure-cachedir) for more info. Also in this release: The `where` template func finally supports regular expressions with the new [like](https://gohugo.io/functions/where/#use-where-with-like) operator. #### Note - Deprecate taxonomyTerm [`bec9b80`](https://togithub.com/gohugoio/hugo/commit/bec9b80d9) [@​bep](https://togithub.com/bep) [#​11256](https://togithub.com/gohugoio/hugo/issues/11256) - Warn about unknown kinds in disableKinds [`1c97095`](https://togithub.com/gohugoio/hugo/commit/1c97095ac) [@​bep](https://togithub.com/bep) [#​11256](https://togithub.com/gohugoio/hugo/issues/11256) - The default value for `cacheDir` is changed to be stored below the directory as defined by Go's [os.UserCacheDir](https://pkg.go.dev/os#UserCacheDir). See [Configure CacheDir](https://gohugo.io/getting-started/configuration/#configure-cachedir) #### Bug fixes - resources: Fix spelling in method name [`be8e2de`](https://togithub.com/gohugoio/hugo/commit/be8e2de59) [@​bep](https://togithub.com/bep) - Fix so temporary images do not get published [`fbb8eb3`](https://togithub.com/gohugoio/hugo/commit/fbb8eb39e) [@​bep](https://togithub.com/bep) [#​10255](https://togithub.com/gohugoio/hugo/issues/10255) - readme: Fix link [`87d9bff`](https://togithub.com/gohugoio/hugo/commit/87d9bffe7) [@​tfsojon](https://togithub.com/tfsojon) - tpl/collections: Fix description of apply function [`dc2a544`](https://togithub.com/gohugoio/hugo/commit/dc2a544fa) [@​jmooring](https://togithub.com/jmooring) - Fix multiple languages in HUGO_DISABLELANGUAGES [`7f058b8`](https://togithub.com/gohugoio/hugo/commit/7f058b8ba) [@​bep](https://togithub.com/bep) [#​11278](https://togithub.com/gohugoio/hugo/issues/11278) #### Improvements - config: Do not fail on unknown config keys [`c1df5b1`](https://togithub.com/gohugoio/hugo/commit/c1df5b1b0) [@​bep](https://togithub.com/bep) - commands: Update cacheDir description [`d9fdcbe`](https://togithub.com/gohugoio/hugo/commit/d9fdcbe93) [@​jmooring](https://togithub.com/jmooring) - Update where.md [`295d733`](https://togithub.com/gohugoio/hugo/commit/295d73388) [@​bep](https://togithub.com/bep) - Deprecate taxonomyTerm [`bec9b80`](https://togithub.com/gohugoio/hugo/commit/bec9b80d9) [@​bep](https://togithub.com/bep) [#​11256](https://togithub.com/gohugoio/hugo/issues/11256) - Warn about unknown kinds in disableKinds [`1c97095`](https://togithub.com/gohugoio/hugo/commit/1c97095ac) [@​bep](https://togithub.com/bep) [#​11256](https://togithub.com/gohugoio/hugo/issues/11256) - Move all Kind constants to its own package [`b3cb678`](https://togithub.com/gohugoio/hugo/commit/b3cb6788b) [@​bep](https://togithub.com/bep) [#​11256](https://togithub.com/gohugoio/hugo/issues/11256) - Remove unused autogenerated method [`36b5126`](https://togithub.com/gohugoio/hugo/commit/36b512605) [@​bep](https://togithub.com/bep) - tpl/collections: Add BenchmarkWhereOps [`ef6e813`](https://togithub.com/gohugoio/hugo/commit/ef6e813ca) [@​bep](https://togithub.com/bep) - tpl/collections: Add like operator to where function [`f4598a0`](https://togithub.com/gohugoio/hugo/commit/f4598a098) [@​jmooring](https://togithub.com/jmooring) [#​11279](https://togithub.com/gohugoio/hugo/issues/11279) - Use os.UserCacheDir as first fallback if cacheDir is not set [`b3f1055`](https://togithub.com/gohugoio/hugo/commit/b3f10556f) [@​bep](https://togithub.com/bep) [#​11286](https://togithub.com/gohugoio/hugo/issues/11286) [#​11291](https://togithub.com/gohugoio/hugo/issues/11291) - Add a common regexp cache [`4d7af75`](https://togithub.com/gohugoio/hugo/commit/4d7af757c) [@​bep](https://togithub.com/bep) - commands: Replace deprecated ioutil with os [`2589b12`](https://togithub.com/gohugoio/hugo/commit/2589b1295) [@​alexandear](https://togithub.com/alexandear) #### Dependency Updates - build(deps): bump github.com/evanw/esbuild from 0.18.11 to 0.18.17 [`d7db096`](https://togithub.com/gohugoio/hugo/commit/d7db096a9) [@​dependabot](https://togithub.com/dependabot)\[bot] - build(deps): bump github.com/rogpeppe/go-internal [`5542f02`](https://togithub.com/gohugoio/hugo/commit/5542f02fb) [@​dependabot](https://togithub.com/dependabot)\[bot] - build(deps): bump golang.org/x/image from 0.8.0 to 0.9.0 [`0bc7ed9`](https://togithub.com/gohugoio/hugo/commit/0bc7ed9a1) [@​dependabot](https://togithub.com/dependabot)\[bot] - deps: Upgrade github.com/yuin/goldmark v1.5.4 => v1.5.5 [`739d10e`](https://togithub.com/gohugoio/hugo/commit/739d10e8b) [@​jmooring](https://togithub.com/jmooring) #### Documentation - docs: Regenerate CLI docs [`d297c8e`](https://togithub.com/gohugoio/hugo/commit/d297c8e1b) [@​bep](https://togithub.com/bep) - docs: Update where [`d524778`](https://togithub.com/gohugoio/hugo/commit/d5247788e) [@​bep](https://togithub.com/bep) - docs: Update where function operators [`036e260`](https://togithub.com/gohugoio/hugo/commit/036e260d8) [@​jmooring](https://togithub.com/jmooring) - docs: Rework the cacheDir documentation [`a50356b`](https://togithub.com/gohugoio/hugo/commit/a50356b9a) [@​bep](https://togithub.com/bep) #### Build Setup - snap: Set cache location to $HOME/.cache/hugo_cache [`9163973`](https://togithub.com/gohugoio/hugo/commit/916397320) [@​jmooring](https://togithub.com/jmooring) - snap: Allow access to SSH keys and $HOME/.config/hugo [`575d7f8`](https://togithub.com/gohugoio/hugo/commit/575d7f806) [@​jmooring](https://togithub.com/jmooring) [#​11288](https://togithub.com/gohugoio/hugo/issues/11288)

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.