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 #283

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update all dependencies #283

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.10.2 -> 8.11.1 age adoption passing confidence
androidx.fragment:fragment-ktx (source) dependencies patch 1.8.4 -> 1.8.5 age adoption passing confidence
androidx.core:core-ktx (source) dependencies minor 1.13.1 -> 1.15.0 age adoption passing confidence
androidx.activity:activity-compose (source) dependencies patch 1.9.2 -> 1.9.3 age adoption passing confidence
com.slack.lint.compose:compose-lint-checks dependencies patch 1.4.1 -> 1.4.2 age adoption passing confidence
com.android.tools:desugar_jdk_libs dependencies patch 2.1.2 -> 2.1.3 age adoption passing confidence
org.jmailen.gradle:kotlinter-gradle dependencies minor 4.4.1 -> 4.5.0 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-compose (source) dependencies patch 2.8.6 -> 2.8.7 age adoption passing confidence
com.google.dagger:dagger-compiler dependencies minor 2.52 -> 2.53.1 age adoption passing confidence
com.google.dagger:dagger dependencies minor 2.52 -> 2.53.1 age adoption passing confidence
com.android.library (source) plugin patch 8.7.0 -> 8.7.3 age adoption passing confidence
com.android.application (source) plugin patch 8.7.0 -> 8.7.3 age adoption passing confidence
com.android.tools.build:gradle (source) dependencies patch 8.7.0 -> 8.7.3 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

gradle/gradle (gradle)

v8.11.1: 8.11.1

Compare Source

This is a patch release for Gradle 8.11. We recommend users upgrade to 8.11.1 instead of 8.11.

It fixes the following issues:

  • #​31268 BuildEventsListenerRegistry corrupted with Isolated Projects and parallel configuration
  • #​31282 Running executables sporadically fails with ETXTBSY (Text file busy)
  • #​31284 ArrayIndexOutOfBoundsException after upgrading to gradle 8.11 when generating problems report
  • #​31310 Unable to run Gradle task in 8.10 due to bytecode interception

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.11.1

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

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.11: 8.11

Compare Source

The Gradle team is excited to announce Gradle 8.11.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
alyssoncs,
Bilel MEDIMEGH,
Björn Kautler,
Chuck Thomas,
Daniel Lacasse,
Finn Petersen,
JK,
Jérémie Bresson,
luozexuan,
Mahdi Hosseinzadeh,
Markus Gaisbauer,
Matthew Haughton,
Matthew Von-Maszewski,
ploober,
Siarhei,
Titus James,
vrp0211

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.11

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

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.

slackhq/compose-lints (com.slack.lint.compose:compose-lint-checks)

v1.4.2

Compare Source

2024-10-22

  • Enhancement: Better handle name shadowing in SlotReused lint and reduce false positives.
  • Test against lint 31.8.0-alpha07.
  • Various doc fixes.
  • Build against lint 31.7.1.
  • Build against Kotlin 2.0.21. Still targeting Kotlin 1.9 language version (lint 31.7.x's language version).

Special thanks to @​SimonMarquis and @​AlexVanyo for contributing to this release!

google/desugar_jdk_libs (com.android.tools:desugar_jdk_libs)

v2.1.3

  • Fix Narrow Standalone Week Names on some locales. SIMPLIFIED_CHINESE and
    TRADITIONAL_CHINESE is on the last code point convention for narrow format.
    See issue 300128109
jeremymailen/kotlinter-gradle (org.jmailen.gradle:kotlinter-gradle)

v4.5.0

Compare Source

  • Upgrade to ktlint 1.4.1
  • Note, now requires Kotlin version 2.0+

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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from jakoss October 14, 2024 20:08
@renovate renovate bot changed the title Update all dependencies to v8.7.1 Update all dependencies Oct 16, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 899a2f8 to 9d603ab Compare October 22, 2024 19:26
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from e71275b to d8361ba Compare October 31, 2024 22:10
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 16ddd80 to 4e05df8 Compare November 11, 2024 16:19
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8bc31e3 to 201f20a Compare November 23, 2024 02:39
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 08f558d to 3bcfd52 Compare December 8, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant