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

chore(deps): update all dependencies #2

Merged
merged 1 commit into from
Jan 14, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocs-material ==9.5.2 -> ==9.5.3 age adoption passing confidence
pymdown-extensions ==10.5 -> ==10.7 age adoption passing confidence
io.coil-kt.coil3:coil-network 3.0.0-alpha01 -> 3.0.0-alpha02 age adoption passing confidence
io.coil-kt.coil3:coil-compose 3.0.0-alpha01 -> 3.0.0-alpha02 age adoption passing confidence
io.coil-kt.coil3:coil-core 3.0.0-alpha01 -> 3.0.0-alpha02 age adoption passing confidence
com.vanniktech.maven.publish 0.26.0 -> 0.27.0 age adoption passing confidence
dev.drewhamilton.poko 0.15.1 -> 0.15.2 age adoption passing confidence
com.android.library (source) 8.2.0 -> 8.2.1 age adoption passing confidence
com.android.application (source) 8.2.0 -> 8.2.1 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-savedstate (source) 2.6.2 -> 2.7.0 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) 2.6.2 -> 2.7.0 age adoption passing confidence
io.nlopez.compose.rules:detekt 0.3.8 -> 0.3.9 age adoption passing confidence
io.insert-koin:koin-androidx-compose (source) 3.5.0 -> 3.5.3 age adoption passing confidence
io.insert-koin:koin-compose (source) 1.1.0 -> 1.1.2 age adoption passing confidence
io.insert-koin:koin-android (source) 3.5.0 -> 3.5.3 age adoption passing confidence
io.insert-koin:koin-core (source) 3.5.0 -> 3.5.3 age adoption passing confidence
io.github.aakira:napier 2.6.1 -> 2.7.1 age adoption passing confidence
org.gradle.toolchains.foojay-resolver-convention 0.7.0 -> 0.8.0 age adoption passing confidence

Release Notes

squidfunk/mkdocs-material (mkdocs-material)

v9.5.3: mkdocs-material-9.5.3

Compare Source

  • Limited version range of MkDocs to < 1.6
  • Updated Macedonian translations
  • Fixed #​6520: Group plugin crashes when using mike
  • Fixed #​6494: Hide author's email address if disabled in git-authors plugin
facelessuser/pymdown-extensions (pymdown-extensions)

v10.7

Compare Source

10.7

  • NEW: Emoji: Update Twemoji and Gemoji data to latest.
  • NEW: Emoji: Due to recent Gemoji update, non-standard emoji are no longer indexed. So emoji such as :octocat:
    are no longer resolved.
  • NEW: Highlight: Added new option default_lang which will cause code blocks with no language specifier to be
    highlighted with the specified default language instead of plain text. This affects indented code blocks and code
    blocks defined with SuperFences.
  • NEW: InlineHilite: style_plain_text can be specified with a language string (in addition to its previous
    boolean requirement) to treat inline code blocks with no explicit language specifier with a specific default
    language.

v10.6

Compare Source

10.6

  • NEW: MagicLink: Allow configuring custom repository providers based off the existing providers.
coil-kt/coil (io.coil-kt.coil3:coil-network)

v3.0.0-alpha02

Compare Source

  • Breaking: coil-gif, coil-network, coil-svg, and coil-video's packages have been updated so all their classes are part of coil.gif, coil.network, coil.svg, and coil.video respectively. This helps avoid class name conflicts with other artifacts.
  • Breaking: ImageDecoderDecoder has been renamed to AnimatedImageDecoder.
  • New: coil-gif, coil-network, coil-svg, and coil-video's components are now automatically added to each ImageLoader's ComponentRegistry.
    • To be clear, unlike 3.0.0-alpha01 you do not need to manually add NetworkFetcher.Factory() to your ComponentRegistry. Simply importing io.coil-kt.coil3:coil-network:[version] and a Ktor engine is enough to load network images.
    • It's safe to also add these components to ComponentRegistry manually. Any manually added components take precedence over components that are added automatically.
    • If preferred, this behaviour can be disabled using ImageLoader.Builder.serviceLoaderEnabled(false).
  • New: Support coil-svg on all platforms. It's backed by AndroidSVG on Android and SVGDOM on non-Android platforms.
  • Coil now uses Android's ImageDecoder API internally, which has performance benefits when decoding directly from a file, resource, or content URI.
  • Fix: Multiple coil3.Uri parsing fixes.
  • For the full list of important changes, check out the upgrade guide.
vanniktech/gradle-maven-publish-plugin (com.vanniktech.maven.publish)

v0.27.0

