Closed renovate[bot] closed 2 weeks ago
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 |
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.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
^0.12.3
->^0.13.0
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.