Commit a0e31d0
authored
Update module go:github.com/gohugoio/hugo to v0.147.6 (#1401)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[go:github.com/gohugoio/hugo](https://redirect.github.com/gohugoio/hugo)
| `v0.147.0` -> `v0.147.6` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.
---
### Release Notes
<details>
<summary>gohugoio/hugo (go:github.com/gohugoio/hugo)</summary>
###
[`v0.147.6`](https://redirect.github.com/gohugoio/hugo/releases/tag/v0.147.6)
[Compare
Source](https://redirect.github.com/gohugoio/hugo/compare/v0.147.5...v0.147.6)
#### What's Changed
- Improve warning message on superfluous prefix when using function
'partials.Include'
[`e57dcd3`](https://redirect.github.com/gohugoio/hugo/commit/e57dcd379)
[@​deining](https://redirect.github.com/deining)
- Fix recent regression with cascading of params to content adapters
[`eaf5ace`](https://redirect.github.com/gohugoio/hugo/commit/eaf5ace30)
[@​bep](https://redirect.github.com/bep)
[#​13743](https://redirect.github.com/gohugoio/hugo/issues/13743)
- Fix it so e.g. de in layouts/\_shortcodes/de.html is not interpreted
as a language code
[`9ad26b6`](https://redirect.github.com/gohugoio/hugo/commit/9ad26b69a)
[@​bep](https://redirect.github.com/bep)
[#​13740](https://redirect.github.com/gohugoio/hugo/issues/13740)
- commands: Make sure the browser gets refreshed on changes when
--disableFastRender is set
[`f471936`](https://redirect.github.com/gohugoio/hugo/commit/f47193669)
[@​bep](https://redirect.github.com/bep)
[#​13727](https://redirect.github.com/gohugoio/hugo/issues/13727)
- tpl/transform: Expose the KaTeX strict option
[`013c8cf`](https://redirect.github.com/gohugoio/hugo/commit/013c8cfb2)
[@​jmooring](https://redirect.github.com/jmooring)
[#​13729](https://redirect.github.com/gohugoio/hugo/issues/13729)
###
[`v0.147.5`](https://redirect.github.com/gohugoio/hugo/releases/tag/v0.147.5)
[Compare
Source](https://redirect.github.com/gohugoio/hugo/compare/v0.147.4...v0.147.5)
We have gotten some requests about updating the
[minifier](https://redirect.github.com/tdewolff/minify) library we use,
so here you go [@​myitcv](https://redirect.github.com/myitcv) and
others. I'm probably going to regret doing that particular upgrade on a
Thursday, but so be it.
#### What's Changed
- Fix live reload when editing inline partials
[`0c7b1a3`](https://redirect.github.com/gohugoio/hugo/commit/0c7b1a3f2)
[@​bep](https://redirect.github.com/bep)
[#​13723](https://redirect.github.com/gohugoio/hugo/issues/13723)
- build(deps): bump github.com/tdewolff/minify/v2 from 2.20.37 to 2.23.5
[`970b887`](https://redirect.github.com/gohugoio/hugo/commit/970b887ba)
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
###
[`v0.147.4`](https://redirect.github.com/gohugoio/hugo/releases/tag/v0.147.4)
[Compare
Source](https://redirect.github.com/gohugoio/hugo/compare/v0.147.3...v0.147.4)
#### What's Changed
- Fix it so css.TailwindCSS inlineImports options isn't always enabled
[`a03a245`](https://redirect.github.com/gohugoio/hugo/commit/a03a245f0)
[@​bep](https://redirect.github.com/bep)
[#​13719](https://redirect.github.com/gohugoio/hugo/issues/13719)
- tpl: Add a test case
[`5a81a3a`](https://redirect.github.com/gohugoio/hugo/commit/5a81a3a4c)
[@​bep](https://redirect.github.com/bep)
[#​13699](https://redirect.github.com/gohugoio/hugo/issues/13699)
- tpl: Narrow down the usage of plain text shortcodes when rendering
HTML
[`6131782`](https://redirect.github.com/gohugoio/hugo/commit/61317821e)
[@​bep](https://redirect.github.com/bep)
[#​13698](https://redirect.github.com/gohugoio/hugo/issues/13698)
- tpl: Fix theme overrides when theme has old layout setup (e.g.
\_default)
[`6142bc7`](https://redirect.github.com/gohugoio/hugo/commit/6142bc701)
[@​bep](https://redirect.github.com/bep)
[#​13715](https://redirect.github.com/gohugoio/hugo/issues/13715)
###
[`v0.147.3`](https://redirect.github.com/gohugoio/hugo/releases/tag/v0.147.3)
[Compare
Source](https://redirect.github.com/gohugoio/hugo/compare/v0.147.2...v0.147.3)
Mostly bug fixes here, but also a new template func to get a really big
number. You can read about why that is useful in [the
documentation](https://gohugo.io/functions/math/maxint64/).
- tpl/tplimpl: Change calls to simple versions of embedded shortcodes
[`8142699`](https://redirect.github.com/gohugoio/hugo/commit/81426998b)
[@​jmooring](https://redirect.github.com/jmooring)
[#​13700](https://redirect.github.com/gohugoio/hugo/issues/13700)
- config: Fix env override of slices
[`bc98e7a`](https://redirect.github.com/gohugoio/hugo/commit/bc98e7a80)
[@​bep](https://redirect.github.com/bep)
[#​13707](https://redirect.github.com/gohugoio/hugo/issues/13707)
- Fix/implement cascade for content adapters
[`c745a3e`](https://redirect.github.com/gohugoio/hugo/commit/c745a3e10)
[@​bep](https://redirect.github.com/bep)
[#​13692](https://redirect.github.com/gohugoio/hugo/issues/13692)
- commands: Fix description of new theme commands
[`9d1d8c8`](https://redirect.github.com/gohugoio/hugo/commit/9d1d8c889)
[@​jmooring](https://redirect.github.com/jmooring)
[#​13701](https://redirect.github.com/gohugoio/hugo/issues/13701)
- tpl/tplimpl: Fix vimeo shortcode test to accommodate API changes
[`84d7a10`](https://redirect.github.com/gohugoio/hugo/commit/84d7a108e)
[@​jmooring](https://redirect.github.com/jmooring)
[#​13687](https://redirect.github.com/gohugoio/hugo/issues/13687)
- tpl/math: Add MaxInt64 function
[`325a0db`](https://redirect.github.com/gohugoio/hugo/commit/325a0dba6)
[@​jmooring](https://redirect.github.com/jmooring)
[#​13693](https://redirect.github.com/gohugoio/hugo/issues/13693)
###
[`v0.147.2`](https://redirect.github.com/gohugoio/hugo/releases/tag/v0.147.2)
[Compare
Source](https://redirect.github.com/gohugoio/hugo/compare/v0.147.1...v0.147.2)
#### What's Changed
- Fix handling of "outputs" from content adapter pages
[`363ab48`](https://redirect.github.com/gohugoio/hugo/commit/363ab48a2)
[@​bep](https://redirect.github.com/bep)
[#​13689](https://redirect.github.com/gohugoio/hugo/issues/13689)
- tpl: Fix case issue in templates.Exists
[`80f0595`](https://redirect.github.com/gohugoio/hugo/commit/80f059531)
[@​bep](https://redirect.github.com/bep)
[#​13684](https://redirect.github.com/gohugoio/hugo/issues/13684)
- config: Add some more merge tests
[`b39b249`](https://redirect.github.com/gohugoio/hugo/commit/b39b24962)
[@​bep](https://redirect.github.com/bep)
[#​13681](https://redirect.github.com/gohugoio/hugo/issues/13681)
###
[`v0.147.1`](https://redirect.github.com/gohugoio/hugo/releases/tag/v0.147.1)
[Compare
Source](https://redirect.github.com/gohugoio/hugo/compare/v0.147.0...v0.147.1)
#### Bug fixes
- tpl: Fix overlapping layout sections
[`be93d52`](https://redirect.github.com/gohugoio/hugo/commit/be93d5218)
[@​bep](https://redirect.github.com/bep)
[#​13672](https://redirect.github.com/gohugoio/hugo/issues/13672)
- Fix it so the owning taxonomy gets rerendered in server when new tags
are added
[`a1cb15e`](https://redirect.github.com/gohugoio/hugo/commit/a1cb15e1c)
[@​bep](https://redirect.github.com/bep)
[#​13648](https://redirect.github.com/gohugoio/hugo/issues/13648)
#### Improvements
- tpl: Add some more test cases
[`5fec782`](https://redirect.github.com/gohugoio/hugo/commit/5fec7829b)
[@​bep](https://redirect.github.com/bep)
[#​13672](https://redirect.github.com/gohugoio/hugo/issues/13672)
[#​13668](https://redirect.github.com/gohugoio/hugo/issues/13668)
- commands/server: Display correct multihost language in console
[`673a4d0`](https://redirect.github.com/gohugoio/hugo/commit/673a4d00e)
[@​jmooring](https://redirect.github.com/jmooring)
[#​12564](https://redirect.github.com/gohugoio/hugo/issues/12564)
- hugolib: Use new build key in content placeholder
[`31db7ed`](https://redirect.github.com/gohugoio/hugo/commit/31db7edf6)
[@​jmooring](https://redirect.github.com/jmooring)
[#​13655](https://redirect.github.com/gohugoio/hugo/issues/13655)
#### Dependency Updates
- build(deps): bump github.com/alecthomas/chroma/v2 from 2.17.0 to
2.17.2
[`620fc87`](https://redirect.github.com/gohugoio/hugo/commit/620fc87b5)
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
- build(deps): bump github.com/getkin/kin-openapi from 0.131.0 to
0.132.0
[`8b2124e`](https://redirect.github.com/gohugoio/hugo/commit/8b2124e7c)
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
- build(deps): bump github.com/yuin/goldmark from 1.7.10 to 1.7.11
[`927d1ec`](https://redirect.github.com/gohugoio/hugo/commit/927d1ec6c)
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/prometheus/client_java).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 3bbfc67 commit a0e31d0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments