Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

By approving this PR, you are confirming that you have adequately and effectively reviewed this change.

Searchable Hashes

The above information was added by dependabot-augmentor.

Bumps androidx.compose:compose-bom from 2025.11.01 to 2025.12.00.

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 8, 2025
@RichSutherSky RichSutherSky force-pushed the dependabot/gradle/androidx.compose-compose-bom-2025.12.00 branch from 6d82b02 to bf3f8de Compare December 12, 2025 10:21
@RichSutherSky RichSutherSky self-requested a review December 12, 2025 14:32
@RichSutherSky RichSutherSky force-pushed the dependabot/gradle/androidx.compose-compose-bom-2025.12.00 branch from 9845009 to 488399c Compare December 12, 2025 14:39
@henrik-sky
Copy link
Contributor

Dependabot (@dependabot) recreate

Dependabot couldn't find the original pull request head commit, 0b87da7.
@dependabot dependabot bot force-pushed the dependabot/gradle/androidx.compose-compose-bom-2025.12.00 branch from 2aa9b1b to 5718281 Compare December 18, 2025 13:55
@skyscanner-backpack-bot
Copy link
Contributor

Warnings
⚠️ One or more component files were updated, but the tests weren't updated. If your change is not covered by existing tests please add snapshot tests.
⚠️

One or more component files were updated, but the docs screenshots weren't updated. If the changes are visual or it is a new component please regenerate the screenshots via ./gradlew recordScreenshots.

⚠️

One or more component files were updated, but README.md wasn't updated. If your change contains API changes/additions or a new component please update the relevant component README.

Generated by 🚫 Danger Kotlin against 0284c35

@henrik-sky Henrik Sym (henrik-sky) force-pushed the dependabot/gradle/androidx.compose-compose-bom-2025.12.00 branch from 0284c35 to 6f884f3 Compare December 18, 2025 16:34
@skyscanner-backpack-bot
Copy link
Contributor

Warnings
⚠️ One or more component files were updated, but the tests weren't updated. If your change is not covered by existing tests please add snapshot tests.
⚠️

One or more component files were updated, but the docs screenshots weren't updated. If the changes are visual or it is a new component please regenerate the screenshots via ./gradlew recordScreenshots.

⚠️

One or more component files were updated, but README.md wasn't updated. If your change contains API changes/additions or a new component please update the relevant component README.

Generated by 🚫 Danger Kotlin against 6f884f3

@skyscanner-backpack-bot
Copy link
Contributor

Warnings
⚠️ One or more component files were updated, but the tests weren't updated. If your change is not covered by existing tests please add snapshot tests.
⚠️

One or more component files were updated, but the docs screenshots weren't updated. If the changes are visual or it is a new component please regenerate the screenshots via ./gradlew recordScreenshots.

⚠️

One or more component files were updated, but README.md wasn't updated. If your change contains API changes/additions or a new component please update the relevant component README.

Generated by 🚫 Danger Kotlin against ec4d319

@henrik-sky Henrik Sym (henrik-sky) force-pushed the dependabot/gradle/androidx.compose-compose-bom-2025.12.00 branch from ec4d319 to c726d9d Compare December 19, 2025 11:38
Copilot AI review requested due to automatic review settings December 19, 2025 11:38
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Androidx Compose BOM (Bill of Materials) from version 2025.11.01 to 2025.12.01, which brings API changes in Material3 components. The update includes corresponding code adaptations to maintain compatibility with the new Compose library version.

Key changes:

  • Updated Compose BOM dependency version
  • Adapted code to use renamed Material3 API classes and methods
  • Updated deprecated Compose API usage in demo code

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
gradle/libs.versions.toml Updated Compose BOM version from 2025.11.01 to 2025.12.01
backpack-compose/src/main/kotlin/net/skyscanner/backpack/compose/select/internal/BpkSelectImpl.kt Updated to use new Material3 API names: ExposedDropdownMenuAnchorType and matchAnchorWidth
app/src/main/java/net/skyscanner/backpack/demo/compose/RatingStory.kt Replaced deprecated LocalContext with LocalResources API
app/src/main/java/net/skyscanner/backpack/demo/compose/ChipGroupStory.kt Replaced LocalContext usage with stringResource for better Compose practices

@skyscanner-backpack-bot
Copy link
Contributor

Warnings
⚠️ One or more component files were updated, but the tests weren't updated. If your change is not covered by existing tests please add snapshot tests.
⚠️

One or more component files were updated, but the docs screenshots weren't updated. If the changes are visual or it is a new component please regenerate the screenshots via ./gradlew recordScreenshots.

⚠️

One or more component files were updated, but README.md wasn't updated. If your change contains API changes/additions or a new component please update the relevant component README.

Generated by 🚫 Danger Kotlin against c726d9d

@skyscanner-backpack-bot
Copy link
Contributor

Warnings
⚠️ One or more component files were updated, but the tests weren't updated. If your change is not covered by existing tests please add snapshot tests.
⚠️

One or more component files were updated, but the docs screenshots weren't updated. If the changes are visual or it is a new component please regenerate the screenshots via ./gradlew recordScreenshots.

⚠️

One or more component files were updated, but README.md wasn't updated. If your change contains API changes/additions or a new component please update the relevant component README.

Generated by 🚫 Danger Kotlin against d425407

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2025

A newer version of androidx.compose:compose-bom exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants