Skip to content

Commit 7ec5b31

Browse files
Update dependency html-proofer to v5.0.10 (#4)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [html-proofer](https://redirect.github.com/gjtorikian/html-proofer) | `5.0.9` -> `5.0.10` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/html-proofer/5.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/html-proofer/5.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/html-proofer/5.0.9/5.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/html-proofer/5.0.9/5.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>gjtorikian/html-proofer (html-proofer)</summary> ### [`v5.0.10`](https://redirect.github.com/gjtorikian/html-proofer/blob/HEAD/CHANGELOG.md#v5010---21-02-2025) [Compare Source](https://redirect.github.com/gjtorikian/html-proofer/compare/v5.0.9...v5.0.10) #### What's Changed - Fixup typhoeus arg usage in README by [@&#8203;gionn](https://redirect.github.com/gionn) in [https://github.com/gjtorikian/html-proofer/pull/841](https://redirect.github.com/gjtorikian/html-proofer/pull/841) - Check utf8 relative anchors by [@&#8203;ahpook](https://redirect.github.com/ahpook) in [https://github.com/gjtorikian/html-proofer/pull/842](https://redirect.github.com/gjtorikian/html-proofer/pull/842) - Fix variable assignment in index.php by [@&#8203;MakWigglz](https://redirect.github.com/MakWigglz) in [https://github.com/gjtorikian/html-proofer/pull/845](https://redirect.github.com/gjtorikian/html-proofer/pull/845) - Correct README example by [@&#8203;gjtorikian](https://redirect.github.com/gjtorikian) in [https://github.com/gjtorikian/html-proofer/pull/847](https://redirect.github.com/gjtorikian/html-proofer/pull/847) - Handle multiple srcsets when first is remote (fixes [#&#8203;850](https://redirect.github.com/gjtorikian/html-proofer/issues/850)) by [@&#8203;paulroub](https://redirect.github.com/paulroub) in [https://github.com/gjtorikian/html-proofer/pull/851](https://redirect.github.com/gjtorikian/html-proofer/pull/851) #### New Contributors - [@&#8203;gionn](https://redirect.github.com/gionn) made their first contribution in [https://github.com/gjtorikian/html-proofer/pull/841](https://redirect.github.com/gjtorikian/html-proofer/pull/841) - [@&#8203;ahpook](https://redirect.github.com/ahpook) made their first contribution in [https://github.com/gjtorikian/html-proofer/pull/842](https://redirect.github.com/gjtorikian/html-proofer/pull/842) - [@&#8203;MakWigglz](https://redirect.github.com/MakWigglz) made their first contribution in [https://github.com/gjtorikian/html-proofer/pull/845](https://redirect.github.com/gjtorikian/html-proofer/pull/845) - [@&#8203;paulroub](https://redirect.github.com/paulroub) made their first contribution in [https://github.com/gjtorikian/html-proofer/pull/851](https://redirect.github.com/gjtorikian/html-proofer/pull/851) **Full Changelog**: gjtorikian/html-proofer@v5.0.9...v5.0.10 </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/f18m/f18m.github.io). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6451e61 commit 7ec5b31

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

Gemfile.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ GEM
99
console (~> 1.29)
1010
fiber-annotation
1111
io-event (~> 1.6, >= 1.6.5)
12-
bigdecimal (3.1.8)
12+
bigdecimal (3.1.9)
1313
colorator (1.1.0)
1414
concurrent-ruby (1.3.4)
15-
console (1.29.0)
15+
console (1.29.3)
1616
fiber-annotation
1717
fiber-local (~> 1.1)
1818
json
@@ -28,7 +28,7 @@ GEM
2828
logger
2929
faraday-net_http (3.3.0)
3030
net-http
31-
ffi (1.17.0-x86_64-linux-gnu)
31+
ffi (1.17.1-x86_64-linux-gnu)
3232
fiber-annotation (0.2.0)
3333
fiber-local (1.1.0)
3434
fiber-storage
@@ -38,7 +38,7 @@ GEM
3838
bigdecimal
3939
rake (>= 13)
4040
hashery (2.1.2)
41-
html-proofer (5.0.9)
41+
html-proofer (5.0.10)
4242
addressable (~> 2.3)
4343
async (~> 2.1)
4444
nokogiri (~> 1.13)
@@ -50,7 +50,7 @@ GEM
5050
http_parser.rb (0.8.0)
5151
i18n (1.14.6)
5252
concurrent-ruby (~> 1.0)
53-
io-event (1.7.3)
53+
io-event (1.7.5)
5454
jekyll (4.3.4)
5555
addressable (~> 2.4)
5656
colorator (~> 1.0)
@@ -82,7 +82,7 @@ GEM
8282
jekyll (>= 3.7, < 5.0)
8383
jekyll-watch (2.2.1)
8484
listen (~> 3.0)
85-
json (2.8.1)
85+
json (2.8.2)
8686
kramdown (2.4.0)
8787
rexml
8888
kramdown-parser-gfm (1.1.0)
@@ -93,6 +93,7 @@ GEM
9393
rb-inotify (~> 0.9, >= 0.9.10)
9494
logger (1.6.1)
9595
mercenary (0.4.0)
96+
mini_portile2 (2.8.8)
9697
minima (2.5.2)
9798
jekyll (>= 3.5, < 5.0)
9899
jekyll-feed (~> 0.9)
@@ -106,7 +107,8 @@ GEM
106107
jekyll-sitemap (~> 1.3)
107108
net-http (0.5.0)
108109
uri
109-
nokogiri (1.16.7-x86_64-linux)
110+
nokogiri (1.16.8)
111+
mini_portile2 (~> 2.8.2)
110112
racc (~> 1.4)
111113
octokit (4.25.1)
112114
faraday (>= 1, < 3)
@@ -145,7 +147,7 @@ GEM
145147
uri (1.0.1)
146148
webrick (1.9.0)
147149
yell (2.2.2)
148-
zeitwerk (2.7.1)
150+
zeitwerk (2.7.2)
149151

150152
PLATFORMS
151153
x86_64-linux-gnu

0 commit comments

Comments
 (0)