Skip to content

fix(deps): update all dependencies (major)#40

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-all-deps
Open

fix(deps): update all dependencies (major)#40
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-all-deps

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 13, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v3v6 age confidence
actions/setup-java action major v3v5 age confidence
actions/upload-artifact action major v3v7 age confidence
gradle (source) major 7.69.4.1 age confidence
gradle/wrapper-validation-action action major v1v3 age confidence
io.github.hoc081098:FlowExt dependencies major 0.5.01.0.0 age confidence
org.jmailen.kotlinter plugin major 3.13.05.4.2 age confidence
org.jetbrains.kotlin.android (source) plugin major 1.8.02.3.21 age confidence
org.jetbrains.kotlin.jvm (source) plugin major 1.8.02.3.21 age confidence
org.jetbrains.kotlin:kotlin-stdlib-jdk8 (source) dependencies major 1.8.02.3.21 age confidence
com.android.library (source) plugin major 7.4.19.2.0 age confidence
com.android.application (source) plugin major 7.4.19.2.0 age confidence

Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v5

Compare Source

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

v4

Compare Source

v3.6.0

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

v3.1.0

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

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

v5.2.0

Compare Source

What's Changed
Enhancement
Documentation Changes
Dependency Updates
New Contributors

Full Changelog: actions/setup-java@v5...v5.2.0

v5.1.0

Compare Source

What's Changed
New Features
Bug Fixes & Improvements
Documentation changes
Dependency updates
New Contributors

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

v5.0.0

Compare Source

What's Changed

Breaking Changes

Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes

Dependency Upgrades
Bug Fixes

New Contributors

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

v5

Compare Source

v4.8.0

Compare Source

What's Changed

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

v4.7.1

Compare Source

What's Changed

Documentation changes
Dependency updates:

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

v4.7.0

Compare Source

What's Changed

New Contributors

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

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'
  • Add workflow file for publishing releases to immutable action package by @​Jcambass in #​684

Bug fixes :

  • Add architecture to cache key by @​Zxilly in #​664
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
  • Resolve check failures by @​aparnajyothi-y in #​687

New Contributors

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

v4.3.0

Compare Source

What's Changed

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

Bug fixes :

New Contributors :

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

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

v4

Compare Source

v3.14.1

Compare Source

What's Changed

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

v3.14.0

Compare Source

What's Changed

  • Upgrade @​action/cache to 4.0.3 by @​aparnajyothi-y in #​790.
    In scope of this release we updated actions/cache package to ensure continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.

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

v3.13.0

Compare Source

What's changed

In the scope of this release, support for Dragonwell JDK was added by @​Accelerator1996 in #​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

v3.11.0

Compare Source

