From ffd330ad16910ebdc915c0d013dc8f6a9e96d159 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 4 Apr 2025 20:20:11 +0200 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20sharp=200.33.5=20?= =?UTF-8?q?=E2=86=92=200.34.0=20(#33950)?= 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 | |---|---|---|---| | [sharp](https://sharp.pixelplumbing.com) ([source](https://redirect.github.com/lovell/sharp), [changelog](https://redirect.github.com/lovell/sharp/blob/main/docs/changelog.md)) | dependencies | minor | [`0.33.5` -> `0.34.0`](https://renovatebot.com/diffs/npm/sharp/0.33.5/0.34.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
lovell/sharp (sharp) ### [`v0.34.0`](https://redirect.github.com/lovell/sharp/compare/v0.33.5...v0.34.0) [Compare Source](https://redirect.github.com/lovell/sharp/compare/v0.33.5...v0.34.0)
--- ### 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 d12c0409624..8bfad103b82 100644 --- a/website/package.json +++ b/website/package.json @@ -29,7 +29,7 @@ "astro-robots-txt": "1.0.0", "lottie-web": "5.12.2", "prettier": "3.5.3", - "sharp": "0.33.5", + "sharp": "0.34.0", "starlight-blog": "0.16.1", "starlight-image-zoom": "0.10.1", "starlight-links-validator": "0.14.3",