fix(website): update lottie-web 5.12.2 → 5.13.0 (#35584)
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 <details> <summary>airbnb/lottie-web (lottie-web)</summary> ### [`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 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
Generated
+4
-4
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user