Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2025

Bumps androidx-activity from 1.10.1 to 1.12.0.
Updates androidx.activity:activity-compose from 1.10.1 to 1.12.0

Updates androidx.activity:activity from 1.10.1 to 1.12.0

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-activity` from 1.10.1 to 1.12.0.

Updates `androidx.activity:activity-compose` from 1.10.1 to 1.12.0

Updates `androidx.activity:activity` from 1.10.1 to 1.12.0

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Nov 20, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 20, 2025 08:04
@dependabot dependabot bot requested review from adalpari and removed request for a team November 20, 2025 08:04
@dangermattic
Copy link
Collaborator

1 Warning
⚠️ PR is not assigned to a milestone.

Generated by 🚫 Danger

@wpmobilebot
Copy link
Contributor

Project manifest changes for WordPress

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

--- ./build/reports/diff_manifest/WordPress/wordpressVanillaRelease/base_manifest.txt	2025-11-20 08:09:11.644771238 +0000
+++ ./build/reports/diff_manifest/WordPress/wordpressVanillaRelease/head_manifest.txt	2025-11-20 08:09:26.144766920 +0000
@@ -1441,7 +1441,11 @@
             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="org.wordpress.android.SentryInitProvider"
@@ -1452,10 +1456,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" />

Go to https://buildkite.com/automattic/wordpress-android/builds/23939/canvas?sid=019aa04b-89fa-4dfb-b8f6-dce51436d238, click on the Artifacts tab and audit the files.

@sonarqubecloud
Copy link

@wpmobilebot
Copy link
Contributor

Project manifest changes for WordPress

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

--- ./build/reports/diff_manifest/WordPress/jetpackVanillaRelease/base_manifest.txt	2025-11-20 08:09:49.718612796 +0000
+++ ./build/reports/diff_manifest/WordPress/jetpackVanillaRelease/head_manifest.txt	2025-11-20 08:09:59.098653015 +0000
@@ -1468,7 +1468,11 @@
             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.jetpack.android.SentryInitProvider"
@@ -1479,10 +1483,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" />

Go to https://buildkite.com/automattic/wordpress-android/builds/23939/canvas?sid=019aa04b-89fb-4e69-bf45-153a44d4c78f, click on the Artifacts tab and audit the files.

@wpmobilebot
Copy link
Contributor

Project dependencies changes

list
+ New Dependencies
androidx.navigationevent:navigationevent:1.0.0
androidx.navigationevent:navigationevent-android:1.0.0
androidx.navigationevent:navigationevent-compose:1.0.0
androidx.navigationevent:navigationevent-compose-android:1.0.0

! Upgraded Dependencies
androidx.activity:activity:1.12.0, (changed from 1.10.1)
androidx.activity:activity-compose:1.12.0, (changed from 1.10.1)
androidx.activity:activity-ktx:1.12.0, (changed from 1.10.1)

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

@wpmobilebot
Copy link
Contributor

🤖 Test Failure Analysis

Your tests failed. Claude has analyzed the failures - check the annotation for details.

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