Files
truecharts/website
TrueCharts Bot 697d1b9917 fix(website): update @playform/compress 0.1.9 → 0.2.0 (#36182)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@playform/compress](https://redirect.github.com/PlayForm/Compress) |
dependencies | minor | [`0.1.9` ->
`0.2.0`](https://renovatebot.com/diffs/npm/@playform%2fcompress/0.1.9/0.2.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>PlayForm/Compress (@&#8203;playform/compress)</summary>

###
[`v0.2.0`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#020)

[Compare
Source](https://redirect.github.com/PlayForm/Compress/compare/5779505b555a047fc83db6fa34d9fbc78c06a1b9...887f5cb328d5441e0aeae1c9eeef30547b13e3c8)

##### Breaking Change

- Updated `commander` dependency from 13.1.0 → 14.0.0 (major version
update)

##### Change

- Updated contact information in package.json to use `PlayForm.Cloud`
domain
-   Updated dependencies to latest versions:
    -   `astro` (wildcard → ^5.9.2)
    -   `lightningcss` (1.29.3 → 1.30.1)
    -   `sharp` (0.33.5 → 0.34.2)
    -   `terser` (5.39.0 → 5.42.0)
    -   `@playform/build` (0.2.1 → 0.2.4)
    -   `browserslist` (4.24.4 → 4.25.0)
- Refactored option interfaces to use `Partial<>` type for more flexible
    configuration
-   Improved code organization in:
    -   Image processing module (Writesharp.ts)
    -   Core integration logic (Integration.ts)

##### Add

- Enhanced JSON compression options with configurable `replacer` and
`space`
    parameters for `JSON.stringify`

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-06-10 14:09:33 +02:00
..

Chart Docs

News

  • To add new authors, add their username in the authors.ts file in src/content/docs/news/authors.ts.
  • News Posts must have these fields in the frontmatter:
    • title
    • slug (must start with news/)
    • date
    • authors (The key in the authors object in src/content/docs/news/authors.ts)

Supported Code Block Languages

Check upstream docs

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run dev-windows Starts local dev server on windows machines
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

Starlight looks for .md or .mdx files in the src/content/docs/ directory. Each file is exposed as a route based on its file name.

Images can be added to src/assets/ and embedded in Markdown with a relative link.

Static assets, like favicons, can be placed in the public/ directory.

👀 Want to learn more?

Check out Starlights docs, read the Astro documentation, or jump into the Astro Discord server.