Skip to content

chore: bump github.com/gohugoio/hugo from 0.146.3 to 0.163.0#194

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/gohugoio/hugo-0.163.0
Open

chore: bump github.com/gohugoio/hugo from 0.146.3 to 0.163.0#194
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/gohugoio/hugo-0.163.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/gohugoio/hugo from 0.146.3 to 0.163.0.

Release notes

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

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
  • Cap AVIF lossy quality at 99 248241b6 @​bep #14981
  • config: Deprecate the glogal imaging quality setting 4e47d95d @​bep #14979
  • images: Make 60 the default quality for AVIF 03b4b542 @​bep #14979
  • livereload: Disconnect from websocket server on pageswap 79be0532 @​bep #14983
  • tpl/tplimpl/embedded: Prevent leading newline in sitemap template 0f440460 @​bep #14977
  • images: Recover from memory alloc errors in WASM image processors 4e17421e @​bep #14985
  • images: Add quality setting per image format b01ecd4c @​bep #14957
  • misc: Remove duplicate words in comments 45c00b7c @​jmooring #14936 #14950 #14965
  • Add some PNG to AVIF golden test cases 28d882ab @​bep

Dependency Updates

  • build(deps): bump github.com/bits-and-blooms/bitset 0d29fc81 @​dependabot[bot]
  • build(deps): bump github.com/tetratelabs/wazero bb57404f @​dependabot[bot]
  • build(deps): bump github.com/rogpeppe/go-internal from 1.14.1 to 1.15.0 7d1b1fb3 @​dependabot[bot]
  • build(deps): bump github.com/getkin/kin-openapi from 0.138.0 to 0.139.0 77a11470 @​dependabot[bot]

v0.162.1

What's Changed

  • modules/npm: Fix false stale warning after npm pack 59f35cd9 @​jmooring #14959
  • Revert "tpl/collections: Make dict return nil when no values are provided" c2709750 @​bep #14958
  • tpl/time: Fix locale-specific month abbreviations ea8b48af @​jmooring #14948

v0.162.0

The notable new feature in this release is support for AVIF images (both encoder and decoder). There's a demo site set up that demonstrates the difference between HDR AVIF and SDR JPEG images. Note that that demo is only really interesting if viewed on an HDR capable screen (e.g. Apple Retina).

... (truncated)

Commits
  • 4a94853 releaser: Bump versions for release of 0.163.0
  • 1d018ef pagesfromdata: Use relative path for content adapter template metrics
  • 121bc6c ci: Re-add macos-latest to the test matrix
  • 0d29fc8 build(deps): bump github.com/bits-and-blooms/bitset
  • bb57404 build(deps): bump github.com/tetratelabs/wazero
  • 781fabf all: Run go fix ./...
  • cf18b82 images: Deprecate Imaging.Compression and move it down to webp and avif configs
  • 98ad9b3 Only support the latest Go version
  • ff2903a resources/jsconfig: Remove deprecated baseUrl setting
  • 7d1b1fb build(deps): bump github.com/rogpeppe/go-internal from 1.14.1 to 1.15.0
  • 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)

Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.146.3 to 0.163.0.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Commits](gohugoio/hugo@v0.146.3...v0.163.0)

---
updated-dependencies:
- dependency-name: github.com/gohugoio/hugo
  dependency-version: 0.163.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 10, 2026
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.

0 participants