Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: bump github.com/gohugoio/hugo from 0.136.5 to 0.138.0 #15470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps github.com/gohugoio/hugo from 0.136.5 to 0.138.0.

Release notes

Sourced from github.com/gohugoio/hugo's releases.

v0.138.0

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

  • Fix concurrent map read and map write in short page lookups 95e2d5beb @​bep #13019
  • Alias Page.Scratch to Page.Store (note) 2c3efc810 @​bep #13016

v0.137.1

What's Changed

  • common/hugo: Add withdeploy to the version string printed in hugo version ca4fc587c @​bep
  • markup: Goldmark log "Raw HTML omitted" warning also for inline HTML 4faaaf9c2 @​bep #13013
  • build: Add missing withdeploy archive for Windows 94b46c36b @​bep #13009
  • commands: Print the "deploy not available" error message even if flags provided 2b0b3b858 @​bep #13012
  • tpl/tplimpl: Create an embedded comment shortcode 801035bb7 @​jmooring #13010

v0.137.0

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

  • Fix stale pages on rebuilds in GetPage with short refs 30d9aea86 @​bep #13004
  • Fix some RenderShortcodes error cases 1f23b4949 @​bep #12854 #12998
  • dynacache: Fix potential deadlocks on panics in GetOrCreate e10915f80 @​bep

Improvements

  • Do not watch directories with no mounted files in it fcdc454cc @​bep #12912 #13007
  • markup/goldmark: Only log Raw HTML omitted WARN on block entering 6cf23bf88 @​bep #12997
  • markup/goldmark: Add warning (using Warnidf) on Goldmark 62a96cef7 @​bep #12997
  • resources: Address Dart Sass deprecation of global built-in functions 889308dd8 @​jmooring #12961
  • github: Adjust test workflow to install Dart Sass v1.80.3 72352f205 @​jmooring
  • Build without the deploy feature by default 89bd025eb @​bep #12994 #12994

Dependency Updates

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

Documentation

... (truncated)

Commits
  • ad82998 releaser: Bump versions for release of 0.138.0
  • 95e2d5b Fix concurrent map read and map write in short page lookups
  • 2c3efc8 Alias Page.Scratch to Page.Store (note)
  • df8bd4a releaser: Prepare repository for 0.138.0-DEV
  • 17e15b2 releaser: Bump versions for release of 0.137.1
  • ca4fc58 common/hugo: Add withdeploy to the version string printed in hugo version
  • 4faaaf9 markup: Goldmark log "Raw HTML omitted" warning also for inline HTML
  • 94b46c3 build: Add missing withdeploy archive for Windows
  • 2b0b3b8 commands: Print the "deploy not available" error message even if flags provided
  • 801035b tpl/tplimpl: Create an embedded comment shortcode
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.136.5 to 0.138.0.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml)
- [Commits](gohugoio/hugo@v0.136.5...v0.138.0)

---
updated-dependencies:
- dependency-name: github.com/gohugoio/hugo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@matifali matifali merged commit bc9d875 into main Nov 11, 2024
27 checks passed
@matifali matifali deleted the dependabot/go_modules/github.com/gohugoio/hugo-0.138.0 branch November 11, 2024 13:10
@matifali
Copy link
Member

@BrunoQuaresma merged this PR as all tests passed but the changelog suggests some deprecations. Let me know if something breaks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant