Skip to content

build(deps): bump gohugoio/hugo from v0.164.0 to v0.165.0 in /website - #1213

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/website/gohugoio/hugo-v0.165.0
Open

build(deps): bump gohugoio/hugo from v0.164.0 to v0.165.0 in /website#1213
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/website/gohugoio/hugo-v0.165.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

Bumps gohugoio/hugo from v0.164.0 to v0.165.0.

Release notes

Sourced from gohugoio/hugo's releases.

v0.165.0

The two main new things is the new css.ChromaStyles template func and the new importContext option demonstrated below.

{{ $light := css.ChromaStyles (dict "targetPath" "css/components/chroma-light.css" "style" "github" "mode" "light") }}
{{ $dark := css.ChromaStyles (dict "targetPath" "css/components/chroma-dark.css" "style" "github" "mode" "dark") }}
{{ $opts := dict "minify" true "importContext" (slice $light $dark) }}
{{ $css := resources.Get "css/main.css" | css.Build $opts }}

The importContext is relevant for css.Build, js.Build, css.Sass, and css.PostCSS. and it allows you to make resources (e.g. built from resources.FromString) resolvable in e.g. CSS @import statements.

Note

  • Remove tailwindcss from the default security.exec.allow list (note) 8a55df7a @​bep #15178 #15171

Bug fixes

  • Fix resource transformation chaining after content access f772998f @​bep #15189
  • Fix server static file detection for deleted files/directories in the static syncer 2ffaf1fc @​bep
  • Fix server errors when deleting static files or directories a808f6e4 @​bep #15174
  • Fix panic on server atomic save edits on MacOS 6bf15241 @​bep #15130
  • markup/asciidocext: Fix TOC parsing for asciidoctor-html5s f961093e @​jmooring #15121
  • snap: Fix snap home environment 984358f0 @​jmooring #15114

Improvements

  • resources: Resume chained resource transformations 995a2159 @​bep #15189 #15189
  • resources/jsconfig: Drop source root mapping for the current source root f88f0a9f @​bep #15169
  • circleci: Upgrade to Go 1.26.5 52c9bd79 @​bep
  • Add Data.Artifacts to css.Build and js.Build 44da0860 @​bep #15173
  • css: Add classDark and classLight options to css.ChromaStyles and gen chromastyles 33d1f2c8 @​bep #15167
  • markup/highlight: Re-emit token colors dropped by Chroma's minifier 64da6d7c @​bep #15161
  • Add importContext option to css.Build, js.Build, css.Sass and css.TailwindCSS 70db201e @​bep #15103
  • Remove some old deprecations 8a468df0 @​bep
  • Add css.ChromaStyles 615e45d6 @​bep #15112
  • check.sh: Handle staticcheck not installed/in PATH a243a615 @​Soundcreates
  • warpc: Improve AVIF error message on memory allocation failure 7d90277a @​bep
  • cache/filecache: Don't prune used cache entries with mixed-case dir names 861ede6d @​bep #15101
  • Drop symlinks in parent directories f228c87d @​bep
  • Delete .gemini 7df45f61 @​bep
  • common/hugo: Include non-go dependencies in go env output 89b8c322 @​jmooring #15116

Dependency Updates

  • build(deps): bump github.com/bep/imagemeta from 0.17.3 to 1.0.0 0bb337b2 @​dependabot[bot]
  • build(deps): bump github.com/evanw/esbuild from 0.28.1 to 0.28.2 03dc9170 @​dependabot[bot]
  • build(deps): bump github.com/tdewolff/minify/v2 from 2.24.14 to 2.24.16 c829b736 @​dependabot[bot]
  • build(deps): bump github.com/getkin/kin-openapi from 0.145.0 to 0.146.0 94f3908e @​dependabot[bot]
  • build(deps): bump github.com/rogpeppe/go-internal from 1.15.0 to 1.16.0 75fcc752 @​dependabot[bot]

... (truncated)

Commits
  • 76a5e18 releaser: Bump versions for release of 0.165.0
  • 0bb337b build(deps): bump github.com/bep/imagemeta from 0.17.3 to 1.0.0
  • 03dc917 build(deps): bump github.com/evanw/esbuild from 0.28.1 to 0.28.2
  • c829b73 build(deps): bump github.com/tdewolff/minify/v2 from 2.24.14 to 2.24.16
  • 995a215 resources: Resume chained resource transformations
  • f88f0a9 resources/jsconfig: Drop source root mapping for the current source root
  • dd3f273 Remove Star History from README
  • f772998 Fix resource transformation chaining after content access
  • 8a55df7 Remove tailwindcss from the default security.exec.allow list (note)
  • 52c9bd7 circleci: Upgrade to Go 1.26.5
  • 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 [gohugoio/hugo](https://github.com/gohugoio/hugo) from v0.164.0 to v0.165.0.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Commits](gohugoio/hugo@v0.164.0...v0.165.0)

---
updated-dependencies:
- dependency-name: gohugoio/hugo
  dependency-version: v0.165.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Aug 20, 2026
@dependabot
dependabot Bot deployed to deploy-docs August 20, 2026 01:04 Active
@netlify

netlify Bot commented Aug 20, 2026

Copy link
Copy Markdown

Deploy Preview for dalec ready!

Name Link
🔨 Latest commit a9fa1a5
🔍 Latest deploy log https://app.netlify.com/projects/dalec/deploys/6a86528f5a20db0008dce153
😎 Deploy Preview https://deploy-preview-1213--dalec.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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 docker Pull requests that update Docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants