Skip to content

chore: bump github.com/gohugoio/hugo from 0.147.0 to 0.165.0 - #882

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

chore: bump github.com/gohugoio/hugo from 0.147.0 to 0.165.0#882
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/gohugoio/hugo-0.165.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps github.com/gohugoio/hugo from 0.147.0 to 0.165.0.

Release notes

Sourced from github.com/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 [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.147.0 to 0.165.0.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Commits](gohugoio/hugo@v0.147.0...v0.165.0)

---
updated-dependencies:
- dependency-name: github.com/gohugoio/hugo
  dependency-version: 0.165.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 Aug 24, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgolang/​github.com/​gohugoio/​hugo@​v0.147.0 ⏵ v0.165.075 +1100 +2110010070 -30
Updatedgolang/​golang.org/​x/​oauth2@​v0.29.0 ⏵ v0.36.071 +1100100100100
Updatedgolang/​github.com/​aws/​aws-sdk-go-v2@​v1.36.3 ⏵ v1.41.671 +1100100100100
Updatedgolang/​github.com/​aws/​smithy-go@​v1.22.3 ⏵ v1.25.072 +1100100100100
Updatedgolang/​golang.org/​x/​crypto@​v0.39.0 ⏵ v0.54.074 +1100 +75100100100
Updatedgolang/​golang.org/​x/​net@​v0.41.0 ⏵ v0.57.075100 +3100100100
Updatedgolang/​golang.org/​x/​tools@​v0.33.0 ⏵ v0.48.075100100100100
Updatedgolang/​google.golang.org/​grpc@​v1.73.0 ⏵ v1.82.175 +1100 +75100100100
Updatedgolang/​google.golang.org/​protobuf@​v1.36.6 ⏵ v1.36.1175 +1100100100100
Updatedgolang/​go.opentelemetry.io/​otel@​v1.37.0 ⏵ v1.43.076 +199 +15100100100
Updatedgolang/​golang.org/​x/​text@​v0.26.0 ⏵ v0.40.077100100100100
Updatedgolang/​google.golang.org/​api@​v0.231.0 ⏵ v0.276.079 +1100100100100
Updatedgolang/​github.com/​prometheus/​client_model@​v0.6.1 ⏵ v0.6.210010010010080
Updatedgolang/​golang.org/​x/​sys@​v0.33.0 ⏵ v0.47.084100100100100
Updatedgolang/​github.com/​aws/​aws-sdk-go-v2/​config@​v1.29.14 ⏵ v1.32.288100100100100
Updatedgolang/​github.com/​stretchr/​testify@​v1.10.0 ⏵ v1.11.196 +1100100100100
Updatedgolang/​golang.org/​x/​mod@​v0.25.0 ⏵ v0.38.096 +1100100100100
Updatedgolang/​github.com/​spf13/​pflag@​v1.0.6 ⏵ v1.0.1097100100100100
Updatedgolang/​github.com/​go-jose/​go-jose/​v4@​v4.1.0 ⏵ v4.1.498100 +16100100100
Updatedgolang/​cloud.google.com/​go/​compute/​metadata@​v0.7.0 ⏵ v0.9.098 +1100100100100
Updatedgolang/​go.opentelemetry.io/​otel/​sdk@​v1.37.0 ⏵ v1.43.098 +1100 +22100100100
Updatedgolang/​github.com/​fsnotify/​fsnotify@​v1.9.0 ⏵ v1.10.199 +1100100100100
Updatedgolang/​go.opentelemetry.io/​otel/​exporters/​otlp/​otlptrace/​otlptracegrpc@​v1.35.0 ⏵ v1.38.099 +1100100100100
Updatedgolang/​golang.org/​x/​sync@​v0.15.0 ⏵ v0.22.099100100100100
Updatedgolang/​go.opentelemetry.io/​otel/​trace@​v1.37.0 ⏵ v1.43.0100 +1100100100100
Updatedgolang/​golang.org/​x/​term@​v0.32.0 ⏵ v0.45.0100 +1100100100100
Updatedgolang/​github.com/​aws/​aws-sdk-go-v2/​feature/​rds/​auth@​v1.5.1 ⏵ v1.6.14100100100100100
Updatedgolang/​github.com/​mattn/​go-isatty@​v0.0.20 ⏵ v0.0.24100100100100100
Updatedgolang/​go.opentelemetry.io/​otel/​exporters/​otlp/​otlptrace@​v1.35.0 ⏵ v1.38.0100100100100100

View full report

@socket-security

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: golang github.com/envoyproxy/go-control-plane/envoy is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/grpc@v1.82.1golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/envoyproxy/go-control-plane/envoy is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/grpc@v1.82.1golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/envoyproxy/go-control-plane/envoy is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/grpc@v1.82.1golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/envoyproxy/go-control-plane/envoy is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/grpc@v1.82.1golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/envoyproxy/go-control-plane/envoy is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/grpc@v1.82.1golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/envoyproxy/go-control-plane/envoy is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/grpc@v1.82.1golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/googleapis/enterprise-certificate-proxy is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/api@v0.276.0golang/github.com/golang-migrate/migrate/v4@v4.18.1golang/github.com/aquasecurity/trivy-iac@v0.8.0golang/cdr.dev/slog@v1.6.2-0.20250703074222-9df5e0a6c145golang/github.com/coder/aisdk-go@v0.0.9golang/github.com/googleapis/enterprise-certificate-proxy@v0.3.14

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/googleapis/enterprise-certificate-proxy@v0.3.14. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@github-actions github-actions Bot added the stale label Sep 1, 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 stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants