-
Notifications
You must be signed in to change notification settings - Fork 0
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 #21
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
96be1e5
to
486a602
Compare
d7810e6
to
dc9d46c
Compare
dc9d46c
to
fd4ebde
Compare
fd4ebde
to
c953ff9
Compare
a22b1cc
to
06c5baa
Compare
06c5baa
to
99b08ff
Compare
99b08ff
to
1d9578d
Compare
1d9578d
to
2709241
Compare
ce479b4
to
0cf8e60
Compare
0cf8e60
to
833c1ce
Compare
833c1ce
to
868707d
Compare
868707d
to
b5976f1
Compare
4d2961d
to
39da1c1
Compare
433b678
to
e815a93
Compare
e815a93
to
c4f01c7
Compare
91fe3ff
to
2673cec
Compare
5f4ee88
to
e7b99be
Compare
e7b99be
to
3c99828
Compare
5655c0b
to
0cc01aa
Compare
3772bee
to
aea0fe3
Compare
aea0fe3
to
ff31137
Compare
7fd8981
to
f682ced
Compare
f682ced
to
b173b2f
Compare
b173b2f
to
423bbbf
Compare
423bbbf
to
7aeac68
Compare
7aeac68
to
06bc3d8
Compare
9f25cc3
to
f5c465d
Compare
f5c465d
to
283d8e8
Compare
| datasource | package | from | to | | -------------- | ------------------------------------------------------------- | -------------- | ------ | | github-tags | actions/cache | v3.0.2 | v3.4.0 | | gradle-version | gradle | 7.4.2 | 7.6.4 | | maven | io.kotest.extensions:kotest-property-arrow-optics | 1.2.5 | 1.4.0 | | maven | io.kotest.extensions:kotest-property-arrow | 1.2.5 | 1.4.0 | | maven | io.kotest.extensions:kotest-assertions-arrow | 1.2.5 | 1.4.0 | | maven | io.kotest:kotest-assertions-core | 5.3.0 | 5.9.1 | | maven | io.kotest:kotest-property | 5.3.0 | 5.9.1 | | maven | io.arrow-kt:arrow-fx-coroutines | 1.1.3-alpha.39 | 1.2.4 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-core | 1.6.1 | 1.10.1 | | maven | io.arrow-kt:arrow-optics | 1.1.3-alpha.39 | 1.2.4 | | maven | io.arrow-kt:arrow-core | 1.1.3-alpha.39 | 1.2.4 | | maven | org.jetbrains.kotlin.js:org.jetbrains.kotlin.js.gradle.plugin | 1.6.21 | 1.9.25 |
283d8e8
to
7adb9e5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.0.2
->v3.4.0
7.4.2
->7.6.4
1.2.5
->1.4.0
1.2.5
->1.4.0
1.2.5
->1.4.0
5.3.0
->5.9.1
5.3.0
->5.9.1
1.1.3-alpha.39
->1.2.4
1.6.1
->1.10.1
1.1.3-alpha.39
->1.2.4
1.1.3-alpha.39
->1.2.4
1.6.21
->1.9.25
Release Notes
actions/cache (actions/cache)
v3.4.0
Compare Source
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
orv3
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
orv3.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:
1.11.1
1.1.3
0.38.3
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
lookup-only
option by @cdce8p in https://github.com/actions/cache/pull/1041New 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
set-output
command is deprecated by @siguikesse in https://github.com/actions/cache/pull/1046fail-on-cache-miss
option by @cdce8p in https://github.com/actions/cache/pull/1036New 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
restore-keys
in README.mdv3.0.9
Compare Source
v3.0.8
Compare Source
What's Changed
zstd
not working for windows on gnu tar in issues.SEGMENT_DOWNLOAD_TIMEOUT_MIN
. Default is 60 minutes.v3.0.7
Compare Source
What's Changed
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 onubuntu-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)
gradle/gradle (gradle)
v7.6.4
: 7.6.4Compare 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:
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.
v7.6.3
: 7.6.3Compare Source
This is a patch release for 7.6. We recommend using 7.6.3 instead of 7.6.
This release addresses two security vulnerabilities:
It also fixes the following issues:
Read the Release Notes
Upgrade Instructions
Switch your build to use Gradle 7.6.3 by updating your wrapper:
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.3.
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.
v7.6.2
: 7.6.2Compare Source
This is a patch release for 7.6. We recommend using 7.6.2 instead of 7.6.
This release addresses two security vulnerabilities:
It also fixes the following issues:
Read the Release Notes
Upgrade Instructions
Switch your build to use Gradle 7.6.2 by updating your wrapper:
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.2.
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.
v7.6.1
: 7.6.1Compare Source
This is a patch release for 7.6. We recommend using 7.6.1 instead of 7.6.
It fixes the following issues:
.gradle/jdks
Read the Release Notes
Upgrade Instructions
Switch your build to use Gradle 7.6.1 by updating your wrapper:
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.1.
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.
v7.6
: 7.6Compare Source
The Gradle team is excited to announce Gradle 7.6.
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
altrisi,
aSemy,
Ashwin Pankaj,
Aurimas,
BJ Hargrave,
Björn Kautler,
Bradley Turek,
Craig Andrews,
Daniel Lin,
David Morris,
Edmund Mok,
Frosty-J,
Gabriel Feo,
Ivan Gavrilovic,
Jendrik Johannes,
John,
Joseph Woolf,
Karl-Michael Schindler,
Konstantin Gribov,
Leonardo Brondani Schenkel,
Martin d'Anjou,
Michael Bailey,
Pete Bentley,
Rob Bavey,
Sam Snyder,
sll552,
teawithbrownsugar,
Thomas Broadley,
urdak,
Varun Sharma,
Xin Wang
Upgrade instructions
Switch your build to use Gradle 7.6 by updating your wrapper:
./gradlew wrapper --gradle-version=7.6
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.
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.
v7.5.1
: 7.5.1Compare Source
This is a patch release for 7.5. We recommend using 7.5.1 instead of 7.5
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Michael Bailey,
Josh Kasten,
Marcono1234,
mataha,
Lieven Vaneeckhaute,
kiwi-oss,
Stefan Neuhaus,
George Thomas,
Anja Papatola,
Björn Kautler,
David Burström,
Vladimir Sitnikov,
Roland Weisleder,
Konstantin Gribov,
David Op de Beeck,
aSemy,
Rene Groeschke,
Jonathan Leitschuh,
Aurimas Liutikas,
Jamie Tanna,
Xin Wang,
Atsuto Yamashita,
Taeik Lim,
Peter Gafert,
Alex Landau,
Jerry Wiltse,
Tyler Burke,
Matthew Haughton,
Filip Daca,
Simão Gomes Viana,
Vaidotas Valuckas,
Edgars Jasmans,
Tomasz Godzik,
Jeff,
Lajos Veres
Upgrade instructions
Switch your build to use Gradle 7.5.1 by updating your wrapper:
./gradlew wrapper --gradle-version=7.5.1
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
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.
v7.5
: 7.5Compare Source
The Gradle team is excited to announce Gradle 7.5.
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Michael Bailey,
Josh Kasten,
Marcono1234,
mataha,
Lieven Vaneeckhaute,
kiwi-oss,
Stefan Neuhaus,
George Thomas,
Anja Papatola,
Björn Kautler,
David Burström,
Vladimir Sitnikov,
Roland Weisleder,
Konstantin Gribov,
David Op de Beeck,
aSemy,
Rene Groeschke,
Jonathan Leitschuh,
Aurimas Liutikas,
Jamie Tanna,
Xin Wang,
Atsuto Yamashita,
Taeik Lim,
Peter Gafert,
Alex Landau,
Jerry Wiltse,
Tyler Burke,
Matthew Haughton,
Filip Daca,
Simão Gomes Viana,
Vaidotas Valuckas,
Edgars Jasmans,
Tomasz Godzik,
Jeff,
Lajos Veres
Upgrade instructions
Switch your build to use Gradle 7.5 by updating your wrapper:
./gradlew wrapper --gradle-version=7.5
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
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.
kotest/kotest (io.kotest:kotest-assertions-core)
v5.9.1
What's Changed
Assertions
infix
variant ofshouldNotBeNull
that accepts a block by @sschuberth in https://github.com/kotest/kotest/pull/4060Framework
Property-testing
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.
This PR was generated by Mend Renovate. View the repository job log.