In scope of this release we added support for IBM Semeru (OpenJ9) JDK (#​289).

steps:
 - name: Checkout
   uses: actions/checkout@v3
 - name: Setup-java
   uses: actions/setup-java@v3
   with:
     distribution: semeru
     java-version: 17
Supported distributions

Currently, the following distributions are supported:

Keyword Distribution Official site License
temurin Eclipse Temurin Link Link
zulu Azul Zulu OpenJDK Link Link
adopt or adopt-hotspot AdoptOpenJDK Hotspot Link Link
adopt-openj9 AdoptOpenJDK OpenJ9 Link Link
liberica Liberica JDK Link Link
microsoft Microsoft Build of OpenJDK Link Link
corretto Amazon Corretto Build of OpenJDK Link Link
semeru IBM Semeru Runtime Open Edition Link Link
oracle Oracle JDK Link Link

v3.10.0

Compare Source

In scope of this release we added support for Oracle JDK (#​450).

steps:
 - name: Checkout
  uses: actions/checkout@v3
 - name: Setup-java
  uses: actions/setup-java@v3
  with:
   distribution: oracle
   java-version: 17
Supported distributions

Currently, the following distributions are supported:

Keyword Distribution Official site License
temurin Eclipse Temurin Link Link
zulu Azul Zulu OpenJDK [Link](https://www.azul.com/downloads/

Configuration

📅 Schedule: (UTC)

  • 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-deps branch from dbf24c3 to 213f720 Compare February 17, 2023 22:18
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 213f720 to d88fe09 Compare March 4, 2023 01:35
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from d88fe09 to c7e38ea Compare April 17, 2023 10:07
@renovate renovate Bot changed the title chore(deps): update dependency gradle to v8 chore(deps): update all dependencies to v8 (major) Apr 17, 2023
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from c7e38ea to 3731dfd Compare May 28, 2023 09:59
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 3731dfd to 2a3d695 Compare June 30, 2023 20:51
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 2a3d695 to a2e4f98 Compare July 10, 2023 15:17
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from a2e4f98 to 5c3053c Compare July 25, 2023 18:44
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 2 times, most recently from f7e116b to 89eb325 Compare August 22, 2023 06:51
@renovate renovate Bot changed the title chore(deps): update all dependencies to v8 (major) chore(deps): update all dependencies (major) Sep 4, 2023
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 89eb325 to aee599f Compare September 4, 2023 13:14
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 2 times, most recently from 761988a to b99d310 Compare October 4, 2023 21:50
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from b99d310 to c3cf1b0 Compare October 8, 2023 04:27
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 3 times, most recently from 54cdc01 to 9bb9d6b Compare November 14, 2023 06:59
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 9bb9d6b to a35d70e Compare November 16, 2023 19:45
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 2 times, most recently from 57187a3 to 049f33e Compare November 30, 2023 21:42
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 049f33e to 9d5002f Compare December 14, 2023 20:33
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 2 times, most recently from a6c25c4 to 6dd7e15 Compare January 3, 2024 18:42
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 6dd7e15 to 0f6ec47 Compare January 14, 2024 07:45
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 2 times, most recently from cebd1e1 to 95dad61 Compare January 29, 2024 21:49
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 95dad61 to 4d7ef71 Compare February 2, 2024 10:04
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 8bd9f07 to aa6420a Compare March 22, 2024 18:25
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 2 times, most recently from 52ec9a8 to 079fcd6 Compare April 12, 2024 22:51
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 079fcd6 to 5705b90 Compare April 30, 2024 19:49
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 2 times, most recently from 2d7f7a0 to 181309d Compare May 21, 2024 19:48
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 181309d to 4201457 Compare June 1, 2024 03:06
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 2 times, most recently from 0028738 to 3dbd9b4 Compare June 13, 2024 20:24
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 3dbd9b4 to 52c422a Compare June 22, 2024 22:38
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 3 times, most recently from 8a0b78e to 318bf69 Compare July 14, 2024 07:33
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 2 times, most recently from 504628a to 632b930 Compare August 9, 2024 05:13
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 632b930 to 4b08f21 Compare August 14, 2024 15:47
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 4b08f21 to 0da678a Compare August 22, 2024 12:00
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from 0da678a to a03d16e Compare August 29, 2024 19:50
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from a03d16e to 04bd18c Compare September 9, 2024 09:44
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 3 times, most recently from 99f59ea to b559f9f Compare September 24, 2024 00:48
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from b559f9f to eeafa21 Compare October 1, 2024 18:58
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 2 times, most recently from 37a2089 to d04f861 Compare October 14, 2024 20:03
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from d04f861 to ff378f7 Compare October 31, 2024 22:32
@renovate renovate Bot force-pushed the renovate/major-all-deps branch 2 times, most recently from 971a47b to ec6e0c0 Compare November 18, 2024 04:44
@renovate renovate Bot force-pushed the renovate/major-all-deps branch from ec6e0c0 to 4b24e8e Compare November 20, 2024 18:05
| datasource     | package                                                                 | from   | to     |
| -------------- | ----------------------------------------------------------------------- | ------ | ------ |
| github-tags    | actions/checkout                                                        | v3     | v6.0.2 |
| github-tags    | actions/setup-java                                                      | v3     | v5.2.0 |
| github-tags    | actions/upload-artifact                                                 | v3     | v7.0.1 |
| gradle-version | gradle                                                                  | 7.6    | 9.4.1  |
| github-tags    | gradle/wrapper-validation-action                                        | v1     | v3.5.0 |
| maven          | io.github.hoc081098:FlowExt                                             | 0.5.0  | 1.0.0  |
| maven          | org.jmailen.kotlinter:org.jmailen.kotlinter.gradle.plugin               | 3.13.0 | 5.4.2  |
| maven          | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin | 1.8.0  | 2.3.21 |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin         | 1.8.0  | 2.3.21 |
| maven          | org.jetbrains.kotlin:kotlin-stdlib-jdk8                                 | 1.8.0  | 2.3.21 |
| maven          | com.android.library:com.android.library.gradle.plugin                   | 7.4.1  | 9.2.0  |
| maven          | com.android.application:com.android.application.gradle.plugin           | 7.4.1  | 9.2.0  |
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.

1 participant