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

Update all dependencies - autoclosed #26

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 25, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.1.1 -> 8.3 age adoption passing confidence
com.google.firebase:firebase-bom dependencies major 31.5.0 -> 32.2.2 age adoption passing confidence
androidx.activity:activity-compose (source) dependencies patch 1.7.1 -> 1.7.2 age adoption passing confidence
androidx.core:core-ktx (source) dependencies patch 1.10.0 -> 1.10.1 age adoption passing confidence
androidx.compose:compose-bom dependencies minor 2023.04.01 -> 2023.08.00 age adoption passing confidence
io.nlopez.compose.rules:ktlint dependencies minor 0.1.5 -> 0.2.1 age adoption passing confidence
com.google.android.material:material dependencies minor 1.8.0 -> 1.9.0 age adoption passing confidence
com.android.library (source) plugin minor 8.0.0 -> 8.1.0 age adoption passing confidence
com.android.application (source) plugin minor 8.0.0 -> 8.1.0 age adoption passing confidence
org.jlleitschuh.gradle.ktlint plugin minor 11.3.1 -> 11.5.1 age adoption passing confidence
androidx.room:room-compiler (source) dependencies patch 2.5.1 -> 2.5.2 age adoption passing confidence
androidx.room:room-ktx (source) dependencies patch 2.5.1 -> 2.5.2 age adoption passing confidence
androidx.room:room-runtime (source) dependencies patch 2.5.1 -> 2.5.2 age adoption passing confidence
com.google.dagger:hilt-android-compiler dependencies minor 2.45 -> 2.47 age adoption passing confidence
com.google.dagger:hilt-android-testing dependencies minor 2.45 -> 2.47 age adoption passing confidence
com.google.dagger:hilt-compiler dependencies minor 2.45 -> 2.47 age adoption passing confidence
com.google.dagger:hilt-android dependencies minor 2.45 -> 2.47 age adoption passing confidence
com.google.dagger.hilt.android plugin minor 2.45 -> 2.47 age adoption passing confidence
androidx.navigation:navigation-testing (source) dependencies minor 2.5.3 -> 2.7.0 age adoption passing confidence
androidx.navigation:navigation-compose (source) dependencies minor 2.5.3 -> 2.7.0 age adoption passing confidence
org.junit.jupiter:junit-jupiter-engine (source) dependencies minor 5.9.2 -> 5.10.0 age adoption passing confidence
org.junit.jupiter:junit-jupiter-params (source) dependencies minor 5.9.2 -> 5.10.0 age adoption passing confidence
org.junit.jupiter:junit-jupiter-api (source) dependencies minor 5.9.2 -> 5.10.0 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.3: 8.3

Compare Source

The Gradle team is excited to announce Gradle 8.3.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Ahmed Ehab,
Aurimas,
Baptiste Decroix,
Björn Kautler,
Borewit,
Korov,
Mohammed Thavaf,
Patrick Brückner,
Philip Wedemann,
Róbert Papp,
Shi Chen,
Tony Robalik

Upgrade instructions

Switch your build to use Gradle 8.3 by updating your wrapper:

./gradlew wrapper --gradle-version=8.3

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.2.1: 8.2.1

Compare Source

This is a patch release for 8.2. We recommend using 8.2.1 instead of 8.2

It fixes the following issues:

  • #​25579 Regression in 8.2: StackOverflowError w/ Gradle 8.2 + Quarkus 2.16.7 (latest)
  • #​25611 TestKit unexpectedly stopped working with Gradle 2.x versions
  • #​25618 Micronaut JacocoReportAggregationPlugin broken in Gradle 8.2
  • #​25658 Gradle 8.2 sets incorrect value to boolean --no-feature option
  • #​25674 Address regression in dependency graph build operation results

Read the Release Notes

Upgrade Instructions

Switch your build to use Gradle 8.2.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.2.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 8.2.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v8.2: 8.2

Compare Source

The Gradle team is excited to announce Gradle 8.2.

