Skip to content

Commit 5e0d1bf

Browse files
[Docs Site] Bump starlight-links-validator from 0.12.4 to 0.13.0 (#17979)
* [Docs Site] Bump starlight-links-validator from 0.12.4 to 0.13.0 Bumps [starlight-links-validator](https://github.com/HiDeoo/starlight-links-validator) from 0.12.4 to 0.13.0. - [Release notes](https://github.com/HiDeoo/starlight-links-validator/releases) - [Commits](HiDeoo/starlight-links-validator@v0.12.4...v0.13.0) --- updated-dependencies: - dependency-name: starlight-links-validator dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * errorOnLocalLinks false --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kian Newman-Hazel <[email protected]>
1 parent 4686cc2 commit 5e0d1bf

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

astro.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ export default defineConfig({
177177
? [
178178
starlightLinksValidator({
179179
errorOnInvalidHashes: false,
180+
errorOnLocalLinks: false,
180181
exclude: [
181182
"/api/",
182183
"/api/operations/**",

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"sharp": "^0.33.5",
7575
"solarflare-theme": "^0.0.2",
7676
"starlight-image-zoom": "^0.8.0",
77-
"starlight-links-validator": "^0.12.4",
77+
"starlight-links-validator": "^0.13.0",
7878
"starlight-package-managers": "^0.7.0",
7979
"svgo": "^3.3.2",
8080
"tailwindcss": "^3.4.14",

0 commit comments

Comments
 (0)