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

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

Update all dependencies (major) #124

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action major v3 -> v4 age adoption passing confidence
actions/checkout action major v3.5.2 -> v4.2.2 age adoption passing confidence
actions/setup-java action major v3.11.0 -> v4.6.0 age adoption passing confidence
actions/upload-artifact action major v3.1.2 -> v4.5.0 age adoption passing confidence
gradle/gradle-build-action action major v2.4.0 -> v3.5.0 age adoption passing confidence
macos github-runner major 11 -> 14 age adoption passing confidence
stefanzweifel/git-auto-commit-action action major v4.16.0 -> v5.0.1 age adoption passing confidence
io.kotest.extensions:kotest-assertions-arrow dependencies major 1.3.3 -> 2.0.0 age adoption passing confidence
io.kotest.extensions:kotest-property-arrow dependencies major 1.3.3 -> 2.0.0 age adoption passing confidence
org.jetbrains.kotlin.multiplatform (source) plugin major 1.8.21 -> 2.1.0 age adoption passing confidence
org.jetbrains.kotlin.jvm (source) plugin major 1.8.21 -> 2.1.0 age adoption passing confidence
org.jetbrains.dokka plugin major 1.8.10 -> 2.0.0 age adoption passing confidence
io.arrow-kt:arrow-optics dependencies major 1.1.5 -> 2.0.0 age adoption passing confidence
io.arrow-kt:arrow-core dependencies major 1.1.5 -> 2.0.0 age adoption passing confidence
io.arrow-kt:arrow-annotations dependencies major 1.1.5 -> 2.0.0 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source

actions/setup-java (actions/setup-java)

v4.6.0

Compare Source

What's Changed

Add-ons:

 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: ‘jetbrains’
     java-version: '21'

Bug fixes:

New Contributors

Full Changelog: actions/setup-java@v4...v4.6.0

v4.5.0

Compare Source

What's Changed

Bug fixes:
New Contributors:

Full Changelog: actions/setup-java@v4...v4.5.0

v4.4.0

Compare Source

What's Changed

Add-ons :

steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'graalvm'
     java-version: '21'

Bug fixes :

New Contributors

Full Changelog: actions/setup-java@v4...v4.4.0

v4.3.0

Compare Source

v4.2.2

Compare Source

What's Changed


Bug fixes:
Documentation changes
Dependency updates:

Full Changelog: actions/setup-java@v4...v4.2.2

v4.2.1

Compare Source

What's Changed

Full Changelog: actions/setup-java@v4...v4.2.1

v4.2.0

Compare Source

What's Changed
New Contributors

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-java@v4...v4.1.0

v4.0.0

Compare Source

What's Changed

In the scope of this release, the version of the Node.js runtime was updated to 20. The majority of dependencies were updated to the latest versions. From now on, the code for the setup-java will run on Node.js 20 instead of Node.js 16.

Breaking changes

Non-breaking changes

New Contributors

Full Changelog: actions/setup-java@v3...v4.0.0

v3.13.0

Compare Source

What's changed

In the scope of this release, support for Dragonwell JDK was added by @​Accelerator1996 in https://github.com/actions/setup-java/pull/532

steps:
 - name: Checkout
   uses: actions/checkout@v3
 - name: Setup-java
   uses: actions/setup-java@v3
   with:
     distribution: 'dragonwell'
     java-version: '17'

Several inaccuracies were also fixed:

New Contributors

Full Changelog: actions/setup-java@v3...v3.13.0

v3.12.0

Compare Source

In scope of this release the following changes were made:

Bug fixes:

Feature implementations:

Resolving dependencies issues:

Infrastructure updates:

Documentation changes:

New Contributors

Full Changelog: actions/setup-java@v3...v3.12.0

actions/upload-artifact (actions/upload-artifact)

v4.5.0

Compare Source

v4.4.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3

v4.4.2

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2

v4.4.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1

v4.4.0

Compare Source

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4

v4.3.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.3.1...v4.3.2

v4.3.1

Compare Source

v4.3.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.2.0

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.1.0

v4.0.0

Compare Source

What's Changed

The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.

For more information, see the @​actions/artifact documentation.

New Contributors

Full Changelog: actions/upload-artifact@v3...v4.0.0

v3.2.1

Compare Source

What's Changed

This fixes the include-hidden-files input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0

Full Changelog: actions/upload-artifact@v3.2.0...v3.2.1

v3.2.0

Compare Source

Notice: Breaking Changes ⚠️

We will no longer include hidden files and folders by default in the upload-artifact action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files, to continue to do so.

See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.

What's Changed

Full Changelog: actions/upload-artifact@v3.1.3...v3.2.0

v3.1.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v3...v3.1.3

