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

Commit38e7793

Browse files
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 = &quot;http://example.org&quot;title = &quot;My Hugo Site&quot;<h1>... import any themes/modules.</h1><h1>This will merge in all config imported from imported modules.</h1><p>_merge = &quot;deep&quot;</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 />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gohugoio/hugo&package-manager=go_modules&previous-version=0.146.3&new-version=0.147.0)](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

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

‎go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ require (
127127
github.com/go-logr/logrv1.4.2
128128
github.com/go-playground/validator/v10v10.26.0
129129
github.com/gofrs/flockv0.12.0
130-
github.com/gohugoio/hugov0.146.3
130+
github.com/gohugoio/hugov0.147.0
131131
github.com/golang-jwt/jwt/v4v4.5.2
132132
github.com/golang-migrate/migrate/v4v4.18.1
133133
github.com/gomarkdown/markdownv0.0.0-20240930133441-72d49d9543d8
@@ -248,7 +248,7 @@ require (
248248
github.com/agext/levenshteinv1.2.3// indirect
249249
github.com/agnivade/levenshteinv1.2.1// indirect
250250
github.com/akutz/memconnv0.1.0// indirect
251-
github.com/alecthomas/chroma/v2v2.16.0// indirect
251+
github.com/alecthomas/chroma/v2v2.17.0// indirect
252252
github.com/alexbrainman/sspiv0.0.0-20210105120005-909beea2cc74// indirect
253253
github.com/anmitsu/go-shlexv0.0.0-20200514113438-38f4b401e2be// indirect
254254
github.com/apparentlymart/go-cidrv1.1.0// indirect
@@ -441,8 +441,8 @@ require (
441441
github.com/xeipuuv/gojsonschemav1.2.0// indirect
442442
github.com/xi2/xzv0.0.0-20171230120015-48954b6210f8// indirect
443443
github.com/yashtewari/glob-intersectionv0.2.0// indirect
444-
github.com/yuin/goldmarkv1.7.8// indirect
445-
github.com/yuin/goldmark-emojiv1.0.5// indirect
444+
github.com/yuin/goldmarkv1.7.10// indirect
445+
github.com/yuin/goldmark-emojiv1.0.6// indirect
446446
github.com/yusufpapurcu/wmiv1.2.4// indirect
447447
github.com/zclconf/go-ctyv1.16.2
448448
github.com/zeebo/errsv1.4.0// indirect

‎go.sum

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -802,8 +802,8 @@ github.com/bep/goportabletext v0.1.0 h1:8dqym2So1cEqVZiBa4ZnMM1R9l/DnC1h4ONg4J5k
802802
github.com/bep/goportabletextv0.1.0/go.mod h1:6lzSTsSue75bbcyvVc0zqd1CdApuT+xkZQ6Re5DzZFg=
803803
github.com/bep/gowebpv0.3.0 h1:MhmMrcf88pUY7/PsEhMgEP0T6fDUnRTMpN8OclDrbrY=
804804
github.com/bep/gowebpv0.3.0/go.mod h1:ZhFodwdiFp8ehGJpF4LdPl6unxZm9lLFjxD3z2h2AgI=
805-
github.com/bep/imagemetav0.11.0 h1:jL92HhL1H70NC+f8OVVn5D/nC3FmdxTnM3R+csj54mE=
806-
github.com/bep/imagemetav0.11.0/go.mod h1:23AF6O+4fUi9avjiydpKLStUNtJr5hJB4rarG18JpN8=
805+
github.com/bep/imagemetav0.12.0 h1:ARf+igs5B7pf079LrqRnwzQ/wEB8Q9v4NSDRZO1/F5k=
806+
github.com/bep/imagemetav0.12.0/go.mod h1:23AF6O+4fUi9avjiydpKLStUNtJr5hJB4rarG18JpN8=
807807
github.com/bep/lazycachev0.8.0 h1:lE5frnRjxaOFbkPZ1YL6nijzOPPz6zeXasJq8WpG4L8=
808808
github.com/bep/lazycachev0.8.0/go.mod h1:BQ5WZepss7Ko91CGdWz8GQZi/fFnCcyWupv8gyTeKwk=
809809
github.com/bep/loggv0.4.0 h1:luAo5mO4ZkhA5M1iDVDqDqnBBnlHjmtZF6VAyTp+nCQ=
@@ -1030,8 +1030,8 @@ github.com/envoyproxy/protoc-gen-validate v1.2.1 h1:DEo3O99U8j4hBFwbJfrz9VtgcDfU
10301030
github.com/envoyproxy/protoc-gen-validatev1.2.1/go.mod h1:d/C80l/jxXLdfEIhX1W2TmLfsJ31lvEjwamM4DxlWXU=
10311031
github.com/erikgeiser/coninputv0.0.0-20211004153227-1c3628e74d0f h1:Y/CXytFA4m6baUTXGLOoWe4PQhGxaX0KpnayAqC48p4=
10321032
github.com/erikgeiser/coninputv0.0.0-20211004153227-1c3628e74d0f/go.mod h1:vw97MGsxSvLiUE2X8qFplwetxpGLQrlU1Q9AUEIzCaM=
1033-
github.com/evanw/esbuildv0.25.2 h1:ublSEmZSjzOc6jLO1OTQy/vHc1wiqyDF4oB3hz5sM6s=
1034-
github.com/evanw/esbuildv0.25.2/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48=
1033+
github.com/evanw/esbuildv0.25.3 h1:4JKyUsm/nHDhpxis4IyWXAi8GiyTwG1WdEp6OhGVE8U=
1034+
github.com/evanw/esbuildv0.25.3/go.mod h1:D2vIQZqV/vIf/VRHtViaUtViZmG7o+kKmlBfVQuRi48=
10351035
github.com/fatih/colorv1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
10361036
github.com/fatih/colorv1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
10371037
github.com/fatih/colorv1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=
@@ -1166,8 +1166,8 @@ github.com/gohugoio/hashstructure v0.5.0 h1:G2fjSBU36RdwEJBWJ+919ERvOVqAg9tfcYp4
11661166
github.com/gohugoio/hashstructurev0.5.0/go.mod h1:Ser0TniXuu/eauYmrwM4o64EBvySxNzITEOLlm4igec=
11671167
github.com/gohugoio/httpcachev0.7.0 h1:ukPnn04Rgvx48JIinZvZetBfHaWE7I01JR2Q2RrQ3Vs=
11681168
github.com/gohugoio/httpcachev0.7.0/go.mod h1:fMlPrdY/vVJhAriLZnrF5QpN3BNAcoBClgAyQd+lGFI=
1169-
github.com/gohugoio/hugov0.146.3 h1:agRqbPbAdTF8+Tj10MRLJSs+iX0AnOrf2OtOWAAI+nw=
1170-
github.com/gohugoio/hugov0.146.3/go.mod h1:WsWhL6F5z0/ER9LgREuNp96eovssVKVCEDHgkibceuU=
1169+
github.com/gohugoio/hugov0.147.0 h1:o9i3fbSRBksHLGBZvEfV/TlTTxszMECr2ktQaen1Y+8=
1170+
github.com/gohugoio/hugov0.147.0/go.mod h1:5Fpy/TaZoP558OTBbttbVKa/Ty6m/ojfc2FlKPRhg8M=
11711171
github.com/gohugoio/hugo-goldmark-extensions/extrasv0.3.0 h1:gj49kTR5Z4Hnm0ZaQrgPVazL3DUkppw+x6XhHCmh+Wk=
11721172
github.com/gohugoio/hugo-goldmark-extensions/extrasv0.3.0/go.mod h1:IMMj7xiUbLt1YNJ6m7AM4cnsX4cFnnfkleO/lBHGzUg=
11731173
github.com/gohugoio/hugo-goldmark-extensions/passthroughv0.3.1 h1:nUzXfRTszLliZuN0JTKeunXTRaiFX6ksaWP0puLLYAY=
@@ -1889,11 +1889,10 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
18891889
github.com/yuin/goldmarkv1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
18901890
github.com/yuin/goldmarkv1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
18911891
github.com/yuin/goldmarkv1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
1892-
github.com/yuin/goldmarkv1.7.1/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
1893-
github.com/yuin/goldmarkv1.7.8 h1:iERMLn0/QJeHFhxSt3p6PeN9mGnvIKSpG9YYorDMnic=
1894-
github.com/yuin/goldmarkv1.7.8/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
1895-
github.com/yuin/goldmark-emojiv1.0.5 h1:EMVWyCGPlXJfUXBXpuMu+ii3TIaxbVBnEX9uaDC4cIk=
1896-
github.com/yuin/goldmark-emojiv1.0.5/go.mod h1:tTkZEbwu5wkPmgTcitqddVxY9osFZiavD+r4AzQrh1U=
1892+
github.com/yuin/goldmarkv1.7.10 h1:S+LrtBjRmqMac2UdtB6yyCEJm+UILZ2fefI4p7o0QpI=
1893+
github.com/yuin/goldmarkv1.7.10/go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg=
1894+
github.com/yuin/goldmark-emojiv1.0.6 h1:QWfF2FYaXwL74tfGOW5izeiZepUDroDJfWubQI9HTHs=
1895+
github.com/yuin/goldmark-emojiv1.0.6/go.mod h1:ukxJDKFpdFb5x0a5HqbdlcKtebh086iJpI31LTKmWuA=
18971896
github.com/yusufpapurcu/wmiv1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo0=
18981897
github.com/yusufpapurcu/wmiv1.2.4/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=
18991898
github.com/zclconf/go-ctyv1.16.2 h1:LAJSwc3v81IRBZyUVQDUdZ7hs3SYs9jv0eZJDWHD/70=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp