Skip to content
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

build(deps): bump the gradle-compose group with 13 updates #2432

Open
wants to merge 1 commit into
base: compose-dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps the gradle-compose group with 13 updates:

Package From To
androidx.activity:activity-compose 1.10.0 1.10.1
androidx.activity:activity-ktx 1.10.0 1.10.1
androidx.datastore:datastore-preferences 1.1.2 1.1.3
androidx.compose:compose-bom 2025.01.01 2025.02.00
androidx.compose.ui:ui-tooling 1.7.7 1.7.8
androidx.navigation:navigation-compose 2.8.6 2.8.8
com.google.accompanist:accompanist-drawablepainter 0.37.0 0.37.2
org.jetbrains.kotlinx:kotlinx-datetime 0.6.1 0.6.2
com.mikepenz:aboutlibraries-compose 11.5.0 11.6.3
com.mikepenz.aboutlibraries.plugin 11.5.0 11.6.3
com.mikepenz:multiplatform-markdown-renderer-m3 0.30.0 0.31.0
com.android.application 8.8.0 8.8.2
com.android.library 8.8.0 8.8.2

Updates androidx.activity:activity-compose from 1.10.0 to 1.10.1

Updates androidx.activity:activity-ktx from 1.10.0 to 1.10.1

Updates androidx.activity:activity-ktx from 1.10.0 to 1.10.1

Updates androidx.datastore:datastore-preferences from 1.1.2 to 1.1.3

Updates androidx.compose:compose-bom from 2025.01.01 to 2025.02.00

Updates androidx.compose.ui:ui-tooling from 1.7.7 to 1.7.8

Updates androidx.navigation:navigation-compose from 2.8.6 to 2.8.8

Updates com.google.accompanist:accompanist-drawablepainter from 0.37.0 to 0.37.2

Release notes

Sourced from com.google.accompanist:accompanist-drawablepainter's releases.

v0.37.2 🌈

What’s Changed

  • Update maven publish. No changes to underlying libraries

v0.37.1 🌈

What’s Changed

  • No changes. Republishing to fix maven error
Commits

Updates org.jetbrains.kotlinx:kotlinx-datetime from 0.6.1 to 0.6.2

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-datetime's releases.

