Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump github.com/gohugoio/hugo from 0.152.2 to 0.153.1#21368

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubDec 22, 2025
edited
Loading

Bumpsgithub.com/gohugoio/hugo from 0.152.2 to 0.153.1.

Release notes

Sourced fromgithub.com/gohugoio/hugo's releases.

v0.153.1

[!note]This is a bug fix release. See themain release for a list of new features.

v0.153.0

[!note]There is a newer bug fix release availablehere.

This is a good one! Hugov0.153.0 comes with a powerful new multidimensional content model (languages, versions and roles) and completely overhauls WebP image support, and much more:

  • For the new multidimensional content model, start readingsites matrix andsites complements. The matrix is what gets written to disk,complements allows e.g. a site in Swedish to fill in missing gaps in the site in Norwegian's page and resource collections. Also see the newRotate method, that allows you to rotate the content tree in a given dimension.
  • For WebP we now build a WASM version oflibwebp (v1.6.0) and run it in theWazero runtime. We use this for both encoding and decoding. This solves an old and annoying issue with Go's stdlib's decoder, withloss of contrast and muted colors in some photos, but it also means that you don't need the extended version of Hugo to handle WebP images. And, drum roll, we now also support animated WebP, including converting to and from animated GIFs.
  • For MacOS, we now build signed and notarisedpkg installers.

Also:

Notes

  • tpl/css: Deprecate libsass in favor of dartsass (note) 9937a5dc@​bep#14261
  • Build Order: Hugo builds sites based on the sorted dimensions (see below). In earlier versions, we built the sites starting with the default content language. This change is also reflected in the sort order of.Site.Sites to make it consistent with.Site.Languages.
  • Sort Order: The dimensions are sorted as follows, which affects build order and complement selection:
    • languages: By weight, then by name.
    • versions: By weight, then by semantic versioning (descending).
    • roles: By weight, then by name.
  • Deprecations:
  • Logging: We no longer log warnings about potential duplicate content paths, as this becomes impractical to reason about with acomplex sites matrix.

Bug fixes

  • Fix some outdated front matter b82e496c@​bep#14271
  • Fix server rebuilds on editing content with Chinese terms e2e64aee@​bep#14240
  • Fix slow server startup of very big content trees 7a43b928@​bep#14211
  • github: Fix "no space left on device" issue in CI b037b930@​bep
  • docs: Fix link to CGO wiki page 5af31128@​jordelver

... (truncated)

Commits
  • 8e6cac8 releaser: Bump versions for release of 0.153.1
  • 4085ee9 Handle PNG named *.webp
  • 168bf17 Revert deprecation logging for contentDir per language
  • 80ea90c images: Add some more PNG tests
  • f740d7c Fix panic when 404 is backed by a content file
  • 5f46da6 internal/warpc: Increase WebP memory limit to 256 MiB
  • fe64a68 releaser: Prepare repository for 0.154.0-DEV
  • b4128ba releaser: Bump versions for release of 0.153.0
  • 790a5b7 hugoreleaser: Updage macospkgremote to increase notarization timeout
  • 70ce244 Merge commit '08e1ea5c709d3d49bdc3ce3c21e8fa05a33150d0'
  • Additional commits viewable incompare 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)

@dependabotdependabotbot added dependenciesPull requests that update a dependency file goPull requests that update go code labelsDec 22, 2025
@github-actionsgithub-actionsbotenabled auto-merge (squash)December 22, 2025 12:03
Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.152.2 to 0.153.1.- [Release notes](https://github.com/gohugoio/hugo/releases)- [Commits](gohugoio/hugo@v0.152.2...v0.153.1)---updated-dependencies:- dependency-name: github.com/gohugoio/hugo  dependency-version: 0.153.1  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/go_modules/github.com/gohugoio/hugo-0.153.1 branch from1e601db to35b6e27CompareDecember 22, 2025 12:25
@github-actionsgithub-actionsbot merged commit5b89da0 intomainDec 22, 2025
32 checks passed
@github-actionsgithub-actionsbot deleted the dependabot/go_modules/github.com/gohugoio/hugo-0.153.1 branchDecember 22, 2025 12:38
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] approved these changes

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filegoPull requests that update go code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp