-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency airbnb/lottie-spm to from: "4.3.3" #626
Merged
cgrindel-self-hosted-renovate
merged 1 commit into
main
from
github-renovate/airbnb-lottie-spm-4.x
Sep 30, 2023
Merged
chore(deps): update dependency airbnb/lottie-spm to from: "4.3.3" #626
cgrindel-self-hosted-renovate
merged 1 commit into
main
from
github-renovate/airbnb-lottie-spm-4.x
Sep 30, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
luispadron
approved these changes
Sep 30, 2023
cgrindel-self-hosted-renovate
bot
force-pushed
the
github-renovate/airbnb-lottie-spm-4.x
branch
from
September 30, 2023 21:11
c784051
to
b150c34
Compare
cgrindel-self-hosted-renovate
bot
deleted the
github-renovate/airbnb-lottie-spm-4.x
branch
September 30, 2023 23:25
renovate bot
referenced
this pull request
in bazel-contrib/rules_bazel_integration_test
Oct 3, 2023
…#216) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rules_swift_package_manager | bazel_dep | minor | `0.12.1` -> `0.13.0` | | [rules_swift_package_manager](https://github.com/cgrindel/rules_swift_package_manager) | http_archive | minor | `v0.12.1` -> `v0.13.0` | --- ### Release Notes <details> <summary>cgrindel/rules_swift_package_manager (rules_swift_package_manager)</summary> ### [`v0.13.0`](https://github.com/cgrindel/rules_swift_package_manager/releases/tag/v0.13.0) [Compare Source](https://github.com/cgrindel/rules_swift_package_manager/compare/v0.12.1...v0.13.0) #### What's Changed - chore: update README.md for v0.12.1 by [@​cgrindel-app-token-generator](https://github.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/rules_swift_package_manager/pull/630](https://github.com/cgrindel/rules_swift_package_manager/pull/630) - chore(deps): update dependency airbnb/lottie-spm to from: "4.3.3" by [@​cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/626](https://github.com/cgrindel/rules_swift_package_manager/pull/626) - chore(deps): update dependency nicklockwood/swiftformat to from: "0.52.5" by [@​cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/628](https://github.com/cgrindel/rules_swift_package_manager/pull/628) - chore(deps): update dependency io_bazel_rules_go to v0.42.0 by [@​cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/627](https://github.com/cgrindel/rules_swift_package_manager/pull/627) - fix: Handle Xcode 15 swift package format by [@​AttilaTheFun](https://github.com/AttilaTheFun) in [https://github.com/cgrindel/rules_swift_package_manager/pull/631](https://github.com/cgrindel/rules_swift_package_manager/pull/631) - chore(deps): update dependency nicklockwood/swiftformat to from: "0.52.6" by [@​cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/633](https://github.com/cgrindel/rules_swift_package_manager/pull/633) - feat: Add directive to disable manual tag by [@​AttilaTheFun](https://github.com/AttilaTheFun) in [https://github.com/cgrindel/rules_swift_package_manager/pull/632](https://github.com/cgrindel/rules_swift_package_manager/pull/632) - chore(deps): update dependency com_github_apple_swift_collections to v1.0.5 by [@​cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/rules_swift_package_manager/pull/636](https://github.com/cgrindel/rules_swift_package_manager/pull/636) **Full Changelog**: cgrindel/rules_swift_package_manager@v0.12.1...v0.13.0 #### Bazel Module Snippet ```python bazel_dep(name = "rules_swift_package_manager", version = "0.13.0") ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_swift_package_manager", sha256 = "467e1e31136128cf417263a160dc0bcb0351b15a393814ab86bd92986aff3e30", urls = [ "https://github.com/cgrindel/rules_swift_package_manager/releases/download/v0.13.0/rules_swift_package_manager.v0.13.0.tar.gz", ], ) load("@​rules_swift_package_manager//:deps.bzl", "swift_bazel_dependencies") swift_bazel_dependencies() load("@​cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies") bazel_starlib_dependencies() ### MARK: - Gazelle ### gazelle:repo bazel_gazelle load("@​bazel_gazelle//:deps.bzl", "gazelle_dependencies") load("@​rules_swift_package_manager//:go_deps.bzl", "swift_bazel_go_dependencies") load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies") ### Declare Go dependencies before calling go_rules_dependencies. swift_bazel_go_dependencies() go_rules_dependencies() go_register_toolchains(version = "1.19.1") gazelle_dependencies() ### MARK: - Swift Toolchain http_archive( name = "build_bazel_rules_swift", ### Populate with your preferred release ### https://github.com/bazelbuild/rules_swift/releases ) load( "@​build_bazel_rules_swift//swift:repositories.bzl", "swift_rules_dependencies", ) load("//:swift_deps.bzl", "swift_dependencies") ### gazelle:repository_macro swift_deps.bzl%swift_dependencies swift_dependencies() swift_rules_dependencies() load( "@​build_bazel_rules_swift//swift:extras.bzl", "swift_rules_extra_dependencies", ) swift_rules_extra_dependencies() ``` </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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/bazel-contrib/rules_bazel_integration_test). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
from: "4.3.2"
->from: "4.3.3"
Release Notes
airbnb/lottie-spm (airbnb/lottie-spm)
v4.3.3
Compare Source
Lottie 4.3.0 adds many new features, including:
CALayer
subclassYou can learn more about Lottie 4.3.0 in this announcement: Lottie 4.3.0 now available, with official support for SwiftUI #2189
Lottie 4.3.3 fixes a regression introduced by Lottie 4.3.0 where the contents of a
LottieAnimationView
could crossfade / animate unexpectedly when updating the currentLottieAnimation
or rendering engine: https://github.com/airbnb/lottie-ios/issues/2200New Features in Lottie 4.3.0
LottieView
, which wraps UIKitLottieAnimationView
LottieSwitch
, which wraps UIKitAnimatedSwitch
(https://github.com/airbnb/lottie-ios/pull/2138)LottieButton
, which wrapsAnimatedButton
(https://github.com/airbnb/lottie-ios/pull/2139)AnimatedSwitch
andAnimatedButton
now support macOS (https://github.com/airbnb/lottie-ios/pull/2138, https://github.com/airbnb/lottie-ios/pull/2139)LottieAnimationLayer
, a Core AnimationCALayer
subclass for playing Lottie animations (https://github.com/airbnb/lottie-ios/pull/2073)UIAccessibility.isReduceMotionEnabled
is true (https://github.com/airbnb/lottie-ios/pull/2110)AnimationKeypath
values (https://github.com/airbnb/lottie-ios/pull/2183)AnimationImageProvider
(https://github.com/airbnb/lottie-ios/pull/2177)FloatValueProvider
(https://github.com/airbnb/lottie-ios/pull/2179)Sendable
to support using Lottie with strict concurrency enabled (https://github.com/airbnb/lottie-ios/pull/2126)LottiePlaybackMode
to support declarative playback configuration (https://github.com/airbnb/lottie-ios/pull/2128)AnimationImageProvider
(https://github.com/airbnb/lottie-ios/pull/2171)GradientValueProvider
(https://github.com/airbnb/lottie-ios/pull/2182)DotLottieFile
(https://github.com/airbnb/lottie-ios/pull/2074)DotLottieFile
with data (https://github.com/airbnb/lottie-ios/pull/2090)Bug fixes
.../ZipFoundation/README.md
from targets and*.md*
files from podspec (https://github.com/airbnb/lottie-ios/pull/2057)*ValueProviderStore
to not accumulate multiple values for the same key (https://github.com/airbnb/lottie-ios/pull/2082)SolidLayer
usingColorValueProvider
(https://github.com/airbnb/lottie-ios/pull/2154)Thanks to everyone who contributed to this release!
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 if that's undesired.
This PR has been generated by Renovate Bot.