Files
truecharts/website/package.json
T
TrueCharts Bot 4ddccce0ea 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
[@&#8203;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 [@&#8203;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
[@&#8203;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 [@&#8203;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=-->
2024-10-23 21:07:53 +02:00

39 lines
1.6 KiB
JSON

{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "export NODE_OPTIONS=--max-old-space-size=22000 && astro dev",
"start": "export NODE_OPTIONS=--max-old-space-size=22000 && astro dev",
"check": "export NODE_OPTIONS=--max-old-space-size=22000 && astro check",
"build": "export NODE_OPTIONS=--max-old-space-size=22000 && astro build",
"preview": "export NODE_OPTIONS=--max-old-space-size=22000 && astro preview",
"astro": "export NODE_OPTIONS=--max-old-space-size=22000 && astro",
"dev-windows": "set NODE_OPTIONS=--max-old-space-size=22000 && astro dev",
"start-windows": "set NODE_OPTIONS=--max-old-space-size=22000 && astro dev",
"check-windows": "set NODE_OPTIONS=--max-old-space-size=22000 && astro check",
"build-windows": "set NODE_OPTIONS=--max-old-space-size=22000 && astro build",
"preview-windows": "set NODE_OPTIONS=--max-old-space-size=22000 && astro preview",
"astro-windows": "set NODE_OPTIONS=--max-old-space-size=22000 && astro"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/sitemap": "3.1.6",
"@astrojs/starlight": "0.28.3",
"@astrojs/starlight-tailwind": "2.0.3",
"@astrojs/tailwind": "5.1.2",
"@playform/compress": "0.1.1",
"astro": "4.16.1",
"astro-better-image-service": "2.0.29",
"astro-integration-lottie": "0.3.1",
"astro-robots-txt": "1.0.0",
"lottie-web": "5.12.2",
"prettier": "3.3.3",
"sharp": "0.33.5",
"starlight-blog": "0.14.1",
"starlight-image-zoom": "0.8.0",
"starlight-links-validator": "0.12.3",
"tailwindcss": "3.4.10",
"typescript": "5.6.3"
}
}