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) #22

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 17, 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.1 age adoption passing confidence
io.kotest.extensions:kotest-property-arrow-optics dependencies major 1.2.5 -> 2.0.0 age adoption passing confidence
io.kotest.extensions:kotest-property-arrow dependencies major 1.2.5 -> 2.0.0 age adoption passing confidence
io.kotest.extensions:kotest-assertions-arrow dependencies major 1.2.5 -> 2.0.0 age adoption passing confidence
io.arrow-kt:arrow-fx-coroutines dependencies major 1.1.3-alpha.39 -> 2.0.1 age adoption passing confidence
io.arrow-kt:arrow-optics dependencies major 1.1.3-alpha.39 -> 2.0.1 age adoption passing confidence
io.arrow-kt:arrow-core dependencies major 1.1.3-alpha.39 -> 2.0.1 age adoption passing confidence
org.jetbrains.kotlin.js plugin major 1.6.21 -> 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.1

Compare Source

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,
Danish Nawab,
Endeavour233,
Gediminas Rimša,
gotovsky,
Jay Wei,
Jeff,
Madalin Valceleanu,
markslater,
Mel Arthurs,
Michael,
Nils Brugger,
Ole Osterhagen,
Piotr Kubowicz,
Róbert Papp,
Sebastian Davids,
Sebastian Schuberth,
Stefan Oehme,
Stefanos Koutsouflakis,
Taeik Lim,
Tianyi Tao,
Tim Nielens,
наб

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.9

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.8: 8.8

Compare Source

The Gradle team is excited to announce Gradle 8.8.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
[Björn


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 82250a6 to e85bf8b Compare April 17, 2023 12:35
@renovate renovate bot force-pushed the renovate/major-all branch from e85bf8b to df6d968 Compare May 28, 2023 08:52
@renovate renovate bot force-pushed the renovate/major-all branch from df6d968 to b3c4590 Compare June 30, 2023 20:18
@renovate renovate bot force-pushed the renovate/major-all branch from b3c4590 to 436a8c9 Compare July 10, 2023 14:56
@renovate renovate bot force-pushed the renovate/major-all branch from 436a8c9 to 48727ba Compare August 17, 2023 10:37
@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 48727ba to a45ad0c Compare September 4, 2023 16:25
@renovate renovate bot force-pushed the renovate/major-all branch from a45ad0c to 229c59d Compare October 4, 2023 22:20
@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 229c59d to 639bef8 Compare November 29, 2023 15:13
@renovate renovate bot force-pushed the renovate/major-all branch from 639bef8 to 4d7367e Compare January 17, 2024 17:11
@renovate renovate bot force-pushed the renovate/major-all branch from 4d7367e to 7754083 Compare February 2, 2024 18:40
@renovate renovate bot force-pushed the renovate/major-all branch from 7754083 to 2afea5a Compare February 29, 2024 22:41
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from c11679f to 7f23a91 Compare March 22, 2024 20:23
@renovate renovate bot force-pushed the renovate/major-all branch from 7f23a91 to e71e06e Compare May 21, 2024 15:03
@renovate renovate bot force-pushed the renovate/major-all branch from e71e06e to 2d1edaa Compare May 31, 2024 22:29
@renovate renovate bot force-pushed the renovate/major-all branch from 2d1edaa to f671a61 Compare July 11, 2024 15:44
@renovate renovate bot force-pushed the renovate/major-all branch from f671a61 to 27855a0 Compare August 6, 2024 11:30
@renovate renovate bot force-pushed the renovate/major-all branch from 27855a0 to 45a7bef Compare August 14, 2024 13:21
@renovate renovate bot force-pushed the renovate/major-all branch from 45a7bef to 6874640 Compare August 22, 2024 10:33
@renovate renovate bot force-pushed the renovate/major-all branch from 6874640 to 39961ae Compare September 9, 2024 08:33
@renovate renovate bot force-pushed the renovate/major-all branch from 39961ae to 6a37781 Compare September 23, 2024 22:16
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 7426324 to d505684 Compare October 10, 2024 13:35
@renovate renovate bot force-pushed the renovate/major-all branch from d505684 to d2583bf Compare October 22, 2024 12:49
@renovate renovate bot force-pushed the renovate/major-all branch from d2583bf to f466579 Compare November 11, 2024 17:51
@renovate renovate bot force-pushed the renovate/major-all branch from f466579 to 1d7d8f7 Compare November 20, 2024 20:13
@renovate renovate bot force-pushed the renovate/major-all branch from 1d7d8f7 to 8f77b8e Compare November 27, 2024 17:06
@renovate renovate bot force-pushed the renovate/major-all branch from 8f77b8e to 46562bf Compare December 5, 2024 17:52
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 630fd2a to 4a17b54 Compare December 23, 2024 17:31
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from b1fbc68 to ee7461c Compare January 24, 2025 15:44
| 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.1 |
| maven          | io.kotest.extensions:kotest-property-arrow-optics             | 1.2.5          | 2.0.0  |
| maven          | io.kotest.extensions:kotest-property-arrow                    | 1.2.5          | 2.0.0  |
| maven          | io.kotest.extensions:kotest-assertions-arrow                  | 1.2.5          | 2.0.0  |
| maven          | io.arrow-kt:arrow-fx-coroutines                               | 1.1.3-alpha.39 | 2.0.1  |
| maven          | io.arrow-kt:arrow-optics                                      | 1.1.3-alpha.39 | 2.0.1  |
| maven          | io.arrow-kt:arrow-core                                        | 1.1.3-alpha.39 | 2.0.1  |
| maven          | org.jetbrains.kotlin.js:org.jetbrains.kotlin.js.gradle.plugin | 1.6.21         | 2.1.0  |
@renovate renovate bot force-pushed the renovate/major-all branch from ee7461c to e65fd3b Compare January 24, 2025 18:41
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