- Notifications
You must be signed in to change notification settings - Fork907
Commitf75d01f
authored
chore: bump github.com/gohugoio/hugo from 0.143.0 to 0.146.3 (#17384)
Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from0.143.0 to 0.146.3.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/gohugoio/hugo/releases">github.com/gohugoio/hugo'sreleases</a>.</em></p><blockquote><h2>v0.146.3</h2><h2>What's Changed</h2><ul><li>tpl: Make any layout set in front matter higher priority 30b9c19c7<a href="https://github.com/bep"><code>@bep</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13588">#13588</a></li><li>tpl: Fix it so embedded render-codeblock-goat is used even if customrender-codeblock exists c8710625b <ahref="https://github.com/bep"><code>@bep</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13595">#13595</a></li></ul><h2>v0.146.2</h2><h2>What's Changed</h2><ul><li>tpl: Fix codeblock hook resolve issue d1c394442 <ahref="https://github.com/bep"><code>@bep</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13593">#13593</a></li><li>tpl: Fix legacy section mappings 1074e0115 <ahref="https://github.com/bep"><code>@bep</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13584">#13584</a></li><li>tpl: Resolve layouts/all.html for all html output formats c19f1f236<a href="https://github.com/bep"><code>@bep</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13587">#13587</a></li><li>tpl: Fix some baseof lookup issues 9221cbca4 <ahref="https://github.com/bep"><code>@bep</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13583">#13583</a></li></ul><h2>v0.146.1</h2><p>This fixes a regression introduced in <ahref="https://github.com/gohugoio/hugo/releases/tag/v0.146.0">v0.146.0</a>released earlier today.</p><ul><li>tpl: Skip dot and temp files inside /layouts 3b9f2a7de <ahref="https://github.com/bep"><code>@bep</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13579">#13579</a></li></ul><h2>v0.146.0</h2><blockquote><p>[!NOTE]There's a <ahref="https://github.com/gohugoio/hugo/releases/tag/v0.146.1">v0.146.1</a>bug fix release that fixes a regression introduced in this release.</p></blockquote><p>The big new thing in this release is a fully refreshed templatesystem – simpler and much better. We're working on the updateddocumentation for this, but see <ahref="https://redirect.github.com/gohugoio/hugo/pull/13541">thisissue</a> for some more information. We have gone to great lengths tomake this as backwards compatible as possible, but make sure you testyour site before going live with this new version. This version alsocomes with a full dependency refresh and some useful new templatefuncs:</p><ul><li><ahref="https://gohugo.io/functions/templates/current/">templates.Current</a>:Info about the current executing template and its call stack. Veryuseful for debugging.</li><li><a href="https://gohugo.io/functions/time/in/">time.In</a>: Returnsthe given date/time as represented in the specified IANA time zone.</li></ul><h2>Bug fixes</h2><ul><li>tpl/tplimpl: Fix full screen option in vimeo and youtube shortcodes6f14dbe24 <ahref="https://github.com/jmooring"><code>@jmooring</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13531">#13531</a></li></ul><h2>Improvements</h2><ul><li>tpl: Warn and skip non-hook templates inside /layouts/_markup383dd82f9 <a href="https://github.com/bep"><code>@bep</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13577">#13577</a></li><li>tpl: Add a partial lookup cache 208a0de6c <ahref="https://github.com/bep"><code>@bep</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13571">#13571</a></li><li>tpl: Add templates.Current d4c6dd16b <ahref="https://github.com/bep"><code>@bep</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13571">#13571</a></li><li>commands/new: Improve theme creation 24ac6a9de <ahref="https://github.com/jmooring"><code>@jmooring</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13489">#13489</a><ahref="https://redirect.github.com/gohugoio/hugo/issues/13544">#13544</a></li><li>tpl/tplimpl: Update embedded pagination template 1e0084248 <ahref="https://github.com/jmooring"><code>@jmooring</code></a></li><li>Reimplement and simplify Hugo's template system 83cfdd78c <ahref="https://github.com/bep"><code>@bep</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13541">#13541</a><ahref="https://redirect.github.com/gohugoio/hugo/issues/13545">#13545</a><ahref="https://redirect.github.com/gohugoio/hugo/issues/13515">#13515</a><ahref="https://redirect.github.com/gohugoio/hugo/issues/7964">#7964</a><ahref="https://redirect.github.com/gohugoio/hugo/issues/13365">#13365</a><ahref="https://redirect.github.com/gohugoio/hugo/issues/12988">#12988</a><ahref="https://redirect.github.com/gohugoio/hugo/issues/4891">#4891</a></li><li>config: Use the non-global logger for deprecations when possible812ea0b32 <a href="https://github.com/bep"><code>@bep</code></a></li><li>tpl/time: Add time.In function 07cbe5701 <ahref="https://github.com/jmooring"><code>@jmooring</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13548">#13548</a></li><li>resources: Add option to silence dependency deprecation warningsc15ebce2f <ahref="https://github.com/jmooring"><code>@jmooring</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13530">#13530</a></li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/gohugoio/hugo/commit/05ef8b713a3c091bfca7a3543ed016c64b3c6f88"><code>05ef8b7</code></a>releaser: Bump versions for release of 0.146.3</li><li><ahref="https://github.com/gohugoio/hugo/commit/30b9c19c7691aa3d90854c92a355bd8a248bb5b0"><code>30b9c19</code></a>tpl: Make any layout set in front matter higher priority</li><li><ahref="https://github.com/gohugoio/hugo/commit/c8710625b7c01a0d580f9d896b1fea96ec5463d1"><code>c871062</code></a>tpl: Fix it so embedded render-codeblock-goat is used even if customrender-c...</li><li><ahref="https://github.com/gohugoio/hugo/commit/53221f88ca57634b1b8afeeeacdc923e25b6617c"><code>53221f8</code></a>releaser: Prepare repository for 0.147.0-DEV</li><li><ahref="https://github.com/gohugoio/hugo/commit/ff3ab192c27fccdd82393f223040874904a44e98"><code>ff3ab19</code></a>releaser: Bump versions for release of 0.146.2</li><li><ahref="https://github.com/gohugoio/hugo/commit/d1c394442be0858b12fb1dbb42a98237e95c6d75"><code>d1c3944</code></a>tpl: Fix codeblock hook resolve issue</li><li><ahref="https://github.com/gohugoio/hugo/commit/1074e011520a82a17524d2e68082e5a04e291c2a"><code>1074e01</code></a>tpl: Fix legacy section mappings</li><li><ahref="https://github.com/gohugoio/hugo/commit/c19f1f2363fe96cfa8b6e4a5b9e5d75886bcff8b"><code>c19f1f2</code></a>tpl: Resolve layouts/all.html for all html output formats</li><li><ahref="https://github.com/gohugoio/hugo/commit/9221cbca496752fb1d06d664871e3d4532f473f5"><code>9221cbc</code></a>tpl: Fix some baseof lookup issues</li><li><ahref="https://github.com/gohugoio/hugo/commit/e3e3f9ae17395220e2c13ddc8afa7000a5a7e21e"><code>e3e3f9a</code></a>releaser: Prepare repository for 0.147.0-DEV</li><li>Additional commits viewable in <ahref="https://github.com/gohugoio/hugo/compare/v0.143.0...v0.146.3">compareview</a></li></ul></details><br />[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)Dependabot will resolve any conflicts with this PR as long as you don'talter it yourself. You can also trigger a rebase manually by commenting`@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on this PR:- `@dependabot rebase` will rebase this PR- `@dependabot recreate` will recreate this PR, overwriting any editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent06d707d commitf75d01f
2 files changed
+42
-38
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 |
| - | |
| 131 | + | |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
| |||
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
252 |
| - | |
| 252 | + | |
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
| |||
273 | 273 |
| |
274 | 274 |
| |
275 | 275 |
| |
276 |
| - | |
| 276 | + | |
277 | 277 |
| |
278 | 278 |
| |
279 | 279 |
| |
| |||
284 | 284 |
| |
285 | 285 |
| |
286 | 286 |
| |
287 |
| - | |
| 287 | + | |
288 | 288 |
| |
289 | 289 |
| |
290 | 290 |
| |
| |||
318 | 318 |
| |
319 | 319 |
| |
320 | 320 |
| |
321 |
| - | |
| 321 | + | |
322 | 322 |
| |
323 | 323 |
| |
324 | 324 |
| |
| |||
392 | 392 |
| |
393 | 393 |
| |
394 | 394 |
| |
395 |
| - | |
| 395 | + | |
396 | 396 |
| |
397 | 397 |
| |
398 | 398 |
| |
|
Lines changed: 36 additions & 32 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
794 | 794 |
| |
795 | 795 |
| |
796 | 796 |
| |
797 |
| - | |
798 |
| - | |
| 797 | + | |
| 798 | + | |
799 | 799 |
| |
800 | 800 |
| |
| 801 | + | |
| 802 | + | |
801 | 803 |
| |
802 | 804 |
| |
803 |
| - | |
804 |
| - | |
805 |
| - | |
806 |
| - | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
807 | 809 |
| |
808 | 810 |
| |
809 |
| - | |
810 |
| - | |
| 811 | + | |
| 812 | + | |
811 | 813 |
| |
812 | 814 |
| |
813 | 815 |
| |
| |||
973 | 975 |
| |
974 | 976 |
| |
975 | 977 |
| |
976 |
| - | |
977 |
| - | |
| 978 | + | |
| 979 | + | |
978 | 980 |
| |
979 | 981 |
| |
980 | 982 |
| |
| |||
1028 | 1030 |
| |
1029 | 1031 |
| |
1030 | 1032 |
| |
1031 |
| - | |
1032 |
| - | |
| 1033 | + | |
| 1034 | + | |
1033 | 1035 |
| |
1034 | 1036 |
| |
1035 | 1037 |
| |
| |||
1052 | 1054 |
| |
1053 | 1055 |
| |
1054 | 1056 |
| |
1055 |
| - | |
1056 |
| - | |
| 1057 | + | |
| 1058 | + | |
1057 | 1059 |
| |
1058 | 1060 |
| |
1059 | 1061 |
| |
| |||
1062 | 1064 |
| |
1063 | 1065 |
| |
1064 | 1066 |
| |
1065 |
| - | |
1066 |
| - | |
| 1067 | + | |
| 1068 | + | |
1067 | 1069 |
| |
1068 | 1070 |
| |
1069 | 1071 |
| |
| |||
1160 | 1162 |
| |
1161 | 1163 |
| |
1162 | 1164 |
| |
1163 |
| - | |
1164 |
| - | |
| 1165 | + | |
| 1166 | + | |
1165 | 1167 |
| |
1166 | 1168 |
| |
1167 |
| - | |
1168 |
| - | |
1169 |
| - | |
1170 |
| - | |
1171 |
| - | |
1172 |
| - | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
1173 | 1175 |
| |
1174 | 1176 |
| |
1175 | 1177 |
| |
| |||
1408 | 1410 |
| |
1409 | 1411 |
| |
1410 | 1412 |
| |
1411 |
| - | |
1412 |
| - | |
1413 | 1413 |
| |
1414 | 1414 |
| |
1415 | 1415 |
| |
| |||
1603 | 1603 |
| |
1604 | 1604 |
| |
1605 | 1605 |
| |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
| 1609 | + | |
1606 | 1610 |
| |
1607 | 1611 |
| |
1608 | 1612 |
| |
| |||
1627 | 1631 |
| |
1628 | 1632 |
| |
1629 | 1633 |
| |
1630 |
| - | |
1631 |
| - | |
| 1634 | + | |
| 1635 | + | |
1632 | 1636 |
| |
1633 | 1637 |
| |
1634 | 1638 |
| |
| |||
1701 | 1705 |
| |
1702 | 1706 |
| |
1703 | 1707 |
| |
1704 |
| - | |
1705 |
| - | |
| 1708 | + | |
| 1709 | + | |
1706 | 1710 |
| |
1707 | 1711 |
| |
1708 | 1712 |
| |
| |||
2019 | 2023 |
| |
2020 | 2024 |
| |
2021 | 2025 |
| |
2022 |
| - | |
2023 |
| - | |
| 2026 | + | |
| 2027 | + | |
2024 | 2028 |
| |
2025 | 2029 |
| |
2026 | 2030 |
| |
|
0 commit comments
Comments
(0)