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

Skip to content

chore: bump github.com/gohugoio/hugo from 0.101.0 to 0.111.2 #53

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps github.com/gohugoio/hugo from 0.101.0 to 0.111.2.

Release notes

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

v0.111.2

Bug fixes

Documentation

  • tpl/partial: Consolidate GoDoc f56ce01a @​bep

Build Setup

v0.111.1

This fixes the "page" not defined issue in Hugo 0.111.0. eef23a7f @​bep #10774

v0.111.0

Hugo 0.111.0 is the second Hugo release of the year. Note: There's already a patch release.

Notable news

Page Fragments

We added the new .Fragments method on Page as part of the Related Content feature refresh (below), but it's plenty useful on its own, and has been long sought after by Hugo users.

It has many uses: Build table of contents, check if a page fragment (heading identifier) exists on a page, check for duplicate heading identifiers, start table of contents from a specific heading identifier. See the Hugo Documentation for more information

Indexing of Page Fragments in Related Content

We have reworked the Related Content API so it's now one method .Related that takes either a Page or an options map. We have also introduced a new type attribute on the index configuration with the new type fragments. See this for details, but to add some weight to the page titles in the Related Content configuration you can do this:

[related]
threshold    = 20
includeNewer = true
toLower      = false
[[related.indices]]
name        = "fragmentrefs"
type        = "fragments"
</tr></table> 

... (truncated)

Changelog

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

project = "hugo"

In Hugo v0.103.0 we removed the archive name replacements (e.g. amd64 => 64bit).

Using standard GOOS/GOARCH values makes it easier for scripts out there,

but to prevent breakage in Netlify etc. that has adopted to the old names,

we create aliases for the most common variants.

Commits
  • 4164f8f releaser: Bump versions for release of 0.111.2
  • b83050c Fix .Fragments when called cross sites on uninitialized output format
  • df5608f Allow page.TableOfContents on self in shortcode
  • f56ce01 tpl/partial: Consolidate GoDoc
  • 3bbeb56 Fix "context canceled" with partial
  • 184a67a cache: Fix --gc failure on Windows
  • 6c798eb Page context handling in i18n
  • ec1c97e Work around --gc failure on Windows <= 10
  • f10009e Update to Go 1.20.1
  • a950950 snap: Fix dart-sass-embedded installation
  • 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 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.101.0 to 0.111.2.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml)
- [Commits](gohugoio/hugo@v0.101.0...v0.111.2)

---
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]>
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.

0 participants