Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all pages dependencies #113

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/google/docsy v0.9.1 -> v0.10.0 age adoption passing confidence indirect minor
gohugoio/hugo 0.122.0 -> 0.127.0 age adoption passing confidence minor

Release Notes

google/docsy (github.com/google/docsy)

v0.10.0: 0.10.0

Compare Source

Release summary

What's Changed

New Contributors

Full Changelog: google/docsy@v0.9.1...v0.10.0

gohugoio/hugo (gohugoio/hugo)

v0.127.0

Compare Source

This release brings proper HTTP caching and live reloading of remote resources fetched with resources.GetRemote, especially useful when used with content adapters.

Note that this isn't enabled out of the box, so if you need this, you need to add some configuration. The demo below is configured as:

[httpcache]
[httpcache.cache]
[httpcache.cache.for]
includes = ['https://sheets.googleapis.com/**']
[[httpcache.polls]]
low  = '1s'
high = '30s'
[httpcache.polls.for]
includes = ['https://sheets.googleapis.com/**']
hugodemo__v0127.mp4

What's Changed

v0.126.3

Compare Source

v0.126.2

Compare Source

Bug fixes

Improvements

v0.126.1

Compare Source

What's Changed

v0.126.0

Compare Source

This release brings, drum roll, a long-awaited Hugo feature that has had many names. At one point we named it pages from data. You can read all about it in the documentation where it's titled Content Adapters.

Also worth mentioning are the new Extras Goldmark Extensions, which allows you to enable Markdown syntax for inserted text, mark text, subscript and superscript. A big thanks to @​bowman2001 for the implementation.

Improvements
Dependency Updates
Documentation
Build Setup

v0.125.7

Compare Source

Note that this release is only relevant if you use Hugo's openapi3.Unmarshal template function.

What's Changed
  • deps: Downgrade github.com/getkin/kin-openapi v0.124.0 => v0.123.0 3c6260f @​bep

v0.125.6

Compare Source

What's Changed

v0.125.5

Compare Source

What's Changed

v0.125.4

Compare Source

What Changed

v0.125.3

Compare Source

This release fixes a security issue reported by @​ejona86 (see #​12411) that could allow XSS injection from Markdown content files if one of the internal link or image render hook templates added in Hugo 0.123.0 are enabled. You typically control and trust the content files, but according to Hugo's security model, we state that "template and configuration authors (you) are trusted, but the data you send in is not."

v0.125.2

Compare Source

What's Changed

v0.125.1

Compare Source

What's Changed

v0.125.0

Compare Source

Some of the notable new features in this release:

  • strings.Diff template func.
  • .PageInner in render hooks to get the inner page when using .RenderShortcode in a shortcode, typically used to resolve links and page resources relative to an included Page.
  • Add Luminance to $image.Color, allowing for sorting by relative luminance. e197c7b @​bep #​10450

This release is built with Go 1.22.2 (#​12351) which comes with a fix for security issue CVE-2023-45288. We don't see how that could be exploited in Hugo, but we do appreciate that people want a clean security report.

Bug fixes
Improvements
Dependency Updates
Documentation

v0.124.1

Compare Source

What's Changed

v0.124.0

Compare Source

The new feature in this release is a new segments configuration section and a new --renderSegments flag/config key. This release also updates to Go 1.22.1 that fixes a security issue in the template package that Hugo uses (CVE-2023-45289, see https://github.com/golang/go/issues/65697). We don't see how this could be exploited in Hugo, but we appreciate that Hugo users want to have a clean security report.

Bug fixes
Improvements
Dependency Updates
Documentation
Build Setup

v0.123.8

Compare Source

v0.123.7

Compare Source

What's Changed

v0.123.6

Compare Source

What's Changed

v0.123.5

Compare Source

What's Changed

v0.123.4

Compare Source

v0.123.3

Compare Source

Bug fixes
  • hugolib: Fix a .Page.GetPage from bundle case f521336 @​bep #​12120
  • cache/dynacache: Reset ticker in case one cache eviction takes some time 03b88c6 [@&#

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from michaeladler as a code owner June 6, 2024 08:12
Copy link

codecov bot commented Jun 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.08%. Comparing base (f23fcf8) to head (33b07bb).

Current head 33b07bb differs from pull request most recent head 2f3f2f6

Please upload reports for the commit 2f3f2f6 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #113   +/-   ##
=======================================
  Coverage   84.08%   84.08%           
=======================================
  Files         107      107           
  Lines        3801     3801           
=======================================
  Hits         3196     3196           
  Misses        387      387           
  Partials      218      218           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@michaeladler michaeladler force-pushed the main branch 2 times, most recently from e82837a to ca5303f Compare June 6, 2024 08:47
@renovate renovate bot changed the title chore(deps): update all pages dependencies chore(deps): update all pages dependencies - autoclosed Jun 6, 2024
@renovate renovate bot closed this Jun 6, 2024
@renovate renovate bot deleted the renovate/all-pages branch June 6, 2024 08:48
@renovate renovate bot changed the title chore(deps): update all pages dependencies - autoclosed chore(deps): update all pages dependencies Jun 6, 2024
@renovate renovate bot reopened this Jun 6, 2024
@renovate renovate bot restored the renovate/all-pages branch June 6, 2024 10:57
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-pages branch from 33b07bb to 2f3f2f6 Compare June 6, 2024 10:59
@michaeladler michaeladler merged commit ab923e8 into main Jun 6, 2024
22 checks passed
@renovate renovate bot deleted the renovate/all-pages branch June 6, 2024 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant