-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore(deps): update all non-major dependencies (except core kotlin) #505
Conversation
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
### What's done: * .
### What's done: * .
JUnit Tests (Linux, EnricoMi/publish-unit-test-result-action@v1)241 tests - 4 217 ✔️ - 4 10m 54s ⏱️ -20s Results for commit 2a5326c. ± Comparison against base commit 67267e5. This pull request removes 4 tests.
♻️ This comment has been updated with latest results. |
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v1)241 tests - 4 217 ✔️ - 4 15m 20s ⏱️ - 2m 59s Results for commit 2a5326c. ± Comparison against base commit 67267e5. This pull request removes 4 tests.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this can be taken into release after build fixed
Codecov Report
@@ Coverage Diff @@
## main #505 +/- ##
============================================
- Coverage 47.25% 47.19% -0.06%
Complexity 159 159
============================================
Files 53 53
Lines 1873 1873
Branches 318 318
============================================
- Hits 885 884 -1
- Misses 856 857 +1
Partials 132 132
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
This PR contains the following updates:
1.1.0
->1.2.0
2.19.0
->2.20.0
2.19.0
->2.20.0
0.2.0-SNAPSHOT
->0.2.0
0.2.0-SNAPSHOT
->0.2.0
1.4.1
->1.5.0
1.4.1
->1.5.0
1.4.1
->1.5.0
Release Notes
gradle-nexus/publish-plugin
v1.2.0
: 1.2.0Notable changes:
ConfigureUtil
deprecation warning in Gradle 7.6+ - #152More changes.
Big thank you to the contributors who provided pull requests: @TWiStErRob, @vlsi, @nedtwigg, @turansky, @larsgrefer, @nhajratw, @tschuchortdev, @JavierSegoviaCordoba and also those who were involved in any other way.
Kotlin/kotlinx.serialization
v1.5.0
==================
This release contains all features and bugfixes from 1.5.0-RC plus some experimental features and bugfixes on its own (see below).
Kotlin 1.8.10 is used as a default.
HoconEncoder and HoconDecoder interfaces and HOCON-specific serializers
These interfaces work in a way similar to
JsonEncoder
andJsonDecoder
: they allow intercepting (de)serialization process,making writing if custom HOCON-specific serializers easier. New
ConfigMemorySizeSerializer
andJavaDurationSerializer
already make use of them.See more details in the PR.
Big thanks to Alexander Mikhailov for contributing this!
Ability to read buffered huge strings in custom Json deserializers
New interface
ChunkedDecoder
allows you to read huge strings that may not fit in memory by chunks.Currently, this interface is only implemented by Json decoder that works with strings and streams,
but we may expand it later, if there's a demand for it.
See more details in the PR authored by Alexey Sviridov.
Bugfixes
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.