From 1f66127c346da2dc356bffe3d58a390621f2c1e4 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 30 Mar 2025 01:35:56 +0100 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20@playform/compress=200?= =?UTF-8?q?.1.7=20=E2=86=92=200.1.8=20(#33732)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@playform/compress](https://redirect.github.com/PlayForm/Compress) | dependencies | patch | [`0.1.7` -> `0.1.8`](https://renovatebot.com/diffs/npm/@playform%2fcompress/0.1.7/0.1.8) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
PlayForm/Compress (@​playform/compress) ### [`v0.1.8`](https://redirect.github.com/PlayForm/Compress/compare/c7d77c36f9704d08bb729c8fa5587aa807c3ef3f...f69bb94485bffa434ad404bbbfa303afd13068ea) [Compare Source](https://redirect.github.com/PlayForm/Compress/compare/c7d77c36f9704d08bb729c8fa5587aa807c3ef3f...f69bb94485bffa434ad404bbbfa303afd13068ea)
--- ### 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. --- - [ ] 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). --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index d7abb26d05a..16a5569b680 100644 --- a/website/package.json +++ b/website/package.json @@ -22,7 +22,7 @@ "@astrojs/starlight": "0.31.1", "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "5.1.5", - "@playform/compress": "0.1.7", + "@playform/compress": "0.1.8", "astro": "5.5.5", "astro-better-image-service": "2.1.2", "astro-integration-lottie": "0.3.2",