Compare Source

  • Added new publishing related tasks
    • releaseRepository releases a staging repository at the end of the build
      and can be executed in the same build as the publishing task. This allows
      having automatic releases without permanently enabling them.
    • publishToMavenCentral as alias for running publishAllPublicationsToMavenCentralRepository.
    • publishAndReleaseToMavenCentral as alias for running both of the above.
    • For more information checkout the docs.
  • It is now possible to only pass a subset of the parameters to
    coordinates(...) and leave the others at their default value.
    Thanks to @​sschuberth for the contribution.
  • Fixed java-test-fixture projects being broken with Gradle 8.6.
  • Deprecated closeAndReleaseRepository in favor of releaseRepository.
Minimum supported versions
  • JDK 11
  • Gradle 7.6
  • Android Gradle Plugin 7.4.0
  • Kotlin Gradle Plugin 1.8.20
Compatibility tested up to
  • JDK 21
  • Gradle 8.5
  • Gradle 8.6-rc-1
  • Android Gradle Plugin 8.2.1
  • Android Gradle Plugin 8.3.0-beta01
  • Android Gradle Plugin 8.4.0-alpha03
  • Kotlin Gradle Plugin 1.9.22
  • Kotlin Gradle Plugin 2.0.0-Beta2
Configuration cache status

When using Gradle 8.1 or newer configuration cache is generally supported.

Exceptions to that are:

  • Publishing releases to Maven Central (snapshots are fine), blocked by Gradle issue #​22779.
  • Dokka does not support configuration cache
drewhamilton/Poko (dev.drewhamilton.poko)

v0.15.2

Compare Source

2024-01-02

Support WASM target for Kotlin Multiplatform.

Compile with Kotlin 1.9.22. Support Java 21.

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

v0.3.9

Changelog

InsertKoinIO/koin (io.insert-koin:koin-androidx-compose)

v3.5.3

Compare Source

aakira/Napier (io.github.aakira:napier)

v2.7.1

Compare Source

  • Fix ios artifacts(Add Arm)

v2.7.0

Compare Source


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 added the dependencies Pull requests that update a dependency file label Dec 28, 2023
@renovate renovate bot force-pushed the renovate/all-deps branch 5 times, most recently from 86f1812 to c4f0af4 Compare January 5, 2024 11:57
@renovate renovate bot force-pushed the renovate/all-deps branch 4 times, most recently from 229f9ff to 91f74ac Compare January 11, 2024 23:59
| datasource | package                                                                                                         | from          | to            |
| ---------- | --------------------------------------------------------------------------------------------------------------- | ------------- | ------------- |
| pypi       | mkdocs-material                                                                                                 | 9.5.2         | 9.5.3         |
| pypi       | pymdown-extensions                                                                                              | 10.5          | 10.7          |
| maven      | io.coil-kt.coil3:coil-network                                                                                   | 3.0.0-alpha01 | 3.0.0-alpha02 |
| maven      | io.coil-kt.coil3:coil-compose                                                                                   | 3.0.0-alpha01 | 3.0.0-alpha02 |
| maven      | io.coil-kt.coil3:coil-core                                                                                      | 3.0.0-alpha01 | 3.0.0-alpha02 |
| maven      | com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin                                         | 0.26.0        | 0.27.0        |
| maven      | dev.drewhamilton.poko:dev.drewhamilton.poko.gradle.plugin                                                       | 0.15.1        | 0.15.2        |
| maven      | com.android.library:com.android.library.gradle.plugin                                                           | 8.2.0         | 8.2.1         |
| maven      | com.android.application:com.android.application.gradle.plugin                                                   | 8.2.0         | 8.2.1         |
| maven      | androidx.lifecycle:lifecycle-viewmodel-savedstate                                                               | 2.6.2         | 2.7.0         |
| maven      | androidx.lifecycle:lifecycle-viewmodel-ktx                                                                      | 2.6.2         | 2.7.0         |
| maven      | io.nlopez.compose.rules:detekt                                                                                  | 0.3.8         | 0.3.9         |
| maven      | io.insert-koin:koin-androidx-compose                                                                            | 3.5.0         | 3.5.3         |
| maven      | io.insert-koin:koin-compose                                                                                     | 1.1.0         | 1.1.2         |
| maven      | io.insert-koin:koin-android                                                                                     | 3.5.0         | 3.5.3         |
| maven      | io.insert-koin:koin-core                                                                                        | 3.5.0         | 3.5.3         |
| maven      | io.github.aakira:napier                                                                                         | 2.6.1         | 2.7.1         |
| maven      | org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin | 0.7.0         | 0.8.0         |
@hoc081098 hoc081098 merged commit 68a07f3 into master Jan 14, 2024
1 of 4 checks passed
@renovate renovate bot deleted the renovate/all-deps branch January 14, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant