Skip to content

Commit d7c6984

Browse files
chore(deps): update dependency airbnb/lottie-spm to from: "4.5.1" (#1427)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [airbnb/lottie-spm](https://redirect.github.com/airbnb/lottie-spm) | patch | `from: "4.5.0"` -> `from: "4.5.1"` | --- ### Release Notes <details> <summary>airbnb/lottie-spm (airbnb/lottie-spm)</summary> ### [`v4.5.1`](https://redirect.github.com/airbnb/lottie-spm/releases/tag/4.5.1) [Compare Source](https://redirect.github.com/airbnb/lottie-spm/compare/4.5.0...4.5.1) #### What's Changed - Add additional dynamic library product to Package.swift by [@&#8203;JensK611](https://redirect.github.com/JensK611) in [https://github.com/airbnb/lottie-ios/pull/2507](https://redirect.github.com/airbnb/lottie-ios/pull/2507) - Fix frame conversion in `LottieAnimationLayer.pause(at: .marker(...))` by [@&#8203;calda](https://redirect.github.com/calda) in [https://github.com/airbnb/lottie-ios/pull/2469](https://redirect.github.com/airbnb/lottie-ios/pull/2469) - Add possibility to remove ValueProvider by [@&#8203;batanus](https://redirect.github.com/batanus) in [https://github.com/airbnb/lottie-ios/pull/2474](https://redirect.github.com/airbnb/lottie-ios/pull/2474) - Xcode 16: fix warnings for types that inherit `@unchecked Sendable` by [@&#8203;jszumski](https://redirect.github.com/jszumski) in [https://github.com/airbnb/lottie-ios/pull/2477](https://redirect.github.com/airbnb/lottie-ios/pull/2477) - Trim shape default type value by [@&#8203;alexallah](https://redirect.github.com/alexallah) in [https://github.com/airbnb/lottie-ios/pull/2478](https://redirect.github.com/airbnb/lottie-ios/pull/2478) - do not crash if value is false by [@&#8203;DarkSatyr](https://redirect.github.com/DarkSatyr) in [https://github.com/airbnb/lottie-ios/pull/2482](https://redirect.github.com/airbnb/lottie-ios/pull/2482) **Full Changelog**: airbnb/lottie-ios@4.5.0...4.5.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 6856d63 commit d7c6984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lottie_ios_example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ import PackageDescription
55
let package = Package(
66
name: "lottie_ios_example",
77
dependencies: [
8-
.package(url: "https://github.com/airbnb/lottie-spm", from: "4.5.0"),
8+
.package(url: "https://github.com/airbnb/lottie-spm", from: "4.5.1"),
99
]
1010
)

0 commit comments

Comments
 (0)