From 586437efcb186434d68fb389b2ca237ab295a63f Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 21 May 2025 20:58:19 +0200 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20lottie-web=205.12.2=20?= =?UTF-8?q?=E2=86=92=205.13.0=20(#35584)?= 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 | |---|---|---|---| | [lottie-web](https://redirect.github.com/airbnb/lottie-web) | dependencies | minor | [`5.12.2` -> `5.13.0`](https://renovatebot.com/diffs/npm/lottie-web/5.12.2/5.13.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
airbnb/lottie-web (lottie-web) ### [`v5.13.0`](https://redirect.github.com/airbnb/lottie-web/blob/HEAD/CHANGELOG.md#V-5130) [Compare Source](https://redirect.github.com/airbnb/lottie-web/compare/v5.12.2...bede03d25d232826e0c9dca1733d542d8a7754fb) - FIX: rollup config updated to prevent lottie-web from running in Server-Side Rendering contexts - FIX: fixed renderGradient() cache invalidation issue so that both start and end points are checked for changes - IMPROVEMENT: avoid recalculating static transform matrices, results in a significant performance improvement - FIX: reloadShapes() no longer has the side effect of creating duplicate styles - FEATURE: Web Worker supports resetSegments - FIX: hidden styles were forcibly set as visible when using searchShapes() - IMPROVEMENT: expressions can access unidimensional values by index - IMPROVEMENT: expression support for thisProperty.name
--- ### 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-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index b6fb2538a7f..0438a3d3f66 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -18,7 +18,7 @@ "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", - "lottie-web": "5.12.2", + "lottie-web": "5.13.0", "prettier": "3.5.3", "sharp": "0.34.2", "starlight-blog": "0.16.1", @@ -5907,9 +5907,9 @@ } }, "node_modules/lottie-web": { - "version": "5.12.2", - "resolved": "https://registry.npmjs.org/lottie-web/-/lottie-web-5.12.2.tgz", - "integrity": "sha512-uvhvYPC8kGPjXT3MyKMrL3JitEAmDMp30lVkuq/590Mw9ok6pWcFCwXJveo0t5uqYw1UREQHofD+jVpdjBv8wg==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/lottie-web/-/lottie-web-5.13.0.tgz", + "integrity": "sha512-+gfBXl6sxXMPe8tKQm7qzLnUy5DUPJPKIyRHwtpCpyUEYjHYRJC/5gjUvdkuO2c3JllrPtHXH5UJJK8LRYl5yQ==", "license": "MIT" }, "node_modules/lower-case": { diff --git a/website/package.json b/website/package.json index b154f75c894..af53f5abcf0 100644 --- a/website/package.json +++ b/website/package.json @@ -27,7 +27,7 @@ "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", - "lottie-web": "5.12.2", + "lottie-web": "5.13.0", "prettier": "3.5.3", "sharp": "0.34.2", "starlight-blog": "0.16.1",