gradle/gradle-build-action (gradle/gradle-build-action)

v3.5.0

Compare Source

[!IMPORTANT]
As of v3 this action has been superceded by gradle/actions/setup-gradle.
Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/gradle-build-action@v3

with

uses: gradle/actions/setup-gradle@v3

See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.

For release details, see https://github.com/gradle/actions/releases/tag/v3.5.0

v3.4.2

Compare Source

[!IMPORTANT]
As of v3 this action has been superceded by gradle/actions/setup-gradle.
Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/gradle-build-action@v3

with

uses: gradle/actions/setup-gradle@v3

See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.

For release details, see https://github.com/gradle/actions/releases/tag/v3.4.2

v3.4.1

Compare Source

[!IMPORTANT]
As of v3 this action has been superceded by gradle/actions/setup-gradle.
Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/gradle-build-action@v3

with

uses: gradle/actions/setup-gradle@v3

See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.

For release details, see https://github.com/gradle/actions/releases/tag/v3.4.1

v3.4.0

Compare Source

[!IMPORTANT]
As of v3 this action has been superceded by gradle/actions/setup-gradle.
Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/gradle-build-action@v3

with

uses: gradle/actions/setup-gradle@v3

See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.

For release details, see https://github.com/gradle/actions/releases/tag/v3.4.0

v3.3.2

Compare Source

[!IMPORTANT]
As of v3 this action has been superceded by gradle/actions/setup-gradle.
Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/gradle-build-action@v3

with

uses: gradle/actions/setup-gradle@v3

See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.

For release details, see https://github.com/gradle/actions/releases/tag/v3.3.2

v3.3.1

Compare Source

[!IMPORTANT]
As of v3 this action has been superceded by gradle/actions/setup-gradle.
Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/gradle-build-action@v3

with

uses: gradle/actions/setup-gradle@v3

See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.

For release details, see https://github.com/gradle/actions/releases/tag/v3.3.1

v3.3.0

Compare Source

[!IMPORTANT]
As of v3 this action has been superceded by gradle/actions/setup-gradle.
Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/gradle-build-action@v3

with

uses: gradle/actions/setup-gradle@v3

See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.

For release details, see https://github.com/gradle/actions/releases/tag/v3.3.0

v3.2.1

Compare Source

[!IMPORTANT]
As of v3 this action has been superceded by gradle/actions/setup-gradle.
Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/gradle-build-action@v3

with

uses: gradle/actions/setup-gradle@v3

See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.

For release details, see https://github.com/gradle/actions/releases/tag/v3.2.1

v3.2.0

Compare Source

[!IMPORTANT]
As of v3 this action has been superceded by gradle/actions/setup-gradle.
Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/gradle-build-action@v3

with

uses: gradle/actions/setup-gradle@v3

See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.

For release details, see https://github.com/gradle/actions/releases/tag/v3.2.0

v3.1.0

Compare Source

[!IMPORTANT]
As of v3 this action has been superceded by gradle/actions/setup-gradle.
Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/gradle-build-action@v3

with

uses: gradle/actions/setup-gradle@v3

See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.

For release details, see https://github.com/gradle/actions/releases/tag/v3.1.0

v3.0.0

Compare Source

This is the first release of gradle/gradle-build-action available with the v3 version tag.

[!IMPORTANT]
As of v3 this action has been superceded by gradle/actions/setup-gradle.
Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/gradle-build-action@v3

with

uses: gradle/actions/setup-gradle@v3

See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.

Changes from gradle-build-action@v2

This release brings some useful and much requested features, including:

  • save and restore the Gradle configuration-cache data
  • add the Job summary content as a PR comment
  • easily publish Build Scans® to the free Gradle Build Scan service
  • compatibility with Node 20

The only major breaking change from [email protected] is the update to require a Node 20 runtime environment.
Aside from that change, this release should generally serve as a drop-in replacement for gradle-build-action@v2.

Changelog

v2.12.0

Compare Source

Adds a new option to clear a previously submitted dependency-graph.

steps:
- uses: gradle/gradle-build-action@v2
  with:
    dependency-graph: clear

This may prove useful when migrating to a workflow using the upcoming gradle/actions/dependency-submission action.

Full-changelog: gradle/gradle-build-action@v2.11.1...v2.12.0

v2.11.1

Compare Source

This patch release fixes an issue that prevented the gradle-build-action from executing with Gradle 1.12, and improves error reporting for dependency submission failures.

Changelog
  • [FIX] Poor error reporting for dependency-submission failure #​1008
  • [FIX] Error with gradle-build-action v2.11.0 and Gradle 1.12: unable to resolve class PluginManager #​1007

Full-changelog: gradle/gradle-build-action@v2.11.0...v2.11.1

