Files
truecharts/website
TrueCharts Bot 2c1c662cec fix(website): update @playform/compress 0.1.7 → 0.1.9 (#34058)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@playform/compress](https://redirect.github.com/PlayForm/Compress) |
dependencies | patch | [`0.1.9` ->
`0.1.9`](https://renovatebot.com/diffs/npm/@playform%2fcompress/0.1.7/0.1.9)
|

---

> [!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.1.9`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#019)

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

##### Add

- Support for JSON file compression with automatic parsing and
minification
-   JSON compression enabled by default in configuration

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

[Compare
Source](https://redirect.github.com/PlayForm/Compress/compare/c7d77c36f9704d08bb729c8fa5587aa807c3ef3f...f69bb94485bffa434ad404bbbfa303afd13068ea)

##### Change

- Updated core module imports to use Node.js `node:` protocol for `fs`,
`path`,
    and `buffer`
-   Updated dependencies to latest versions:
    -   `commander` (13.0.0 → 13.1.0)
    -   `deepmerge-ts` (7.1.3 → 7.1.5)
    -   `lightningcss` (1.28.2 → 1.29.3)
    -   `terser` (5.37.0 → 5.39.0)
    -   `browserslist` (4.24.3 → 4.24.4)
-   Modified package metadata including:
    -   Version bump to 0.1.8
    -   Description formatting changes
    -   Script name adjustments in package.json
- Changed default configuration to disable `lightningcss` compressor by
default

##### Add

- Support boolean type for compression options (`csso`, `lightningcss`,
`html-minifier-terser`, `sharp`, `terser`, `svgo`) to allow disabling
specific
    compressors

##### Fix

- Fixed type casting in ESBuild configuration by explicitly specifying
`Plugin`
    type
-   Corrected import statements for Node.js core modules

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-07 22:03:59 +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.