- Notifications
You must be signed in to change notification settings - Fork909
Commit38e7793
authored
chore: bump github.com/gohugoio/hugo from 0.146.3 to 0.147.0 (#17577)
Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from0.146.3 to 0.147.0.<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.147.0</h2><p>This release comes with a new <code>aligny</code> option (shoutout to<a href="https://github.com/pranshugaba"><code>@pranshugaba</code></a>for the implementation) for <ahref="https://gohugo.io/functions/images/text/">images.Text</a> that, incombination with <code>alignx</code> makes it simple to e.g. center thetext on top of image in both axis. But the main reason this releasecomes now and not later, is the improvements/fixes to the order Hugoapplies the default configuration to some keys. This is inherited fromhow we did this before we rewrote the configuration handling, and itmade the merging of configuration from modules/themes into the configroot harder and less flexible than it had to be. Me, <ahref="https://github.com/bep"><code>@bep</code></a>, looking into this,was triggered by <ahref="https://discourse.gohugo.io/t/how-to-manage-common-config-in-hugo-using-modules/54485/4">this</a>forum topic. Having many sites share a common configuration is veryuseful. With this release, you can simply get what the thread starterasks for by doing something à la:</p><pre lang="toml"><code>baseURL = "http://example.org"title = "My Hugo Site"<h1>... import any themes/modules.</h1><h1>This will merge in all config imported from imported modules.</h1><p>_merge = "deep"</code></pre></p><p>See the <ahref="https://gohugo.io/configuration/introduction/#merge-configuration-settings">documentation</a>for details.</p><h2>Bug fixes</h2><ul><li>tpl: Fix it so we always prefer internal codeblock rendering overrender-codeblock-foo.html and similar 07983e04e <ahref="https://github.com/bep"><code>@bep</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13651">#13651</a></li><li>tpl/tplimpl: Fix allowFullScreen option in Vimeo and YouTubeshortcodes 5c491409d <ahref="https://github.com/jmooring"><code>@jmooring</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13650">#13650</a></li><li>config: Fix _merge issue when key doesn't exist on the left side179aea11a <a href="https://github.com/bep"><code>@bep</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13643">#13643</a><ahref="https://redirect.github.com/gohugoio/hugo/issues/13646">#13646</a></li><li>all: Fix typos 6a0e04241 <ahref="https://github.com/coliff"><code>@coliff</code></a></li></ul><h2>Improvements</h2><ul><li>create/skeletons: Adjust template names in theme skeleton 75b219db8<a href="https://github.com/jmooring"><code>@jmooring</code></a></li><li>tpl: Remove some unreached code branches ad4f63c92 <ahref="https://github.com/bep"><code>@bep</code></a></li><li>images: Add some test cases for aligny on images.Text 53202314a <ahref="https://github.com/bep"><code>@bep</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13414">#13414</a></li><li>images: Add option for vertical alignment to images.Text 2fce0bac0<ahref="https://github.com/pranshugaba"><code>@pranshugaba</code></a></li></ul><h2>Dependency Updates</h2><ul><li>build(deps): bump github.com/evanw/esbuild from 0.25.2 to 0.25.31bd7ac7ed <ahref="https://github.com/dependabot"><code>@dependabot</code></a>[bot]</li><li>build(deps): bump github.com/alecthomas/chroma/v2 from 2.16.0 to2.17.0 41cb880f9 <ahref="https://github.com/dependabot"><code>@dependabot</code></a>[bot]</li></ul><h2>v0.146.7</h2><h2>Bug fixes</h2><ul><li>Revert the breaking change from 0.146.0 with dots in contentfilenames 496730840 <ahref="https://github.com/bep"><code>@bep</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13632">#13632</a></li><li>tpl: Fix indeterminate template lookup with templates with andwithout lang 6d69dc88a <ahref="https://github.com/bep"><code>@bep</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13636">#13636</a></li><li>tpl/collections: Fix where ... not in with empty slice 4eb0e4286 <ahref="https://github.com/bep"><code>@bep</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13621">#13621</a></li><li>tpl: Fix layout fall back logic when layout is set in front matterbut not found 5e62cc6fc <ahref="https://github.com/bep"><code>@bep</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13630">#13630</a></li></ul><h2>Improvements</h2><ul><li>parser/metadecoders: Add CSV targetType (map or slice) option totransform.Unmarshal db72a1f07 <ahref="https://github.com/jmooring"><code>@jmooring</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/8859">#8859</a></li><li>tpl: Detect and fail on infinite template recursion 1408c156d <ahref="https://github.com/bep"><code>@bep</code></a> <ahref="https://redirect.github.com/gohugoio/hugo/issues/13627">#13627</a></li></ul><h2>Dependency Updates</h2><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/gohugoio/hugo/commit/7d0039b86ddd6397816cc3383cb0cfa481b15f32"><code>7d0039b</code></a>releaser: Bump versions for release of 0.147.0</li><li><ahref="https://github.com/gohugoio/hugo/commit/07983e04e29986a683c7a9f15d48b83e90aff09c"><code>07983e0</code></a>tpl: Fix it so we always prefer internal codeblock rendering overrender-code...</li><li><ahref="https://github.com/gohugoio/hugo/commit/5c491409d36d31f77cdc0407ed29ae2dca71363b"><code>5c49140</code></a>tpl/tplimpl: Fix allowFullScreen option in Vimeo and YouTubeshortcodes</li><li><ahref="https://github.com/gohugoio/hugo/commit/75b219db896cd0ae962f062b39fd67c38dfc8e5b"><code>75b219d</code></a>create/skeletons: Adjust template names in theme skeleton</li><li><ahref="https://github.com/gohugoio/hugo/commit/ad4f63c92f41824b861d317f9248fb30b7e68076"><code>ad4f63c</code></a>tpl: Remove some unreached code branches</li><li><ahref="https://github.com/gohugoio/hugo/commit/53202314abdd05d8f0b6ffdcef96640ac3267344"><code>5320231</code></a>images: Add some test cases for aligny on images.Text</li><li><ahref="https://github.com/gohugoio/hugo/commit/2fce0bac033d8b7e98046f85f669ba813d862788"><code>2fce0ba</code></a>images: Add option for vertical alignment to images.Text</li><li><ahref="https://github.com/gohugoio/hugo/commit/179aea11ac2ce80a38b211e11fd513cead63b17e"><code>179aea1</code></a>config: Fix _merge issue when key doesn't exist on the left side</li><li><ahref="https://github.com/gohugoio/hugo/commit/61a286595e9a333fef95db1e9a086ef9367b3d87"><code>61a2865</code></a>Merge commit 'b3d87dd0fd746f07f9afa6e6a2969aea41da6a38'</li><li><ahref="https://github.com/gohugoio/hugo/commit/b3d87dd0fd746f07f9afa6e6a2969aea41da6a38"><code>b3d87dd</code></a>Squashed 'docs/' changes from dc7a9ae12..b654fcba0</li><li>Additional commits viewable in <ahref="https://github.com/gohugoio/hugo/compare/v0.146.3...v0.147.0">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 parent42e91de commit38e7793
2 files changed
+14
-15
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
| 130 | + | |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
| |||
248 | 248 |
| |
249 | 249 |
| |
250 | 250 |
| |
251 |
| - | |
| 251 | + | |
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
| |||
441 | 441 |
| |
442 | 442 |
| |
443 | 443 |
| |
444 |
| - | |
445 |
| - | |
| 444 | + | |
| 445 | + | |
446 | 446 |
| |
447 | 447 |
| |
448 | 448 |
| |
|
Lines changed: 10 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
802 | 802 |
| |
803 | 803 |
| |
804 | 804 |
| |
805 |
| - | |
806 |
| - | |
| 805 | + | |
| 806 | + | |
807 | 807 |
| |
808 | 808 |
| |
809 | 809 |
| |
| |||
1030 | 1030 |
| |
1031 | 1031 |
| |
1032 | 1032 |
| |
1033 |
| - | |
1034 |
| - | |
| 1033 | + | |
| 1034 | + | |
1035 | 1035 |
| |
1036 | 1036 |
| |
1037 | 1037 |
| |
| |||
1166 | 1166 |
| |
1167 | 1167 |
| |
1168 | 1168 |
| |
1169 |
| - | |
1170 |
| - | |
| 1169 | + | |
| 1170 | + | |
1171 | 1171 |
| |
1172 | 1172 |
| |
1173 | 1173 |
| |
| |||
1889 | 1889 |
| |
1890 | 1890 |
| |
1891 | 1891 |
| |
1892 |
| - | |
1893 |
| - | |
1894 |
| - | |
1895 |
| - | |
1896 |
| - | |
| 1892 | + | |
| 1893 | + | |
| 1894 | + | |
| 1895 | + | |
1897 | 1896 |
| |
1898 | 1897 |
| |
1899 | 1898 |
| |
|
0 commit comments
Comments
(0)