chore(deps): update dependency gohugoio/hugo to v0.104.3 #70

Merged
xoxys merged 1 commits from renovate/gohugoio-hugo-0.x into main 2022-10-13 21:35:39 +02:00
Member

This PR contains the following updates:

Package Update Change
gohugoio/hugo minor v0.103.1 -> v0.104.3

Release Notes

gohugoio/hugo

v0.104.3

Compare Source

What's Changed

Note that none of the fixes below are regressions from v0.104.*; the first one, the GIF fix, comes from v0.101, back when we added support for processing animated GIFs.

v0.104.2

Compare Source

Fix htimes /: operation not permitted error on config changes when running the server. This regression was introduced in Hugo v0.104.1 4611b69 @​bep

v0.104.1

Compare Source

What's Changed

v0.104.0

Compare Source

Some bug fixes, dependency upgrades and a new $image.Colors method. This method returns a slice of the most dominant colors in an image. The library we use is implemented by @​marekm4 and is both fast and accurate. One use case for this may be to use as a placeholder before the image is loaded, as seen on this Hugo gallery [theme source]. You need a slow enough internet connection to notice this effect so you may want to try this with Chrome's dev console open and throttle the network to slow 3G, which would make it look something like this:

https://user-images.githubusercontent.com/394382/191991430-93a73cf9-bd0b-4a12-801d-617cf3773369.mp4

Bug fixes

Improvements

Dependency Updates

Documentation


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • 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.103.1` -> `v0.104.3` | --- ### Release Notes <details> <summary>gohugoio/hugo</summary> ### [`v0.104.3`](https://github.com/gohugoio/hugo/releases/tag/v0.104.3) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.104.2...v0.104.3) #### What's Changed Note that none of the fixes below are regressions from v0.104.\*; the first one, the GIF fix, comes from v0.101, back when we added support for processing animated GIFs. - resources/images: Fix 2 animated GIF resize issues [`3a9cb7b`](https://github.com/gohugoio/hugo/commit/3a9cb7b0) [@&#8203;bep](https://github.com/bep) [#&#8203;10354](https://github.com/gohugoio/hugo/issues/10354) - server: Fix flaky TestServerPathEncodingIssues tests [`0addb30`](https://github.com/gohugoio/hugo/commit/0addb302) [@&#8203;anthonyfok](https://github.com/anthonyfok) [#&#8203;10332](https://github.com/gohugoio/hugo/issues/10332) - commands: Remove extraneous newline from result of convert toTOML [`b002d47`](https://github.com/gohugoio/hugo/commit/b002d479) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;10351](https://github.com/gohugoio/hugo/issues/10351) - config/security: Fix filename [`e3f3135`](https://github.com/gohugoio/hugo/commit/e3f31352) [@&#8203;felicianotech](https://github.com/felicianotech) ### [`v0.104.2`](https://github.com/gohugoio/hugo/releases/tag/v0.104.2) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.104.1...v0.104.2) Fix htimes /: operation not permitted error on config changes when running the server. This regression was introduced in Hugo `v0.104.1` [`4611b69`](https://github.com/gohugoio/hugo/commit/4611b692) [@&#8203;bep](https://github.com/bep) ### [`v0.104.1`](https://github.com/gohugoio/hugo/releases/tag/v0.104.1) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.104.0...v0.104.1) #### What's Changed - Fix /static performance regression from Hugo 0.103.0 [`29ccb36`](https://github.com/gohugoio/hugo/commit/29ccb360) [@&#8203;bep](https://github.com/bep) [#&#8203;10328](https://github.com/gohugoio/hugo/issues/10328) ### [`v0.104.0`](https://github.com/gohugoio/hugo/releases/tag/v0.104.0) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.103.1...v0.104.0) Some bug fixes, dependency upgrades and a new `$image.Colors` [method](https://gohugo.io/content-management/image-processing/#colors). This method returns a slice of the most dominant colors in an image. The library we use is implemented by [@&#8203;marekm4](https://github.com/marekm4) and is both fast and accurate. One use case for this may be to use as a placeholder before the image is loaded, as seen on this [Hugo gallery](https://staticbattery.com/) [\[theme source\]](https://github.com/bep/gallerydeluxe). You need a *slow enough* internet connection to notice this effect so you may want to try this with Chrome's dev console open and throttle the network to *slow 3G*, which would make it look something like this: https://user-images.githubusercontent.com/394382/191991430-93a73cf9-bd0b-4a12-801d-617cf3773369.mp4 #### Bug fixes - hugofs: Fix glob case-sensitivity bug [`281554e`](https://github.com/gohugoio/hugo/commit/281554ee) [@&#8203;satotake](https://github.com/satotake) - server: Fix 404 redirects on Windows [`f3560aa`](https://github.com/gohugoio/hugo/commit/f3560aa0) [@&#8203;bep](https://github.com/bep) [#&#8203;10314](https://github.com/gohugoio/hugo/issues/10314) #### Improvements - Consolidate the glob case logic [`5c41653`](https://github.com/gohugoio/hugo/commit/5c416533) [@&#8203;bep](https://github.com/bep) - Run go mod tidy [`0171fb2`](https://github.com/gohugoio/hugo/commit/0171fb20) [@&#8203;bep](https://github.com/bep) - resources/images: Add $image.Colors [`a402811`](https://github.com/gohugoio/hugo/commit/a4028112) [@&#8203;bep](https://github.com/bep) [#&#8203;10307](https://github.com/gohugoio/hugo/issues/10307) - commands: Skip flaky test on CI [`08f0984`](https://github.com/gohugoio/hugo/commit/08f0984f) [@&#8203;bep](https://github.com/bep) - config/security: Allow proxy variables in subcommands [`86653fa`](https://github.com/gohugoio/hugo/commit/86653fa3) [@&#8203;sathieu](https://github.com/sathieu) #### Dependency Updates - build(deps): bump github.com/evanw/esbuild from 0.15.8 to 0.15.9 [`edf9038`](https://github.com/gohugoio/hugo/commit/edf9038a) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/yuin/goldmark from 1.4.14 to 1.4.15 [`78f49b4`](https://github.com/gohugoio/hugo/commit/78f49b4c) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/getkin/kin-openapi from 0.100.0 to 0.103.0 [`fa4b77e`](https://github.com/gohugoio/hugo/commit/fa4b77e7) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/alecthomas/chroma/v2 from 2.2.0 to 2.3.0 [`4d909d4`](https://github.com/gohugoio/hugo/commit/4d909d47) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/evanw/esbuild from 0.15.7 to 0.15.8 [`4eb6d97`](https://github.com/gohugoio/hugo/commit/4eb6d974) [@&#8203;dependabot](https://github.com/dependabot)\[bot] #### Documentation - docs: Regen docs helper [`8377c3c`](https://github.com/gohugoio/hugo/commit/8377c3ce) [@&#8203;bep](https://github.com/bep) - docs: Regenerate CLI docs [`4f9cb4f`](https://github.com/gohugoio/hugo/commit/4f9cb4f3) [@&#8203;bep](https://github.com/bep) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- 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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTguMSIsInVwZGF0ZWRJblZlciI6IjMyLjIxMy4wIn0=-->
renovator force-pushed renovate/gohugoio-hugo-0.x from 08e913c47a to a47c820b65 2022-09-26 20:02:53 +02:00 Compare
renovator changed title from chore(deps): update dependency gohugoio/hugo to v0.104.0 to chore(deps): update dependency gohugoio/hugo to v0.104.1 2022-09-26 20:02:53 +02:00
renovator force-pushed renovate/gohugoio-hugo-0.x from a47c820b65 to 71d7281c8b 2022-09-29 10:02:54 +02:00 Compare
renovator force-pushed renovate/gohugoio-hugo-0.x from 71d7281c8b to 362f3ba328 2022-09-29 13:02:48 +02:00 Compare
renovator changed title from chore(deps): update dependency gohugoio/hugo to v0.104.1 to chore(deps): update dependency gohugoio/hugo to v0.104.2 2022-09-29 13:02:49 +02:00
renovator force-pushed renovate/gohugoio-hugo-0.x from 362f3ba328 to 5eeeb2df87 2022-10-04 17:02:50 +02:00 Compare
renovator changed title from chore(deps): update dependency gohugoio/hugo to v0.104.2 to chore(deps): update dependency gohugoio/hugo to v0.104.3 2022-10-04 17:02:51 +02:00
xoxys merged commit e49b104862 into main 2022-10-13 21:35:39 +02:00
xoxys deleted branch renovate/gohugoio-hugo-0.x 2022-10-13 21:35:39 +02: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#70
No description provided.