Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module github.com/gohugoio/hugo to v0.115.0 (#821)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/gohugoio/hugo](https://togithub.com/gohugoio/hugo) | require | minor | `v0.114.1` -> `v0.115.0` | --- ### Release Notes <details> <summary>gohugoio/hugo (github.com/gohugoio/hugo)</summary> ### [`v0.115.0`](https://togithub.com/gohugoio/hugo/releases/tag/v0.115.0) [Compare Source](https://togithub.com/gohugoio/hugo/compare/v0.114.1...v0.115.0) The notable new feature in this release is that you can now have permalink configuration also for section and taxonomy pages. Thanks to [@​Mai-Lapyst](https://togithub.com/Mai-Lapyst) for the implementation. See the [documentation](https://gohugo.io/content-management/urls/#permalinks) for more information. #### Bug fixes - commands: Fix panic when running hugo new theme without theme name [`635cc34`](https://togithub.com/gohugoio/hugo/commit/635cc346) [@​deining](https://togithub.com/deining) [#​11162](https://togithub.com/gohugoio/hugo/issues/11162) - Fix output formats and media type per language config regression [`79639c9`](https://togithub.com/gohugoio/hugo/commit/79639c98) [@​bep](https://togithub.com/bep) [#​11159](https://togithub.com/gohugoio/hugo/issues/11159) - common/collections: Fix append regression to allow appending nil [`b74b8d6`](https://togithub.com/gohugoio/hugo/commit/b74b8d64) [@​khayyamsaleem](https://togithub.com/khayyamsaleem) [#​11180](https://togithub.com/gohugoio/hugo/issues/11180) - commands: Fix help message for hugo new theme [`793e38f`](https://togithub.com/gohugoio/hugo/commit/793e38f5) [@​deining](https://togithub.com/deining) [#​11161](https://togithub.com/gohugoio/hugo/issues/11161) - Fix false path warnings with resources.PostProcess [`fa0e16f`](https://togithub.com/gohugoio/hugo/commit/fa0e16f4) [@​bep](https://togithub.com/bep) [#​7735](https://togithub.com/gohugoio/hugo/issues/7735) - tpl/tplimpl: Fix typo in global variable name [`e3308a0`](https://togithub.com/gohugoio/hugo/commit/e3308a0b) [@​alexandear](https://togithub.com/alexandear) - Fix broken nodeploy setup [`5b4bfc2`](https://togithub.com/gohugoio/hugo/commit/5b4bfc2d) [@​bep](https://togithub.com/bep) [#​11149](https://togithub.com/gohugoio/hugo/issues/11149) #### Improvements - Misc permalinks adjustments [`7917961`](https://togithub.com/gohugoio/hugo/commit/7917961d) [@​bep](https://togithub.com/bep) [#​9448](https://togithub.com/gohugoio/hugo/issues/9448) [#​11184](https://togithub.com/gohugoio/hugo/issues/11184) [#​8523](https://togithub.com/gohugoio/hugo/issues/8523) - commands: Handle hugo mod get --help [`80ecb95`](https://togithub.com/gohugoio/hugo/commit/80ecb958) [@​bep](https://togithub.com/bep) [#​11141](https://togithub.com/gohugoio/hugo/issues/11141) - Print help message when triggered with no flags [`1264675`](https://togithub.com/gohugoio/hugo/commit/12646750) [@​roshanavand](https://togithub.com/roshanavand) - Don't panic on invalid security whitelist regexp [`7f698c8`](https://togithub.com/gohugoio/hugo/commit/7f698c89) [@​bep](https://togithub.com/bep) [#​11176](https://togithub.com/gohugoio/hugo/issues/11176) - Merge branch 'master' of github.com:gohugoio/hugo [`bac03f4`](https://togithub.com/gohugoio/hugo/commit/bac03f40) [@​bep](https://togithub.com/bep) - resources/page: Allow section and taxonomy pages to have a permalink configuration [`cc14c6a`](https://togithub.com/gohugoio/hugo/commit/cc14c6a5) [@​Mai-Lapyst](https://togithub.com/Mai-Lapyst) [#​8523](https://togithub.com/gohugoio/hugo/issues/8523) - commands: Enable format flag with hugo new site [`019299b`](https://togithub.com/gohugoio/hugo/commit/019299b0) [@​jmooring](https://togithub.com/jmooring) [#​11155](https://togithub.com/gohugoio/hugo/issues/11155) #### Dependency Updates - build(deps): bump github.com/evanw/esbuild from 0.18.5 to 0.18.10 [`9b313ce`](https://togithub.com/gohugoio/hugo/commit/9b313cec) [@​dependabot](https://togithub.com/dependabot)\[bot] - build(deps): bump github.com/niklasfasching/go-org from 1.6.6 to 1.7.0 [`92f55f1`](https://togithub.com/gohugoio/hugo/commit/92f55f11) [@​dependabot](https://togithub.com/dependabot)\[bot] #### Documentation - Update README.md [`58e09cc`](https://togithub.com/gohugoio/hugo/commit/58e09cc6) [@​jmooring](https://togithub.com/jmooring) - docs: Update permalinks documentation [`12e4c4d`](https://togithub.com/gohugoio/hugo/commit/12e4c4d5) [@​jmooring](https://togithub.com/jmooring) [#​8523](https://togithub.com/gohugoio/hugo/issues/8523) [#​10847](https://togithub.com/gohugoio/hugo/issues/10847) - Update README.md [`23ed087`](https://togithub.com/gohugoio/hugo/commit/23ed087c) [@​bep](https://togithub.com/bep) #### Build Setup - Merge branch 'release-0.114.1' [`a018259`](https://togithub.com/gohugoio/hugo/commit/a018259b) [@​bep](https://togithub.com/bep) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/peaceiris/hugo-theme-iris). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDQuMiIsInVwZGF0ZWRJblZlciI6IjM1LjE0NC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information