chore(deps): update dependency hugo to v0.165.0 #2

Open
renovate wants to merge 1 commit from renovate/hugo-0.x into master
Member

This PR contains the following updates:

Package Type Update Change
hugo tools minor 0.164.00.165.0

Release Notes

gohugoio/hugo (hugo)

v0.165.0

Compare Source

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

Bug fixes

Improvements

Dependency Updates

Documentation


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [hugo](https://github.com/gohugoio/hugo) | tools | minor | `0.164.0` → `0.165.0` | --- ### Release Notes <details> <summary>gohugoio/hugo (hugo)</summary> ### [`v0.165.0`](https://github.com/gohugoio/hugo/releases/tag/v0.165.0) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.164.0...v0.165.0) The two main new things is the new `css.ChromaStyles` template func and the new `importContext` option demonstrated below. ```handlebars {{ $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) [`8a55df7`](https://github.com/gohugoio/hugo/commit/8a55df7a) [@&#8203;bep](https://github.com/bep) [#&#8203;15178](https://github.com/gohugoio/hugo/issues/15178) [#&#8203;15171](https://github.com/gohugoio/hugo/issues/15171) #### Bug fixes - Fix resource transformation chaining after content access [`f772998`](https://github.com/gohugoio/hugo/commit/f772998f) [@&#8203;bep](https://github.com/bep) [#&#8203;15189](https://github.com/gohugoio/hugo/issues/15189) - Fix server static file detection for deleted files/directories in the static syncer [`2ffaf1f`](https://github.com/gohugoio/hugo/commit/2ffaf1fc) [@&#8203;bep](https://github.com/bep) - Fix server errors when deleting static files or directories [`a808f6e`](https://github.com/gohugoio/hugo/commit/a808f6e4) [@&#8203;bep](https://github.com/bep) [#&#8203;15174](https://github.com/gohugoio/hugo/issues/15174) - Fix panic on server atomic save edits on MacOS [`6bf1524`](https://github.com/gohugoio/hugo/commit/6bf15241) [@&#8203;bep](https://github.com/bep) [#&#8203;15130](https://github.com/gohugoio/hugo/issues/15130) - markup/asciidocext: Fix TOC parsing for asciidoctor-html5s [`f961093`](https://github.com/gohugoio/hugo/commit/f961093e) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;15121](https://github.com/gohugoio/hugo/issues/15121) - snap: Fix snap home environment [`984358f`](https://github.com/gohugoio/hugo/commit/984358f0) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;15114](https://github.com/gohugoio/hugo/issues/15114) #### Improvements - resources: Resume chained resource transformations [`995a215`](https://github.com/gohugoio/hugo/commit/995a2159) [@&#8203;bep](https://github.com/bep) [#&#8203;15189](https://github.com/gohugoio/hugo/issues/15189) [#&#8203;15189](https://github.com/gohugoio/hugo/issues/15189) - resources/jsconfig: Drop source root mapping for the current source root [`f88f0a9`](https://github.com/gohugoio/hugo/commit/f88f0a9f) [@&#8203;bep](https://github.com/bep) [#&#8203;15169](https://github.com/gohugoio/hugo/issues/15169) - circleci: Upgrade to Go 1.26.5 [`52c9bd7`](https://github.com/gohugoio/hugo/commit/52c9bd79) [@&#8203;bep](https://github.com/bep) - Add Data.Artifacts to css.Build and js.Build [`44da086`](https://github.com/gohugoio/hugo/commit/44da0860) [@&#8203;bep](https://github.com/bep) [#&#8203;15173](https://github.com/gohugoio/hugo/issues/15173) - css: Add classDark and classLight options to css.ChromaStyles and gen chromastyles [`33d1f2c`](https://github.com/gohugoio/hugo/commit/33d1f2c8) [@&#8203;bep](https://github.com/bep) [#&#8203;15167](https://github.com/gohugoio/hugo/issues/15167) - markup/highlight: Re-emit token colors dropped by Chroma's minifier [`64da6d7`](https://github.com/gohugoio/hugo/commit/64da6d7c) [@&#8203;bep](https://github.com/bep) [#&#8203;15161](https://github.com/gohugoio/hugo/issues/15161) - Add importContext option to css.Build, js.Build, css.Sass and css.TailwindCSS [`70db201`](https://github.com/gohugoio/hugo/commit/70db201e) [@&#8203;bep](https://github.com/bep) [#&#8203;15103](https://github.com/gohugoio/hugo/issues/15103) - Remove some old deprecations [`8a468df`](https://github.com/gohugoio/hugo/commit/8a468df0) [@&#8203;bep](https://github.com/bep) - Add css.ChromaStyles [`615e45d`](https://github.com/gohugoio/hugo/commit/615e45d6) [@&#8203;bep](https://github.com/bep) [#&#8203;15112](https://github.com/gohugoio/hugo/issues/15112) - check.sh: Handle staticcheck not installed/in PATH [`a243a61`](https://github.com/gohugoio/hugo/commit/a243a615) [@&#8203;Soundcreates](https://github.com/Soundcreates) - warpc: Improve AVIF error message on memory allocation failure [`7d90277`](https://github.com/gohugoio/hugo/commit/7d90277a) [@&#8203;bep](https://github.com/bep) - cache/filecache: Don't prune used cache entries with mixed-case dir names [`861ede6`](https://github.com/gohugoio/hugo/commit/861ede6d) [@&#8203;bep](https://github.com/bep) [#&#8203;15101](https://github.com/gohugoio/hugo/issues/15101) - Drop symlinks in parent directories [`f228c87`](https://github.com/gohugoio/hugo/commit/f228c87d) [@&#8203;bep](https://github.com/bep) - Delete .gemini [`7df45f6`](https://github.com/gohugoio/hugo/commit/7df45f61) [@&#8203;bep](https://github.com/bep) - common/hugo: Include non-go dependencies in go env output [`89b8c32`](https://github.com/gohugoio/hugo/commit/89b8c322) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;15116](https://github.com/gohugoio/hugo/issues/15116) #### Dependency Updates - build(deps): bump github.com/bep/imagemeta from 0.17.3 to 1.0.0 [`0bb337b`](https://github.com/gohugoio/hugo/commit/0bb337b2) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/evanw/esbuild from 0.28.1 to 0.28.2 [`03dc917`](https://github.com/gohugoio/hugo/commit/03dc9170) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/tdewolff/minify/v2 from 2.24.14 to 2.24.16 [`c829b73`](https://github.com/gohugoio/hugo/commit/c829b736) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/getkin/kin-openapi from 0.145.0 to 0.146.0 [`94f3908`](https://github.com/gohugoio/hugo/commit/94f3908e) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/rogpeppe/go-internal from 1.15.0 to 1.16.0 [`75fcc75`](https://github.com/gohugoio/hugo/commit/75fcc752) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/mattn/go-isatty from 0.0.22 to 0.0.24 [`b5fa03d`](https://github.com/gohugoio/hugo/commit/b5fa03d3) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/yuin/goldmark from 1.8.4 to 1.8.5 [`9da472d`](https://github.com/gohugoio/hugo/commit/9da472dd) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump golang.org/x/tools from 0.47.0 to 0.48.0 [`635532a`](https://github.com/gohugoio/hugo/commit/635532a2) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/kyokomi/emoji/v2 from 2.2.13 to 2.2.14 [`9c71f60`](https://github.com/gohugoio/hugo/commit/9c71f600) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/getkin/kin-openapi from 0.144.0 to 0.145.0 [`420527f`](https://github.com/gohugoio/hugo/commit/420527fc) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump golang.org/x/image from 0.43.0 to 0.44.0 [`7fe786e`](https://github.com/gohugoio/hugo/commit/7fe786e3) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/bep/imagemeta from 0.17.2 to 0.17.3 [`03b244f`](https://github.com/gohugoio/hugo/commit/03b244fc) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/tdewolff/minify/v2 from 2.24.13 to 2.24.14 [`9611813`](https://github.com/gohugoio/hugo/commit/96118133) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/yuin/goldmark from 1.8.2 to 1.8.4 [`e35b7f0`](https://github.com/gohugoio/hugo/commit/e35b7f04) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump golang.org/x/net from 0.56.0 to 0.57.0 [`0796fa7`](https://github.com/gohugoio/hugo/commit/0796fa7a) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump golang.org/x/text from 0.38.0 to 0.40.0 [`1b701b7`](https://github.com/gohugoio/hugo/commit/1b701b72) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/getkin/kin-openapi from 0.140.0 to 0.144.0 [`a32d70b`](https://github.com/gohugoio/hugo/commit/a32d70b7) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump google.golang.org/grpc from 1.80.0 to 1.82.1 [`948cfb9`](https://github.com/gohugoio/hugo/commit/948cfb98) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump golang.org/x/mod from 0.37.0 to 0.38.0 [`8930802`](https://github.com/gohugoio/hugo/commit/8930802e) [@&#8203;dependabot](https://github.com/dependabot)\[bot] #### Documentation - Remove Star History from README [`dd3f273`](https://github.com/gohugoio/hugo/commit/dd3f2731) [@&#8203;bep](https://github.com/bep) [#&#8203;15190](https://github.com/gohugoio/hugo/issues/15190) - Update README.md [`d1f191c`](https://github.com/gohugoio/hugo/commit/d1f191c5) [@&#8203;jmooring](https://github.com/jmooring) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4wLjEiLCJ1cGRhdGVkSW5WZXIiOiI0NC4zMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Author
Member

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/hugo-0.x:renovate/hugo-0.x
git switch renovate/hugo-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/hugo-0.x
git switch renovate/hugo-0.x
git rebase master
git switch master
git merge --ff-only renovate/hugo-0.x
git switch renovate/hugo-0.x
git rebase master
git switch master
git merge --no-ff renovate/hugo-0.x
git switch master
git merge --squash renovate/hugo-0.x
git switch master
git merge --ff-only renovate/hugo-0.x
git switch master
git merge renovate/hugo-0.x
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
docka/website!2
No description provided.