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 (major) #46

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action major v3.0.2 -> v4.2.0 age adoption passing confidence
actions/checkout action major v3 -> v4 age adoption passing confidence
gradle (source) major 7.4.2 -> 8.12 age adoption passing confidence
io.kotest.extensions:kotest-property-arrow-optics dependencies major 1.3.0 -> 2.0.0 age adoption passing confidence
io.kotest.extensions:kotest-property-arrow dependencies major 1.3.0 -> 2.0.0 age adoption passing confidence
io.kotest.extensions:kotest-assertions-arrow dependencies major 1.3.0 -> 2.0.0 age adoption passing confidence
io.arrow-kt:arrow-fx-coroutines dependencies major 1.2.0-RC -> 2.0.0 age adoption passing confidence
io.arrow-kt:arrow-optics dependencies major 1.2.0-RC -> 2.0.0 age adoption passing confidence
io.arrow-kt:arrow-core dependencies major 1.2.0-RC -> 2.0.0 age adoption passing confidence
io.arrow-kt:arrow-optics-ksp-plugin dependencies major 1.2.0-RC -> 2.0.0 age adoption passing confidence
com.google.devtools.ksp (source) plugin major 1.8.20-1.0.11 -> 2.1.0-1.0.29 age adoption passing confidence
io.kotest.multiplatform plugin major 5.5.4 -> 6.0.0-LOCAL age adoption passing confidence
org.jetbrains.kotlin.multiplatform plugin major 1.8.20 -> 2.1.0 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v4.2.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v4...v4.2.0

v4.1.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4...v4.1.2

v4.1.1

Compare Source

What's Changed

Full Changelog: actions/cache@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.0.2...v4.1.0

v4.0.2

Compare Source

v4.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4...v4.0.1

v4.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v4.0.0

v3.4.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v3...v3.4.0

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

v3.3.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.2

v3.3.1

Compare Source

What's Changed

Full Changelog: actions/cache@v3...v3.3.1

v3.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.0

v3.2.6

Compare Source

What's Changed

Full Changelog: actions/cache@v3...v3.2.6

v3.2.5

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.2.5

v3.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.2.4

v3.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.2.3

v3.2.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3.2.1...v3.2.2

v3.2.1

Compare Source

What's Changed

Full Changelog: actions/cache@v3.2.0...v3.2.1

v3.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.2.0

v3.0.11

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.0.11

v3.0.10

Compare Source

  • Fix a bug with sorting inputs.
  • Update definition for restore-keys in README.md

v3.0.9

Compare Source

  • Enhanced the warning message for cache unavailability in case of GHES.

v3.0.8

Compare Source

What's Changed

  • Fix zstd not working for windows on gnu tar in issues.
  • Allow users to provide a custom timeout as input for aborting cache segment download using the environment variable SEGMENT_DOWNLOAD_TIMEOUT_MIN. Default is 60 minutes.

v3.0.7

Compare Source

What's Changed

  • Fix for the download stuck problem has been added in actions/cache for users who were intermittently facing the issue. As part of this fix, new timeout has been introduced in the download step to stop the download if it doesn't complete within an hour and run the rest of the workflow without erroring out.

v3.0.6

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.0.6

v3.0.5

Compare Source

Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit.

v3.0.4

Compare Source

In this release, we have fixed the tar creation error while trying to create it with path as ~/ home folder on ubuntu-latest.

v3.0.3

Compare Source

Fixed avoiding empty cache save when no files are available for caching. (https://github.com/actions/cache/issues/624)

actions/checkout (actions/checkout)

v4

Compare Source

gradle/gradle (gradle)

v8.12

Compare Source

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.

v8.10.2: 8.10.2

Compare Source

This is a patch release for 8.10. We recommend using 8.10.2 instead of 8.10

It fixes the following issues:

  • #​30472 Investigate possibly broken 8.10.1
  • #​30477 Kotlin Mutliplatform build with reused daemon fails with "Cannot query the value of task ':compileKotlinWindows' property 'kotlinNativeBundleBuildService' because it has no value available."
  • #​30497 DefaultTaskCollection#configureEach(Action) on task set cannot be executed in the current context

Issues fixed in the first patch release:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.10.2

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.10.1: 8.10.1

Compare Source

This is a patch release for 8.10. We recommend using 8.10.1 instead of 8.10

It fixes the following issues:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.10.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.10: 8.10

Compare Source

The Gradle team is excited to announce Gradle 8.10.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Craig Andrews,
gotovsky,
Jeff,
Kirill Gavrilov,
Madalin Valceleanu,
Sergei Vorobev,
Thach Le,
Thad Guidry

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.10

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.9: 8.9

Compare Source

The Gradle team is excited to announce Gradle 8.9.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
/dev/mataha,
Alex-Vol-Amz,
Andrew Quinney,
Andrey Mischenko,
Björn Kautler,
[dancer13](https://redirec


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 force-pushed the renovate/major-all branch from fb35cf9 to 3cf5007 Compare April 17, 2023 10:43
@renovate renovate bot force-pushed the renovate/major-all branch from 3cf5007 to 74141bd Compare May 28, 2023 11:12
@renovate renovate bot force-pushed the renovate/major-all branch from 74141bd to 33dd644 Compare June 30, 2023 18:22
@renovate renovate bot force-pushed the renovate/major-all branch from 33dd644 to 0161cbe Compare July 10, 2023 16:42
@renovate renovate bot force-pushed the renovate/major-all branch from 0161cbe to 4599c4c Compare August 17, 2023 09:29
@renovate renovate bot changed the title Update dependency gradle to v8 Update all dependencies (major) Sep 4, 2023
@renovate renovate bot force-pushed the renovate/major-all branch from 4599c4c to 971e664 Compare September 4, 2023 12:39
@renovate renovate bot force-pushed the renovate/major-all branch from 971e664 to 8aeb9bc Compare October 4, 2023 21:56
@renovate renovate bot changed the title Update all dependencies (major) Update dependency gradle to v8 Oct 17, 2023
@renovate renovate bot changed the title Update dependency gradle to v8 Update all dependencies (major) Oct 19, 2023
@renovate renovate bot force-pushed the renovate/major-all branch from 8aeb9bc to b6f1b5a Compare November 29, 2023 14:48
@renovate renovate bot force-pushed the renovate/major-all branch from b6f1b5a to ff40d04 Compare January 17, 2024 19:10
@renovate renovate bot force-pushed the renovate/major-all branch from ff40d04 to 71bbec2 Compare February 2, 2024 18:21
@renovate renovate bot force-pushed the renovate/major-all branch from 71bbec2 to 80ea935 Compare February 29, 2024 22:21
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 2339e79 to 884a56b Compare March 22, 2024 20:39
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from b405efd to 5205aa8 Compare May 22, 2024 05:55
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 76f15cc to 81d223f Compare June 6, 2024 03:34
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 813a7f0 to bb082be Compare July 12, 2024 04:25
@renovate renovate bot force-pushed the renovate/major-all branch from bb082be to d640aa6 Compare July 30, 2024 00:14
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from f4b49f4 to d6e11c4 Compare August 6, 2024 21:40
@renovate renovate bot force-pushed the renovate/major-all branch from d6e11c4 to 6367319 Compare August 14, 2024 12:33
@renovate renovate bot force-pushed the renovate/major-all branch from 6367319 to 145ddd4 Compare August 25, 2024 21:02
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from cdd8d8f to a06091e Compare September 9, 2024 12:34
@renovate renovate bot force-pushed the renovate/major-all branch from a06091e to e67778a Compare September 23, 2024 22:24
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 611b735 to 7b80957 Compare October 8, 2024 19:14
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from db9e77e to 6ea6398 Compare October 11, 2024 08:21
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from ac086cb to 642769c Compare October 23, 2024 23:04
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 9687904 to 3b81d9f Compare November 11, 2024 17:26
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 1ed5b44 to 2034fa6 Compare November 20, 2024 20:56
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from a543525 to 1dac8e3 Compare November 28, 2024 00:19
@renovate renovate bot force-pushed the renovate/major-all branch from 1dac8e3 to f4dfe71 Compare December 7, 2024 17:39
@renovate renovate bot force-pushed the renovate/major-all branch from f4dfe71 to 67f67be Compare December 20, 2024 18:36
| datasource     | package                                                                             | from          | to           |
| -------------- | ----------------------------------------------------------------------------------- | ------------- | ------------ |
| github-tags    | actions/cache                                                                       | v3.0.2        | v4.2.0       |
| github-tags    | actions/checkout                                                                    | v3            | v4           |
| gradle-version | gradle                                                                              | 7.4.2         | 8.12         |
| maven          | io.kotest.extensions:kotest-property-arrow-optics                                   | 1.3.0         | 2.0.0        |
| maven          | io.kotest.extensions:kotest-property-arrow                                          | 1.3.0         | 2.0.0        |
| maven          | io.kotest.extensions:kotest-assertions-arrow                                        | 1.3.0         | 2.0.0        |
| maven          | io.arrow-kt:arrow-fx-coroutines                                                     | 1.2.0-RC      | 2.0.0        |
| maven          | io.arrow-kt:arrow-optics                                                            | 1.2.0-RC      | 2.0.0        |
| maven          | io.arrow-kt:arrow-core                                                              | 1.2.0-RC      | 2.0.0        |
| maven          | io.arrow-kt:arrow-optics-ksp-plugin                                                 | 1.2.0-RC      | 2.0.0        |
| maven          | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin                       | 1.8.20-1.0.11 | 2.1.0-1.0.29 |
| maven          | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin                       | 5.5.4         | 6.0.0-LOCAL  |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.8.20        | 2.1.0        |
@renovate renovate bot force-pushed the renovate/major-all branch from 67f67be to 240b417 Compare December 23, 2024 15:48
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.

0 participants