felix-berlin / astro-breadcrumbs

Well configurable breadcrumb component for Astro.js. Create breadcrumbs completely dynamically or specify exactly how they should look.
https://docs.astro-breadcrumbs.kasimir.dev
GNU General Public License v3.0
81 stars 12 forks source link

chore(deps): update dependency starlight-links-validator to ^0.13.0 #381

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

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

Release Notes

HiDeoo/starlight-links-validator (starlight-links-validator) ### [`v0.13.0`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.13.0) [Compare Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.4...v0.13.0) #####    🚨 Breaking Changes - Adds errors for local links, e.g. URLs with a hostname of `localhost` or `127.0.0.1`  -  by [@​HiDeoo](https://redirect.github.com/HiDeoo) [(80636)](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/806366c) 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: ```ts export default defineConfig({ integrations: [ starlight({ plugins: [ starlightLinksValidator({ errorOnLocalLinks: false, }), ], }), ], }); ``` #####     [View changes on GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.4...v0.13.0)

Configuration

📅 Schedule: Branch creation - "on friday and saturday" in timezone Europe/Berlin, 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.



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

cloudflare-workers-and-pages[bot] commented 2 weeks ago

Deploying astro-breadcrumbs-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 93c956f
Status: ✅  Deploy successful!
Preview URL: https://831397c2.astro-breadcrumbs-docs.pages.dev
Branch Preview URL: https://renovate-starlight-links-val-doj1.astro-breadcrumbs-docs.pages.dev

View logs

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 43.91%. Comparing base (12496ce) to head (93c956f). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #381 +/- ## ======================================= Coverage 43.91% 43.91% ======================================= Files 10 10 Lines 444 444 Branches 60 60 ======================================= Hits 195 195 Misses 246 246 Partials 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.