[PR #21] [MERGED] chore(deps): bump lycheeverse/lychee-action from 1.8.0 to 1.9.1 #808

Closed
opened 2026-06-09 23:57:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/testthedocs/awesome-docs/pull/21
Author: @dependabot[bot]
Created: 1/15/2024
Status: Merged
Merged: 1/16/2024
Merged by: @svx

Base: mainHead: dependabot/github_actions/lycheeverse/lychee-action-1.9.1


📝 Commits (1)

  • 78efa02 chore(deps): bump lycheeverse/lychee-action from 1.8.0 to 1.9.1

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 .github/workflows/cron-linkcheck.yml (+1 -1)
📝 .github/workflows/linkcheck-on-pr.yml (+1 -1)

📄 Description

Bumps lycheeverse/lychee-action from 1.8.0 to 1.9.1.

Release notes

Sourced from lycheeverse/lychee-action's releases.

Version 1.9.1

This is a hotfix release which restores the behavior of the accept config parameter. Integers are accepted again as status codes.

accept = [200, 201, 202, 203, 429]

is equivalent to

accept = ["200..=203", 429]

Integers and strings (e.g. for ranges) can be mixed.

Version 1.9.0

What's Changed

New Contributors

Full Changelog: https://github.com/lycheeverse/lychee-action/compare/v1...v1.9.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/testthedocs/awesome-docs/pull/21 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/15/2024 **Status:** ✅ Merged **Merged:** 1/16/2024 **Merged by:** [@svx](https://github.com/svx) **Base:** `main` ← **Head:** `dependabot/github_actions/lycheeverse/lychee-action-1.9.1` --- ### 📝 Commits (1) - [`78efa02`](https://github.com/testthedocs/awesome-docs/commit/78efa02d255fafe65c3d413f1effbddac0599c4d) chore(deps): bump lycheeverse/lychee-action from 1.8.0 to 1.9.1 ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/cron-linkcheck.yml` (+1 -1) 📝 `.github/workflows/linkcheck-on-pr.yml` (+1 -1) </details> ### 📄 Description Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.8.0 to 1.9.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lycheeverse/lychee-action/releases">lycheeverse/lychee-action's releases</a>.</em></p> <blockquote> <h2>Version 1.9.1</h2> <p>This is a hotfix release which restores the behavior of the <code>accept</code> config parameter. Integers are accepted again as status codes.</p> <pre lang="toml"><code>accept = [200, 201, 202, 203, 429] </code></pre> <p>is equivalent to</p> <pre lang="toml"><code>accept = [&quot;200..=203&quot;, 429] </code></pre> <p>Integers and strings (e.g. for ranges) can be mixed.</p> <h2>Version 1.9.0</h2> <h2>What's Changed</h2> <ul> <li>Document the current directory for the cache argument example by <a href="https://github.com/theredfish"><code>@​theredfish</code></a> in <a href="https://redirect.github.com/lycheeverse/lychee-action/pull/193">lycheeverse/lychee-action#193</a></li> <li>Add <code>*.rst</code> glob pattern to defaults by <a href="https://github.com/kdeldycke"><code>@​kdeldycke</code></a> in <a href="https://redirect.github.com/lycheeverse/lychee-action/pull/197">lycheeverse/lychee-action#197</a></li> <li>Automatically pass Github token by <a href="https://github.com/mre"><code>@​mre</code></a> in <a href="https://redirect.github.com/lycheeverse/lychee-action/pull/196">lycheeverse/lychee-action#196</a></li> <li>Always create output file; not only on error by <a href="https://github.com/mre"><code>@​mre</code></a> in <a href="https://redirect.github.com/lycheeverse/lychee-action/pull/199">lycheeverse/lychee-action#199</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/lycheeverse/lychee-action/pull/208">lycheeverse/lychee-action#208</a></li> <li>add documentation on using the param when testing local files (as in… by <a href="https://github.com/tgaff"><code>@​tgaff</code></a> in <a href="https://redirect.github.com/lycheeverse/lychee-action/pull/211">lycheeverse/lychee-action#211</a></li> <li>fix: Lychee output to file (fixes <a href="https://redirect.github.com/lycheeverse/lychee-action/issues/214">#214</a>) by <a href="https://github.com/LilDrunkenSmurf"><code>@​LilDrunkenSmurf</code></a> in <a href="https://redirect.github.com/lycheeverse/lychee-action/pull/215">lycheeverse/lychee-action#215</a></li> <li>Add integration test for custom output paths (<a href="https://redirect.github.com/lycheeverse/lychee-action/issues/215">#215</a>) by <a href="https://github.com/mre"><code>@​mre</code></a> in <a href="https://redirect.github.com/lycheeverse/lychee-action/pull/217">lycheeverse/lychee-action#217</a></li> <li>Add integration tests for absolute output path and <code>--dump</code> by <a href="https://github.com/mre"><code>@​mre</code></a> in <a href="https://redirect.github.com/lycheeverse/lychee-action/pull/218">lycheeverse/lychee-action#218</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/theredfish"><code>@​theredfish</code></a> made their first contribution in <a href="https://redirect.github.com/lycheeverse/lychee-action/pull/193">lycheeverse/lychee-action#193</a></li> <li><a href="https://github.com/kdeldycke"><code>@​kdeldycke</code></a> made their first contribution in <a href="https://redirect.github.com/lycheeverse/lychee-action/pull/197">lycheeverse/lychee-action#197</a></li> <li><a href="https://github.com/tgaff"><code>@​tgaff</code></a> made their first contribution in <a href="https://redirect.github.com/lycheeverse/lychee-action/pull/211">lycheeverse/lychee-action#211</a></li> <li><a href="https://github.com/LilDrunkenSmurf"><code>@​LilDrunkenSmurf</code></a> made their first contribution in <a href="https://redirect.github.com/lycheeverse/lychee-action/pull/215">lycheeverse/lychee-action#215</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lycheeverse/lychee-action/compare/v1...v1.9.0">https://github.com/lycheeverse/lychee-action/compare/v1...v1.9.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lycheeverse/lychee-action/commit/c3089c702fbb949e3f7a8122be0c33c017904f9b"><code>c3089c7</code></a> Bump to lychee 0.14.1</li> <li><a href="https://github.com/lycheeverse/lychee-action/commit/fdea7032675810093199f485fe075f057cc37b3e"><code>fdea703</code></a> Update secure git hash for 1.9.0</li> <li><a href="https://github.com/lycheeverse/lychee-action/commit/22134d37a1fff6c2974df9c92a7c7e1e86a08f9c"><code>22134d3</code></a> Bump version to 1.9.0</li> <li><a href="https://github.com/lycheeverse/lychee-action/commit/ebd95ebde89b46eaf3567432efb0b52bad2187d7"><code>ebd95eb</code></a> Update to latest lychee 0.14.0</li> <li><a href="https://github.com/lycheeverse/lychee-action/commit/37d79d3b6eda9990480a57eed21c847792dec37a"><code>37d79d3</code></a> Add integration tests for absolute output path and <code>--dump</code> (<a href="https://redirect.github.com/lycheeverse/lychee-action/issues/218">#218</a>)</li> <li><a href="https://github.com/lycheeverse/lychee-action/commit/57219e4f1d23b32484889db3dbd73f6b814c9bfa"><code>57219e4</code></a> Add integration test for custom output paths (<a href="https://redirect.github.com/lycheeverse/lychee-action/issues/1309">#1309</a>) (<a href="https://redirect.github.com/lycheeverse/lychee-action/issues/217">#217</a>)</li> <li><a href="https://github.com/lycheeverse/lychee-action/commit/a4282891d5805c0d9df0c0d524e2e95a3b0d1ac5"><code>a428289</code></a> fix: cleanup if statement (<a href="https://redirect.github.com/lycheeverse/lychee-action/issues/215">#215</a>)</li> <li><a href="https://github.com/lycheeverse/lychee-action/commit/ef8c8f32c278e9eed290c6e6c96748f16b6cd335"><code>ef8c8f3</code></a> Add documentation on using the <code>--base</code> param when testing local files (<a href="https://redirect.github.com/lycheeverse/lychee-action/issues/211">#211</a>)</li> <li><a href="https://github.com/lycheeverse/lychee-action/commit/2ac9f030ccdea0033e2510a23a67da2a2da98492"><code>2ac9f03</code></a> Bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/lycheeverse/lychee-action/issues/208">#208</a>)</li> <li><a href="https://github.com/lycheeverse/lychee-action/commit/5a5fc0bef7bcf1858217e7c9a8d4c01ec79dbeaf"><code>5a5fc0b</code></a> Update links.yml</li> <li>Additional commits viewable in <a href="https://github.com/lycheeverse/lychee-action/compare/v1.8.0...v1.9.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lycheeverse/lychee-action&package-manager=github_actions&previous-version=1.8.0&new-version=1.9.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-09 23:57:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-docs#808