Commit 37f89a0
authored
chore(deps): update dependency lychee to v0.24.1 (#2048)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [lychee](https://redirect.github.com/lycheeverse/lychee) | minor |
`0.23.0` → `0.24.1` |
---
### Release Notes
<details>
<summary>lycheeverse/lychee (lychee)</summary>
###
[`v0.24.1`](https://redirect.github.com/lycheeverse/lychee/releases/tag/lychee-v0.24.1)
[Compare
Source](https://redirect.github.com/lycheeverse/lychee/compare/lychee-v0.24.0...lychee-v0.24.1)
**Breaking**: with v0.24.0 the structure of the released archive files
has changed.
##### Fixed
- Restore naming convention of released files
([#​2161](https://redirect.github.com/lycheeverse/lychee/issues/2161))
- Fix Docker build
([#​2163](https://redirect.github.com/lycheeverse/lychee/issues/2163))
###
[`v0.24.0`](https://redirect.github.com/lycheeverse/lychee/releases/tag/lychee-v0.24.0)
[Compare
Source](https://redirect.github.com/lycheeverse/lychee/compare/lychee-v0.23.0...lychee-v0.24.0)
**Breaking**: in v0.24.0 the release names are scrambled. See v0.24.1
where the previous naming convention are restored.
**Breaking**: with v0.24.0 the structure of the released archive files
has changed.
##### Added
- Check text fragments
([#​2138](https://redirect.github.com/lycheeverse/lychee/pull/2138))
- Allow bool flag merging
([#​2137](https://redirect.github.com/lycheeverse/lychee/pull/2137))
- Show redirects & remaps
([#​2094](https://redirect.github.com/lycheeverse/lychee/pull/2094))
- Hide progress bar if input is `stdin` only
([#​1938](https://redirect.github.com/lycheeverse/lychee/pull/1938))
- Support sitemap.xml
([#​2071](https://redirect.github.com/lycheeverse/lychee/pull/2071))
- Allow accepting timeouts
([#​2063](https://redirect.github.com/lycheeverse/lychee/pull/2063))
- Support multiple config files
([#​2007](https://redirect.github.com/lycheeverse/lychee/pull/2007))
- Show line & column numbers
([#​2056](https://redirect.github.com/lycheeverse/lychee/pull/2056))
- Add JUnit format
([#​2066](https://redirect.github.com/lycheeverse/lychee/pull/2066))
- Respect HTTP error codes in CLI inputs
([#​2101](https://redirect.github.com/lycheeverse/lychee/pull/2101))
- Add shell completions for lychee
([#​1972](https://redirect.github.com/lycheeverse/lychee/pull/1972))
- Document file format support
([#​2052](https://redirect.github.com/lycheeverse/lychee/pull/2052))
- Increase value for --max-redirects
([#​2087](https://redirect.github.com/lycheeverse/lychee/pull/2087))
##### Fixed
- Prevent 0 value for max-concurrency and threads
([#​2145](https://redirect.github.com/lycheeverse/lychee/pull/2145))
- Use the remapped URI for the cache key
([#​1818](https://redirect.github.com/lycheeverse/lychee/pull/1818))
([#​2109](https://redirect.github.com/lycheeverse/lychee/pull/2109))
- *(cli)* bump open files limit on macOS and Linux
([#​2106](https://redirect.github.com/lycheeverse/lychee/pull/2106))
- Fix matching logic for glob hidden files
([#​2130](https://redirect.github.com/lycheeverse/lychee/pull/2130))
- Fix output path not validated before the run
([#​2148](https://redirect.github.com/lycheeverse/lychee/pull/2148))
- Fix double count
([#​2088](https://redirect.github.com/lycheeverse/lychee/pull/2088))
- Prevent duplicate requests to the same URLs
([#​2067](https://redirect.github.com/lycheeverse/lychee/pull/2067))
- Fix Windows Absolute Path Parsing and Remove HTTP Assumption
([#​1837](https://redirect.github.com/lycheeverse/lychee/pull/1837))
##### Other
- Make website checker return Status always, rather than Result
([#​2140](https://redirect.github.com/lycheeverse/lychee/pull/2140))
- Remove the `Redirect` and `Remapped` wrapper variants from the
`Status` enum.
([#​2129](https://redirect.github.com/lycheeverse/lychee/pull/2129))
- Allow root-dir that doesn't exist
([#​2127](https://redirect.github.com/lycheeverse/lychee/pull/2127))
- Unify input URL fetching with the link-checker's HostPool
([#​2100](https://redirect.github.com/lycheeverse/lychee/pull/2100))
- Unify Releases Across Operating Systems
([#​1957](https://redirect.github.com/lycheeverse/lychee/pull/1957))
- Remove raw mode
([#​2086](https://redirect.github.com/lycheeverse/lychee/pull/2086))
- Always show full config parse errors with full details in output
([#​2149](https://redirect.github.com/lycheeverse/lychee/pull/2149))
- Add tests for the current state of "Checking a Local Folder with URL
Remapping"
([#​1965](https://redirect.github.com/lycheeverse/lychee/pull/1965))
- Move caching logic to cache
([#​2123](https://redirect.github.com/lycheeverse/lychee/pull/2123))
- Support multiple config file formats and refactor config module
([#​2104](https://redirect.github.com/lycheeverse/lychee/pull/2104))
- Never cache errors on disk
- Report input source errors rather than tokio panics
([#​2074](https://redirect.github.com/lycheeverse/lychee/pull/2074))
- Add WaitGroup for waiting for a dynamic set of tasks
([#​2046](https://redirect.github.com/lycheeverse/lychee/pull/2046))
- \[**breaking**] add BaseInfo for resolving links, delete Base, cleanup
utils
([#​2005](https://redirect.github.com/lycheeverse/lychee/pull/2005))
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, 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/prometheus/client_java).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzkuNyIsInVwZGF0ZWRJblZlciI6IjQzLjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 29e9b01 commit 37f89a0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments