chore(deps): update dependency gohugoio/hugo to v0.138.0 #155

Open
renovator wants to merge 1 commits from renovate/gohugoio-hugo-0.x into main
Member

This PR contains the following updates:

Package Update Change
gohugoio/hugo minor v0.136.5 -> v0.138.0

Release Notes

gohugoio/hugo (gohugoio/hugo)

v0.138.0

Compare Source

This release soft deprecates Page.Scratch and aliases it to Page.Store. The only difference between the two has been that the Page.Scratch was reset on rebuilds, which becomes problematic when state is written by cached content (typically .Content). The original motivation behind adding a new and not changing the existing method was to avoid breakage, but in hind-sight, it would have fixed more than it broke.

This release also includes a fix for a data race that I, @​bep, introduced in v0.137.0.

What's Changed

v0.137.1

Compare Source

What's Changed

v0.137.0

Compare Source

Note that we have no longer build the deploy feature in the standard and extended archives. If you need that, download archives with withdeploy in the filename. See instalation for details. You can read #​12994 for more on the motivation behind this, but for one, it shaves off about 40% of the binary size.

Bug fixes

Improvements

Dependency Updates

  • deps: Upgrade github.com/bep/godartsass/v2 v2.1.0 => v2.2.0 e3304db @​bep
  • deps: Upgrade github.com/bep/lazycache v0.6.0 => v0.7.0 62567d3 @​bep

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, check this box

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.136.5` -> `v0.138.0` | --- ### Release Notes <details> <summary>gohugoio/hugo (gohugoio/hugo)</summary> ### [`v0.138.0`](https://github.com/gohugoio/hugo/releases/tag/v0.138.0) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.137.1...v0.138.0) This release soft deprecates [Page.Scratch](https://gohugo.io/methods/page/scratch/) and aliases it to [Page.Store](https://gohugo.io/methods/page/store/). The only difference between the two has been that the `Page.Scratch` was reset on rebuilds, which becomes problematic when state is written by cached content (typically `.Content`). The original motivation behind adding a new and not changing the existing method was to avoid breakage, but in hind-sight, it would have fixed more than it broke. This release also includes a fix for a data race that I, [@&#8203;bep](https://github.com/bep), introduced in `v0.137.0`. #### What's Changed - Fix concurrent map read and map write in short page lookups [`95e2d5b`](https://github.com/gohugoio/hugo/commit/95e2d5beb) [@&#8203;bep](https://github.com/bep) [#&#8203;13019](https://github.com/gohugoio/hugo/issues/13019) - Alias Page.Scratch to Page.Store (note) [`2c3efc8`](https://github.com/gohugoio/hugo/commit/2c3efc810) [@&#8203;bep](https://github.com/bep) [#&#8203;13016](https://github.com/gohugoio/hugo/issues/13016) ### [`v0.137.1`](https://github.com/gohugoio/hugo/releases/tag/v0.137.1) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.137.0...v0.137.1) #### What's Changed - common/hugo: Add withdeploy to the version string printed in hugo version [`ca4fc58`](https://github.com/gohugoio/hugo/commit/ca4fc587c) [@&#8203;bep](https://github.com/bep) - markup: Goldmark log "Raw HTML omitted" warning also for inline HTML [`4faaaf9`](https://github.com/gohugoio/hugo/commit/4faaaf9c2) [@&#8203;bep](https://github.com/bep) [#&#8203;13013](https://github.com/gohugoio/hugo/issues/13013) - build: Add missing withdeploy archive for Windows [`94b46c3`](https://github.com/gohugoio/hugo/commit/94b46c36b) [@&#8203;bep](https://github.com/bep) [#&#8203;13009](https://github.com/gohugoio/hugo/issues/13009) - commands: Print the "deploy not available" error message even if flags provided [`2b0b3b8`](https://github.com/gohugoio/hugo/commit/2b0b3b858) [@&#8203;bep](https://github.com/bep) [#&#8203;13012](https://github.com/gohugoio/hugo/issues/13012) - tpl/tplimpl: Create an embedded comment shortcode [`801035b`](https://github.com/gohugoio/hugo/commit/801035bb7) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;13010](https://github.com/gohugoio/hugo/issues/13010) ### [`v0.137.0`](https://github.com/gohugoio/hugo/releases/tag/v0.137.0) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.136.5...v0.137.0) Note that we have no longer build the [deploy feature](https://gohugo.io/hosting-and-deployment/hugo-deploy/) in the standard and extended archives. If you need that, download archives with `withdeploy` in the filename. See [instalation](https://gohugo.io/installation/) for details. You can read [#&#8203;12994](https://github.com/gohugoio/hugo/issues/12994) for more on the motivation behind this, but for one, it shaves off about 40% of the binary size. #### Bug fixes - Fix stale pages on rebuilds in GetPage with short refs [`30d9aea`](https://github.com/gohugoio/hugo/commit/30d9aea86) [@&#8203;bep](https://github.com/bep) [#&#8203;13004](https://github.com/gohugoio/hugo/issues/13004) - Fix some RenderShortcodes error cases [`1f23b49`](https://github.com/gohugoio/hugo/commit/1f23b4949) [@&#8203;bep](https://github.com/bep) [#&#8203;12854](https://github.com/gohugoio/hugo/issues/12854) [#&#8203;12998](https://github.com/gohugoio/hugo/issues/12998) - dynacache: Fix potential deadlocks on panics in GetOrCreate [`e10915f`](https://github.com/gohugoio/hugo/commit/e10915f80) [@&#8203;bep](https://github.com/bep) #### Improvements - Do not watch directories with no mounted files in it [`fcdc454`](https://github.com/gohugoio/hugo/commit/fcdc454cc) [@&#8203;bep](https://github.com/bep) [#&#8203;12912](https://github.com/gohugoio/hugo/issues/12912) [#&#8203;13007](https://github.com/gohugoio/hugo/issues/13007) - markup/goldmark: Only log Raw HTML omitted WARN on block entering [`6cf23bf`](https://github.com/gohugoio/hugo/commit/6cf23bf88) [@&#8203;bep](https://github.com/bep) [#&#8203;12997](https://github.com/gohugoio/hugo/issues/12997) - markup/goldmark: Add warning (using Warnidf) on Goldmark <!-- raw HTML omitted --> [`62a96ce`](https://github.com/gohugoio/hugo/commit/62a96cef7) [@&#8203;bep](https://github.com/bep) [#&#8203;12997](https://github.com/gohugoio/hugo/issues/12997) - resources: Address Dart Sass deprecation of global built-in functions [`889308d`](https://github.com/gohugoio/hugo/commit/889308dd8) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;12961](https://github.com/gohugoio/hugo/issues/12961) - github: Adjust test workflow to install Dart Sass v1.80.3 [`72352f2`](https://github.com/gohugoio/hugo/commit/72352f205) [@&#8203;jmooring](https://github.com/jmooring) - Build without the deploy feature by default [`89bd025`](https://github.com/gohugoio/hugo/commit/89bd025eb) [@&#8203;bep](https://github.com/bep) [#&#8203;12994](https://github.com/gohugoio/hugo/issues/12994) [#&#8203;12994](https://github.com/gohugoio/hugo/issues/12994) #### Dependency Updates - deps: Upgrade github.com/bep/godartsass/v2 v2.1.0 => v2.2.0 [`e3304db`](https://github.com/gohugoio/hugo/commit/e3304db61) [@&#8203;bep](https://github.com/bep) - deps: Upgrade github.com/bep/lazycache v0.6.0 => v0.7.0 [`62567d3`](https://github.com/gohugoio/hugo/commit/62567d382) [@&#8203;bep](https://github.com/bep) #### Documentation - Update README.md [`5fc1639`](https://github.com/gohugoio/hugo/commit/5fc163903) [@&#8203;jmooring](https://github.com/jmooring) - Update README.md [`1ec6fa3`](https://github.com/gohugoio/hugo/commit/1ec6fa36c) [@&#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, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNSIsInVwZGF0ZWRJblZlciI6IjM5LjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovator added 1 commit 2024-11-04 16:31:32 +00:00
chore(deps): update dependency gohugoio/hugo to v0.137.0
All checks were successful
ci/woodpecker/pr/build-package Pipeline was successful
ci/woodpecker/pr/build-container Pipeline was successful
ci/woodpecker/pr/docs Pipeline was successful
0029ddde44
renovator force-pushed renovate/gohugoio-hugo-0.x from 0029ddde44 to 06ffcf5d6d 2024-11-05 12:32:36 +00:00 Compare
renovator changed title from chore(deps): update dependency gohugoio/hugo to v0.137.0 to chore(deps): update dependency gohugoio/hugo to v0.137.1 2024-11-05 12:32:37 +00:00
renovator force-pushed renovate/gohugoio-hugo-0.x from 06ffcf5d6d to 5ef03b0f03 2024-11-06 12:01:39 +00:00 Compare
renovator changed title from chore(deps): update dependency gohugoio/hugo to v0.137.1 to chore(deps): update dependency gohugoio/hugo to v0.138.0 2024-11-06 12:01:40 +00:00
renovator force-pushed renovate/gohugoio-hugo-0.x from 5ef03b0f03 to 24b2665c72 2024-11-07 08:31:29 +00:00 Compare
renovator force-pushed renovate/gohugoio-hugo-0.x from 24b2665c72 to 9a657e9301 2024-11-07 09:31:31 +00:00 Compare
All checks were successful
ci/woodpecker/pr/build-package Pipeline was successful
ci/woodpecker/pr/build-container Pipeline was successful
ci/woodpecker/pr/docs Pipeline was successful
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/gohugoio-hugo-0.x:renovate/gohugoio-hugo-0.x
git checkout renovate/gohugoio-hugo-0.x
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#155
No description provided.