Amongst other improvements, this release addresses two security vulnerabilities:

Read the Release Notes

We would like to thank the following community contributors for their contributions to this release of Gradle:

Bruno Didot,
Eric Vantillard,
esfomeado,
Jendrik Johannes,
Jonathan Leitschuh,
Lee Euije,
Stefan Oehme,
Todor Dinev,
Yanshun Li

Upgrade instructions

Switch your build to use Gradle 8.2 by updating your wrapper:

./gradlew wrapper --gradle-version=8.2

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

mrmans0n/compose-rules (io.nlopez.compose.rules:ktlint)

v0.2.1

Changelog

v0.2.0

Changelog

  • Add rule to ensure modifiers are used at the top-most composable (#​83) @​mrmans0n
  • Add rule to have ComponentDefaults objects matching the visibility of their composables (#​82) @​mrmans0n
  • Add a rule to enforce correct naming of Modifier parameters (#​81) @​mrmans0n
  • Detect all vm forwarding violations regardless of nesting level (#​80) @​mrmans0n

v0.1.13

Changelog

v0.1.12

Changelog

v0.1.11

Changelog

v0.1.10

Changelog

v0.1.9

Changelog

v0.1.8

Changelog

v0.1.7

Changelog

v0.1.6

Changelog

material-components/material-components-android (com.google.android.material:material)

v1.9.0

Compare Source

What's new since 1.8.0

Dependency Updates

  • No dependency updates.

Library Updates

  • Badge
    • Added shape appearance for badges (89a2a64)
    • Updated M3 style to match specs - alignment tweaks and text appearance changes (3c1ac05)
    • Added new 'offsetAlignmentMode' attribute that determines where the offset starts for the badge (d0d0f54)
  • BottomSheet
    • Added animation for bottom sheet position when keyboard is shown using WindowInsetsAnimationCompat API (697d93a)
  • Carousel
    • Added developer documentation (be9f16c)
    • Released carousel component (4ecba81)
  • Color
    • Added new theme attributes for fixed accent colors. (4f3dc3e)
    • Added tonal surface color theme attributes and updated themes. (989d574)
    • Added support for missing color roles. (169bbca)
    • Added framework color roles support for content color (ce68ec6)
  • SideSheet
    • Added detached variant of modal side sheet. (ad3cf5a)
    • Added detached variants of standard and coplanar sheets. (938105a)
    • Added modal side sheet documentation. (2e9b39f)
  • Slider
    • Added mouse support for slider control. (93f8ffb)
    • Added API for setting the radius of active/inactive tick in xml and Java. (7bbbe39)
  • Tokens
    • Introduced new accent color tokens. (dac9450)

Full list of changes

Full list of release notes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update plugin org.jlleitschuh.gradle.ktlint to v11.3.2 Update all dependencies Apr 26, 2023
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 38590d1 to 9ec5f42 Compare May 3, 2023 17:28
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 595bc92 to 5a4a7be Compare May 10, 2023 18:50
@renovate renovate bot force-pushed the renovate/all branch from 5a4a7be to 598452c Compare May 12, 2023 22:54
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 76a160e to 06c4ad8 Compare May 27, 2023 00:03
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 405e3bc to c8bbbd5 Compare June 10, 2023 01:28
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 29d2f6c to fb2fbea Compare June 22, 2023 21:02
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 111e270 to 0bd6534 Compare July 7, 2023 14:28
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from fc2a186 to fae6599 Compare July 13, 2023 23:08
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from cee110b to 83deea9 Compare July 25, 2023 19:36
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 10896ba to 9d6a13d Compare August 3, 2023 22:01
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 88a6b4e to bc40970 Compare August 9, 2023 23:40
@renovate renovate bot changed the title Update all dependencies Update all dependencies - autoclosed Aug 19, 2023
@renovate renovate bot closed this Aug 19, 2023
@renovate renovate bot deleted the renovate/all branch August 19, 2023 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants