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

fix(website): update starlight-links-validator 0.12.4 → 0.13.0 #28760

Merged

Conversation

truecharts-admin
Copy link
Collaborator

This PR contains the following updates:

Package Type Update Change
starlight-links-validator dependencies minor 0.12.4 -> 0.13.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Release Notes

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

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

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.


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

This PR has been generated by Renovate Bot.

@truecharts-admin truecharts-admin added automerge Categorises a PR or issue that references a new App. renovate/container type/minor labels Nov 3, 2024
@truecharts-admin truecharts-admin requested a review from a user November 3, 2024 12:09
@truecharts-admin truecharts-admin requested a review from a team as a code owner November 3, 2024 12:09
@truecharts-admin truecharts-admin enabled auto-merge (squash) November 3, 2024 12:09
Copy link

github-actions bot commented Nov 3, 2024

✅ Deploy Preview ready!

Name Link
🔨 Latest commit 6836bd4
🔍 Latest deploy log https://github.com/truecharts/public/actions/runs/11651179606
😎 Deploy Preview Url
🌳 Environment

Copy link
Member

@PrivatePuffin PrivatePuffin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved automated PR

@truecharts-admin truecharts-admin merged commit 4496c42 into master Nov 3, 2024
27 checks passed
@truecharts-admin truecharts-admin deleted the renovate/astro-starlight-links-validator-0.13.x branch November 3, 2024 12:23
@truecharts-admin
Copy link
Collaborator Author

This PR is locked to prevent necro-posting on closed PRs. Please create a issue or contact staff on discord if you want to further discuss this

@truecharts truecharts locked as resolved and limited conversation to collaborators Nov 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automerge Categorises a PR or issue that references a new App. renovate/container type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants