Files
truecharts/website/package.json
T
TrueCharts Bot aafcdb45e2 fix(website): update astro 4.16.7 → 4.16.8 (#28639)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| dependencies | patch | [`4.16.7` ->
`4.16.8`](https://renovatebot.com/diffs/npm/astro/4.16.7/4.16.8) |

---

> [!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/astro (astro)</summary>

###
[`v4.16.8`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4168)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.7...astro@4.16.8)

##### Patch Changes

-
[#&#8203;12338](https://redirect.github.com/withastro/astro/pull/12338)
[`9ca89b3`](https://redirect.github.com/withastro/astro/commit/9ca89b3e13d47e146989cfabb916d6599d140f03)
Thanks [@&#8203;situ2001](https://redirect.github.com/situ2001)! -
Resets `NODE_ENV` to ensure install command run in dev mode

-
[#&#8203;12286](https://redirect.github.com/withastro/astro/pull/12286)
[`9d6bcdb`](https://redirect.github.com/withastro/astro/commit/9d6bcdb88fcb9df0c5c70e2b591bcf962ce55f63)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where a warning for experimental `astro:env` support
would be shown when using an adapter but not actually using `astro:env`

-
[#&#8203;12342](https://redirect.github.com/withastro/astro/pull/12342)
[`ffc836b`](https://redirect.github.com/withastro/astro/commit/ffc836bac0cdea684ea91f958ac8298d4ee4b07d)
Thanks [@&#8203;liruifengv](https://redirect.github.com/liruifengv)! -
Fixes a typo in the command name of the CLI

-
[#&#8203;12301](https://redirect.github.com/withastro/astro/pull/12301)
[`0cfc69d`](https://redirect.github.com/withastro/astro/commit/0cfc69d499815d4e1f1dc37cf32653195586087a)
Thanks [@&#8203;apatel369](https://redirect.github.com/apatel369)! -
Fixes an issue with action handler context by passing the correct
context (`ActionAPIContext`).

-
[#&#8203;12312](https://redirect.github.com/withastro/astro/pull/12312)
[`5642ef9`](https://redirect.github.com/withastro/astro/commit/5642ef9029890fc29793c160321f78f62cdaafcb)
Thanks [@&#8203;koyopro](https://redirect.github.com/koyopro)! - Fixes
an issue where using `getViteConfig()` returns incorrect and duplicate
configuration

-
[#&#8203;12245](https://redirect.github.com/withastro/astro/pull/12245)
[`1d4f6a4`](https://redirect.github.com/withastro/astro/commit/1d4f6a4989bc1cfd7109b1bff41503f115660e02)
Thanks [@&#8203;bmenant](https://redirect.github.com/bmenant)! - Add
`components` property to MDXInstance type definition (RenderResult and
module import)

-
[#&#8203;12340](https://redirect.github.com/withastro/astro/pull/12340)
[`94eaeea`](https://redirect.github.com/withastro/astro/commit/94eaeea1c437402ffc44103126b355adab4b8a01)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where Astro actions didn't work when `base` was different
from `/`

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-31 09:27:24 +01: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.2.1",
"@astrojs/starlight": "0.28.4",
"@astrojs/starlight-tailwind": "2.0.3",
"@astrojs/tailwind": "5.1.2",
"@playform/compress": "0.1.1",
"astro": "4.16.8",
"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.8.0",
"starlight-links-validator": "0.12.4",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
}
}