From 5919e919d5afb25411a3ecc713a0f2893bc0e807 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 12:50:32 +0100 Subject: [PATCH] Update dependency jekyll to v4.3.2 (#71) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jekyll](https://jekyllrb.com) ([source](https://togithub.com/jekyll/jekyll), [changelog](https://togithub.com/jekyll/jekyll/releases)) | patch | `4.3.0` -> `4.3.2` | --- ### Release Notes
jekyll/jekyll (jekyll) ### [`v4.3.2`](https://togithub.com/jekyll/jekyll/blob/HEAD/History.markdown#432--2023-01-20) [Compare Source](https://togithub.com/jekyll/jekyll/compare/v4.3.1...v4.3.2) ##### Bug Fixes - Backport [#​9257](https://togithub.com/jekyll/jekyll/issues/9257) for v4.3.x: Rename sass partial created for new blank site ([#​9262](https://togithub.com/jekyll/jekyll/issues/9262)) - Backport [#​9187](https://togithub.com/jekyll/jekyll/issues/9187) for v4.3.x: Optimize `Site#each_site_file` ([#​9256](https://togithub.com/jekyll/jekyll/issues/9256)) - Backport [#​9186](https://togithub.com/jekyll/jekyll/issues/9186) for v4.3.x: Remove totals in profile table properly ([#​9255](https://togithub.com/jekyll/jekyll/issues/9255)) ##### Development Fixes - Backport [#​9223](https://togithub.com/jekyll/jekyll/issues/9223) for 4.3.x: Update sass related tests for jekyll-sass-converter 3.x ([#​9254](https://togithub.com/jekyll/jekyll/issues/9254)) ### [`v4.3.1`](https://togithub.com/jekyll/jekyll/blob/HEAD/History.markdown#431--2022-10-26) [Compare Source](https://togithub.com/jekyll/jekyll/compare/v4.3.0...v4.3.1) ##### Bug Fixes - Respect user-defined name attribute in documents ([#​9167](https://togithub.com/jekyll/jekyll/issues/9167)) - Revert "Incrementally rebuild when a data file is changed" ([#​9170](https://togithub.com/jekyll/jekyll/issues/9170)) ##### Documentation - Release post for v4.3.1 ([#​9171](https://togithub.com/jekyll/jekyll/issues/9171))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] 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://developer.mend.io/github/UCL-ARC/python-template). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Patrick Roddy --- docs/Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 9a71d09a..5bc2b347 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.1) + addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) colorator (1.1.0) concurrent-ruby (1.1.10) @@ -14,7 +14,7 @@ GEM http_parser.rb (0.8.0) i18n (1.12.0) concurrent-ruby (~> 1.0) - jekyll (4.3.0) + jekyll (4.3.2) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) @@ -44,20 +44,20 @@ GEM rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - liquid (4.0.3) + liquid (4.0.4) listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (5.0.0) + public_suffix (5.0.3) rake (13.0.6) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.5) - rouge (4.0.0) + rouge (4.0.1) safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9)