-
Notifications
You must be signed in to change notification settings - Fork 39
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 non-major dependencies (except core Kotlin) #1595
Conversation
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v2)2 018 tests +4 2 003 ✔️ +4 17m 3s ⏱️ - 2m 1s Results for commit 1ed5fc0. ± Comparison against base commit 4af545e. This pull request removes 696 and adds 700 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2) 164 files ± 0 164 suites ±0 22m 36s ⏱️ - 3m 5s For more details on these failures, see this check. Results for commit 1ed5fc0. ± Comparison against base commit 4af545e. This pull request removes 696 and adds 719 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
9990ed3
to
cb9e51b
Compare
a378f41
to
b241144
Compare
4c3e98e
to
8c6616b
Compare
51c8bc7
to
d3f24fa
Compare
3f81a2c
to
61bf5eb
Compare
797d85e
to
f6db669
Compare
a749f3d
to
ef431c5
Compare
ef431c5
to
d6700f4
Compare
d6700f4
to
856d61d
Compare
856d61d
to
1ed5fc0
Compare
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. |
Codecov Report
@@ Coverage Diff @@
## master #1595 +/- ##
=========================================
Coverage 82.47% 82.47%
Complexity 2334 2334
=========================================
Files 112 112
Lines 7862 7862
Branches 2045 2045
=========================================
Hits 6484 6484
Misses 452 452
Partials 926 926
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:
3.4.0
->3.5.0
3.3.0
->3.4.1
2.14.2
->2.15.0
3.0.0-M7
->3.0.0-M9
3.0.0-M7
->3.0.0-M9
3.4.2
->3.5.0
3.0.0
->3.1.0
3.10.1
->3.11.0
3.23.1
->3.24.2
3.7.0
->3.8.1
3.7.0
->3.8.1
1.7.20
->1.8.10
1.7.20
->1.8.10
1.9.1
->1.9.2
5.9.1
->5.9.2
5.9.1
->5.9.2
1.4.1
->1.5.0
1.4.1
->1.5.0
1.4.1
->1.5.0
1.4.1
->1.5.0
0.11.0
->0.12.0
0.11.0
->0.12.0
3.8.6
->3.9.0
3.8.6
->3.9.0
3.8.6
->3.9.0
Release Notes
rudikershaw/git-build-hook
v3.4.1
Compare Source
v3.4.0
Compare Source
configure
goal would fail when running the plugin in agit worktree
. Changing the configure goal configuration in a worktree will not take affect until a build is run with those changes outside of the worktree.readonly
attribute (which shouldn't have been there in the first place) was removed from some goal parameters. This removes some annoying warnings from the build output.mojohaus/versions
v2.15.0
Compare Source
Changes
🚀 New features and improvements
🐛 Bug Fixes
📦 Dependency updates
👻 Maintenance
Kotlin/dokka
v1.8.10
: 1.8.10 BetaCompare Source
Dokka's documentation has been entirely rewritten and can now be found on kotlinlang.org:
Note: Version 1.8.0 was skipped due to a Metaspace memory leak in Kotlin's reflection (KT-56093). Dokka 1.8.10 should be fully compatible with Kotlin 1.8.0.
Improvements
Inheritors
,Parameters
,See also
andSamples
tabs into the main declaration description (#2688).Members
andMembers & Extensions
tabs to class-like declaration pages (#2764).Bugfixes
var
properties being displayed (#2717).DokkaLogger
(#2827).Gradle Plugin
NoSuchMethodError
when running under Gradle 8 (#2796).outputDirectory
input property (#556).moduleVersion
input property (#2799). Thanks to @JavierSegoviaCordoba!MultiModule
tasks (#2806). Thanks to @TWiStErRob!Javadoc
javadoc.jar
produced by Dokka is imported into IntelliJ IDEA / Android Studio (#2734). Thanks to @bomberaya!Plugin API
Infrastructure
Other
jackson-databind
to avoid CVE-2022-42003 (#2733). Thanks to @ryanlewis!Jsoup
to avoid CVE-2022-36033 (#2772).Kotlin/kotlinx.serialization
v1.5.0
Compare Source
==================
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.