Skip to content

Commit 7c53647

Browse files
[Docs Site] Bump starlight-links-validator from 0.14.3 to 0.16.0 (#21695)
* [Docs Site] Bump starlight-links-validator from 0.14.3 to 0.16.0 Bumps [starlight-links-validator](https://github.com/HiDeoo/starlight-links-validator/tree/HEAD/packages/starlight-links-validator) from 0.14.3 to 0.16.0. - [Release notes](https://github.com/HiDeoo/starlight-links-validator/releases) - [Changelog](https://github.com/HiDeoo/starlight-links-validator/blob/main/packages/starlight-links-validator/CHANGELOG.md) - [Commits](https://github.com/HiDeoo/starlight-links-validator/commits/[email protected]/packages/starlight-links-validator) --- updated-dependencies: - dependency-name: starlight-links-validator dependency-version: 0.16.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix glob --------- 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 ae9d7cd commit 7c53647

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

astro.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ export default defineConfig({
125125
"/http/resources/**",
126126
"{props.*}",
127127
"/",
128-
"**/glossary/?term=**",
129-
"/products/?product-group=*",
128+
"/glossary/",
130129
"/products/",
131130
"/rules/snippets/examples/?operation=*",
132131
"/rules/transform/examples/?operation=*",

package-lock.json

Lines changed: 5 additions & 5 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
@@ -108,7 +108,7 @@
108108
"sharp": "0.34.1",
109109
"solarflare-theme": "0.0.4",
110110
"starlight-image-zoom": "0.11.1",
111-
"starlight-links-validator": "0.14.3",
111+
"starlight-links-validator": "0.16.0",
112112
"starlight-package-managers": "0.11.0",
113113
"starlight-showcases": "0.3.0",
114114
"strip-markdown": "6.0.0",

0 commit comments

Comments
 (0)