Skip to content

Commit

Permalink
chore(deps): update dependency airbnb/lottie-spm to from: "4.5.1" (#1427
Browse files Browse the repository at this point in the history
)

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>
  • Loading branch information
1 parent 6856d63 commit d7c6984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lottie_ios_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import PackageDescription
let package = Package(
name: "lottie_ios_example",
dependencies: [
.package(url: "https://github.com/airbnb/lottie-spm", from: "4.5.0"),
.package(url: "https://github.com/airbnb/lottie-spm", from: "4.5.1"),
]
)

0 comments on commit d7c6984

Please sign in to comment.