Skip to content

Bump starlight-links-validator from 0.19.2 to 0.24.0#592

Open
dependabot[bot] wants to merge 1 commit into
docsfrom
dependabot/npm_and_yarn/docs/starlight-links-validator-0.24.0
Open

Bump starlight-links-validator from 0.19.2 to 0.24.0#592
dependabot[bot] wants to merge 1 commit into
docsfrom
dependabot/npm_and_yarn/docs/starlight-links-validator-0.24.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown

Bumps starlight-links-validator from 0.19.2 to 0.24.0.

Release notes

Sourced from starlight-links-validator's releases.

starlight-links-validator@0.24.0

Minor Changes

starlight-links-validator@0.23.0

Minor Changes

  • #147 424b4c2 Thanks @​mvvmm! - Adds a new failOnError option to control whether link validation issues fail the build.

    • When set to true, validation issues fail the build.
    • When set to false, validation issues are still reported, but they do not fail the build.
  • #147 424b4c2 Thanks @​mvvmm! - Adds support for a JSON reporter.

    When enabled, validation errors are written to the .starlight-links-validator/errors.json file, which is only created when validation errors are found.

  • #147 424b4c2 Thanks @​mvvmm! - Adds a link_validation_failed step output to the GitHub Actions reporter.

Patch Changes

  • #155 045637e Thanks @​HiDeoo! - Fixes a regression in version 0.21.0 where some links were incorrectly reported as invalid or failed to match the exclude option.

starlight-links-validator@0.22.0

Minor Changes

  • #151 6f66387 Thanks @​HiDeoo! - Adds support for validating frontmatter links transformed by Starlight route data middleware.

starlight-links-validator@0.21.0

Minor Changes

  • #142 9ee77ad Thanks @​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 b30aa17 Thanks @​HiDeoo! - Redesigns link validation error reporting to be more user-friendly and actionable.

    Most notably, error reporting now includes the following improvements:

    • Errors now include source line numbers.
    • In supported terminals and editors, links can open the source file at the relevant error location.
    • In supported terminals, error messages link to dedicated documentation pages with explanations and suggested fixes.
  • #145 82cb4d Thanks @​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 9ee77ad Thanks @​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.

... (truncated)

Changelog

Sourced from starlight-links-validator's changelog.

0.24.0

Minor Changes

0.23.0

Minor Changes

  • #147 424b4c2 Thanks @​mvvmm! - Adds a new failOnError option to control whether link validation issues fail the build.

    • When set to true, validation issues fail the build.
    • When set to false, validation issues are still reported, but they do not fail the build.
  • #147 424b4c2 Thanks @​mvvmm! - Adds support for a JSON reporter.

    When enabled, validation errors are written to the .starlight-links-validator/errors.json file, which is only created when validation errors are found.

  • #147 424b4c2 Thanks @​mvvmm! - Adds a link_validation_failed step output to the GitHub Actions reporter.

Patch Changes

  • #155 045637e Thanks @​HiDeoo! - Fixes a regression in version 0.21.0 where some links were incorrectly reported as invalid or failed to match the exclude option.

0.22.0

Minor Changes

  • #151 6f66387 Thanks @​HiDeoo! - Adds support for validating frontmatter links transformed by Starlight route data middleware.

0.21.0

Minor Changes

  • #142 9ee77ad Thanks @​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 b30aa17 Thanks @​HiDeoo! - Redesigns link validation error reporting to be more user-friendly and actionable.

    Most notably, error reporting now includes the following improvements:

    • Errors now include source line numbers.
    • In supported terminals and editors, links can open the source file at the relevant error location.
    • In supported terminals, error messages link to dedicated documentation pages with explanations and suggested fixes.
  • #145 82cb4d Thanks @​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 9ee77ad Thanks @​HiDeoo! - Adds support for validating links transformed by remark and rehype plugins.

... (truncated)

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 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)

Bumps [starlight-links-validator](https://github.com/HiDeoo/starlight-links-validator/tree/HEAD/packages/starlight-links-validator) from 0.19.2 to 0.24.0.
- [Release notes](https://github.com/HiDeoo/starlight-links-validator/releases)
- [Changelog](https://github.com/HiDeoo/starlight-links-validator/blob/main/packages/starlight-links-validator/CHANGELOG.md)
- [Commits](https://github.com/HiDeoo/starlight-links-validator/commits/starlight-links-validator@0.24.0/packages/starlight-links-validator)

---
updated-dependencies:
- dependency-name: starlight-links-validator
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 8, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 8, 2026

Copy link
Copy Markdown

Deploying docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: bb96607
Status:🚫  Build failed.

View logs

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants