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(deps): update dependency starlight-links-validator to ^0.13.0 #401

Merged
merged 3 commits into from
Dec 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
starlight-links-validator ^0.12.0 -> ^0.13.0 age adoption passing confidence

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 is behind base branch, 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 requested a review from Darkflame72 as a code owner November 3, 2024 12:25
@renovate renovate bot enabled auto-merge November 3, 2024 12:25
Copy link

cloudflare-workers-and-pages bot commented Nov 3, 2024

Deploying wiki with  Cloudflare Pages  Cloudflare Pages

Latest commit: d5e3fef
Status: ✅  Deploy successful!
Preview URL: https://ae450d01.wiki-752.pages.dev
Branch Preview URL: https://renovate-starlight-links-val.wiki-752.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/starlight-links-validator-0.x branch 6 times, most recently from 2978c1c to 415d529 Compare November 8, 2024 18:36
@renovate renovate bot force-pushed the renovate/starlight-links-validator-0.x branch from 415d529 to 640f0b6 Compare November 12, 2024 11:22
@renovate renovate bot force-pushed the renovate/starlight-links-validator-0.x branch from 640f0b6 to 9abd136 Compare November 12, 2024 22:25
Copy link
Contributor Author

renovate bot commented Nov 13, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@Darkflame72 Darkflame72 disabled auto-merge November 13, 2024 11:01
@Darkflame72 Darkflame72 merged commit 1800fd0 into main Dec 6, 2024
5 checks passed
@Darkflame72 Darkflame72 deleted the renovate/starlight-links-validator-0.x branch December 6, 2024 07:40
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.

1 participant