6ac4275a90
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 | [`5.9.0` -> `5.9.1`](https://renovatebot.com/diffs/npm/astro/5.9.0/5.9.1) | --- > [!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> ### [`v5.9.1`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#591) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.9.0...astro@5.9.1) ##### Patch Changes - [#​13899](https://redirect.github.com/withastro/astro/pull/13899) [`7a1303d`](https://redirect.github.com/withastro/astro/commit/7a1303dbcebe0f0b5c8c3278669af5577115c0a3) Thanks [@​reknih](https://redirect.github.com/reknih)! - Fix bug where error pages would return invalid bodies if the upstream response was compressed - [#​13902](https://redirect.github.com/withastro/astro/pull/13902) [`051bc30`](https://redirect.github.com/withastro/astro/commit/051bc3025523756474ff5be350a7680e9fed3384) Thanks [@​arHSM](https://redirect.github.com/arHSM)! - Fixes a bug where vite virtual module ids were incorrectly added in the dev server - [#​13905](https://redirect.github.com/withastro/astro/pull/13905) [`81f71ca`](https://redirect.github.com/withastro/astro/commit/81f71ca6fd8b313b055eb4659c02a8e0e0335204) Thanks [@​jsparkdev](https://redirect.github.com/jsparkdev)! - Fixes wrong contents in CSP meta tag. - [#​13907](https://redirect.github.com/withastro/astro/pull/13907) [`8246bcc`](https://redirect.github.com/withastro/astro/commit/8246bcc0008880a49d9374136ec44488b629a2c3) Thanks [@​martrapp](https://redirect.github.com/martrapp)! - Fixes a bug that caused view transition names to be lost. - [#​13901](https://redirect.github.com/withastro/astro/pull/13901) [`37fa0a2`](https://redirect.github.com/withastro/astro/commit/37fa0a228cdfdaf20dd135835fdc84337f2d9637) Thanks [@​ansg191](https://redirect.github.com/ansg191)! - fix fallback not being removed when server island is rendered </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
40 lines
1.6 KiB
JSON
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.4.1",
|
|
"@astrojs/starlight": "0.31.1",
|
|
"@astrojs/starlight-tailwind": "3.0.1",
|
|
"@astrojs/tailwind": "5.1.5",
|
|
"@playform/compress": "0.1.9",
|
|
"astro": "5.9.1",
|
|
"astro-better-image-service": "2.1.5",
|
|
"astro-integration-lottie": "0.3.2",
|
|
"astro-robots-txt": "1.0.0",
|
|
"lottie-web": "5.13.0",
|
|
"prettier": "3.5.3",
|
|
"sharp": "0.34.2",
|
|
"starlight-blog": "0.16.1",
|
|
"starlight-image-zoom": "0.10.1",
|
|
"starlight-links-validator": "0.14.3",
|
|
"tailwindcss": "3.4.17",
|
|
"typescript": "5.8.3"
|
|
}
|
|
}
|