Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Dependabot compatibility score

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)

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

---
updated-dependencies:
- dependency-name: androidx.compose:compose-bom
  dependency-version: 2025.12.00
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Dec 17, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 17, 2025 18:03
@dependabot dependabot bot requested review from JorgeMucientes and removed request for a team December 17, 2025 18:03
@wpmobilebot
Copy link
Collaborator

Project manifest changes for WooCommerce

The following changes in the WooCommerce's merged AndroidManifest.xml file were detected (build variant: vanillaRelease):

--- ./build/reports/diff_manifest/WooCommerce/vanillaRelease/base_manifest.txt	2025-12-17 18:08:23.167360689 +0000
+++ ./build/reports/diff_manifest/WooCommerce/vanillaRelease/head_manifest.txt	2025-12-17 18:09:20.347626413 +0000
@@ -661,22 +661,16 @@
             </intent-filter>
         </receiver>
 
-        <provider
-            android:name="zendesk.core.MediaFileProvider"
-            android:authorities="com.woocommerce.android.zendesk.sdk.user.attachments"
-            android:exported="false"
-            android:grantUriPermissions="true" >
-            <meta-data
-                android:name="android.support.FILE_PROVIDER_PATHS"
-                android:resource="@xml/zendesk_user_attachments" />
-        </provider>
-
         <meta-data
             android:name="io.sentry.auto-init"
             android:value="false" />
         <meta-data
             android:name="io.sentry.breadcrumbs.user-interaction"
-            android:value="false" /> <!-- 'android:authorities' must be unique in the device, across all apps -->
+            android:value="false" />
+
+        <activity
+            android:name="androidx.compose.ui.tooling.PreviewActivity"
+            android:exported="true" /> <!-- 'android:authorities' must be unique in the device, across all apps -->
         <provider
             android:name="io.sentry.android.core.SentryInitProvider"
             android:authorities="com.woocommerce.android.SentryInitProvider"
@@ -687,10 +681,6 @@
             android:exported="false"
             android:initOrder="200" />
 
-        <activity
-            android:name="androidx.compose.ui.tooling.PreviewActivity"
-            android:exported="true" />
-
         <uses-library
             android:name="androidx.window.extensions"
             android:required="false" />
@@ -698,6 +688,16 @@
             android:name="androidx.window.sidecar"
             android:required="false" />
 
+        <provider
+            android:name="zendesk.core.MediaFileProvider"
+            android:authorities="com.woocommerce.android.zendesk.sdk.user.attachments"
+            android:exported="false"
+            android:grantUriPermissions="true" >
+            <meta-data
+                android:name="android.support.FILE_PROVIDER_PATHS"
+                android:resource="@xml/zendesk_user_attachments" />
+        </provider>
+
         <activity
             android:name="com.stripe.stripeterminal.internal.common.usb.UsbEventReceiverActivity"
             android:excludeFromRecents="true"

Go to https://buildkite.com/automattic/woocommerce-android/builds/34543/canvas?sid=019b2d7b-1cec-4420-9517-85d9b9dd02d7, click on the Artifacts tab and audit the files.

@wpmobilebot
Copy link
Collaborator

📲 You can test the changes from this Pull Request in WooCommerce-Wear Android by scanning the QR code below to install the corresponding build.
App NameWooCommerce-Wear Android
Platform⌚️ Wear OS
FlavorJalapeno
Build TypeDebug
Commitd309ce8
Direct Downloadwoocommerce-wear-prototype-build-pr15125-d309ce8.apk

@wpmobilebot
Copy link
Collaborator

Project dependencies changes

list
+ New Dependencies
androidx.compose.runtime:runtime-retain:1.10.0
androidx.compose.runtime:runtime-retain-android:1.10.0
androidx.window:window-core:1.5.0
androidx.window:window-core-android:1.5.0

