chore(deps): update dependency gohugoio/hugo to v0.92.0 #31
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/gohugoio-hugo-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.91.2
->v0.92.0
Release Notes
gohugoio/hugo
v0.92.0
Compare Source
Hugo
0.92.0
is mostly a release to prepare for some cool stuff coming in the next releases. Most notable are the deprecation updates:.Page
methods marked as deprecated in Hugo 0.55 are now removed. They have been logged as anERROR
for a long time now and you will still get a clear error if you use them.MMark
as a Markdown engine is removed. That has been marked as deprecated for a long time, and the upstream library is also deprecated and unmaintained..Path
on aPage
that is backed by a file, you will now get a warning. More on that below.The
.Path
method onPage
works like before. But that method currently has a little vague specification – it behaves a little different if backed by a file. In Hugo0.93
we're going to introduce a canonical content path, and to prepare for that change, you may see this in your log:.Path
is commonly used to create links to the source on GitHub – and that obviously only works for files, so you, as suggested above, may want to check if it's a file first.Note that the
--panicOnWarning
flag is a new flag in this release and works for all warnings – it will fail fast on the first warning and point to the line in question. This makes it much easier to pin-point the location.But this release isn't all about technical upgrades. We have also added a new
hugo.Deps
template function. We have already a way to list the Hugo Modules dependencies from the command line (hugo mod graph
), but we thought it would be useful to also record this into your rendered site. An example of a "dependency table" in HTML may look like this:This release represents 41 contributions by 4 contributors to the main Hugo code base.@bep leads the Hugo development with a significant amount of contributions, but also a big shoutout to @jmooring, @ptgott, and @roointan for their ongoing contributions.
And thanks to @digitalcraftsman for his ongoing work on keeping the themes site in pristine condition.
Many have also been busy writing and fixing the documentation in hugoDocs,
which has received 9 contributions by 4 contributors. A special thanks to @bep, @jmooring, @anarchivist, and @davidsneighbour for their work on the documentation site.
Hugo now has:
Notes
56ab83a
@bep #9346f0b55a6
@bepaf165d5
@bepChanges
f2bc13d
@bepcdcd15b
@bep #891925d645f
@ptgott #8919fbb3c18
@bep #89499af4ca3
@bep7396aa9
@bep #8949d82cef5
@roointan #842974f0777
@bep #9363e334a40
@bep #93635bd3c8d
@bep #93610aca99f
@jmooring #9356c8b5ab7
@bep #9357 #935985c5b89
@bep9657608
@bep4a0b553
@bep1651beb
@bep #93502b6063c
@bep #9348 #934956ab83a
@bep #9346dad0dc8
@bepd3c4fdb
@ptgott #8030d632dd7
@bep0671ef5
@jmooring #8921672481f
@bep1dbfc0f
@bep1798bd3
@bepf0b55a6
@bep623dda7
@bepaee9e11
@bep #8166bd63c1a
@bep #81669eb0580
@bep654f513
@bep759cdf3
@bepf423505
@bepaf165d5
@bep6779117
@bepce04011
@bepcdc7352
@bep425c7d9
@bepfca266e
@bep #93090016e21
@bep #9309728feae
@bepConfiguration
📅 Schedule: 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 Renovate Bot.