[v2.11.0](https://redirect.github.com/gradle/gradle-buil


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 is behind base branch, 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 383703b to 851add4 Compare September 4, 2023 13:01
@renovate renovate bot changed the title Update dependency macos to v13 Update all dependencies (major) Sep 4, 2023
@renovate renovate bot force-pushed the renovate/major-all branch from 851add4 to b999889 Compare September 22, 2023 18:08
@renovate renovate bot force-pushed the renovate/major-all branch from b999889 to 93e0d38 Compare October 6, 2023 19:33
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 07b2a53 to 92e4a36 Compare October 19, 2023 12:25
@renovate renovate bot force-pushed the renovate/major-all branch from 92e4a36 to e0a8cc0 Compare November 29, 2023 17:18
@renovate renovate bot force-pushed the renovate/major-all branch from e0a8cc0 to 40ea4d1 Compare December 14, 2023 20:28
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 069ab81 to a750ada Compare January 18, 2024 22:31
@renovate renovate bot force-pushed the renovate/major-all branch from a750ada to e7c0a07 Compare January 23, 2024 19:32
@renovate renovate bot force-pushed the renovate/major-all branch from e7c0a07 to c99cde8 Compare February 5, 2024 22:45
@renovate renovate bot force-pushed the renovate/major-all branch from c99cde8 to 96c7e64 Compare February 28, 2024 07:42
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from b2eddc3 to 980bb2b Compare March 14, 2024 16:55
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 509dce5 to 0f99188 Compare April 18, 2024 16:17
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from c1492cb to 8b96772 Compare April 25, 2024 14:28
@renovate renovate bot force-pushed the renovate/major-all branch from 8b96772 to 63b7195 Compare May 8, 2024 20:42
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 816e1c7 to 75344ff Compare May 21, 2024 16:49
@renovate renovate bot force-pushed the renovate/major-all branch from 75344ff to 5149ee2 Compare June 12, 2024 19:09
@renovate renovate bot force-pushed the renovate/major-all branch from 5149ee2 to f53de93 Compare July 5, 2024 15:57
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 090d885 to 525f581 Compare August 6, 2024 15:53
@renovate renovate bot force-pushed the renovate/major-all branch from 525f581 to c6d3691 Compare August 22, 2024 11:46
@renovate renovate bot force-pushed the renovate/major-all branch from c6d3691 to 386f9f1 Compare August 30, 2024 18:48
@renovate renovate bot force-pushed the renovate/major-all branch from 386f9f1 to db2a8f7 Compare September 9, 2024 15:45
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from e2f5900 to ca1a38a Compare September 25, 2024 18:31
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 737030f to 2b8aa5e Compare October 10, 2024 11:17
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 9829c23 to 3fcd50d Compare October 24, 2024 16:14
@renovate renovate bot force-pushed the renovate/major-all branch from 3fcd50d to d5c5d84 Compare November 27, 2024 15:29
@renovate renovate bot force-pushed the renovate/major-all branch from d5c5d84 to 1e68799 Compare December 5, 2024 18:13
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 9b0629f to 8060757 Compare December 18, 2024 04:42
| datasource     | package                                                                             | from    | to     |
| -------------- | ----------------------------------------------------------------------------------- | ------- | ------ |
| github-tags    | actions/checkout                                                                    | v3      | v4     |
| github-tags    | actions/checkout                                                                    | v3.5.2  | v4.2.2 |
| github-tags    | actions/setup-java                                                                  | v3.11.0 | v4.6.0 |
| github-tags    | actions/upload-artifact                                                             | v3.1.2  | v4.5.0 |
| github-tags    | gradle/gradle-build-action                                                          | v2.4.0  | v3.5.0 |
| github-runners | macos                                                                               | 11      | 14     |
| github-tags    | stefanzweifel/git-auto-commit-action                                                | v4.16.0 | v5.0.1 |
| maven          | io.kotest.extensions:kotest-assertions-arrow                                        | 1.3.3   | 2.0.0  |
| maven          | io.kotest.extensions:kotest-property-arrow                                          | 1.3.3   | 2.0.0  |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.8.21  | 2.1.0  |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                     | 1.8.21  | 2.1.0  |
| maven          | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin                               | 1.8.10  | 2.0.0  |
| maven          | io.arrow-kt:arrow-optics                                                            | 1.1.5   | 2.0.0  |
| maven          | io.arrow-kt:arrow-core                                                              | 1.1.5   | 2.0.0  |
| maven          | io.arrow-kt:arrow-annotations                                                       | 1.1.5   | 2.0.0  |
@renovate renovate bot force-pushed the renovate/major-all branch from 8060757 to fec39df Compare December 23, 2024 16:05
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