mirror of
https://github.com/truecharts/charts.git
synced 2026-07-07 03:13:02 -03:00
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | dependencies | minor | [`5.8.2` -> `5.8.3`](https://renovatebot.com/diffs/npm/typescript/5.7.3/5.8.3) | --- > [!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>microsoft/TypeScript (typescript)</summary> ### [`v5.8.3`](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.2...68cead182cc24afdc3f1ce7c8ff5853aba14b65a) [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.2...68cead182cc24afdc3f1ce7c8ff5853aba14b65a) ### [`v5.8.2`](https://redirect.github.com/microsoft/TypeScript/releases/tag/v5.8.2): TypeScript 5.8 [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.7.3...v5.8.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/). - [fixed issues query for Typescript 5.8.0 (Beta)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.8.1 (RC)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.8.2 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.2%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
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.3.0",
|
|
"@astrojs/starlight": "0.31.1",
|
|
"@astrojs/starlight-tailwind": "3.0.0",
|
|
"@astrojs/tailwind": "5.1.5",
|
|
"@playform/compress": "0.1.9",
|
|
"astro": "5.6.1",
|
|
"astro-better-image-service": "2.1.3",
|
|
"astro-integration-lottie": "0.3.2",
|
|
"astro-robots-txt": "1.0.0",
|
|
"lottie-web": "5.12.2",
|
|
"prettier": "3.5.3",
|
|
"sharp": "0.34.0",
|
|
"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"
|
|
}
|
|
}
|