Joseph Hale's Technical Blog
0

Configure Feed

Select the types of activity you want to include in your feed.

build(deps-dev): update html-proofer requirement from ~> 3.18 to ~> 4.4 (#1217)

Updates the requirements on [html-proofer](https://github.com/gjtorikian/html-proofer) to permit the latest version.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases)
- [Changelog](https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.18.0...v4.4.3)

And updates `html-proofer` arguments

---
updated-dependencies:
- dependency-name: html-proofer
dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
(Sep 9, 2023, 8:35 PM +0800) c574166b ff87349f

+3 -4
+1 -1
Gemfile
··· 5 5 gemspec 6 6 7 7 group :test do 8 - gem "html-proofer", "~> 3.18" 8 + gem "html-proofer", "~> 4.4" 9 9 end 10 10 11 11 # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
+2 -3
tools/test
··· 62 62 63 63 # test 64 64 bundle exec htmlproofer "$SITE_DIR" \ 65 - --disable-external \ 66 - --check-html \ 67 - --allow_hash_href 65 + --disable-external=true \ 66 + --ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/" 68 67 } 69 68 70 69 while (($#)); do