Skip to content

Commit

Permalink
Update dependency jekyll to v4.3.2 (#71)
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 | 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

<details>
<summary>jekyll/jekyll (jekyll)</summary>

###
[`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
[#&#8203;9257](https://togithub.com/jekyll/jekyll/issues/9257) for
v4.3.x: Rename sass partial created for new blank site
([#&#8203;9262](https://togithub.com/jekyll/jekyll/issues/9262))
- Backport
[#&#8203;9187](https://togithub.com/jekyll/jekyll/issues/9187) for
v4.3.x: Optimize `Site#each_site_file`
([#&#8203;9256](https://togithub.com/jekyll/jekyll/issues/9256))
- Backport
[#&#8203;9186](https://togithub.com/jekyll/jekyll/issues/9186) for
v4.3.x: Remove totals in profile table properly
([#&#8203;9255](https://togithub.com/jekyll/jekyll/issues/9255))

##### Development Fixes

- Backport
[#&#8203;9223](https://togithub.com/jekyll/jekyll/issues/9223) for
4.3.x: Update sass related tests for jekyll-sass-converter 3.x
([#&#8203;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
([#&#8203;9167](https://togithub.com/jekyll/jekyll/issues/9167))
- Revert "Incrementally rebuild when a data file is changed"
([#&#8203;9170](https://togithub.com/jekyll/jekyll/issues/9170))

##### Documentation

- Release post for v4.3.1
([#&#8203;9171](https://togithub.com/jekyll/jekyll/issues/9171))

</details>

---

### 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.

---

- [ ] <!-- 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://developer.mend.io/github/UCL-ARC/python-template).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Patrick Roddy <patrickjamesroddy@gmail.com>
  • Loading branch information
renovate[bot] and paddyroddy authored Jul 25, 2023
1 parent 9901b9c commit 5919e91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 5919e91

Please sign in to comment.