From 0547e91fed5d8a353c3adc19bc5c3e9a352aa662 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 28 Dec 2024 06:32:49 +0100 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20starlight-image-zoom?= =?UTF-8?q?=200.9.0=20=E2=86=92=200.10.0=20(#30312)?= 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 | |---|---|---|---| | [starlight-image-zoom](https://redirect.github.com/HiDeoo/starlight-image-zoom) ([source](https://redirect.github.com/HiDeoo/starlight-image-zoom/tree/HEAD/packages/starlight-image-zoom)) | dependencies | minor | [`0.9.0` -> `0.10.0`](https://renovatebot.com/diffs/npm/starlight-image-zoom/0.9.0/0.10.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
HiDeoo/starlight-image-zoom (starlight-image-zoom) ### [`v0.10.0`](https://redirect.github.com/HiDeoo/starlight-image-zoom/blob/HEAD/packages/starlight-image-zoom/CHANGELOG.md#0100) [Compare Source](https://redirect.github.com/HiDeoo/starlight-image-zoom/compare/v0.9.0...starlight-image-zoom@0.10.0) ##### Minor Changes - [#​27](https://redirect.github.com/HiDeoo/starlight-image-zoom/pull/27) [`e716c66`](https://redirect.github.com/HiDeoo/starlight-image-zoom/commit/e716c66dd585fe2fd78432add8d9895c8110131f) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Adds support for Astro v5, drops support for Astro v4. ⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now `0.30.0`. Please follow the [upgrade guide](https://redirect.github.com/withastro/starlight/releases/tag/%40astrojs/starlight%400.30.0) to update your project.
--- ### 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 bee1a247df9..5eb37e74b80 100644 --- a/website/package.json +++ b/website/package.json @@ -31,7 +31,7 @@ "prettier": "3.4.2", "sharp": "0.33.5", "starlight-blog": "0.15.0", - "starlight-image-zoom": "0.9.0", + "starlight-image-zoom": "0.10.0", "starlight-links-validator": "0.14.1", "tailwindcss": "3.4.17", "typescript": "5.7.2"