chore(deps): update dependency htmltest to v0.17.0 #20

Open
sa-renovate wants to merge 1 commit from renovate/htmltest-0.x into main
Member

This PR contains the following updates:

Package Update Change
htmltest minor latest0.17.0

Release Notes

wjdp/htmltest (htmltest)

v0.17.0

Added

  • #​200 IgnoreAltEmpty option for alt="" decorative images
  • #​192 IgnoreHTTPS Array of regexs of URLs to ignore for EnforceHTTPS

Changelog

  • d7fccee Add pre-commit job to CI
  • 8d8ff25 Add skip for TestAnchorExternalHTTPSMissingChain
  • 39067a6 IgnoreAltEmpty option for alt="" decorative images
  • e7dcba4 Improve README section on tmp directory
  • ef0fde4 Lock pre-commit repo to fixed version
  • e48c5a2 Replace distro specific notes in README with badge from repology.org
  • 81ab4a3 Update README.md
  • 05eb4e5 add IgnoreHTTPS option

v0.16.0

Added

  • #​186 Builds for Apple/Darwin ARM64.

Changed

  • #​175 IgnoreURLs now can be used to ignore internal URLs. It uses regex unlike the previously added IgnoreInternalURLs so will likely deprecate the latter in an upcoming release.
  • Upgrade to go 1.17.x for Darwin arm64 builds.

Fixed

  • #​126 Panic when referencing ignored directories.

Removed

Changelog

26605a5 Add missing skips for external access.
2a4d210 Run CI on pull requests too
01b82dc Apply IgnoreURLs regexs to internal URLs too
03c4f89 Add a test for file: scheme
cd4a0fb Fix panic when referencing ignored directories
7fd8514 Merge pull request #​161 from QuLogic/skip-external
f1e8651 Remove commented out line
cfca618 Merge pull request #​181 from markmandel/debug/panic
54089cb Fix typo in comment
095de9a Merge branch 'master' into chalin-ignoreurl-regex-for-internal-too-2021-09-17
4266055 Add additional tests on usage of IgnoreURLs for internal links
72bd8a3 Add deprecation warning to IgnoreInternalURLs in README
6aa3355 Merge pull request #​175 from chalin/chalin-ignoreurl-regex-for-internal-too-2021-09-17
b8d61a2 Merge pull request #​172 from wjdp/ci-on-prs
43e49ac Remove date from build and --version
0fa8290 Bump go version to 1.17.8
3cd44ff Merge pull request #​187 from wjdp/go-1.17.8
94e3a1e Remove date flag from docker build step
89bbf3e Try setting go version for goreleaser

v0.15.0

Enhancements

  • Add support for ignoring internal urls #​169

Fixes

  • Stop ignoring the content of pre / code tags #​166

Changelog

2409cf0 Add Fedora and minor install updates to README.md
d3ffce7 Add IgnoreInternalURLs option (Solve #​168)
295f004 Add a test running on an HTML file
b9e6728 Add test case for link to hash inside <pre> tag
c733282 Fix a stupid typo in function called for TestIsInternalURLIgnored
183ed16 Fix misc markdown lint errors
4d3efc5 Re-enable test on macos
a9a7742 Stop ignoring content of pre/code tags
6df4662 Update README with IgnoreInternalURLs
4c57ae9 Update README.md
fa04c39 Update repo copy of godownloader.sh as per out-of-band update in Jan 2021
b679f7a Update tests that deal with pre/code tags
024a1c2 Use a correct syntax for TestAnchorInternalUrlOption
829c696 Use the correct error name for TestAnchorInternalUrl


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 Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [htmltest](https://github.com/wjdp/htmltest) | minor | `latest` → `0.17.0` | --- ### Release Notes <details> <summary>wjdp/htmltest (htmltest)</summary> ### [`v0.17.0`](https://github.com/wjdp/htmltest/releases/tag/v0.17.0) #### Added - [#&#8203;200](https://github.com/wjdp/htmltest/issues/200) `IgnoreAltEmpty` option for alt="" decorative images - [#&#8203;192](https://github.com/wjdp/htmltest/issues/192) `IgnoreHTTPS` Array of regexs of URLs to ignore for `EnforceHTTPS` #### Changelog - [`d7fccee`](https://github.com/wjdp/htmltest/commit/d7fccee) Add pre-commit job to CI - [`8d8ff25`](https://github.com/wjdp/htmltest/commit/8d8ff25) Add skip for TestAnchorExternalHTTPSMissingChain - [`39067a6`](https://github.com/wjdp/htmltest/commit/39067a6) IgnoreAltEmpty option for alt="" decorative images - [`e7dcba4`](https://github.com/wjdp/htmltest/commit/e7dcba4) Improve README section on tmp directory - [`ef0fde4`](https://github.com/wjdp/htmltest/commit/ef0fde4) Lock pre-commit repo to fixed version - [`e48c5a2`](https://github.com/wjdp/htmltest/commit/e48c5a2) Replace distro specific notes in README with badge from repology.org - [`81ab4a3`](https://github.com/wjdp/htmltest/commit/81ab4a3) Update README.md - [`05eb4e5`](https://github.com/wjdp/htmltest/commit/05eb4e5) add IgnoreHTTPS option ### [`v0.16.0`](https://github.com/wjdp/htmltest/releases/tag/v0.16.0) #### Added - [#&#8203;186](https://github.com/wjdp/htmltest/issues/186) Builds for Apple/Darwin ARM64. #### Changed - [#&#8203;175](https://github.com/wjdp/htmltest/issues/175) `IgnoreURLs` now can be used to ignore internal URLs. It uses regex unlike the previously added `IgnoreInternalURLs` so will likely deprecate the latter in an upcoming release. - Upgrade to go 1.17.x for Darwin arm64 builds. #### Fixed - [#&#8203;126](https://github.com/wjdp/htmltest/issues/126) Panic when referencing ignored directories. ### Removed - Date of build from `htmltest --version`, this is a step towards [reproducible builds](https://reproducible-builds.org/). #### Changelog [`26605a5`](https://github.com/wjdp/htmltest/commit/26605a5) Add missing skips for external access. [`2a4d210`](https://github.com/wjdp/htmltest/commit/2a4d210) Run CI on pull requests too [`01b82dc`](https://github.com/wjdp/htmltest/commit/01b82dc) Apply IgnoreURLs regexs to internal URLs too [`03c4f89`](https://github.com/wjdp/htmltest/commit/03c4f89) Add a test for `file:` scheme [`cd4a0fb`](https://github.com/wjdp/htmltest/commit/cd4a0fb) Fix panic when referencing ignored directories [`7fd8514`](https://github.com/wjdp/htmltest/commit/7fd8514) Merge pull request [#&#8203;161](https://github.com/wjdp/htmltest/issues/161) from QuLogic/skip-external [`f1e8651`](https://github.com/wjdp/htmltest/commit/f1e8651) Remove commented out line [`cfca618`](https://github.com/wjdp/htmltest/commit/cfca618) Merge pull request [#&#8203;181](https://github.com/wjdp/htmltest/issues/181) from markmandel/debug/panic [`54089cb`](https://github.com/wjdp/htmltest/commit/54089cb) Fix typo in comment [`095de9a`](https://github.com/wjdp/htmltest/commit/095de9a) Merge branch 'master' into chalin-ignoreurl-regex-for-internal-too-2021-09-17 [`4266055`](https://github.com/wjdp/htmltest/commit/4266055) Add additional tests on usage of IgnoreURLs for internal links [`72bd8a3`](https://github.com/wjdp/htmltest/commit/72bd8a3) Add deprecation warning to IgnoreInternalURLs in README [`6aa3355`](https://github.com/wjdp/htmltest/commit/6aa3355) Merge pull request [#&#8203;175](https://github.com/wjdp/htmltest/issues/175) from chalin/chalin-ignoreurl-regex-for-internal-too-2021-09-17 [`b8d61a2`](https://github.com/wjdp/htmltest/commit/b8d61a2) Merge pull request [#&#8203;172](https://github.com/wjdp/htmltest/issues/172) from wjdp/ci-on-prs [`43e49ac`](https://github.com/wjdp/htmltest/commit/43e49ac) Remove date from build and --version [`0fa8290`](https://github.com/wjdp/htmltest/commit/0fa8290) Bump go version to 1.17.8 [`3cd44ff`](https://github.com/wjdp/htmltest/commit/3cd44ff) Merge pull request [#&#8203;187](https://github.com/wjdp/htmltest/issues/187) from wjdp/go-1.17.8 [`94e3a1e`](https://github.com/wjdp/htmltest/commit/94e3a1e) Remove date flag from docker build step [`89bbf3e`](https://github.com/wjdp/htmltest/commit/89bbf3e) Try setting go version for goreleaser ### [`v0.15.0`](https://github.com/wjdp/htmltest/releases/tag/v0.15.0) #### Enhancements - Add support for ignoring internal urls [#&#8203;169](https://github.com/wjdp/htmltest/issues/169) #### Fixes - Stop ignoring the content of pre / code tags [#&#8203;166](https://github.com/wjdp/htmltest/issues/166) #### Changelog [`2409cf0`](https://github.com/wjdp/htmltest/commit/2409cf0) Add Fedora and minor install updates to README.md [`d3ffce7`](https://github.com/wjdp/htmltest/commit/d3ffce7) Add IgnoreInternalURLs option (Solve [#&#8203;168](https://github.com/wjdp/htmltest/issues/168)) [`295f004`](https://github.com/wjdp/htmltest/commit/295f004) Add a test running on an HTML file [`b9e6728`](https://github.com/wjdp/htmltest/commit/b9e6728) Add test case for link to hash inside `<pre>` tag [`c733282`](https://github.com/wjdp/htmltest/commit/c733282) Fix a stupid typo in function called for TestIsInternalURLIgnored [`183ed16`](https://github.com/wjdp/htmltest/commit/183ed16) Fix misc markdown lint errors [`4d3efc5`](https://github.com/wjdp/htmltest/commit/4d3efc5) Re-enable test on macos [`a9a7742`](https://github.com/wjdp/htmltest/commit/a9a7742) Stop ignoring content of pre/code tags [`6df4662`](https://github.com/wjdp/htmltest/commit/6df4662) Update README with IgnoreInternalURLs [`4c57ae9`](https://github.com/wjdp/htmltest/commit/4c57ae9) Update README.md [`fa04c39`](https://github.com/wjdp/htmltest/commit/fa04c39) Update repo copy of godownloader.sh as per out-of-band update in Jan 2021 [`b679f7a`](https://github.com/wjdp/htmltest/commit/b679f7a) Update tests that deal with pre/code tags [`024a1c2`](https://github.com/wjdp/htmltest/commit/024a1c2) Use a correct syntax for TestAnchorInternalUrlOption [`829c696`](https://github.com/wjdp/htmltest/commit/829c696) Use the correct error name for TestAnchorInternalUrl </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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ni41IiwidXBkYXRlZEluVmVyIjoiNDMuNzYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update dependency htmltest to v0.17.0
Some checks failed
renovate/artifacts Artifact file update failure
ci / build (push) Successful in 1m13s
c9f1ecbe52
Author
Member

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: devbox.lock
No tool releases found.
### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: devbox.lock ``` No tool releases found. ```
Some checks failed
renovate/artifacts Artifact file update failure
ci / build (push) Successful in 1m13s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/htmltest-0.x:renovate/htmltest-0.x
git switch renovate/htmltest-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/htmltest-0.x
git switch renovate/htmltest-0.x
git rebase main
git switch main
git merge --ff-only renovate/htmltest-0.x
git switch renovate/htmltest-0.x
git rebase main
git switch main
git merge --no-ff renovate/htmltest-0.x
git switch main
git merge --squash renovate/htmltest-0.x
git switch main
git merge --ff-only renovate/htmltest-0.x
git switch main
git merge renovate/htmltest-0.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
DevFW-CICD/website-and-documentation!20
No description provided.