fix(deps): update module github.com/gohugoio/hugo to v0.120.3 #1043
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:
v0.119.0
->v0.120.3
Release Notes
gohugoio/hugo (github.com/gohugoio/hugo)
v0.120.3
Compare Source
What's Changed
cb98e90
@jmooring #116585fa97ee
@bep4d38f47
@bep80f793c
@bep #11645a9079d7
@dependabot[bot]4914b7f
@dependabot[bot]v0.120.2
Compare Source
What's Changed
ab21433
@bep #1163823fcfb7
@jmooring #11639v0.120.1
Compare Source
What's Changed
2bedcf3
@jmooring #11633v0.120.0
Compare Source
This is a full dependency refresh and a couple of new cool features:
A new Padding image filter, and a new debug.Timer template func. The new
debug.Timer
is useful for finding performance bottle necks in templates:If you then run
hugo --logLevel info
you should see timer info logged at the end of the build. You can have as many timers as you want and if you don't stop them, they will be stopped at the end of build.Hugo now also builds release binaries for Solaris now that a long-living issue in the upstream ƒsnotify library has been fixed, thanks to @nshalman.
Notes
enableEmoji
flag now only works for Markdown content. This is unfortunate, but the old solution has some known issues and it was too hard to make it work properly as a general thing across all formats. See #11598site.DisqusShortname is deprecated
2eca1b3
site.GoogleAnalytics
is deprecateda692278
site.Author
is deprecatedd4016dd
site.Social
is deprecated4910312
Also, we have changed the string type for some of the fields and methods:
template.HTML
$resource.Data.Integrity
now returns astring
and not atemplate.HTMLAttr
delimit
now returns astring
and not atemplate.HTML
See #10876 #11502.string
, see #11536Pager
now returns astring
.site.BaseURL
now returns astring
.The above should both solve some issues and make the above types more useful and easer to reason about. But if you use the
delimit
function to process HTML and see some unexpected escaping after this release, e.g.:Then you need to mark the type with
safeHTML
:Bug fixes
acf01bf
@jmooring #11519de4e466
@razonyang6251626
@alrs75f56b4
@jmooring #11498Improvements
7f8ab74
@bep #3500b6a7568
@bep27b22cd
@jmooring #11462a2488b1
@jmooring #115388f60c0c
@bep9dc6080
@DominoPivota349aaf
@jmooring #11511b8fbd4a
@bep28d8446
@bepeb5fd31
@bep3ed28e4
@jmooring #11599db14238
@henry03123f64b5a
@bep6690409
@bepe54139c
@bep #10876 #1150271fd79a
@bepc4a530f
@bep #11598272484f
@jmooring #7332 #11587 #11598c23a0c4
@alexandear46bdc03
@bep5160c7e
@bep #11580fd38171
@bep2eca1b3
@jmooringa692278
@jmooringd4016dd
@jmooring4910312
@jmooring1b5f78b
@jmooring #115455993afa
@jmooring #11525d1b4458
@jmooring #11510274852b
@alexandear37a2d5e
@abdullah-alaadine4c95389
@jmooring #1151346da0b7
@jmooringDependency Updates
59bcc09
@dependabot[bot]e26ba75
@dependabot[bot]bcf07fa
@dependabot[bot]e2b2092
@dependabot[bot]f4df7b8
@dependabot[bot]3d9bd40
@dependabot[bot]5f5e55a
@dependabot[bot]8c61fd2
@dependabot[bot]d3145e4
@dependabot[bot]743a1da
@dependabot[bot]123901b
@dependabot[bot]d5d0f42
@jmooring #11533Documentation
29b6e13
@bepd3d4ab4
@bep3af8bde
@bepConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.