fix(npm): update starlight-links-validator 0.19.2 → 0.23.0#177
Merged
Crow-Control merged 2 commits intomainfrom Apr 16, 2026
Merged
fix(npm): update starlight-links-validator 0.19.2 → 0.23.0#177Crow-Control merged 2 commits intomainfrom
Crow-Control merged 2 commits intomainfrom
Conversation
Contributor
Author
|
🚧 Deploy Preview building...
|
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.19.2→0.23.0Add the preset
:preserveSemverRangesto your config if you don't want to pin your dependencies.Release Notes
HiDeoo/starlight-links-validator (starlight-links-validator)
v0.23.0Compare Source
Minor Changes
#147
424b4c2Thanks @mvvmm! - Adds a newfailOnErroroption to control whether link validation issues fail the build.true, validation issues fail the build.false, validation issues are still reported, but they do not fail the build.#147
424b4c2Thanks @mvvmm! - Adds support for a JSON reporter.When enabled, validation errors are written to the
.starlight-links-validator/errors.jsonfile, which is only created when validation errors are found.#147
424b4c2Thanks @mvvmm! - Adds alink_validation_failedstep output to the GitHub Actions reporter.Patch Changes
045637eThanks @HiDeoo! - Fixes a regression in version0.21.0where some links were incorrectly reported as invalid or failed to match theexcludeoption.v0.22.0Compare Source
Minor Changes
6f66387Thanks @HiDeoo! - Adds support for validating frontmatter links transformed by Starlight route data middleware.v0.21.0Compare Source
Minor Changes
#142
9ee77adThanks @HiDeoo! - Refactors internal logic from a remark to a rehype plugin.This is an internal update and should not cause any user-facing changes, but it improves plugin performance and fixes some edge-case validation issues.
#144
b30aa17Thanks @HiDeoo! - Redesigns link validation error reporting to be more user-friendly and actionable.Most notably, error reporting now includes the following improvements:
#145
82cb4dThanks @HiDeoo! - Adds support for a GitHub Actions reporter.When enabled and the plugin runs in GitHub Actions, validation errors are written to the job summary as a Markdown table.
#142
9ee77adThanks @HiDeoo! - Adds support for validating links transformed by remark and rehype plugins.This change allows users to use portable Markdown links, author links that can be followed in an IDE and that are transformed by remark or rehype plugins into proper URLs at build time, while still being validated.
#144
b30aa17Thanks @HiDeoo! - Reduces terminal text styling dependency size by switching to Node.js built-inutil.styleText().Patch Changes
9ee77adThanks @HiDeoo! - Fixes an edge-case link validation issue related to Astro 6 Markdown heading ID generation changes.v0.20.1Compare Source
Patch Changes
01c0073Thanks @HiDeoo! - Fixes a regression in version0.20.0incorrectly reporting non HTTP-based URL links as invalid, e.g.mailto:links.v0.20.0Compare Source
Minor Changes
#136
7f6b843Thanks @HiDeoo! - Adds support for Astro v6, drops support for Astro v5.0.38.0.Please follow the upgrade guide to update your project.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Renovate Bot.