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 (main) #58

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

Update all dependencies (main) #58

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) patch 7.6.3 -> 7.6.4 age adoption passing confidence
io.kotest:kotest-runner-junit5-jvm dependencies minor 5.8.0 -> 5.9.1 age adoption passing confidence
io.kotest:kotest-assertions-core dependencies minor 5.8.0 -> 5.9.1 age adoption passing confidence
io.kotest:kotest-property dependencies minor 5.8.0 -> 5.9.1 age adoption passing confidence
io.arrow-kt:arrow-fx-coroutines dependencies patch 1.2.1 -> 1.2.4 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core dependencies minor 1.7.3 -> 1.8.1 age adoption passing confidence
io.arrow-kt:arrow-optics dependencies patch 1.2.1 -> 1.2.4 age adoption passing confidence
io.arrow-kt:arrow-core dependencies patch 1.2.1 -> 1.2.4 age adoption passing confidence
io.kotest.multiplatform plugin minor 5.8.0 -> 5.9.1 age adoption passing confidence
org.jetbrains.kotlin.jvm plugin patch 1.9.22 -> 1.9.25 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v7.6.4: 7.6.4

Compare Source

This is a patch release for 7.6. We recommend using 7.6.4 instead of 7.6.

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=7.6.4

See the Gradle 7.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.

kotest/kotest (io.kotest:kotest-runner-junit5-jvm)

v5.9.1

What's Changed

Assertions
Framework
Property-testing
Docs
Build / CI/CD / Dependency updates

New Contributors

Full Changelog: kotest/kotest@v5.9.0...v5.9.1

v5.9.0

Highlights

Support for wasmJs has been added, curtesy of @​OliverO2

What's Changed

New Contributors

Full Changelog: kotest/kotest@v5.8.1...v5.9.0

v5.8.1

What's Changed
New Contributors

Full Changelog: kotest/kotest@v5.8.0...v5.8.1

arrow-kt/arrow (io.arrow-kt:arrow-fx-coroutines)

v1.2.4

Compare Source

1 Bug fixes:

  • New AutoCloseScope DSL, make sure closing in reversed order

1 Rollback:

  • Don't be too strict on return type of Raise DSL.

What's Changed

Full Changelog: arrow-kt/arrow@1.2.3...1.2.4

v1.2.3

We went from 1.2.1 directly to 1.2.3, since in 1.2.2 there is a crucial bug concerning KSP. This release features multiple new modules such as:

  • arrow-autoclose: for enabling a typed DSL for working with AutoCloseable.
  • arrow-optics-compose: Specialised integration between Arrow Optics and Compose
  • arrow-collectors: Allows composing operations over sequences of values
    (lists, flows, sequences) while ensuring that the sequence is traversed only once.
  • arrow-eval: To provide forward compatibility for the deprecated Eval type

Many modules, and features were enhanced, and improved based on user feedback. You can read the full release post on the Arrow website.

Thanks to everyone involved, all new contributors, and all members of the Arrow community for supporting, and helping each other and providing feedback to make Arrow better together.

What's Changed

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

@renovate renovate bot changed the title Update dependency gradle to v7.6.4 (main) Update all dependencies (main) Feb 15, 2024
@renovate renovate bot force-pushed the renovate/main-all branch 3 times, most recently from 77a7b7c to 5a74713 Compare February 29, 2024 10:15
@renovate renovate bot force-pushed the renovate/main-all branch 2 times, most recently from 109158d to 2f9e9c4 Compare March 11, 2024 07:12
@renovate renovate bot force-pushed the renovate/main-all branch 4 times, most recently from 4471ae3 to 95f6ed0 Compare May 10, 2024 14:29
@renovate renovate bot force-pushed the renovate/main-all branch 2 times, most recently from 7d457d7 to f3aef16 Compare June 6, 2024 13:56
| datasource     | package                                                         | from   | to     |
| -------------- | --------------------------------------------------------------- | ------ | ------ |
| gradle-version | gradle                                                          | 7.6.3  | 7.6.4  |
| maven          | io.kotest:kotest-runner-junit5-jvm                              | 5.8.0  | 5.9.1  |
| maven          | io.kotest:kotest-assertions-core                                | 5.8.0  | 5.9.1  |
| maven          | io.kotest:kotest-property                                       | 5.8.0  | 5.9.1  |
| maven          | io.arrow-kt:arrow-fx-coroutines                                 | 1.2.1  | 1.2.4  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-core                   | 1.7.3  | 1.8.1  |
| maven          | io.arrow-kt:arrow-optics                                        | 1.2.1  | 1.2.4  |
| maven          | io.arrow-kt:arrow-core                                          | 1.2.1  | 1.2.4  |
| maven          | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin   | 5.8.0  | 5.9.1  |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.9.22 | 1.9.25 |
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.

None yet

0 participants