v0.6.2

  • Add the Wasm/WASI target support (#366). Thanks, @​igoriakovlev!
  • Add TimeSource.asClock (#164). Thanks, @​hfhbd!
  • Implement parsing and formatting day-of-year (#414)
  • Improve the precision of NSDate to Instant conversions (#427)
  • Deprecate DatePeriod.plus and DateTimePeriod.plus with a warning (#381)
  • Deprecate Clock.asTimeSource with a warning (#372)
  • Fix a bug in module-info preventing using kotlinx.datetime.format together with JPMS (#438). Thanks, @​cdelabou!
  • Small tweaks and fixes.
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-datetime's changelog.

0.6.2

  • Add the Wasm/WASI target support (#366). Thanks, @​igoriakovlev!
  • Add TimeSource.asClock (#164). Thanks, @​hfhbd!
  • Implement parsing and formatting day-of-year (#414)
  • Improve the precision of NSDate to Instant conversions (#427)
  • Deprecate DatePeriod.plus and DateTimePeriod.plus with a warning (#381)
  • Deprecate Clock.asTimeSource with a warning (#372)
  • Fix a bug in module-info preventing using kotlinx.datetime.format together with JPMS (#438). Thanks, @​cdelabou!
  • Small tweaks and fixes.
Commits
  • e69f92f Version 0.6.2 (#479)
  • 6b39f4a Fix kotlinx-datetime-zoneinfo not being published (#480)
  • 3720474 Mention Wasm/JS timezone database support in README (#470)
  • 52902bd Windows: extrapolate the earliest timezone transition record to the past (#473)
  • b289d0b Remove workaround for Bintray publishing (#408)
  • 198d62a Deprecate DatePeriod.plus and DateTimePeriod.plus (#449)
  • 1123e14 Deprecate Clock.asTimeSource (#450)
  • 85c1ccd Fix misspellings in MonthNames.toKotlinCode() (#459)
  • 73aad58 Add TimeSource.asClock converter (#164)
  • fbb2187 Implement parsing and formatting days-of-year (#417)
  • Additional commits viewable in compare view

Updates com.mikepenz:aboutlibraries-compose from 11.5.0 to 11.6.3

Release notes

Sourced from com.mikepenz:aboutlibraries-compose's releases.

11.6.3

🐛 Fixes

  • Fix exportLibraryDefinitions with exportVariant defined

11.6.2

🐛 Fixes

  • Fix build cache in combination with Android product flavors causes issues
  • Fix license caching not properly checking fallback license url

11.6.1

[!IMPORTANT]
Please use 11.6.2 instead, 11.6.1 failed to properly release and has some missing artifacts.

🐛 Fixes

  • Fix build cache in combination with Android product flavors causes issues
  • Fix license caching not properly checking fallback license url

11.6.0

🚀 Features

  • Deprecate View Based UI
  • Add ability to show description in compose UI
  • Add flag to skip spdx license name/url/content mapping

🐛 Fixes

  • Include variant as task inputs
  • Fix sample app

💬 Other

  • Use fromHtml via AnnotatedString on Android
  • Binary Compatibility Validation
  • Snapshot tests

... (truncated)

Commits
  • f3c34d0 - [release] v11.6.3
  • 6718664 Merge pull request #1092 from mikepenz/fix/export_variant
  • 2441cfc - fix exportLibraryDefinitions with exportVariant specified
  • 2a015f8 - expand to include more tags for changelog building
  • 1199c88 - [release] v11.6.2
  • dee415c - [release] v11.6.1
  • 8610b75 Merge pull request #1089 from mikepenz/fix/1085__
  • 3ae08a1 Merge pull request #1088 from mikepenz/fix/1085_
  • bcc43d0 - Fix issue causing fallback licenses not being fetched if a prior run did st...
  • 804a473 - fix build cache is inconsistent when using different build variants on Android
  • Additional commits viewable in compare view

Updates com.mikepenz.aboutlibraries.plugin from 11.5.0 to 11.6.3

Updates com.mikepenz:multiplatform-markdown-renderer-m3 from 0.30.0 to 0.31.0

Release notes

Sourced from com.mikepenz:multiplatform-markdown-renderer-m3's releases.

v0.31.0

🚀 Features

  • Hover icon on linked text
  • Expose table row and header to offer more configuration flexibility on tables
  • Refactor to use withLink introduced in Compose 1.7 for links in the annotated string
  • Introduce support for complex blockquotes
  • Improve accessibility for MarkdownHeader.
  • Update dependencies
  • Introduce support for task list items

🐛 Fixes

  • Add more configuration options for list paddings
  • Fix inline link might navigate wrong
  • Fix import not failing in local build
  • Adjust how HARD_LINE_BREAK is interpreted
  • Better handle BR and EOL occurrences
  • Fix AUTOLINK in LINK causing issues

🧪 Tests

  • Introduce new snapshot tests

💬 Other

  • Update dependencies
  • Update sample app icon
  • Include convention plugin from version-catalog
  • Enhance backwards compatiblity
  • Update to Coil 3.1.0

... (truncated)

Commits
  • 05f3698 Merge pull request #322 from mikepenz/develop
  • ef11327 - [release] v0.31.0
  • 55400d5 Merge pull request #321 from mikepenz/feature/m3_snapshot_tests
  • d2ce82d Merge pull request #317 from keta1/feat/task-list-item
  • 8246fe3 - define screenshots tests for m2 and m3 alike
  • 77dfe29 - update *.api spec
  • 40373ab - rework API design to provide checkbox component - with more flexibility for...
  • 831b2b4 - add task list items to sample
  • c8cbb01 - introduce support for task list items
  • 586859d Merge pull request #320 from mikepenz/feature/update_dependencies
  • Additional commits viewable in compare view

Updates com.android.application from 8.8.0 to 8.8.2

Updates com.android.library from 8.8.0 to 8.8.2

Updates com.android.library from 8.8.0 to 8.8.2

Updates com.mikepenz.aboutlibraries.plugin from 11.5.0 to 11.6.3

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gradle-compose group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| androidx.activity:activity-compose | `1.10.0` | `1.10.1` |
| androidx.activity:activity-ktx | `1.10.0` | `1.10.1` |
| androidx.datastore:datastore-preferences | `1.1.2` | `1.1.3` |
| androidx.compose:compose-bom | `2025.01.01` | `2025.02.00` |
| androidx.compose.ui:ui-tooling | `1.7.7` | `1.7.8` |
| androidx.navigation:navigation-compose | `2.8.6` | `2.8.8` |
| [com.google.accompanist:accompanist-drawablepainter](https://github.com/google/accompanist) | `0.37.0` | `0.37.2` |
| [org.jetbrains.kotlinx:kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) | `0.6.1` | `0.6.2` |
| [com.mikepenz:aboutlibraries-compose](https://github.com/mikepenz/AboutLibraries) | `11.5.0` | `11.6.3` |
| com.mikepenz.aboutlibraries.plugin | `11.5.0` | `11.6.3` |
| [com.mikepenz:multiplatform-markdown-renderer-m3](https://github.com/mikepenz/multiplatform-markdown-renderer) | `0.30.0` | `0.31.0` |
| com.android.application | `8.8.0` | `8.8.2` |
| com.android.library | `8.8.0` | `8.8.2` |


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

Updates `androidx.activity:activity-ktx` from 1.10.0 to 1.10.1

Updates `androidx.activity:activity-ktx` from 1.10.0 to 1.10.1

Updates `androidx.datastore:datastore-preferences` from 1.1.2 to 1.1.3

Updates `androidx.compose:compose-bom` from 2025.01.01 to 2025.02.00

Updates `androidx.compose.ui:ui-tooling` from 1.7.7 to 1.7.8

Updates `androidx.navigation:navigation-compose` from 2.8.6 to 2.8.8

Updates `com.google.accompanist:accompanist-drawablepainter` from 0.37.0 to 0.37.2
- [Release notes](https://github.com/google/accompanist/releases)
- [Commits](google/accompanist@v0.37.0...v0.37.2)

Updates `org.jetbrains.kotlinx:kotlinx-datetime` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/Kotlin/kotlinx-datetime/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-datetime/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx-datetime@v0.6.1...v0.6.2)

Updates `com.mikepenz:aboutlibraries-compose` from 11.5.0 to 11.6.3
- [Release notes](https://github.com/mikepenz/AboutLibraries/releases)
- [Commits](mikepenz/AboutLibraries@11.5.0...11.6.3)

Updates `com.mikepenz.aboutlibraries.plugin` from 11.5.0 to 11.6.3

Updates `com.mikepenz:multiplatform-markdown-renderer-m3` from 0.30.0 to 0.31.0
- [Release notes](https://github.com/mikepenz/multiplatform-markdown-renderer/releases)
- [Changelog](https://github.com/mikepenz/multiplatform-markdown-renderer/blob/develop/CHANGELOG.md)
- [Commits](mikepenz/multiplatform-markdown-renderer@v0.30.0...v0.31.0)

Updates `com.android.application` from 8.8.0 to 8.8.2

Updates `com.android.library` from 8.8.0 to 8.8.2

Updates `com.android.library` from 8.8.0 to 8.8.2

Updates `com.mikepenz.aboutlibraries.plugin` from 11.5.0 to 11.6.3

---
updated-dependencies:
- dependency-name: androidx.activity:activity-compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-compose
- dependency-name: androidx.activity:activity-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-compose
- dependency-name: androidx.activity:activity-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-compose
- dependency-name: androidx.datastore:datastore-preferences
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-compose
- dependency-name: androidx.compose:compose-bom
  dependency-type: direct:production
  dependency-group: gradle-compose
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-compose
- dependency-name: androidx.navigation:navigation-compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-compose
- dependency-name: com.google.accompanist:accompanist-drawablepainter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-compose
- dependency-name: org.jetbrains.kotlinx:kotlinx-datetime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-compose
- dependency-name: com.mikepenz:aboutlibraries-compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-compose
- dependency-name: com.mikepenz.aboutlibraries.plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-compose
- dependency-name: com.mikepenz:multiplatform-markdown-renderer-m3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-compose
- dependency-name: com.android.application
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-compose
- dependency-name: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-compose
- dependency-name: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-compose
- dependency-name: com.mikepenz.aboutlibraries.plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-compose
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the ReVanced Manager Compose Regarding the Compose rewrite of ReVanced Manager label Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ReVanced Manager Compose Regarding the Compose rewrite of ReVanced Manager
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants