Commit 29abb60
authored
chore(deps): update module go:github.com/gohugoio/hugo to v0.152.0 (#1637)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
|
[go:github.com/gohugoio/hugo](https://redirect.github.com/gohugoio/hugo)
| `v0.151.2` -> `v0.152.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>gohugoio/hugo (go:github.com/gohugoio/hugo)</summary>
###
[`v0.152.0`](https://redirect.github.com/gohugoio/hugo/releases/tag/v0.152.0)
[Compare
Source](https://redirect.github.com/gohugoio/hugo/compare/v0.151.2...v0.152.0)
The big new thing and the motivation behind this release is the upgrade
to a more modern YAML library in
[@​goccy](https://redirect.github.com/goccy) 's
[github.com/goccy/go-yaml](https://redirect.github.com/goccy/go-yaml).
It's been a surprisingly long and winding road to get here. **Note that
this upgrade comes with some minor breaking changes, most notably that
the old YAML 1.1 spec listed a set of strings that, when unquoted, were
treated as boolean `true` or `false`.** So if you're using any of the
values in the table below as booleans, you need to adjust your YAML, but
I suspect that fixing this very surprising behavior will fix more issues
than it introduces. A big new thing with this new YAML library is the
support for [YAML anchors and
aliases](https://www.linode.com/docs/guides/yaml-anchors-aliases-overrides-extensions/)
which helps to reduce duplication in e.g. your configuration. There are
some examples in Hugo's [release build
configuration](https://redirect.github.com/gohugoio/hugo/blob/master/hugoreleaser.yaml)
and in the [Hugo's CI release
setup](https://redirect.github.com/gohugoio/hugo/blob/master/.circleci/config.yml).
| Values | Old meaning | New meaning |
| :---------------------------------------------- | :------------- |
:------------------------------------------------------- |
| `yes`, `Yes`, `YES`, `y`, `Y`, `on`, `On`, `ON` | `true` (bool) |
`yes`, `Yes`, `YES`, `y`, `Y`, `on`, `On`, `ON` (string) |
| `no`, `No`, `NO`, `n`, `N`, `off`, `Off`, `OFF` | `false` (bool) |
`no`, `No`, `NO`, `n`, `N`, `off`, `Off`, `OFF` (string) |
##### Note
- Replace to gopkg.in/yaml with github.com/goccy/go-yaml (note)
[`a3d9548`](https://redirect.github.com/gohugoio/hugo/commit/a3d954846)
[@​bep](https://redirect.github.com/bep)
[#​8822](https://redirect.github.com/gohugoio/hugo/issues/8822)
[#​13043](https://redirect.github.com/gohugoio/hugo/issues/13043)
[#​14053](https://redirect.github.com/gohugoio/hugo/issues/14053)
##### Improvements
- config: Clone language map entries before modifying them
[`a130770`](https://redirect.github.com/gohugoio/hugo/commit/a1307700d)
[@​bep](https://redirect.github.com/bep)
[#​14072](https://redirect.github.com/gohugoio/hugo/issues/14072)
- Skip flaky test for now
[`9425b93`](https://redirect.github.com/gohugoio/hugo/commit/9425b939c)
[@​bep](https://redirect.github.com/bep)
[#​14072](https://redirect.github.com/gohugoio/hugo/issues/14072)
- Misc YAML adjustments
[`bd50c9c`](https://redirect.github.com/gohugoio/hugo/commit/bd50c9c7e)
[@​bep](https://redirect.github.com/bep)
[#​14067](https://redirect.github.com/gohugoio/hugo/issues/14067)
- hugofs: Make sure that non-project module mounts are local paths
[`a8e0ca9`](https://redirect.github.com/gohugoio/hugo/commit/a8e0ca925)
[@​bep](https://redirect.github.com/bep)
[#​14069](https://redirect.github.com/gohugoio/hugo/issues/14069)
- langs/i18n: Improve reserved key error message
[`559a029`](https://redirect.github.com/gohugoio/hugo/commit/559a029de)
[@​jmooring](https://redirect.github.com/jmooring)
[#​14061](https://redirect.github.com/gohugoio/hugo/issues/14061)
- langs: Add test case using a "reserved" i18n code
[`5bad0d5`](https://redirect.github.com/gohugoio/hugo/commit/5bad0d523)
[@​bep](https://redirect.github.com/bep)
[#​14061](https://redirect.github.com/gohugoio/hugo/issues/14061)
##### Dependency Updates
- deps: Upgrade github.com/gohugoio/go-i18n/v2
[`184b10e`](https://redirect.github.com/gohugoio/hugo/commit/184b10ed4)
[@​bep](https://redirect.github.com/bep)
- build(deps): bump github.com/tdewolff/minify/v2 from 2.24.3 to 2.24.4
[`9e344bb`](https://redirect.github.com/gohugoio/hugo/commit/9e344bbe4)
[@​dependabot](https://redirect.github.com/dependabot)\[bot]
##### Build Setup
- Merge branch 'release-0.151.2'
[`d51adca`](https://redirect.github.com/gohugoio/hugo/commit/d51adca26)
[@​bep](https://redirect.github.com/bep)
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 78043ff commit 29abb60
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 | | |
| |||
0 commit comments