chore(deps): update dependency gohugoio/hugo to v0.93.0 #35

Merged
xoxys merged 1 commits from renovate/gohugoio-hugo-0.x into main 2022-02-28 22:35:08 +01:00
Member

This PR contains the following updates:

Package Update Change
gohugoio/hugo minor v0.92.2 -> v0.93.0

Release Notes

gohugoio/hugo

v0.93.0

Compare Source

Markdown diagrams and code block render hooks. Now it's possible create custom templates for Markdown code blocks, either for all or just for specific programming languages. This can also be used to render diagrams from Markdown code blocks. We provide GoAT (Go ASCII Tool) natively from Hugo, but you can also add your own template to get Mermaid support. The implementation of GoAT is a Go implementation by @​blampe of markdeep.mini.js' diagrams. See the diagram documentation for details.

This means that you can write diagrams as text directly into diagrams, so this:

```goat
      .               .                .               .--- 1          .-- 1     / 1
     / \              |                |           .---+            .-+         +
    /   \         .---+---.         .--+--.        |   '--- 2      |   '-- 2   / \ 2
   +     +        |       |        |       |    ---+            ---+          +
  / \   / \     .-+-.   .-+-.     .+.     .+.      |   .--- 3      |   .-- 3   \ / 3
 /   \ /   \    |   |   |   |    |   |   |   |     '---+            '-+         +
 1   2 3   4    1   2   3   4    1   2   3   4         '--- 4          '-- 4     \ 4

```

Will be rendered as:

Large Nodes

Also new in this release are:

  • The new CLI flag --printUnusedTemplates which prints templates not being invoked during the build.
  • The new method $image.Crop allows images to be cropped without being resized (thanks @​johnsvenn for the implementation).

Notes

  • We have renamed some command line flags for consistency: --i18n-warnings to printI18nWarnings, --path-warnings, --print-men to --printPathWarnings, --printMemoryUsage.
  • Finally remove deprecated Page methods 9563c7d @​bep #​4117

This release represents 107 contributions by 13 contributors to the main Hugo code base. @​bep leads the Hugo development with a significant amount of contributions, but also a big shoutout to @​jmooring and @​moorereason for their ongoing contributions. And thanks to @​digitalcraftsman for his ongoing work on keeping the themes site in pristine condition.

Many have also been busy writing and fixing the documentation in hugoDocs,
which has received 7 contributions by 5 contributors. A special thanks to @​jmooring, @​LukeDeWaal, @​andrewmjorda, and @​chalin for their work on the documentation site.

Hugo now has:

Changes


Configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gohugoio/hugo](https://github.com/gohugoio/hugo) | minor | `v0.92.2` -> `v0.93.0` | --- ### Release Notes <details> <summary>gohugoio/hugo</summary> ### [`v0.93.0`](https://github.com/gohugoio/hugo/releases/v0.93.0) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.92.2...v0.93.0) **Markdown diagrams and code block render hooks.** Now it's possible create custom templates for Markdown code blocks, either for all or just for specific programming languages. This can also be used to render diagrams from Markdown code blocks. We provide GoAT (Go ASCII Tool) natively from Hugo, but you can also add your own template to get [Mermaid](https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/) support. The implementation of GoAT is a Go implementation by [@&#8203;blampe](https://github.com/blampe) of [markdeep.mini.js](http://casual-effects.com/markdeep/)' diagrams. See the [diagram documentation](https://gohugo.io/content-management/diagrams/) for details. This means that you can write diagrams as text directly into diagrams, so this: ```goat . . . .--- 1 .-- 1 / 1 / \ | | .---+ .-+ + / \ .---+---. .--+--. | '--- 2 | '-- 2 / \ 2 + + | | | | ---+ ---+ + / \ / \ .-+-. .-+-. .+. .+. | .--- 3 | .-- 3 \ / 3 / \ / \ | | | | | | | | '---+ '-+ + 1 2 3 4 1 2 3 4 1 2 3 4 '--- 4 '-- 4 \ 4 ``` Will be rendered as: ![Large Nodes](https://gohugo.io/img/examples/trees.svg) Also new in this release are: - The new CLI flag `--printUnusedTemplates` which prints templates not being invoked during the build. - The new method `$image.Crop` allows images to be cropped without being resized (thanks [@&#8203;johnsvenn](https://github.com/johnsvenn) for the implementation). #### Notes - We have renamed some command line flags for consistency: --i18n-warnings to printI18nWarnings, --path-warnings, --print-men to --printPathWarnings, --printMemoryUsage. - Finally remove deprecated Page methods [`9563c7d`](https://github.com/gohugoio/hugo/commit/9563c7d1) [@&#8203;bep](https://github.com/bep) [#&#8203;4117](https://github.com/gohugoio/hugo/issues/4117) This release represents **107 contributions by 13 contributors** to the main Hugo code base. [@&#8203;bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@&#8203;jmooring](https://github.com/jmooring) and [@&#8203;moorereason](https://github.com/moorereason) for their ongoing contributions. And thanks to [@&#8203;digitalcraftsman](https://github.com/digitalcraftsman) for his ongoing work on keeping the themes site in pristine condition. Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), which has received **7 contributions by 5 contributors**. A special thanks to [@&#8203;jmooring](https://github.com/jmooring), [@&#8203;LukeDeWaal](https://github.com/LukeDeWaal), [@&#8203;andrewmjorda](https://github.com/andrewmjorda), and [@&#8203;chalin](https://github.com/chalin) for their work on the documentation site. Hugo now has: - 57328+ [stars](https://github.com/gohugoio/hugo/stargazers) - 429+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) - 416+ [themes](http://themes.gohugo.io/) #### Changes - docs: Regenerate docs helper [`12d00d2`](https://github.com/gohugoio/hugo/commit/12d00d28) [@&#8203;bep](https://github.com/bep) - markup/highlight: Ignore HL_lines_parsed in the gen docs [`260ff13`](https://github.com/gohugoio/hugo/commit/260ff137) [@&#8203;bep](https://github.com/bep) - cod: Regen CLI docs [`14915a0`](https://github.com/gohugoio/hugo/commit/14915a0c) [@&#8203;bep](https://github.com/bep) - tpl/diagrams: Rename the SVG accessor to Wrapped [`fd0c1a5`](https://github.com/gohugoio/hugo/commit/fd0c1a5e) [@&#8203;bep](https://github.com/bep) - markup/highlight: Rework the return value from HighlightCodeblock [`3ad3900`](https://github.com/gohugoio/hugo/commit/3ad39001) [@&#8203;bep](https://github.com/bep) [#&#8203;9573](https://github.com/gohugoio/hugo/issues/9573) - tpl/transform: Add CanHighlight [`39261b6`](https://github.com/gohugoio/hugo/commit/39261b68) [@&#8203;bep](https://github.com/bep) [#&#8203;9573](https://github.com/gohugoio/hugo/issues/9573) - Rename Codeowners() to CodeOwners() [`cff1414`](https://github.com/gohugoio/hugo/commit/cff14144) [@&#8203;bep](https://github.com/bep) - tpl/diagrams: Rename Body to Inner [`5f67151`](https://github.com/gohugoio/hugo/commit/5f671515) [@&#8203;bep](https://github.com/bep) - CodeblockContext method renames [`f710977`](https://github.com/gohugoio/hugo/commit/f7109771) [@&#8203;bep](https://github.com/bep) [#&#8203;9577](https://github.com/gohugoio/hugo/issues/9577) - build(deps): bump github.com/tdewolff/minify/v2 from 2.9.29 to 2.10.0 [`e1f6969`](https://github.com/gohugoio/hugo/commit/e1f69691) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - markup/goldmark: Adjust test for Windows [`5f65c17`](https://github.com/gohugoio/hugo/commit/5f65c17a) [@&#8203;bep](https://github.com/bep) - markup/goldmark: Improve attributes vs options [`579ff9b`](https://github.com/gohugoio/hugo/commit/579ff9b6) [@&#8203;bep](https://github.com/bep) [#&#8203;9571](https://github.com/gohugoio/hugo/issues/9571) - markup/goldmark: Add Position to CodeblockContext [`928a896`](https://github.com/gohugoio/hugo/commit/928a8969) [@&#8203;bep](https://github.com/bep) [#&#8203;9574](https://github.com/gohugoio/hugo/issues/9574) - markup/goldmark: Unify some code block tests [`2e54c00`](https://github.com/gohugoio/hugo/commit/2e54c009) [@&#8203;bep](https://github.com/bep) - Remove the trailing new line in .Code [`10928a4`](https://github.com/gohugoio/hugo/commit/10928a4f) [@&#8203;bep](https://github.com/bep) [#&#8203;9572](https://github.com/gohugoio/hugo/issues/9572) - markup/goldmark: Rename extension struct [`afd63bf`](https://github.com/gohugoio/hugo/commit/afd63bf7) [@&#8203;bep](https://github.com/bep) - build(deps): bump github.com/gobuffalo/flect from 0.2.3 to 0.2.4 [`228126b`](https://github.com/gohugoio/hugo/commit/228126b7) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - markup/goldmark: Use Ordinal to create default lineanchors [`0f80be3`](https://github.com/gohugoio/hugo/commit/0f80be34) [@&#8203;bep](https://github.com/bep) [#&#8203;9567](https://github.com/gohugoio/hugo/issues/9567) - build(deps): bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 [`78afdb8`](https://github.com/gohugoio/hugo/commit/78afdb88) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/sanity-io/litter from 1.5.1 to 1.5.2 [`3ed8322`](https://github.com/gohugoio/hugo/commit/3ed83227) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - Move the Goat template to the correct place [`1a257bb`](https://github.com/gohugoio/hugo/commit/1a257bb2) [@&#8203;bep](https://github.com/bep) [#&#8203;7765](https://github.com/gohugoio/hugo/issues/7765) - build(deps): bump google.golang.org/api from 0.63.0 to 0.70.0 [`97514f1`](https://github.com/gohugoio/hugo/commit/97514f17) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - Update error message about failed menus in config.toml [`0df096b`](https://github.com/gohugoio/hugo/commit/0df096b8) [@&#8203;RheingoldRiver](https://github.com/RheingoldRiver) - build(deps): bump github.com/getkin/kin-openapi from 0.85.0 to 0.90.0 [`308ad61`](https://github.com/gohugoio/hugo/commit/308ad611) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - Add test for line anchor attributes with code fences [`6bffcdb`](https://github.com/gohugoio/hugo/commit/6bffcdbd) [@&#8203;kaushalmodi](https://github.com/kaushalmodi) - build(deps): bump github.com/evanw/esbuild from 0.14.22 to 0.14.23 [`7248f43`](https://github.com/gohugoio/hugo/commit/7248f431) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - Add Markdown diagrams and render hooks for code blocks [`08fdca9`](https://github.com/gohugoio/hugo/commit/08fdca9d) [@&#8203;bep](https://github.com/bep) [#&#8203;7765](https://github.com/gohugoio/hugo/issues/7765) [#&#8203;9538](https://github.com/gohugoio/hugo/issues/9538) [#&#8203;9553](https://github.com/gohugoio/hugo/issues/9553) [#&#8203;8520](https://github.com/gohugoio/hugo/issues/8520) [#&#8203;6702](https://github.com/gohugoio/hugo/issues/6702) [#&#8203;9558](https://github.com/gohugoio/hugo/issues/9558) - build(deps): bump github.com/aws/aws-sdk-go from 1.41.14 to 1.43.5 [`2c20f5b`](https://github.com/gohugoio/hugo/commit/2c20f5bc) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/google/go-cmp from 0.5.6 to 0.5.7 [`723b2c4`](https://github.com/gohugoio/hugo/commit/723b2c48) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - Add support for CODEOWNERS [`06bac57`](https://github.com/gohugoio/hugo/commit/06bac57a) [@&#8203;marshall007](https://github.com/marshall007) [#&#8203;9474](https://github.com/gohugoio/hugo/issues/9474) - Remove Viper as a dependency [`ec8b767`](https://github.com/gohugoio/hugo/commit/ec8b767f) [@&#8203;bep](https://github.com/bep) - helpers: Allow hyphens in UnicodeSanitize [`6407b2c`](https://github.com/gohugoio/hugo/commit/6407b2cd) [@&#8203;moorereason](https://github.com/moorereason) [#&#8203;7288](https://github.com/gohugoio/hugo/issues/7288) - Change `disqus_config` to `window.disqus_config` [`6ff39fd`](https://github.com/gohugoio/hugo/commit/6ff39fd9) [@&#8203;Akimon658](https://github.com/Akimon658) - deps: Update github.com/spf13/cobra v1.2.1 => v1.3.0 [`96c0bdf`](https://github.com/gohugoio/hugo/commit/96c0bdf3) [@&#8203;anthonyfok](https://github.com/anthonyfok) - Add page.Store [`e97d3c6`](https://github.com/gohugoio/hugo/commit/e97d3c64) [@&#8203;bep](https://github.com/bep) [#&#8203;9546](https://github.com/gohugoio/hugo/issues/9546) - Allow images to be cropped without being resized [`7732da9`](https://github.com/gohugoio/hugo/commit/7732da9f) [@&#8203;johnsvenn](https://github.com/johnsvenn) [#&#8203;9499](https://github.com/gohugoio/hugo/issues/9499) - commands: Fix server panic regression [`aebde49`](https://github.com/gohugoio/hugo/commit/aebde49b) [@&#8203;bep](https://github.com/bep) [#&#8203;9518](https://github.com/gohugoio/hugo/issues/9518) [#&#8203;9530](https://github.com/gohugoio/hugo/issues/9530) [#&#8203;9539](https://github.com/gohugoio/hugo/issues/9539) - markup/goldmark: Add BenchmarkCodeblocks [`4ada094`](https://github.com/gohugoio/hugo/commit/4ada0941) [@&#8203;bep](https://github.com/bep) - deps: Update github.com/gohugoio/localescompressed v0.14.0 => v0.15.0 [`bddcfd9`](https://github.com/gohugoio/hugo/commit/bddcfd91) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;9446](https://github.com/gohugoio/hugo/issues/9446) - deps: Update github.com/yuin/goldmark v1.4.4 => v1.4.7 [`d485f95`](https://github.com/gohugoio/hugo/commit/d485f954) [@&#8203;bep](https://github.com/bep) [#&#8203;9397](https://github.com/gohugoio/hugo/issues/9397) - modules: Add modules.Workspace config for Go 1.18 [`a87be59`](https://github.com/gohugoio/hugo/commit/a87be597) [@&#8203;bep](https://github.com/bep) [#&#8203;9525](https://github.com/gohugoio/hugo/issues/9525) - Update stale.yml [`b0eea00`](https://github.com/gohugoio/hugo/commit/b0eea007) [@&#8203;bep](https://github.com/bep) [#&#8203;9522](https://github.com/gohugoio/hugo/issues/9522) - Update stale.yml [`ef8b781`](https://github.com/gohugoio/hugo/commit/ef8b781b) [@&#8203;bep](https://github.com/bep) [#&#8203;9522](https://github.com/gohugoio/hugo/issues/9522) - github: Configure stale to be run manually [`3136ff6`](https://github.com/gohugoio/hugo/commit/3136ff67) [@&#8203;bep](https://github.com/bep) [#&#8203;9522](https://github.com/gohugoio/hugo/issues/9522) - tpl/partials: Fix recently introduced deadlock in partials cache [`9298081`](https://github.com/gohugoio/hugo/commit/92980819) [@&#8203;bep](https://github.com/bep) [#&#8203;9519](https://github.com/gohugoio/hugo/issues/9519) - tpl/partials: Add some more partials to BenchmarkIncludeCached [`667f3a4`](https://github.com/gohugoio/hugo/commit/667f3a4b) [@&#8203;bep](https://github.com/bep) - deps: Update github.com/evanw/esbuild v0.14.11 => v0.14.22 [`c061b25`](https://github.com/gohugoio/hugo/commit/c061b253) [@&#8203;bep](https://github.com/bep) - tpl/partials: Make sure a cached partial is invoked only once [`0927cf7`](https://github.com/gohugoio/hugo/commit/0927cf73) [@&#8203;bep](https://github.com/bep) [#&#8203;4086](https://github.com/gohugoio/hugo/issues/4086) [#&#8203;9506](https://github.com/gohugoio/hugo/issues/9506) - build(deps): bump github.com/rogpeppe/go-internal from 1.8.0 to 1.8.1 [`26a5e89`](https://github.com/gohugoio/hugo/commit/26a5e89f) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/magefile/mage from 1.11.0 to 1.12.1 [`e9fa7e8`](https://github.com/gohugoio/hugo/commit/e9fa7e81) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - markup/goldmark: Exclude event attributes from markdown render hook [`ff545f4`](https://github.com/gohugoio/hugo/commit/ff545f42) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;9511](https://github.com/gohugoio/hugo/issues/9511) - markup/goldmark: Fix mangling of headers/links in render hooks [`b2a827c`](https://github.com/gohugoio/hugo/commit/b2a827c5) [@&#8203;bep](https://github.com/bep) [#&#8203;9504](https://github.com/gohugoio/hugo/issues/9504) - markup/goldmark: Add a render hook benchmark [`77c7059`](https://github.com/gohugoio/hugo/commit/77c7059f) [@&#8203;bep](https://github.com/bep) [#&#8203;9504](https://github.com/gohugoio/hugo/issues/9504) - Fix BenchmarkCascadeTarget [`f4c90bd`](https://github.com/gohugoio/hugo/commit/f4c90bd6) [@&#8203;bep](https://github.com/bep) - metrics: Add cached count tracking [`d162283`](https://github.com/gohugoio/hugo/commit/d1622833) [@&#8203;moorereason](https://github.com/moorereason) [#&#8203;8375](https://github.com/gohugoio/hugo/issues/8375) - tpl: Remove TODO comment [`ea6bcd6`](https://github.com/gohugoio/hugo/commit/ea6bcd69) [@&#8203;bep](https://github.com/bep) - Add --printUnusedTemplates [`f2e7b49`](https://github.com/gohugoio/hugo/commit/f2e7b49a) [@&#8203;bep](https://github.com/bep) [#&#8203;9502](https://github.com/gohugoio/hugo/issues/9502) - deps: Update github.com/tdewolff/minify/v2 v2.9.22 => v2.9.29 [`923419d`](https://github.com/gohugoio/hugo/commit/923419d7) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;9244](https://github.com/gohugoio/hugo/issues/9244) [#&#8203;9132](https://github.com/gohugoio/hugo/issues/9132) - commands: Rename --i18n-warnings to printI18nWarnings [`837fdfd`](https://github.com/gohugoio/hugo/commit/837fdfdf) [@&#8203;bep](https://github.com/bep) - commands: Rename --path-warnings, --print-men to --printPathWarnings, --printMemoryUsage [`6819fea`](https://github.com/gohugoio/hugo/commit/6819feab) [@&#8203;bep](https://github.com/bep) - deps: Update github.com/alecthomas/chroma v0.9.4 => v0.10.0 [`ea54a99`](https://github.com/gohugoio/hugo/commit/ea54a99c) [@&#8203;bep](https://github.com/bep) - Finally remove deprecated Page methods [`9563c7d`](https://github.com/gohugoio/hugo/commit/9563c7d1) [@&#8203;bep](https://github.com/bep) [#&#8203;4117](https://github.com/gohugoio/hugo/issues/4117) - tpl: Use go:embed to load internal templates [`b0a9cf0`](https://github.com/gohugoio/hugo/commit/b0a9cf0a) [@&#8203;bep](https://github.com/bep) [#&#8203;8297](https://github.com/gohugoio/hugo/issues/8297) - releaser: Prepare repository for 0.93.0-DEV [`9433cc2`](https://github.com/gohugoio/hugo/commit/9433cc25) [@&#8203;bep](https://github.com/bep) - releaser: Bump versions for release of 0.92.2 [`cdf6a0d`](https://github.com/gohugoio/hugo/commit/cdf6a0d6) [@&#8203;bep](https://github.com/bep) - releaser: Add release notes for 0.92.2 \[ci skip] [`bf1fa71`](https://github.com/gohugoio/hugo/commit/bf1fa713) [@&#8203;bep](https://github.com/bep) - Add HUGO_ENV to the os/exec environment [`4f4cec7`](https://github.com/gohugoio/hugo/commit/4f4cec73) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;9490](https://github.com/gohugoio/hugo/issues/9490) - Simplify some integration tests [`da4866c`](https://github.com/gohugoio/hugo/commit/da4866c2) [@&#8203;bep](https://github.com/bep) - Fix validation of Page Kind in cascade target map [`d1109f5`](https://github.com/gohugoio/hugo/commit/d1109f59) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;8888](https://github.com/gohugoio/hugo/issues/8888) - Add another cascade benchmark [`a7d182c`](https://github.com/gohugoio/hugo/commit/a7d182ce) [@&#8203;bep](https://github.com/bep) - commands: Fix server deadlock on config error [`a2a660e`](https://github.com/gohugoio/hugo/commit/a2a660ed) [@&#8203;bep](https://github.com/bep) [#&#8203;9486](https://github.com/gohugoio/hugo/issues/9486) - Exclude event attributes when rendering markdown [`f7bc4cc`](https://github.com/gohugoio/hugo/commit/f7bc4cc5) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;9463](https://github.com/gohugoio/hugo/issues/9463) - Remove the "check" command [`54f8d8a`](https://github.com/gohugoio/hugo/commit/54f8d8a7) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;9454](https://github.com/gohugoio/hugo/issues/9454) - Update the application/javascript media type [`3036d0a`](https://github.com/gohugoio/hugo/commit/3036d0ac) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;9483](https://github.com/gohugoio/hugo/issues/9483) - tpl/templates: Fix templates.Exist issue with base templates [`6a238a7`](https://github.com/gohugoio/hugo/commit/6a238a72) [@&#8203;bep](https://github.com/bep) [#&#8203;9477](https://github.com/gohugoio/hugo/issues/9477) - Add a migration test helper [`f60714b`](https://github.com/gohugoio/hugo/commit/f60714b5) [@&#8203;bep](https://github.com/bep) - babel: Port integration tests to their own package [`215a715`](https://github.com/gohugoio/hugo/commit/215a715d) [@&#8203;bep](https://github.com/bep) - js: Port integration tests to its own package [`d128d26`](https://github.com/gohugoio/hugo/commit/d128d260) [@&#8203;bep](https://github.com/bep) - postcss: Move integration test to its own package [`c4aaf1d`](https://github.com/gohugoio/hugo/commit/c4aaf1d5) [@&#8203;bep](https://github.com/bep) - minifier: Port integration tests to its package [`94f10cf`](https://github.com/gohugoio/hugo/commit/94f10cf4) [@&#8203;bep](https://github.com/bep) - templates: Port integration test to its package [`b06c210`](https://github.com/gohugoio/hugo/commit/b06c2103) [@&#8203;bep](https://github.com/bep) - tocss: Port integration tests to their package [`d22f779`](https://github.com/gohugoio/hugo/commit/d22f7795) [@&#8203;bep](https://github.com/bep) - openapi3: Port integration test into correct package [`39f69ca`](https://github.com/gohugoio/hugo/commit/39f69ca7) [@&#8203;bep](https://github.com/bep) - Add a new integration test framework [`64f75ad`](https://github.com/gohugoio/hugo/commit/64f75adc) [@&#8203;bep](https://github.com/bep) - Validate comparison operator argument count [`9262719`](https://github.com/gohugoio/hugo/commit/92627190) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;9462](https://github.com/gohugoio/hugo/issues/9462) - Remove hugo gen autocomplete [`3336762`](https://github.com/gohugoio/hugo/commit/33367629) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;8862](https://github.com/gohugoio/hugo/issues/8862) - deps: Update github.com/pelletier/go-toml/v2 to v2.0.0-beta.6 [`5ca40c8`](https://github.com/gohugoio/hugo/commit/5ca40c8f) [@&#8203;bep](https://github.com/bep) [#&#8203;9439](https://github.com/gohugoio/hugo/issues/9439) [#&#8203;9417](https://github.com/gohugoio/hugo/issues/9417) - Fix erroneous warning with .Page.RenderString on a page without a backing file [`ef7d14a`](https://github.com/gohugoio/hugo/commit/ef7d14a2) [@&#8203;bep](https://github.com/bep) [#&#8203;9433](https://github.com/gohugoio/hugo/issues/9433) - Fix typo in panicOnWarning message [`c05c99f`](https://github.com/gohugoio/hugo/commit/c05c99f0) [@&#8203;jmooring](https://github.com/jmooring) - releaser: Prepare repository for 0.93.0-DEV [`ff7689c`](https://github.com/gohugoio/hugo/commit/ff7689ce) [@&#8203;bep](https://github.com/bep) - releaser: Bump versions for release of 0.92.1 [`85e2e86`](https://github.com/gohugoio/hugo/commit/85e2e862) [@&#8203;bep](https://github.com/bep) - releaser: Add release notes for 0.92.1 \[ci skip] [`515f8a6`](https://github.com/gohugoio/hugo/commit/515f8a6d) [@&#8203;bep](https://github.com/bep) - Make the RenderString content provider fix more general [`f22c4ab`](https://github.com/gohugoio/hugo/commit/f22c4aba) [@&#8203;bep](https://github.com/bep) [#&#8203;9383](https://github.com/gohugoio/hugo/issues/9383) - Fix .RenderString issue in .Translations [`85d31f7`](https://github.com/gohugoio/hugo/commit/85d31f7b) [@&#8203;ptgott](https://github.com/ptgott) [#&#8203;9383](https://github.com/gohugoio/hugo/issues/9383) - general: Fix issue causing log threads to hang indefinitely when print() panics [`2205517`](https://github.com/gohugoio/hugo/commit/22055176) [@&#8203;Ephex2](https://github.com/Ephex2) [#&#8203;9380](https://github.com/gohugoio/hugo/issues/9380) - Fix duplicate mount sources [`7a080b6`](https://github.com/gohugoio/hugo/commit/7a080b62) [@&#8203;bep](https://github.com/bep) [#&#8203;9426](https://github.com/gohugoio/hugo/issues/9426) - tpl/collections: Fix apply with namespaced template funcs [`2655739`](https://github.com/gohugoio/hugo/commit/26557399) [@&#8203;bep](https://github.com/bep) [#&#8203;9393](https://github.com/gohugoio/hugo/issues/9393) - common: Remove unused code [`348d300`](https://github.com/gohugoio/hugo/commit/348d300a) [@&#8203;bep](https://github.com/bep) - common/paths: Remove unused code [`6f07bdb`](https://github.com/gohugoio/hugo/commit/6f07bdb1) [@&#8203;bep](https://github.com/bep) - helpers: Remove unused code [`55a9bc1`](https://github.com/gohugoio/hugo/commit/55a9bc1e) [@&#8203;bep](https://github.com/bep) - Do not render hl_style as an HTML attribute [`20a7ce7`](https://github.com/gohugoio/hugo/commit/20a7ce7c) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;9390](https://github.com/gohugoio/hugo/issues/9390) - build(deps): bump github.com/spf13/viper from 1.8.1 to 1.10.1 [`8cd4492`](https://github.com/gohugoio/hugo/commit/8cd44924) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - Fixing typos ([#&#8203;9387](https://github.com/gohugoio/hugo/issues/9387)) [`9d8f318`](https://github.com/gohugoio/hugo/commit/9d8f318a) [@&#8203;deining](https://github.com/deining) - Fix typo in warning message [`fcbbbef`](https://github.com/gohugoio/hugo/commit/fcbbbef2) [@&#8203;deining](https://github.com/deining) - github: Clean up the issue templates a little [`6041adc`](https://github.com/gohugoio/hugo/commit/6041adc1) [@&#8203;bep](https://github.com/bep) - github: Add lock-threads step [`408da43`](https://github.com/gohugoio/hugo/commit/408da436) [@&#8203;bep](https://github.com/bep) - releaser: Prepare repository for 0.93.0-DEV [`ed04ed5`](https://github.com/gohugoio/hugo/commit/ed04ed57) [@&#8203;bep](https://github.com/bep) </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovator added 1 commit 2022-02-28 11:01:53 +01:00
xoxys merged commit c5a7eea1d9 into main 2022-02-28 22:35:08 +01:00
xoxys deleted branch renovate/gohugoio-hugo-0.x 2022-02-28 22:35:08 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: container/hugo#35
No description provided.