-
Notifications
You must be signed in to change notification settings - Fork 635
build(deps): bump app.cash.turbine:turbine from 1.2.0 to 1.2.1 #7028
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
Conversation
Bumps [app.cash.turbine:turbine](https://github.com/cashapp/turbine) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/cashapp/turbine/releases) - [Changelog](https://github.com/cashapp/turbine/blob/trunk/CHANGELOG.md) - [Commits](cashapp/turbine@1.2.0...1.2.1) --- updated-dependencies: - dependency-name: app.cash.turbine:turbine dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Firebase AI Mock Responses Check
|
📝 PRs merging into main branchOur main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released. |
Test Results 992 files + 79 992 suites +79 34m 43s ⏱️ + 11m 52s Results for commit 9ef0bf0. ± Comparison against base commit 6a85149. This pull request removes 559 and adds 754 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
I've started a run of the "Data Connect Integration Tests" workflow to ensure that the Data Connect integration tests still work with this upgraded version of https://github.com/firebase/firebase-android-sdk/actions/runs/15832146210 Update: The build failed with "incompatible kotlin version" errors. I've merged the PR with main, hoping that will fix this problem, since this PR hasn't merged main in 2 weeks. |
….2.1
I've merged in main and re-triggered the Data Connect integration tests: https://github.com/firebase/firebase-android-sdk/actions/runs/15832769098 |
Size Report 1Affected ProductsNo changes between base commit (6a85149) and merge commit (74e0b2b).Test Logs |
Coverage Report 1Affected Products
Test Logs |
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Startup time comparison between the CI merge commit (74e0b2b) and the base commit (6a85149) are not available. No macrobenchmark data found for the base commit (6a85149). Analysis for the CI merge commit (74e0b2b) can be found at: |
….2.1
This upgrade causes massive build errors like this:
The problematic PR in this upgraded version of "turbine" appears to be cashapp/turbine#400, which upgrades the Kotlin compiler version from 2.1.21 to 2.2.0. Since the firebase-android-sdk project used Android Gradle Plugin v8.3.2 we will probably need to wait for AGP to upgrade to 8.10 or newer (according to https://developer.android.com/build/kotlin-support) before merging this PR. |
I'd definitely wouldn't expect that a patch version bump changes the dependency of something so critical as Kotlin. I think the safest would be close this PR for now. wdyt? |
SGTM. It's just a testing dependency anyways and doesn't affect customers at all. I'm closing it. |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps app.cash.turbine:turbine from 1.2.0 to 1.2.1.
Release notes
Sourced from app.cash.turbine:turbine's releases.
Changelog
Sourced from app.cash.turbine:turbine's changelog.
Commits
8e53fc1
Prepare version 1.2.1f564953
Migrate to Sonatype Central Portal (#391)0c5cd98
Update dependency gradle to v8.14.2 (#397)63b3d0d
Update plugin spotless to v7.0.4 (#396)978cbae
Update dependency gradle to v8.14.1 (#395)376df63
Update build things for better future support (#394)84c7608
Support CoroutineScope without a Job in testIn (#393)813f4b7
Update plugin publish to v0.32.0 (#392)46037ff
Update plugin kotlin to v2.1.21 (#390)0e51d08
Update dependency java to v24 (#385)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)