fix(website): update starlight-links-validator 0.11.0 → 0.12.3 (#28230)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [starlight-links-validator](https://redirect.github.com/HiDeoo/starlight-links-validator) | dependencies | minor | [`0.11.0` -> `0.12.3`](https://renovatebot.com/diffs/npm/starlight-links-validator/0.11.0/0.12.3) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>HiDeoo/starlight-links-validator (starlight-links-validator)</summary> ### [`v0.12.3`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.12.3) [Compare Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.2...v0.12.3) ##### 🐞 Bug Fixes - Fixes validation issues with links containing query strings - by [@​HiDeoo](https://redirect.github.com/HiDeoo) [<samp>(47b38)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/47b384d) ##### [View changes on GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.2...v0.12.3) ### [`v0.12.2`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.12.2) [Compare Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.1...v0.12.2) ##### 🐞 Bug Fixes - Fixes validation issue with the Astro `base` option and a custom slug - by [@​HiDeoo](https://redirect.github.com/HiDeoo) [<samp>(fe3d2)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/fe3d254) ##### [View changes on GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.1...v0.12.2) ### [`v0.12.1`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.12.1) [Compare Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.0...v0.12.1) ##### 🐞 Bug Fixes - Fixes a potential type-checking issue in user projects - by [@​HiDeoo](https://redirect.github.com/HiDeoo) [<samp>(09012)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/090122e) ##### [View changes on GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.0...v0.12.1) ### [`v0.12.0`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.12.0) [Compare Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.11.0...v0.12.0) ##### 🚀 Features - Adds a new `errorOnInvalidHashes` option defaulting to `true` to disable [hash](https://developer.mozilla.org/en-US/docs/Web/API/URL/hash) validation - by [@​HiDeoo](https://redirect.github.com/HiDeoo) [<samp>(32a92)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/32a92f8) The default validation behavior remains unchanged. ##### [View changes on GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.11.0...v0.12.0) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
"sharp": "0.33.5",
|
||||
"starlight-blog": "0.14.1",
|
||||
"starlight-image-zoom": "0.8.0",
|
||||
"starlight-links-validator": "0.11.0",
|
||||
"starlight-links-validator": "0.12.3",
|
||||
"tailwindcss": "3.4.10",
|
||||
"typescript": "5.6.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user