-
-
Notifications
You must be signed in to change notification settings - Fork 2
[Renovate] Update all minor and patch dependencies - autoclosed #80
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
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
3f84de7
to
ba5f84d
Compare
14c55ec
to
7e41f5e
Compare
3a3747a
to
2449467
Compare
5b46c3f
to
bf2b4ce
Compare
bf2b4ce
to
a7f4cc9
Compare
0b4173f
to
56c8091
Compare
56c8091
to
b5770ae
Compare
0848730
to
bef0688
Compare
ab9dbe3
to
9f40bf0
Compare
9f40bf0
to
580c5f0
Compare
580c5f0
to
a03985c
Compare
4a93370
to
c7cb5cb
Compare
c7cb5cb
to
81a5af2
Compare
81a5af2
to
e8ea256
Compare
e8ea256
to
2b71bca
Compare
2b71bca
to
4dc1ef9
Compare
4dc1ef9
to
180a176
Compare
This PR contains the following updates:
v4.2.1
->v4.2.4
v4.7.0
->v4.7.1
8.12.1
->8.14.3
4.2.2
->4.3.0
5.0.6
->5.0.9
5.0.6
->5.0.9
3.27.3
->3.27.4
5.11.4
->5.13.4
5.11.4
->5.13.4
5.11.4
->5.13.4
5.15.2
->5.18.0
1.14.6
->1.14.9
4.19.0
->4.24.0
Release Notes
actions/cache (actions/cache)
v4.2.4
Compare Source
What's Changed
@actions/cache
to4.0.5
and move@protobuf-ts/plugin
to dev depdencies by @Link- in https://github.com/actions/cache/pull/16344.2.4
by @Link- in https://github.com/actions/cache/pull/1636New Contributors
Full Changelog: actions/cache@v4...v4.2.4
v4.2.3
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4.2.2...v4.2.3
v4.2.2
Compare Source
What's Changed
Full Changelog: actions/cache@v4.2.1...v4.2.2
actions/setup-java (actions/setup-java)
v4.7.1
Compare Source
What's Changed
Documentation changes
Dependency updates:
Full Changelog: actions/setup-java@v4...v4.7.1
gradle/gradle (gradle)
v8.14.3
: 8.14.3Compare Source
The Gradle team is excited to announce Gradle 8.14.3.
This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.
Here are the highlights of this release:
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.
Upgrade instructions
Switch your build to use Gradle 8.14.3 by updating your wrapper:
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.14.2
Compare Source
v8.14.1
Compare Source
v8.14
Compare Source
v8.13
Compare Source
awaitility/awaitility (org.awaitility:awaitility)
v4.3.0
Support for kotlin.time.Duration in Kotlin DSL (thanks to Ivo Šmíd for PR)
Upgraded kotlin version in the awaitility-kotlin module to 2.1.10
Using a more descriptive error message when using VERY long wait conditions or poll durations (issue 290)
Added an overloaded method of untilAsserted(..) that takes a supplier and a consumer. For example, lets say you have a class like this:
public class MyClass {
public String myFunction() {
// Imagine stuff being executed in asynchronously here and the result of this
// operation is a string called "my value"
return "my value"
}
}
// Then in your test you can wait for the "myFunction" to be asserted by a "consumer" that uses
// assertj to make sure that "myFunction" returns ""my value"
await().untilAsserted(myClass::myFunction, value -> Assertions.assertThat(value).isEqualTo("my value"));
This has also been implemented for all atomic, adder, and accumulator methods.
mockito/mockito (org.mockito:mockito-core)
v5.18.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.18.0
v5.17.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.17.0
mockito-inline
should be modified. (#3621)v5.16.1
Changelog generated by Shipkit Changelog Gradle Plugin
5.16.1
v5.16.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.16.0
--info
to diagnose closeAndReleaseStagingRepositories issues (#3567)dzikoysk/cdn (net.dzikoysk:cdn)
v1.14.8
Full Changelog: dzikoysk/cdn@1.14.5...1.14.8
Sponsors
Thanks to everyone who supported me this month 💛
KyoriPowered/adventure (net.kyori:adventure-api)
v4.24.0
: 🌏 Adventure 4.24.0What's Changed
✨ Features
🐛 Fixes
equals
toVirtualComponent
by @Seggan in https://github.com/KyoriPowered/adventure/pull/1247📚 Documentation
Other
New Contributors
Full Changelog: KyoriPowered/adventure@v4.23.0...v4.24.0
v4.23.0
: 🌏 Adventure 4.23.0This is a hotfix release to resolve some issues in the recently released v4.22.0.
What's Changed
🐛 Fixes
Full Changelog: KyoriPowered/adventure@v4.22.0...v4.23.0
v4.22.0
: 🌏 Adventure 4.22.0What's Changed
✨ Features
🐛 Fixes
📚 Documentation
Other
New Contributors
Full Changelog: KyoriPowered/adventure@v4.21.0...v4.22.0
v4.21.0
: 🌏 Adventure 4.21.0Adventure 4.21.0 adds preliminary support for new component features in 1.21.5, and some minor bugfixes. We recommend all users update.
What's Changed
✨ Features
🐛 Fixes
numeric
tostring
by @tjalp in https://github.com/KyoriPowered/adventure/pull/1211New Contributors
Full Changelog: KyoriPowered/adventure@v4.20.0...v4.21.0
v4.20.0
: 🌏 Adventure 4.20.0Adventure 4.20.0 is a feature release focused on translation improvements. The MiniMessage translator allows easily expressing translation values in the MiniMessage format, and the whole translation system has had a revamp to be more flexible.
What's Changed
✨ Features
⚙️ Fixes
New Contributors
Full Changelog: KyoriPowered/adventure@v4.19.0...v4.20.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.