AlchemistSimulator / Alchemist

Alchemist: an extensible simulator for pervasive computing
Other
40 stars 46 forks source link

chore(deps): update gohugoio/hugo action to v0.132.0 #3676

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
gohugoio/hugo action minor v0.131.0 -> v0.132.0

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

gohugoio/hugo (gohugoio/hugo) ### [`v0.132.0`](https://togithub.com/gohugoio/hugo/releases/tag/v0.132.0) [Compare Source](https://togithub.com/gohugoio/hugo/compare/v0.131.0...v0.132.0) Server-side [math rendering](https://gohugo.io/functions/transform/tomath/) using KaTeX with render hooks support, blockquote render hooks with [GitHub style alerts](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts) syntax support, and more. #### Bug fixes - Improve Katex error handling and fix handling of large expressions [`e1e1baa`](https://togithub.com/gohugoio/hugo/commit/e1e1baa1b) [@​bep](https://togithub.com/bep) [#​12748](https://togithub.com/gohugoio/hugo/issues/12748) - Fix compare of uints and ints in eq, gt etc. [`fbfccb3`](https://togithub.com/gohugoio/hugo/commit/fbfccb394) [@​bep](https://togithub.com/bep) [#​12733](https://togithub.com/gohugoio/hugo/issues/12733) - Fix deprecation errors [`69455fa`](https://togithub.com/gohugoio/hugo/commit/69455fa42) [@​bep](https://togithub.com/bep) #### Improvements - internal/warpc: Add license headers [`2192cf7`](https://togithub.com/gohugoio/hugo/commit/2192cf7ec) [@​bep](https://togithub.com/bep) - Add katex option ThrowOnError [`e422635`](https://togithub.com/gohugoio/hugo/commit/e42263529) [@​bep](https://togithub.com/bep) - Add some more KaTeX options [`891aa00`](https://togithub.com/gohugoio/hugo/commit/891aa00fe) [@​bep](https://togithub.com/bep) [#​12745](https://togithub.com/gohugoio/hugo/issues/12745) [#​12746](https://togithub.com/gohugoio/hugo/issues/12746) - tpl/transform: Make Plainify and ToMath return template.HTML [`946e6af`](https://togithub.com/gohugoio/hugo/commit/946e6af0b) [@​bep](https://togithub.com/bep) [#​8732](https://togithub.com/gohugoio/hugo/issues/8732) - Add build time math rendering [`33c0938`](https://togithub.com/gohugoio/hugo/commit/33c0938cd) [@​bep](https://togithub.com/bep) [#​11927](https://togithub.com/gohugoio/hugo/issues/11927) - github: Turn off the image workflow for pull request [`0c3a1c7`](https://togithub.com/gohugoio/hugo/commit/0c3a1c728) [@​bep](https://togithub.com/bep) - github: Update image actions versions and some adjustments [`ceed812`](https://togithub.com/gohugoio/hugo/commit/ceed81245) [@​bep](https://togithub.com/bep) - github: Update GitHub actions versions [`dbff48e`](https://togithub.com/gohugoio/hugo/commit/dbff48e6c) [@​bep](https://togithub.com/bep) - markup: Add blockquote render hooks [`665ac94`](https://togithub.com/gohugoio/hugo/commit/665ac949b) [@​bep](https://togithub.com/bep) [#​12590](https://togithub.com/gohugoio/hugo/issues/12590) - markup/goldmark/codeblocks: Simplify codeblcok hook code [`4c162de`](https://togithub.com/gohugoio/hugo/commit/4c162deb0) [@​bep](https://togithub.com/bep) - Add render hooks for inline and block passthrough snippets [`c6227f1`](https://togithub.com/gohugoio/hugo/commit/c6227f1d8) [@​bep](https://togithub.com/bep) [#​11927](https://togithub.com/gohugoio/hugo/issues/11927) - tpl/cast: Improve float [`10891f3`](https://togithub.com/gohugoio/hugo/commit/10891f305) [@​bep](https://togithub.com/bep) [#​12718](https://togithub.com/gohugoio/hugo/issues/12718) - Skip TestEchoParam [`c07e94f`](https://togithub.com/gohugoio/hugo/commit/c07e94fa6) [@​bep](https://togithub.com/bep) #### Dependency Updates - deps: Upgrade github.com/bep/imagemeta v0.7.6 => v0.8.0 [`5d84f64`](https://togithub.com/gohugoio/hugo/commit/5d84f6475) [@​bep](https://togithub.com/bep) [#​12741](https://togithub.com/gohugoio/hugo/issues/12741) - build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0 [`1781b18`](https://togithub.com/gohugoio/hugo/commit/1781b1842) [@​dependabot](https://togithub.com/dependabot)\[bot] - build(deps): bump golang.org/x/image from 0.18.0 to 0.19.0 [`d6d9ddd`](https://togithub.com/gohugoio/hugo/commit/d6d9dddff) [@​dependabot](https://togithub.com/dependabot)\[bot] - build(deps): bump github.com/bep/imagemeta from 0.7.5 to 0.7.6 ([#​12720](https://togithub.com/gohugoio/hugo/issues/12720)) [`8f8d12a`](https://togithub.com/gohugoio/hugo/commit/8f8d12ab2) [@​dependabot](https://togithub.com/dependabot)\[bot] [#​12718](https://togithub.com/gohugoio/hugo/issues/12718) #### Documentation - docs: Regen docshelper [`ef2e30e`](https://togithub.com/gohugoio/hugo/commit/ef2e30eca) [@​bep](https://togithub.com/bep) #### Build Setup - github: Build and publish Docker image on release [`b08de70`](https://togithub.com/gohugoio/hugo/commit/b08de70cc) [@​morremeyer](https://togithub.com/morremeyer) [#​10760](https://togithub.com/gohugoio/hugo/issues/10760)

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.



This PR was generated by Mend Renovate. View the repository job log.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

DanySK commented 2 months ago

:tada: This issue has been resolved in version 34.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: