fix(deps): update dependency starlight-links-validator to ^0.25.0 - #149
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update dependency starlight-links-validator to ^0.25.0#149renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/starlight-links-validator-0.x
branch
2 times, most recently
from
March 13, 2026 11:47
d505c3b to
5d01088
Compare
renovate
Bot
force-pushed
the
renovate/starlight-links-validator-0.x
branch
from
March 27, 2026 16:30
5d01088 to
8d72244
Compare
renovate
Bot
force-pushed
the
renovate/starlight-links-validator-0.x
branch
from
April 7, 2026 13:46
8d72244 to
722990c
Compare
renovate
Bot
force-pushed
the
renovate/starlight-links-validator-0.x
branch
from
April 9, 2026 14:10
722990c to
2812147
Compare
renovate
Bot
force-pushed
the
renovate/starlight-links-validator-0.x
branch
from
April 27, 2026 14:43
2812147 to
11a0747
Compare
renovate
Bot
force-pushed
the
renovate/starlight-links-validator-0.x
branch
from
May 12, 2026 12:00
11a0747 to
d636bff
Compare
renovate
Bot
force-pushed
the
renovate/starlight-links-validator-0.x
branch
from
June 11, 2026 11:38
d636bff to
c9be87a
Compare
renovate
Bot
force-pushed
the
renovate/starlight-links-validator-0.x
branch
2 times, most recently
from
June 29, 2026 16:47
9eed4ee to
fea3c02
Compare
renovate
Bot
force-pushed
the
renovate/starlight-links-validator-0.x
branch
2 times, most recently
from
July 16, 2026 17:10
34b85db to
fe14b73
Compare
renovate
Bot
force-pushed
the
renovate/starlight-links-validator-0.x
branch
from
July 21, 2026 01:18
fe14b73 to
3a5f948
Compare
renovate
Bot
force-pushed
the
renovate/starlight-links-validator-0.x
branch
from
July 30, 2026 21:36
3a5f948 to
1579193
Compare
renovate
Bot
force-pushed
the
renovate/starlight-links-validator-0.x
branch
from
August 12, 2026 01:35
1579193 to
f2c1de6
Compare
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.20.1→^0.25.0Release Notes
HiDeoo/starlight-links-validator (starlight-links-validator)
v0.25.3Compare Source
Patch Changes
#173
7f9c3b7Thanks @pat-s! - Fixes a validation issue with Astro redirects when thebaseoption is configured.#173
7f9c3b7Thanks @pat-s! - Fixes a validation issue when using Bun.v0.25.2Compare Source
Patch Changes
19b97a0Thanks @HiDeoo! - Fixes link validation issue for frontmatter-only pages when using Sätteri.v0.25.1Compare Source
Patch Changes
0016925Thanks @HiDeoo! - Fixes a potential type error.v0.25.0Compare Source
Minor Changes
#167
5019546Thanks @HiDeoo! - Adds support for Astro v7, drops support for Astro v6.0.41.0.Please follow the upgrade guide to update your project.
#167
5019546Thanks @HiDeoo! - Adds support for the Sätteri Markdown processor.v0.24.1Compare Source
Patch Changes
52766c9Thanks @HiDeoo! - Prevents a warning when used with Astro 6.4+v0.24.0Compare Source
Minor Changes
e7663beThanks @HiDeoo! - Adds support for validating links to Astro redirects.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.Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.