Skip to content

Commit

Permalink
fix(deps): update module github.com/gohugoio/hugo to v0.111.3 (#648)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/gohugoio/hugo](https://togithub.com/gohugoio/hugo) |
require | patch | `v0.111.2` -> `v0.111.3` |

---

### Release Notes

<details>
<summary>gohugoio/hugo</summary>

###
[`v0.111.3`](https://togithub.com/gohugoio/hugo/releases/tag/v0.111.3)

[Compare
Source](https://togithub.com/gohugoio/hugo/compare/v0.111.2...v0.111.3)

#### Bug fixes

- Fix "unknown shortcode token" when calling shortcode within fenced
code block
[`e7148f3`](https://togithub.com/gohugoio/hugo/commit/e7148f33)
[@&#8203;bep](https://togithub.com/bep)
[#&#8203;10819](https://togithub.com/gohugoio/hugo/issues/10819)
- Don't fail when calling Paginate with an empty pages.PagesGroup
[`34a86e1`](https://togithub.com/gohugoio/hugo/commit/34a86e13)
[@&#8203;bep](https://togithub.com/bep)
[#&#8203;10802](https://togithub.com/gohugoio/hugo/issues/10802)
- Improve error message for unclosed shortcode with inner content
[`9818724`](https://togithub.com/gohugoio/hugo/commit/9818724b)
[@&#8203;deining](https://togithub.com/deining)

#### Improvements

- tpl: Add hasSuffix alias
[`d171d15`](https://togithub.com/gohugoio/hugo/commit/d171d154)
[@&#8203;jfish2](https://togithub.com/jfish2)
- Run gofmt -s on source files
[`d55af2a`](https://togithub.com/gohugoio/hugo/commit/d55af2ab)
[@&#8203;deining](https://togithub.com/deining)
- tpl/math: Allow multi numbers in add, sub, mul, div, min and max
[`84201e8`](https://togithub.com/gohugoio/hugo/commit/84201e8d)
[@&#8203;septs](https://togithub.com/septs)
- server: Replace golang.org/x/net/context with context
[`0f01bd4`](https://togithub.com/gohugoio/hugo/commit/0f01bd46)
[@&#8203;alexandear](https://togithub.com/alexandear)
- watcher: use time.NewTicker to prevent leaks
[`02ab77d`](https://togithub.com/gohugoio/hugo/commit/02ab77da)
[@&#8203;alexandear](https://togithub.com/alexandear)
- ensure we default to 10 correctly
[`873be9f`](https://togithub.com/gohugoio/hugo/commit/873be9f9)
[@&#8203;davidejones](https://togithub.com/davidejones)
- switch transfers to workers
[`bebb2b8`](https://togithub.com/gohugoio/hugo/commit/bebb2b8d)
[@&#8203;davidejones](https://togithub.com/davidejones)
- customize parallel transfer count
[`e6f029b`](https://togithub.com/gohugoio/hugo/commit/e6f029bd)
[@&#8203;davidejones](https://togithub.com/davidejones)
- metadecoders: Add support for native org dates in frontmatter PR
[#&#8203;7433](https://togithub.com/gohugoio/hugo/issues/7433) added
support for Org timestamps for the DATE header. This PR widens the
support with additional front matter headers LASTMOD, PUBLISHDATE and
EXPIRYDATE.
[`bdbfacb`](https://togithub.com/gohugoio/hugo/commit/bdbfacb8)
[@&#8203;johannesengl](https://togithub.com/johannesengl)
[#&#8203;8536](https://togithub.com/gohugoio/hugo/issues/8536)

#### Dependency Updates

- deps: Update go-org to v1.6.6
[`1c841ec`](https://togithub.com/gohugoio/hugo/commit/1c841ec9)
[@&#8203;niklasfasching](https://togithub.com/niklasfasching)

#### Documentation

- docs: Improve examples of variadic math functions
[`b6f44aa`](https://togithub.com/gohugoio/hugo/commit/b6f44aaf)
[@&#8203;jmooring](https://togithub.com/jmooring)
- readme: Update dependency list
[`04b9811`](https://togithub.com/gohugoio/hugo/commit/04b98116)
[@&#8203;deining](https://togithub.com/deining)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/peaceiris/hugo-theme-iris).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 15, 2023
1 parent c342369 commit 4660b53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module theme

go 1.18

require github.com/gohugoio/hugo v0.111.2
require github.com/gohugoio/hugo v0.111.3

require (
github.com/armon/go-radix v1.0.0 // indirect
Expand All @@ -16,7 +16,7 @@ require (
github.com/gohugoio/locales v0.14.0 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/niklasfasching/go-org v1.6.5 // indirect
github.com/niklasfasching/go-org v1.6.6 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/spf13/afero v1.9.3 // indirect
github.com/spf13/cast v1.5.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions deps/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ github.com/gohugoio/hugo v0.110.0 h1:FBBypy+UXD9BWaMReIZ+y2FSxFwlJCqoutVi7jKa90o
github.com/gohugoio/hugo v0.110.0/go.mod h1:Fn7vtWrDBSojvaHSft+KMHhl6aH2934CR2njI32i38k=
github.com/gohugoio/hugo v0.111.2 h1:A2CfJINyRS0sLa5XhuPLU2mcv3rskELx1FVSW4Uzxj8=
github.com/gohugoio/hugo v0.111.2/go.mod h1:8rmzgQh5cam/ShZq0R+l9E0+qOzPQXc4wxQalDS6fUw=
github.com/gohugoio/hugo v0.111.3 h1:m98NJv/5ivJLkQ4u3vPYsrAfBTnDIefZPGhnw/7xW80=
github.com/gohugoio/hugo v0.111.3/go.mod h1:1gb2es3022plbaNiZjhBTdpXN2cepIeqvBnL/NHnKLY=
github.com/gohugoio/locales v0.14.0 h1:Q0gpsZwfv7ATHMbcTNepFd59H7GoykzWJIxi113XGDc=
github.com/gohugoio/locales v0.14.0/go.mod h1:ip8cCAv/cnmVLzzXtiTpPwgJ4xhKZranqNqtoIu0b/4=
github.com/gohugoio/localescompressed v1.0.1 h1:KTYMi8fCWYLswFyJAeOtuk/EkXR/KPTHHNN9OS+RTxo=
Expand Down Expand Up @@ -167,6 +169,8 @@ github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyua
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/niklasfasching/go-org v1.6.5 h1:5YAIqNTdl6lAOb7lD2AyQ1RuFGPVrAKvUexphk8PGbo=
github.com/niklasfasching/go-org v1.6.5/go.mod h1:ybv0eGDnxylFUfFE+ySaQc734j/L3+/ChKZ/h63a2wM=
github.com/niklasfasching/go-org v1.6.6 h1:U6+mJ80p3weR4oP+Z+Pb2EVkSbt1MUwweBbUcF1hVqQ=
github.com/niklasfasching/go-org v1.6.6/go.mod h1:o3pMQpO9n6RNBXz2Oc2DiRkaVwjns0JElyKiG7yXwA4=
github.com/pelletier/go-toml/v2 v2.0.6 h1:nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvIwycIU=
github.com/pelletier/go-toml/v2 v2.0.6/go.mod h1:eumQOmlWiOPt5WriQQqoM5y18pDHwha2N+QD+EUNTek=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down

0 comments on commit 4660b53

Please sign in to comment.