! Upgraded Dependencies
androidx.compose.animation:animation:1.10.0, (changed from 1.9.4)
androidx.compose.animation:animation-android:1.10.0, (changed from 1.9.4)
androidx.compose.animation:animation-core:1.10.0, (changed from 1.9.4)
androidx.compose.animation:animation-core-android:1.10.0, (changed from 1.9.4)
androidx.compose.foundation:foundation:1.10.0, (changed from 1.9.4)
androidx.compose.foundation:foundation-android:1.10.0, (changed from 1.9.4)
androidx.compose.foundation:foundation-layout:1.10.0, (changed from 1.9.4)
androidx.compose.foundation:foundation-layout-android:1.10.0, (changed from 1.9.4)
androidx.compose.material:material:1.10.0, (changed from 1.9.4)
androidx.compose.material:material-android:1.10.0, (changed from 1.9.4)
androidx.compose.material:material-ripple:1.10.0, (changed from 1.9.4)
androidx.compose.material:material-ripple-android:1.10.0, (changed from 1.9.4)
androidx.compose.runtime:runtime:1.10.0, (changed from 1.9.4)
androidx.compose.runtime:runtime-android:1.10.0, (changed from 1.9.4)
androidx.compose.runtime:runtime-annotation:1.10.0, (changed from 1.9.4)
androidx.compose.runtime:runtime-annotation-android:1.10.0, (changed from 1.9.4)
androidx.compose.runtime:runtime-livedata:1.10.0, (changed from 1.9.4)
androidx.compose.runtime:runtime-saveable:1.10.0, (changed from 1.9.4)
androidx.compose.runtime:runtime-saveable-android:1.10.0, (changed from 1.9.4)
androidx.compose.ui:ui:1.10.0, (changed from 1.9.4)
androidx.compose.ui:ui-android:1.10.0, (changed from 1.9.4)
androidx.compose.ui:ui-geometry:1.10.0, (changed from 1.9.4)
androidx.compose.ui:ui-geometry-android:1.10.0, (changed from 1.9.4)
androidx.compose.ui:ui-graphics:1.10.0, (changed from 1.9.4)
androidx.compose.ui:ui-graphics-android:1.10.0, (changed from 1.9.4)
androidx.compose.ui:ui-text:1.10.0, (changed from 1.9.4)
androidx.compose.ui:ui-text-android:1.10.0, (changed from 1.9.4)
androidx.compose.ui:ui-text-google-fonts:1.10.0, (changed from 1.9.4)
androidx.compose.ui:ui-tooling:1.10.0, (changed from 1.9.4)
androidx.compose.ui:ui-tooling-android:1.10.0, (changed from 1.9.4)
androidx.compose.ui:ui-tooling-data:1.10.0, (changed from 1.9.4)
androidx.compose.ui:ui-tooling-data-android:1.10.0, (changed from 1.9.4)
androidx.compose.ui:ui-tooling-preview:1.10.0, (changed from 1.9.4)
androidx.compose.ui:ui-tooling-preview-android:1.10.0, (changed from 1.9.4)
androidx.compose.ui:ui-unit:1.10.0, (changed from 1.9.4)
androidx.compose.ui:ui-unit-android:1.10.0, (changed from 1.9.4)
androidx.compose.ui:ui-util:1.10.0, (changed from 1.9.4)
androidx.compose.ui:ui-util-android:1.10.0, (changed from 1.9.4)
androidx.compose:compose-bom:2025.12.00, (changed from 2025.11.00)
androidx.window:window:1.5.0, (changed from 1.0.0)

⚠️ Project dependencies tree is too large. View it in Buildkite artifacts

@wpmobilebot
Copy link
Collaborator

📲 You can test the changes from this Pull Request in WooCommerce Android by scanning the QR code below to install the corresponding build.

App NameWooCommerce Android
Platform📱 Mobile
FlavorJalapeno
Build TypeDebug
Commitd309ce8
Direct Downloadwoocommerce-prototype-build-pr15125-d309ce8.apk

@wpmobilebot
Copy link
Collaborator

🤖 Build Failure Analysis

This build has failures. Claude has analyzed them - check the build annotations for details.

@JorgeMucientes JorgeMucientes added this to the 23.9 milestone Dec 22, 2025
@JorgeMucientes JorgeMucientes self-assigned this Dec 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot: dependencies update PRs that update a dependency file, used by Dependabot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants