Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Update Change
lychee minor 0.18.1 -> 0.20.1

Release Notes

lycheeverse/lychee (lychee)

v0.20.1

Compare Source

Other
  • Always check files explicitly if specified by user or matched by user glob (#​1816)
  • (docs) update TOC
  • Bump the dependencies group across 1 directory with 3 updates (#​1812)
  • Update changelog

v0.20.0

Compare Source

Added
  • make wikilink extraction and checking opt-in (#​1803)
  • skip fragment checking for unsupported MIME types (#​1744)
  • add 'user-content-' prefix to support github markdown fragment (#​1750)
Fixed
  • do not check the fragment when http response err but accepted (#​1763)
  • treat a fragment in an empty directory as an error (#​1756)
  • resolve index file inside a directory (#​1752)
  • skip fragment check if website URL doesn't contain fragment (#​1733)
Other
  • Bump dependencies (#​1811)
  • Skip binary and invalid UTF-8 inputs (#​1810)
  • Refactor input dumping and path retrieval with extension filtering (#​1648)
  • Use a HashSet to store inputs and avoid duplicates (#​1781)
  • add --index-files flag, and turn off index file checking by default (#​1777)
  • Cleanup input example (#​1792)
  • Fix missing identifier in snap build action; add snap install to readme (#​1793)
  • refactor test_fragments to clarify expected successes/fails (#​1776)
  • Regular expressions for exclude_path (#​1766)
  • Replace unmaintained human-sort with numeric-sort (#​1759)
  • Fix basic auth (#​1748)
  • Update 'Users' section in the README
  • Add ProseKit to users
  • Migrate to Clippy 1.88 (#​1749)
  • fix assertion in fragment checks
  • Replace unreliable API URL
  • display unsupported URLs (#​1727)

v0.19.1

Compare Source

Other
  • Don't echo potentially sensitive header data (#​1728)
  • Update changelog

v0.19.0

Compare Source

Most notably with this release the deprecated --exclude-mail flag was removed and the behavior of the --accept flag was updated. Previously, status codes such as 200 OK were always accepted. Now they are only accepted by default. This means providing the argument --accept 201 now rejects status code 200 OK.

Added
  • Raise error when the default config file is invalid (#​1715)
  • Detect website fragments (#​1675)
  • Move archive functionality to library (#​1720)
  • Add TLS version option (#​1655)
  • Add FreeBSD-Ask to users (#​1662)
  • Add support for custom file extensions in link checking. (#​1559)
  • Add support for custom headers in input processing (#​1561)
  • Add possible values for minimum TLS version in help message (#​1693)
Fixed
  • Only check fragments inside files (#​1713)
  • Update --accept behaviour (#​1661)
  • Allow header values that contain equal signs (#​1647)
Other
  • Remove deprecated --exclude-mail flag (#​1669)
  • Bump the dependencies group across 1 directory with 3 updates (#​1714)
  • Upgrade to 2024 edition (#​1711)
  • Fix test_exclude_example_domains (#​1712)
  • Fix lints (#​1705)
  • Bump the dependencies group with 2 updates
  • Bump the dependencies group across 1 directory with 11 updates (#​1692)
  • Specify MSRV (#​1676)
  • Make clippy happy (#​1681)
  • Bump the dependencies group with 3 updates (#​1670)
  • Fix accept/exclude range syntax and docs (#​1668)
  • Bump the dependencies group with 4 updates (#​1664)
  • Bump the dependencies group with 11 updates (#​1656)
  • Bump the dependencies group across 1 directory with 14 updates (#​1653)
  • Format Markdown URLs with <> instead of []() (#​1638)
  • Bump the dependencies group across 1 directory with 21 updates (#​1643)
  • Add tests for URL extraction ending with a period (#​1641)
  • Renamed base to base_url (fixes #​1607) (#​1629)

Configuration

📅 Schedule: Branch creation - "before 8am on Monday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 5, 2025
@renovate renovate bot requested a review from a team as a code owner September 5, 2025 19:41
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 5, 2025
Copy link
Member

@trask trask left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zeitlinger nice 🎉

@trask trask closed this Sep 5, 2025
@trask trask reopened this Sep 5, 2025
@trask trask force-pushed the renovate/lychee-0.x branch from 56d239d to cf7e6aa Compare September 5, 2025 19:51
@renovate renovate bot force-pushed the renovate/lychee-0.x branch from cf7e6aa to 0f91ab0 Compare September 6, 2025 21:54
@trask
Copy link
Member

trask commented Sep 6, 2025

Update blocked by lycheeverse/lychee#1729

@zeitlinger
Copy link
Member

Update blocked by lycheeverse/lychee#1729

Doesn't look like this is going to be fixed soon, so we should consider removing fragment checks.
It won't remove anything, because fragment checks are not omitted in the version we currently have: lycheeverse/lychee#1729 (comment)

@zeitlinger
Copy link
Member

Oh, it was not lychee failing - need to find out what's going on

@trask
Copy link
Member

trask commented Sep 9, 2025

I've requested renovate to recreate, I think lychee didn't run, which is fixed now in main by https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2219/files#diff-57ebee590faa859901a0964c7d9e4a8d46a793a834a7c2703d8fd995ead7eb50R44

@renovate renovate bot force-pushed the renovate/lychee-0.x branch from 0f91ab0 to d88e984 Compare September 9, 2025 18:35
@zeitlinger
Copy link
Member

I've requested renovate to recreate

now it's failing correctly 😄

@renovate renovate bot changed the title chore(deps): update dependency lychee to v0.20.1 chore(deps): update dependency lychee to v0.20.1 - autoclosed Sep 26, 2025
@renovate renovate bot closed this Sep 26, 2025
@renovate renovate bot deleted the renovate/lychee-0.x branch September 26, 2025 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants