Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency starlight-links-validator to ^0.14.0 #142

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
starlight-links-validator (source) ^0.9.1 -> ^0.14.0 age adoption passing confidence

Release Notes

HiDeoo/starlight-links-validator (starlight-links-validator)

v0.14.0

Compare Source

Minor Changes
  • #​77 486a379 Thanks @​HiDeoo! - Adds support for Astro v5, drops support for Astro v4.

    ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.30.0.

    Please follow the upgrade guide to update your project.

    When using the plugin with the Content Layer API, the plugin will now automatically invalidate the content layer cache so that all links can be properly validated. To avoid unnecessary cache invalidation, it is recommended to conditionally use the plugin only when necessary. Check out the new “Conditional Validation” guide for more information.

    ⚠️ BREAKING CHANGE: Due to a regression in Astro v5, links to pages with custom IDs/slugs can no longer be validated and will be flagged as invalid. If you rely on this feature, please stay on a previous version of Starlight and Astro in the meantime.

v0.13.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.13.3

Compare Source

   🚀 Features
  • Improves messages for errors related to the Astro trailingSlash option to indicate if a link is missing a trailing slash or if a link has a trailing slash when it should not  -  by @​HiDeoo (a8776)
    View changes on GitHub

v0.13.2

Compare Source

   🐞 Bug Fixes
  • Fixes a potential type-checking issue in some Starlight projects  -  by @​HiDeoo (1e33b)
    View changes on GitHub

v0.13.1

Compare Source

   🐞 Bug Fixes
  • Refactors some internal types to prevent type issues with future Starlight versions  -  by @​HiDeoo (11518)
    View changes on GitHub

v0.13.0

Compare Source

   🚨 Breaking Changes
  • Adds errors for local links, e.g. URLs with a hostname of localhost or 127.0.0.1  -  by @​HiDeoo (80636)

    In previous versions, such links were silently ignored. They are now considered as invalid links as they are usually used for development purposes and should not be present in production.
    If you want to preserve the previous behaviour, you can set the errorOnLocalLinks option to false in your astro.config.mjs file:

    export default defineConfig({
      integrations: [
        starlight({
          plugins: [
            starlightLinksValidator({
              errorOnLocalLinks: false,
            }),
          ],
        }),
      ],
    });
    View changes on GitHub

v0.12.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.12.3

Compare Source

   🐞 Bug Fixes
  • Fixes validation issues with links containing query strings  -  by @​HiDeoo (47b38)
    View changes on GitHub

v0.12.2

Compare Source

   🐞 Bug Fixes
  • Fixes validation issue with the Astro base option and a custom slug  -  by @​HiDeoo (fe3d2)
    View changes on GitHub

v0.12.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.12.0

Compare Source

   🚀 Features
  • Adds a new errorOnInvalidHashes option defaulting to true to disable hash validation  -  by @​HiDeoo (32a92)
    The default validation behavior remains unchanged.
    View changes on GitHub

v0.11.0

Compare Source

   🚀 Features
  • Adds support for validating internal links in <LinkCard> and <LinkButton> components  -  by @​HiDeoo (00599)
    View changes on GitHub

v0.10.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.10.0

Compare Source

   🚀 Features
  • Adds support for validating Markdown headings with custom IDs  -  by @​HiDeoo (b2fa4)
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jul 30, 2024
@renovate renovate bot force-pushed the renovate/starlight-links-validator-0.x branch from fe1564f to b60ff8f Compare August 30, 2024 09:04
@renovate renovate bot changed the title chore(deps): update dependency starlight-links-validator to ^0.10.0 chore(deps): update dependency starlight-links-validator to ^0.11.0 Aug 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency starlight-links-validator to ^0.11.0 chore(deps): update dependency starlight-links-validator to ^0.12.0 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/starlight-links-validator-0.x branch from b60ff8f to 9f866d7 Compare September 12, 2024 16:55
@renovate renovate bot changed the title chore(deps): update dependency starlight-links-validator to ^0.12.0 chore(deps): update dependency starlight-links-validator to ^0.13.0 Nov 3, 2024
@renovate renovate bot force-pushed the renovate/starlight-links-validator-0.x branch from 9f866d7 to b3a19f6 Compare November 3, 2024 13:11
@renovate renovate bot force-pushed the renovate/starlight-links-validator-0.x branch from b3a19f6 to a0bd65e Compare December 18, 2024 20:49
@renovate renovate bot changed the title chore(deps): update dependency starlight-links-validator to ^0.13.0 chore(deps): update dependency starlight-links-validator to ^0.14.0 Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants