Skip to content

Conversation

nerdy-tech-com-gitub
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade starlight-links-validator from 0.14.3 to 0.17.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 5 versions ahead of your current version.

  • The recommended version was released 23 days ago.

Release notes
Package name: starlight-links-validator
  • 0.17.1 - 2025-08-16

    Patch Changes

  • 0.17.0 - 2025-06-17

    Minor Changes

    • #108 82f8ec5 Thanks @ HiDeoo! - Adds support for excluding links from validation using a function.

      When using the function syntax, the function should return true for any link that should be excluded from validation or false otherwise. The function will be called for each link to validate and will receive an object containing various properties to help determine whether to exclude the link or not.

      Check out the exclude configuration option documentation for more details and examples.

  • 0.16.0 - 2025-04-12

    Minor Changes

    • #104 cbeaa0f Thanks @ HiDeoo! - Ignores query strings when checking for excluded links.

      Previously, to exclude links with query strings, you may have needed to rely on fairly loose glob patterns, e.g. /playground/** to exclude /playground/, /playground/?id=foo and /playground/?id=bar. With this change, excluding /playground/ will ignore all query strings, so /playground/, /playground/?id=foo and /playground/?id=bar will all be excluded.

  • 0.15.1 - 2025-04-09

    Patch Changes

    • #102 88e66a8 Thanks @ HiDeoo! - Fixes a regression with version 0.15.0 where the errorOnLocalLinks option was not being applied correctly.
  • 0.15.0 - 2025-04-03

    Minor Changes

    • #93 6d7174b Thanks @ HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now version 0.32.0.

      Please use the @ astrojs/upgrade command to upgrade your project:

      npx @ astrojs/upgrade
    • #100 b238cb7 Thanks @ HiDeoo! - Adds a new sameSitePolicy option to configure how external links pointing to the same origin as the one configured in the Astro site option should be handled.

      The current default behavior to ignore all external links remains unchanged. This new option allows to error on such links so they can be rewritten without the origin or to validate them as if they were internal links.

    • #100 b238cb7 Thanks @ HiDeoo! - Adds a new components option to define additional components and their props to validate as links on top of the built-in <LinkButton> and <LinkCard> Starlight components.

    Patch Changes

  • 0.14.3 - 2025-02-14

    Patch Changes

    • #91 1ef31b8 Thanks @ DaniFoldi! - Moves mdast-util-mdx-jsx package to non-dev dependencies to prevent issues in monorepos with hoisting disabled.
from starlight-links-validator GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade starlight-links-validator from 0.14.3 to 0.17.1.

See this package in npm:
starlight-links-validator

See this project in Snyk:
https://app.snyk.io/org/nerds-github/project/1e57c259-4be2-447b-a39a-126be85c1cb0?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants