🤖 Update dependency gohugoio/hugo to v0.129.0 #123
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.128.2
->0.129.0
Release Notes
gohugoio/hugo (gohugoio/hugo)
v0.129.0
Compare Source
This release brings a rewrite of the logic around browser refreshes when running
hugo server
. We have seen some situations where asset changes (e.g. image/CSS/JS) has not been refreshed reliably in all browsers, even with the developer console open and the cache disabled. We suspect this comes from a recent browser bug (typically: Works fine in Safari, does not refresh in Chrome). The strategy we've been using when a change triggers multiple changes (e.g. both HTML and CSS) is to do one "browser force refresh", which in LiveReload ends up as awindow.location.reload()
. With this release we:livereload
.Start the server with:
And you should see how Hugo handles browser updates when you change content/templates etc.
A related tip; start the server with
Hugo will navigate to the content file you're changing and log it in the console.
Also new in this release a new xxHash hashing function that is much faster than any of the other hashing functions in Hugo, especially for larger inputs.
Note
We have upgraded the integration with Git used to load GitInfo to be part of Hugo's Security Policy. We have added
git
to the default whitelist, but if you have a custom security policy, you may have to update that.Bug fixes
cc2d19e
@bep #12648251a23e
@bep #12625Improvements
4d8bfa7
@bepf0ed91c
@bep #12655094f746
@bep #12643fb8909d
@bep #126430ee2610
@PeskyPotato #10905644d554
@bep #12635Dependency Updates
7be0377
@bep #8627439f07e
@bepce5a2ce
@bep0f42d97
@bepConfiguration
📅 Schedule: Branch creation - "after 6pm every weekday,every weekend,before 6am every weekday" in timezone Europe/Zurich, 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.
This PR has been generated by Mend Renovate. View repository job log here.