Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
JamesIves/github-pages-deploy-action action patch v4.6.0 -> v4.6.8 age adoption passing confidence
codecov/codecov-action action minor v4.1.0 -> v4.5.0 age adoption passing confidence
gradle (source) patch 8.10 -> 8.10.2 age adoption passing confidence
androidx.compose:compose-bom dependencies minor 2024.05.00 -> 2024.09.02 age adoption passing confidence
com.vanniktech.maven.publish plugin minor 0.28.0 -> 0.29.0 age adoption passing confidence
io.gitlab.arturbosch.detekt (source) plugin patch 1.23.6 -> 1.23.7 age adoption passing confidence
androidx.navigation:navigation-compose (source) dependencies minor 2.7.7 -> 2.8.1 age adoption passing confidence
androidx.activity:activity-compose (source) dependencies patch 1.9.1 -> 1.9.2 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-savedstate (source) dependencies patch 2.8.4 -> 2.8.6 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) dependencies patch 2.8.4 -> 2.8.6 age adoption passing confidence
io.nlopez.compose.rules:detekt dependencies patch 0.4.11 -> 0.4.12 age adoption passing confidence
io.insert-koin:koin-compose (source) dependencies patch 4.0.0-RC1 -> 4.0.0 age adoption passing confidence
io.insert-koin:koin-core (source) dependencies patch 4.0.0-RC1 -> 4.0.0 age adoption passing confidence
io.insert-koin:koin-androidx-compose (source) dependencies patch 4.0.0-RC1 -> 4.0.0 age adoption passing confidence
io.insert-koin:koin-android (source) dependencies patch 4.0.0-RC1 -> 4.0.0 age adoption passing confidence
io.github.hoc081098:FlowExt dependencies patch 1.0.0-RC -> 1.0.0 age adoption passing confidence
co.touchlab:stately-concurrency dependencies minor 2.0.7 -> 2.1.0 age adoption passing confidence
com.android.library (source) plugin patch 8.6.0 -> 8.6.1 age adoption passing confidence
com.android.application (source) plugin patch 8.6.0 -> 8.6.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-collections-immutable dependencies patch 0.3.7 -> 0.3.8 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json dependencies patch 1.7.1 -> 1.7.3 age adoption passing confidence

Release Notes

JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)

v4.6.8

Compare Source

What's Changed

Bug Fixes 🐝
  • fix: 🐛 Added the temp deployment directory created by the action to the git safe directory list. This resolves an issue in certain circumstances where the deployment would fail depending on the types of files moved around by the workflow - #​1694.
  • fix: Resolved a rare deployment error where the action would complain that origin/${branch_name} is not a commit and a branch cannot be created from it. The action will continue to attempt to track the origin branch, but if this step fails, it will create a new untracked branch to continue the deployment from. - #​1689.
Testing 🧪
  • test: 🧪 Improved the integration test suite so it now runs immediately post-release to ensure that any issues do no longer in the major version tag (ie @​v4). This was done to combat problems raised by #​1697.

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.8

v4.6.7

Compare Source

What's Changed

Bug Fixes 🐝
  • fix: resolved an issue where main.js was not found in the v4 major tag.

v4.6.6

Compare Source

v4.6.5

Compare Source

What's Changed

What's Changed

Bug Fixes 🐝
  • fix: resolved an issue where the full working directory was not properly getting added to the safe directory list, preventing deployments in certain circumstances.

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.5

v4.6.4

Compare Source

What's Changed
What's Changed
Bug Fixes 🐝
  • fix: resolved an issue where the default config was not being applied to the non-action version of the project.
Build 🔧

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.4

v4.6.3

Compare Source

What's Changed
Build 🔧
  • Consolidated a number of build scripts to make publishing easier.

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.3

v4.6.2

Compare Source

What's Changed
Dependencies 🤖

Full Changelog: JamesIves/github-pages-deploy-action@v4.6.1...v4.6.2

v4.6.1

Compare Source

What's Changed

Fixes
  • Resolved an issue where workflows were suddenly failing due to a worktree in use error. The action will now attempt to create a temp branch name if the existing branch name is already checked out by a prior to step to ensure it can occur. This issue was only occurring in a handful of workflows, and likely stemmed from a git version change on the official GitHub runners. The actual root cause is still somewhat unknown.
Dependencies

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.1

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

v4.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: codecov/codecov-action@v4.4.1...v4.5.0

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.4.0...v4.4.1

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.3.1...v4.4.0

v4.3.1

Compare Source

v4.3.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.2.0...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.1.1...v4.2.0

v4.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.1.0...v4.1.1

gradle/gradle (gradle)

v8.10.2

Compare Source

v8.10.1

Compare Source

vanniktech/gradle-maven-publish-plugin (com.vanniktech.maven.publish)

v0.29.0

Compare Source

  • Added configureBasedOnAppliedPlugins(sourcesJar: Boolean, javadocJar: Boolean)
    overload that allows disabling sources and javadoc jars without having to use
    the more granular Platform APIs.
  • For Java library and Kotlin/JVM projects the Gradle module metadata now properly
    includes the sources jar.
  • When running on Gradle 8.8 or newer the pom configuration is not applied in
    afterEvaluate anymore, making manual overrides easier.
  • Fix potential issue with the javadoc jar tasks that can cause Gradle to disable
    optimizations.
  • When staging profiles can't be loaded the status code of the response is added
    to the error message.
Minimum supported versions
  • JDK 11
  • Gradle 8.1
  • Android Gradle Plugin 8.0.0
  • Kotlin Gradle Plugin 1.9.20
Compatibility tested up to
  • JDK 21
  • Gradle 8.8
  • Android Gradle Plugin 8.5.0
  • Android Gradle Plugin 8.6.0-alpha06
  • Kotlin Gradle Plugin 2.0.0
  • Kotlin Gradle Plugin 2.0.20-Beta1
Configuration cache status

Configuration cache is generally supported, except for:

  • Publishing releases to Maven Central (snapshots are fine), blocked by Gradle issue #​22779.
  • Dokka does not support configuration cache
detekt/detekt (io.gitlab.arturbosch.detekt)

v1.23.7

1.23.7 - 2024-09-08

This is a point release for Detekt 1.23.0, built against Kotlin 2.0.10, with fixes for several bugs that got reported by the community.

Notable Changes
  • fix(deps): update kotlin monorepo to v2.0.10 - #​7517
  • Update to Kotlin 2.0.0 #​6640
  • fix(deps): update kotlin monorepo to v1.9.24 - #​7264
  • fix(deps): update dependency com.android.tools.build:gradle to v8.5.2 - #​7525
  • chore(deps): update dependency gradle to v8.10 - #​7546
Changelog
  • Add basic support for isolated projects to 1.x - #​7526
  • ExplicitCollectionElementAccessMethod: fix false positive when Map put has 3 arguments - #​7563
  • BracesOnIfStatements: fix false-positive when chained - #​7444
  • Add enum entry check in UndocumentedPublicProperty - #​7426
  • Use the anchor which is already present before - #​7423
  • Fix small corner-case in "SerialVersionUIDInSerializableClass" rule, … - #​7346
  • SwallowedException: fix false positive when exception is used as a receiver - #​7288
  • NamedArguments: fix false positive on spread varargs - #​7283
  • MultilineLambdaItParameter: fix false negative with single statement on multiple lines - #​7221
  • Check for root of receiver in selector expression - #​7220
  • Check for public companion object for UndocumentedPublicClass - #​7219
  • fix: TopLevelPropertyNaming also detecting extension property name - #​7212
  • Publish detekt-compiler-plugin-all to Maven and GH Releases - #​7179
  • versioned default detekt config file link - #​7161
  • Support rangeUntil operator for UnusedImport rule - #​7104
  • Fix false positive on it usages when type parameter is specified - #​6850
Housekeeping/Docs
  • [bugfix] AnnotationOnSeparateLine in snippets - #​6526
  • Add docs about using the Compiler Plugin with the Kotlin CLI compiler - #​7184
mrmans0n/compose-rules (io.nlopez.compose.rules:detekt)

v0.4.12

What's changed

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

v4.0.0

Compare Source

What's Changed


Configuration

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

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Oct 1, 2024
@renovate renovate bot requested a review from hoc081098 October 1, 2024 11:10
@renovate renovate bot force-pushed the renovate/all-deps branch from b9ebdd9 to 26807ff Compare October 1, 2024 11:11
@hoc081098 hoc081098 enabled auto-merge (squash) October 1, 2024 11:13
| datasource     | package                                                                 | from       | to         |
| -------------- | ----------------------------------------------------------------------- | ---------- | ---------- |
| github-tags    | JamesIves/github-pages-deploy-action                                    | v4.6.0     | v4.6.8     |
| github-tags    | codecov/codecov-action                                                  | v4.1.0     | v4.5.0     |
| gradle-version | gradle                                                                  | 8.10       | 8.10.2     |
| maven          | androidx.compose:compose-bom                                            | 2024.05.00 | 2024.09.02 |
| maven          | com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin | 0.28.0     | 0.29.0     |
| maven          | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin   | 1.23.6     | 1.23.7     |
| maven          | androidx.navigation:navigation-compose                                  | 2.7.7      | 2.8.1      |
| maven          | androidx.activity:activity-compose                                      | 1.9.1      | 1.9.2      |
| maven          | androidx.lifecycle:lifecycle-viewmodel-savedstate                       | 2.8.4      | 2.8.6      |
| maven          | androidx.lifecycle:lifecycle-viewmodel-ktx                              | 2.8.4      | 2.8.6      |
| maven          | io.nlopez.compose.rules:detekt                                          | 0.4.11     | 0.4.12     |
| maven          | io.insert-koin:koin-compose                                             | 4.0.0-RC1  | 4.0.0      |
| maven          | io.insert-koin:koin-core                                                | 4.0.0-RC1  | 4.0.0      |
| maven          | io.insert-koin:koin-androidx-compose                                    | 4.0.0-RC1  | 4.0.0      |
| maven          | io.insert-koin:koin-android                                             | 4.0.0-RC1  | 4.0.0      |
| maven          | io.github.hoc081098:FlowExt                                             | 1.0.0-RC   | 1.0.0      |
| maven          | co.touchlab:stately-concurrency                                         | 2.0.7      | 2.1.0      |
| maven          | com.android.library:com.android.library.gradle.plugin                   | 8.6.0      | 8.6.1      |
| maven          | com.android.application:com.android.application.gradle.plugin           | 8.6.0      | 8.6.1      |
| maven          | org.jetbrains.kotlinx:kotlinx-collections-immutable                     | 0.3.7      | 0.3.8      |
| maven          | org.jetbrains.kotlinx:kotlinx-serialization-json                        | 1.7.1      | 1.7.3      |
@renovate renovate bot force-pushed the renovate/all-deps branch from 26807ff to 38bd629 Compare October 1, 2024 11:16
@codecov
Copy link

codecov bot commented Oct 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

@hoc081098 hoc081098 merged commit 9f1ba33 into master Oct 1, 2024
4 checks passed
@hoc081098 hoc081098 deleted the renovate/all-deps branch October 1, 2024 11:32
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.

2 participants