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

Merged
merged 2 commits into from
Feb 3, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
codecov/codecov-action action patch v3.1.4 -> v3.1.6 age adoption passing confidence
gradle (source) minor 8.5 -> 8.6 age adoption passing confidence
mkdocs-material patch ==9.5.3 -> ==9.5.7 age adoption passing confidence
org.jetbrains.kotlinx.binary-compatibility-validator plugin minor 0.13.2 -> 0.14.0 age adoption passing confidence
io.gitlab.arturbosch.detekt (source) plugin patch 1.23.4 -> 1.23.5 age adoption passing confidence
io.ktor:ktor-client-darwin dependencies patch 2.3.7 -> 2.3.8 age adoption passing confidence
io.ktor:ktor-client-java dependencies patch 2.3.7 -> 2.3.8 age adoption passing confidence
io.ktor:ktor-client-okhttp dependencies patch 2.3.7 -> 2.3.8 age adoption passing confidence
io.ktor:ktor-client-core dependencies patch 2.3.7 -> 2.3.8 age adoption passing confidence
io.coil-kt.coil3:coil-network-ktor dependencies patch 3.0.0-alpha03 -> 3.0.0-alpha04 age adoption passing confidence
io.coil-kt.coil3:coil-compose dependencies patch 3.0.0-alpha03 -> 3.0.0-alpha04 age adoption passing confidence
io.coil-kt.coil3:coil-core dependencies patch 3.0.0-alpha03 -> 3.0.0-alpha04 age adoption passing confidence
com.android.library (source) plugin patch 8.2.1 -> 8.2.2 age adoption passing confidence
com.android.application (source) plugin patch 8.2.1 -> 8.2.2 age adoption passing confidence
io.nlopez.compose.rules:detekt dependencies patch 0.3.10 -> 0.3.11 age adoption passing confidence
org.jetbrains.compose plugin patch 1.5.11 -> 1.5.12 age adoption passing confidence

Release Notes

codecov/codecov-action (codecov/codecov-action)

v3.1.6

Compare Source

Full Changelog: codecov/codecov-action@v3.1.5...v3.1.6

v3.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v3.1.4...v3.1.5

gradle/gradle (gradle)

v8.6

Compare Source

squidfunk/mkdocs-material (mkdocs-material)

v9.5.7: mkdocs-material-9.5.7

Compare Source

  • Fixed #​6731: Small images in figures are not centered
  • Fixed #​6719: Instant navigation breaks table of contents (9.5.5 regression)

v9.5.6: mkdocs-material-9.5.6

Compare Source

  • Fixed #​6700: Missing styles for Mermaid.js labels with Markdown

v9.5.5: mkdocs-material-9.5.5

Compare Source

  • Updated Tagalog translations
  • Updated Pillow to 10.2 to mitigate security vulnerabilities
  • Improved resilience of instant navigation
  • Fixed #​6687: Updated Mermaid.js to version 10.7.0 (latest)
  • Fixed #​6652: Keyboard events in custom elements captured
  • Fixed #​6582: Instant navigation doesn't correctly handle alternate URLs
  • Fixed #​6565: Instant navigation doesn't allow for onclick handlers
  • Fixed #​6345: Instant navigation sometimes breaks browser back button
  • Fixed #​6334: Instant navigation doesn't correctly position anchors (Safari)
  • Fixed #​6275: Instant navigation doesn't correctly resolve after 404
  • Fixed #​6102: Instant navigation reloads page on same link navigation

v9.5.4: mkdocs-material-9.5.4

Compare Source

  • Fixed #​6645: Local storage with invalid value can break site
  • Fixed #​6635: Tags icons before default ignored if default is set
Kotlin/binary-compatibility-validator (org.jetbrains.kotlinx.binary-compatibility-validator)

v0.14.0

Compare Source

The release contains changes potentially affecting dump's content (#​144, #​162, #​161, #​175).

What changed:
  • $EntriesMappings classes backing Kotlin's 1.9 Enum.entries are now filtered out (#​144)
  • Companion class' annotation are now propagated to the corresponding Companion field (#​162)
  • Interface's class-level annotations are now propagated to the corresponding DefaultImpls class (#​161)
  • An option to setup a custom dump output directory (other that the default api/) is added (#​170)
  • Packages annotated in Java package-info classes could be now filtered from the dump by adding these annotations to nonPublicMarkers (#​175)
  • Fixed ignoredClasses behavior to avoid exclusion of classes whose name is a prefix of some ignoredClasses values (#​136)
  • Gradle is updated to 8.5, build scripts and configs are refactored (#​134, #​167), strict API mode is enabled (#​168)
  • ASM is updated to 8.6 to support classifies targeting Java versions (#​173)
  • Tests were cleaned up to avoid hardcoded dump root paths (#​154)
  • Bages in the README file were updated (#​159)

Thanks to @​qwwdfsad, @​bryanlogan, @​aSemy, @​xtrm-en and @​Goooler for contributions!

detekt/detekt (io.gitlab.arturbosch.detekt)

v1.23.5

This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.22 and fixed several bugs that
got reported by the community.

Notable Changes
  • Test Gradle plugin with AGP 8.2.0 - #​6672
  • chore(deps): update dependency gradle to v8.5 - #​6663
  • fix(deps): update kotlin monorepo to v1.9.22 - #​6746
Changelog
  • Report rule's default severity in sarif backport - #​6916
  • Add ignoreAnnotatedFunctions to TooManyFunctions - #​6875
  • Fix by checking the existence of label in previous statements - #​6671
  • Also check USELESS_ELVIS in UnreachableCode - #​6624
  • Fix by adding last method call to the set - #​6567
Housekeeping & Refactorings
  • Opt in to ExperimentalCompilerApi in all compilations in compiler-plugin - #​6534
Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​TWiStErRob, @​atulgpt, @​matejdro

ktorio/ktor (io.ktor:ktor-client-darwin)

v2.3.8

Compare Source

Published 31 January 2024

Bugfixes
  • "KeyStoreException: JKS not found" exception on Android when configuring secure connection (KTOR-6720)
  • URLBuilder crashes on React Native platforms (KTOR-6576)
  • CIO: Unable to perform WebSocket upgrade when Content-Type header is sent in the request (KTOR-6366)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
  • High Native Server Memory Usage (KTOR-6321)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Logging plugin blocks response body streaming when level is BODY (KTOR-6482)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • {...} (tailcard) does not match URLs ending with '/' (KTOR-2121)
  • HttpCache: NumberFormatException for cache-control with max age more than Int.MAX_VALUE (KTOR-6505)
  • CORS: allowHost without the second argument doesn't allow the secure host (KTOR-6494)
  • "ReferenceError: 'self' is not defined" when using URLBuilder in a custom JS engine (KTOR-5978)
  • MDC diagnostic value is changed during logging of the request (KTOR-6528)
  • WebSocket doesn't get terminated when runBlocking is used (KTOR-6664)
  • CIO: "getSubjectAlternativeNames(...) must not be null" error on Android when using CA without SAN since 2.3.5 (KTOR-6396)
  • RequestConnectionPoint should implement toString() (KTOR-6577)
coil-kt/coil (io.coil-kt.coil3:coil-network-ktor)

v3.0.0-alpha04

Compare Source

  • Breaking: Remove Lazy from OkHttpNetworkFetcherFactory and KtorNetworkFetcherFactory's public API.
  • Expose Call.Factory instead of OkHttpClient in OkHttpNetworkFetcherFactory.
  • Convert NetworkResponseBody to wrap a ByteString.
  • Downgrade Compose to 1.5.12.
mrmans0n/compose-rules (io.nlopez.compose.rules:detekt)

v0.3.11

Changelog

JetBrains/compose-jb (org.jetbrains.compose)

v1.5.12

Common

Features

Desktop

Fixes

Dependencies

This version of Compose Multiplatform is based on the next Jetpack Compose libraries:


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 Jan 15, 2024
@renovate renovate bot changed the title chore(deps): update dependency com.diffplug.gradle.spotless to v6.24.0 chore(deps): update all dependencies Jan 15, 2024
@renovate renovate bot force-pushed the renovate/all-deps branch 3 times, most recently from 30cc59d to ed984e9 Compare January 21, 2024 03:05
@renovate renovate bot force-pushed the renovate/all-deps branch 8 times, most recently from f3c2afa to de258a8 Compare January 29, 2024 19:27
@renovate renovate bot force-pushed the renovate/all-deps branch 6 times, most recently from a20ad8a to 992d651 Compare February 2, 2024 11:31
| datasource     | package                                                                                                                 | from          | to            |
| -------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------- | ------------- |
| github-tags    | codecov/codecov-action                                                                                                  | v3.1.4        | v3.1.6        |
| gradle-version | gradle                                                                                                                  | 8.5           | 8.6           |
| pypi           | mkdocs-material                                                                                                         | 9.5.3         | 9.5.6         |
| maven          | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.13.2        | 0.14.0        |
| maven          | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin                                                   | 1.23.4        | 1.23.5        |
| maven          | com.diffplug.gradle.spotless:com.diffplug.gradle.spotless.gradle.plugin                                                 | 6.23.3        | 6.25.0        |
| maven          | io.ktor:ktor-client-darwin                                                                                              | 2.3.7         | 2.3.8         |
| maven          | io.ktor:ktor-client-java                                                                                                | 2.3.7         | 2.3.8         |
| maven          | io.ktor:ktor-client-okhttp                                                                                              | 2.3.7         | 2.3.8         |
| maven          | io.ktor:ktor-client-core                                                                                                | 2.3.7         | 2.3.8         |
| maven          | io.coil-kt.coil3:coil-network-ktor                                                                                      | 3.0.0-alpha03 | 3.0.0-alpha04 |
| maven          | io.coil-kt.coil3:coil-compose                                                                                           | 3.0.0-alpha03 | 3.0.0-alpha04 |
| maven          | io.coil-kt.coil3:coil-core                                                                                              | 3.0.0-alpha03 | 3.0.0-alpha04 |
| maven          | com.android.library:com.android.library.gradle.plugin                                                                   | 8.2.1         | 8.2.2         |
| maven          | com.android.application:com.android.application.gradle.plugin                                                           | 8.2.1         | 8.2.2         |
| maven          | io.nlopez.compose.rules:detekt                                                                                          | 0.3.10        | 0.3.11        |
| maven          | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin                                                               | 1.5.11        | 1.5.12        |
gradle/libs.versions.toml Outdated Show resolved Hide resolved
@hoc081098 hoc081098 merged commit 4cbcf7b into master Feb 3, 2024
@hoc081098 hoc081098 deleted the renovate/all-deps branch February 3, 2024 05:11
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