Skip to content
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

build(deps): bump github.com/gohugoio/hugo from 0.123.3 to 0.125.3 #573

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 23, 2024

Bumps github.com/gohugoio/hugo from 0.123.3 to 0.125.3.

Release notes

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

v0.125.3

This release fixes a security issue reported by @​ejona86 (see #12411) that could allow XSS injection from Markdown content files if one of the internal link or image render hook templates added in Hugo 0.123.0 are enabled. You typically control and trust the content files, but according to Hugo's security model, we state that "template and configuration authors (you) are trusted, but the data you send in is not."

  • markup/goldmark: Fix data race in the hugocontext wrapper 509ab08c1 @​bep
  • tpl: Escape .Title in built-in image and link render hooks 15a4b9b33 @​bep
  • tpl/tplimpl: Improve embedded templates 10a8448ee @​jmooring #12396
  • SECURITY.md: Update link to security model 722c486a3 @​ejona86
  • modules: Fix potential infinite loop in module collection f40f50ead @​bep #12407

v0.125.2

What's Changed

  • Only add root sections to the section pages menu 06d248910 @​bep #12399
  • Fix partial rebuilds for SCSS fetched with GetMatch and similar Fixes #12395 004b69439 @​bep
  • commands: Add gen chromastyles --lineNumbersTableStyle flag da6112fc6 @​jmooring #12393
  • resources/images: Fix TestColorLuminance on s390x faf9fedc3 @​bep
  • commands: Provide examples for chromastyles flags 11aa89319 @​jmooring #12387

v0.125.1

What's Changed

  • tpl: Use erroridf for remote YouTube errors 0c188fda2 @​bep #12383
  • build: Fix `GLIBC_2.29' not found issue bbc6888d0 @​bep #12381

v0.125.0

Some of the notable new features in this release:

  • strings.Diff template func.
  • .PageInner in render hooks to get the inner page when using .RenderShortcode in a shortcode, typically used to resolve links and page resources relative to an included Page.
  • Add Luminance to $image.Colors, allowing for sorting by luminance. e197c7b29 @​bep #10450

This release is built with Go 1.22.2 (#12351) which comes with a fix for security issue CVE-2023-45288. We don't see how that could be exploited in Hugo, but we do appreciate that people want a clean security report.

Bug fixes

  • Fix server rebuilds when adding a content file on Linux fa60a2fbc @​bep #12362
  • helpers: Fix TrimShortHTML when used with AsciiDoc content 6049ba99f @​jmooring #12369
  • github: Fix CI build 9323376df @​bep
  • all: Fix duplicate words in comments bf0b14036 @​grimreaper
  • all: Typo fixes 17765a745 @​coliff
  • hugolib: Fix regression for blank summaries 26640525a @​curegit
  • Fix sectionPagesMenu for pages in root level 488b21d15 @​bep #12306
  • Fix resource bundling for overlapping page.md vs page.txt 983b8d537 @​bep #12320
  • Fix panic with debug.Dump with Page when running the server 38e05bd3c @​bep #12309

... (truncated)

Commits
  • 474c4c0 releaser: Bump versions for release of 0.125.3
  • 509ab08 markup/goldmark: Fix data race in the hugocontext wrapper
  • 2d75f53 Delete .hugo_build.lock
  • 15a4b9b tpl: Escape .Title in built-in image and link render hooks
  • 10a8448 tpl/tplimpl: Improve embedded templates
  • 722c486 SECURITY.md: Update link to security model
  • f40f50e modules: Fix potential infinite loop in module collection
  • 4e483f5 releaser: Bump versions for release of 0.125.2
  • 06d2489 Only add root sections to the section pages menu
  • 004b694 Fix partial rebuilds for SCSS fetched with GetMatch and similar
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.123.3 to 0.125.3.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml)
- [Commits](gohugoio/hugo@v0.123.3...v0.125.3)

---
updated-dependencies:
- dependency-name: github.com/gohugoio/hugo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants