Files
truecharts/website/package.json
T
TrueCharts Bot a2df1931eb fix(website): update @astrojs/starlight 0.28.6 → 0.29.0 (#29023)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@astrojs/starlight](https://starlight.astro.build)
([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight))
| dependencies | minor | [`0.28.6` ->
`0.29.0`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.28.6/0.29.0)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>withastro/starlight (@&#8203;astrojs/starlight)</summary>

###
[`v0.29.0`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0290)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.28.6...@astrojs/starlight@0.29.0)

##### Minor Changes

-
[#&#8203;2551](https://redirect.github.com/withastro/starlight/pull/2551)
[`154c8e3`](https://redirect.github.com/withastro/starlight/commit/154c8e337819c7d7ebf4ff4dd55db0d10607620b)
Thanks [@&#8203;hippotastic](https://redirect.github.com/hippotastic)! -
Updates the `astro-expressive-code` dependency to the latest version
(0.38).

The new version allows using `ec.config.mjs` to selectively override
individual Expressive Code styles and settings provided by Starlight
themes and plugins, speeds up Shiki language loading, and adds the
config option `expressiveCode.shiki.injectLangsIntoNestedCodeBlocks`.
See the [Expressive Code release
notes](https://expressive-code.com/releases/#&#8203;0380) for full
details.

-
[#&#8203;2252](https://redirect.github.com/withastro/starlight/pull/2252)
[`6116db0`](https://redirect.github.com/withastro/starlight/commit/6116db03a4157c0f0caa210690ef0dcdd001a287)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Improves
build performance for sites with large sidebars

This release adds a caching layer to Starlight’s sidebar generation
logic, reducing the number of times sidebars need to be regenerated
while building a site. Some benchmarks for projects with a complex
sidebar saw builds complete more than 35% faster with this change.

-
[#&#8203;2503](https://redirect.github.com/withastro/starlight/pull/2503)
[`a4c8edd`](https://redirect.github.com/withastro/starlight/commit/a4c8eddc53993068c0f60159fecc123013827ef0)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Improves
the accessibility of asides and tabs by removing some unnecessary HTML
landmarks.

##### Patch Changes

-
[#&#8203;2579](https://redirect.github.com/withastro/starlight/pull/2579)
[`241966b`](https://redirect.github.com/withastro/starlight/commit/241966bd0523a2e82891d622b2a97b2f3646bc41)
Thanks [@&#8203;RafidMuhymin](https://redirect.github.com/RafidMuhymin)!
- Adds social link icon for Nostr

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-11-08 21:50:56 +01:00

40 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.2.1",
"@astrojs/starlight": "0.29.0",
"@astrojs/starlight-tailwind": "2.0.3",
"@astrojs/tailwind": "5.1.2",
"@playform/compress": "0.1.1",
"astro": "4.16.10",
"astro-better-image-service": "2.0.37",
"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.9.0",
"starlight-links-validator": "0.13.0",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
}
}