From a676c81227490f96f4d99511ae9a44931f4edd17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 10:48:04 -0700 Subject: [PATCH] chore(deps): update dependency starlight-links-validator to v0.5.2 (#785) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [starlight-links-validator](https://togithub.com/HiDeoo/starlight-links-validator) | [`0.5.1` -> `0.5.2`](https://renovatebot.com/diffs/npm/starlight-links-validator/0.5.1/0.5.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/starlight-links-validator/0.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/starlight-links-validator/0.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/starlight-links-validator/0.5.1/0.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/starlight-links-validator/0.5.1/0.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
HiDeoo/starlight-links-validator (starlight-links-validator) ### [`v0.5.2`](https://togithub.com/HiDeoo/starlight-links-validator/releases/tag/v0.5.2) [Compare Source](https://togithub.com/HiDeoo/starlight-links-validator/compare/v0.5.1...v0.5.2) #####    🐞 Bug Fixes - Broken bug report link in GitHub Actions logs  -  by [@​torn4dom4n](https://togithub.com/torn4dom4n) in [https://github.com/HiDeoo/starlight-links-validator/issues/26](https://togithub.com/HiDeoo/starlight-links-validator/issues/26) [(243f6)](https://togithub.com/HiDeoo/starlight-links-validator/commit/243f6fe) - Fixes validation of assets in the `public/` directory when using the Astro `base` option  -  by [@​HiDeoo](https://togithub.com/HiDeoo) [(c8f58)](https://togithub.com/HiDeoo/starlight-links-validator/commit/c8f5832) #####     [View changes on GitHub](https://togithub.com/HiDeoo/starlight-links-validator/compare/v0.5.1...v0.5.2)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/knope-dev/knope). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 963ba70a..54be093a 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -7671,9 +7671,9 @@ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" }, "node_modules/starlight-links-validator": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/starlight-links-validator/-/starlight-links-validator-0.5.1.tgz", - "integrity": "sha512-6iNl/bTTFN65T3fx1oMdspZltlYyonmrnno4dWjMzJuFHO79ZGKyzrtuMD59kiM9Y85eSy3MOpU1wuPoY28fMg==", + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/starlight-links-validator/-/starlight-links-validator-0.5.2.tgz", + "integrity": "sha512-0zI4QdbuGmguzJl/3ToMwWlbjVa/6BGthMYi68eQcd7ujqa3EUeIwCtUa+ZzG4YcjzIr+uFBfAphQGspj3XPLg==", "dependencies": { "github-slugger": "2.0.0", "hast-util-from-html": "2.0.1",