Skip to content

chore(deps): bump github.com/gohugoio/hugo from 0.160.1 to 0.163.3 in /site#428

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/site/github.com/gohugoio/hugo-0.163.3
Closed

chore(deps): bump github.com/gohugoio/hugo from 0.160.1 to 0.163.3 in /site#428
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/site/github.com/gohugoio/hugo-0.163.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/gohugoio/hugo from 0.160.1 to 0.163.3.

Release notes

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

v0.163.3

What's Changed

  • markup/highlight: Escape lang in default code block rendering ce1a7e0b @​bep thanks to @​k0ngj1 for reporting this issue.
  • parser/pageparser: Preserve non-ASCII whitespace after e.g. summary divider 70a9068a @​bep
  • resources: Support babel/postcss config variants 9d66d513 @​jmooring #15039 #15040 #15043
  • hugolib: Fix page/section name collision regression f0133466 @​jmooring #15046

v0.163.2

What's Changed

  • Continue resolving on ERR_ACCESS_DENIED in Node's resolver 134674f0 @​bep #15041
  • markup: Standardize behavior when external converters are missing 147f605f @​jmooring #14222

v0.163.1

The majority of the fixes in this release are security related (including the upstream fix in 93c8c7d3 (golang.org/x/image)). Thanks to @​vnth4nhnt for finding the issues fixed in a00b5c72 and cf9c8f93 (I will do the CVE work on this later). There has been a uptick in security reports lately, which doesn't mean that Hugo has gotten less secure, this is mostly the work of the new and powerful AI tools using Hugo's restrictive security model as their baseline. Just take a look at Go's recent security issue list to see a demonstration of this.

What's Changed

  • build(deps): bump golang.org/x/image from 0.41.0 to 0.42.0 93c8c7d3 @​dependabot[bot]
  • Fix multi --renderSegments merge behavior 95e5e9f4 @​bep #15024
  • security: Normalize integer IPv4 host encodings in http.urls check a00b5c72 @​bep
  • Drop symlinks in os.ReadDir, os.ReadFile, os.Stat and os.FileExists cf9c8f93 @​bep #15019
  • commands: Fix convert command 2602796c @​jmooring #15012

v0.163.0

The main topic in this release is improvements to the AVIF image handling that we introduced in v0.162.0. See the docs for details, but:

  • We have turned down the default quality for AVIF to 60. Turns out, JPEG/WebP with quality 75 is comparable to AVIF with quality 60. You can now also set quality per image format in your project config (and also per image processed if needed).
  • We have added a hint to the AVIF with the same values as for WEBP. For lossy compression, the photo/picture hints (and the default) encodes with YUV420 chroma subsampling instead of YUV444, keeping 444 for text/icon/drawing. This greatly reduces the memory needed to encode these images.

Improvements

  • resources/jsconfig: Remove deprecated baseUrl setting ff2903a9 @​bep #14991 #14996
  • all: Adjust tests for deprecated link and image render hook settings ca68936d @​jmooring
  • all: Run go fix ./... 781fabf4 @​bep
  • pagesfromdata: Use relative path for content adapter template metrics 1d018ef8 @​anupamojha-eng #14999
  • ci: Re-add macos-latest to the test matrix 121bc6ce @​bep
  • images: Deprecate Imaging.Compression and move it down to webp and avif configs cf18b827 @​bep #14998
  • Only support the latest Go version 98ad9b3c @​bep #14997
  • page: Add IsBranch and deprecate IsNode b89e7fe6 @​bep #11574
  • images: Force cache invalidation for AVIF target e8fefc83 @​bep #14990
  • images: Add a per-format AVIF hint setting a043d3ec @​bep #14992
  • images: Make AVIF chroma subsampling content-aware via the hint 341f575d @​bep #14987

... (truncated)

Commits
  • 4d22555 releaser: Bump versions for release of 0.163.3
  • ce1a7e0 markup/highlight: Escape lang in default code block rendering
  • e8988c3 Merge commit 'c86d9f4aa8a58931f52df6516f10b67c807505fb'
  • c86d9f4 Squashed 'docs/' changes from 1f8ddb8a52..e17426e2b6
  • 70a9068 parser/pageparser: Preserve non-ASCII whitespace after e.g. summary divider
  • 9d66d51 resources: Support babel/postcss config variants
  • f013346 hugolib: Fix page/section name collision regression
  • 96e06e1 releaser: Prepare repository for 0.164.0-DEV
  • 19a5cec releaser: Bump versions for release of 0.163.2
  • 134674f Continue resolving on ERR_ACCESS_DENIED in Node's resolver
  • 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 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.160.1 to 0.163.3.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Commits](gohugoio/hugo@v0.160.1...v0.163.3)

---
updated-dependencies:
- dependency-name: github.com/gohugoio/hugo
  dependency-version: 0.163.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 19, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 19, 2026
@pskry

pskry commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

The dependabot.yml entry that created this PR has been deleted so this PR can't be rebased. Please close the PR so Dependabot can create a new one with the current dependabot.yml.

@pskry

pskry commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

@dependabot recreate

@pskry pskry closed this Jun 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot @github

dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is closed. If the branch still exists, you can re-open the PR and then use @dependabot rebase or @dependabot recreate. If the branch was deleted, Dependabot will create a new PR on the next scheduled run, or you can trigger an update from the Dependency graph page.

@dependabot
dependabot Bot deleted the dependabot/go_modules/site/github.com/gohugoio/hugo-0.163.3 branch June 24, 2026 19:33
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant