save-cloud
save-cloud copied to clipboard
Update all non-major dependencies (except core Kotlin)
This PR contains the following updates:
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kotest/kotest (io.kotest:kotest-assertions-core)
v5.8.0
What's Changed
- Remove hardcoded emil path by @sksamuel in https://github.com/kotest/kotest/pull/3700
- Fix until timeout by @sksamuel in https://github.com/kotest/kotest/pull/3699
- Improve documentation on beforeEach, beforeAny and beforeTest by @pientaa in https://github.com/kotest/kotest/pull/3698
- Update docusaurus monorepo to v2.4.3 by @renovate in https://github.com/kotest/kotest/pull/3713
- Update dependency io.kotest.extensions:kotest-extensions-mockserver to v1.3.0 by @renovate in https://github.com/kotest/kotest/pull/3715
- Add range to reflective Set of Enum values by @tbvh in https://github.com/kotest/kotest/pull/3710
- Fix ordering of beforespec and user interceptors by @sksamuel in https://github.com/kotest/kotest/pull/3716
- Add backgroundScope in KMP #3708 by @sksamuel in https://github.com/kotest/kotest/pull/3717
- Support objects when using FQN for config by @sksamuel in https://github.com/kotest/kotest/pull/3718
- Add see-difference formatting to shouldHaveValue by @matejdro in https://github.com/kotest/kotest/pull/3707
- assertions.nondeterministic: Update package name in docs and tests by @OliverO2 in https://github.com/kotest/kotest/pull/3727
- Added shouldBeSortedDescending matcher by @kshired in https://github.com/kotest/kotest/pull/3721
- Add warning about kotest.assertions.collection.enumerate.size property by @matejdro in https://github.com/kotest/kotest/pull/3724
- Fixed containAll Matchers with varargs by @kshired in https://github.com/kotest/kotest/pull/3731
- Fixed shouldContainAnyOf matchers with varargs by @kshired in https://github.com/kotest/kotest/pull/3733
- docs(tags.md) - update code snippet to pass env vars to jvm by @k-times-c in https://github.com/kotest/kotest/pull/3729
- support-ranges by @AlexCue987 in https://github.com/kotest/kotest/pull/3735
- Fix TestFactory does not close AutoCloseable objects by @kshired in https://github.com/kotest/kotest/pull/3739
- Added support for sequence arbitraries by @kshired in https://github.com/kotest/kotest/pull/3719
- Improve Sequence.shouldContainExactly(...) by @obecker in https://github.com/kotest/kotest/pull/3743
- Improve Sequence.shouldHaveSingleElement(...) by @obecker in https://github.com/kotest/kotest/pull/3745
- Added support for array arbitraries by @kshired in https://github.com/kotest/kotest/pull/3728
- Fix using IrFactory's deprecated api by @kshired in https://github.com/kotest/kotest/pull/3750
New Contributors
- @k-times-c made their first contribution in https://github.com/kotest/kotest/pull/3729
- @AlexCue987 made their first contribution in https://github.com/kotest/kotest/pull/3735
- @obecker made their first contribution in https://github.com/kotest/kotest/pull/3743
Full Changelog: https://github.com/kotest/kotest/compare/v5.7.2...v5.8.0
v5.7.2
v5.7.1
v5.7.0
swagger-api/swagger-core (io.swagger.core.v3:swagger-annotations)
v2.2.20: Swagger-core 2.2.20 released!
- switch to original eclipse transformer for jakarta artifacts - update dependencies (#4578)
- Bump logback-version from 1.4.11 to 1.4.13 (#4564)
- Bump jakarta.inject:jakarta.inject-api from 1.0 to 1.0.5 (#4563)
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.8.1 to 3.11.0 (#4562)
- Bump org.codehaus.mojo:build-helper-maven-plugin from 3.0.0 to 3.5.0 (#4556)
- Remove System.err (#4548)
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.2.0 to 3.3.0 (#4545)
- Bump jakarta.xml.bind:jakarta.xml.bind-api from 2.3.2 to 2.3.3 (#4544)
- Bump commons-io:commons-io from 2.14.0 to 2.15.0 (#4541)
- Treat
kotlin.Deprecatedas a deprecated operation (#4464)
v2.2.19: Swagger-core 2.2.19 released!
petertrr/kotlin-multiplatform-diff (io.github.petertrr:kotlin-multiplatform-diff-js)
v0.5.0
This version is built with Kotlin 1.9.20. JS artifact is built only in IR mode.
Full Changelog: https://github.com/petertrr/kotlin-multiplatform-diff/compare/v0.4.0...v0.5.0
fabric8io/kubernetes-client (io.fabric8:kubernetes-server-mock)
v6.10.0
Bugs
- Fix #5527: Unable to transfer file to pod if
/tmpis read-only - Fix #5580: (java-generator) Correctly handle defaults for IntOrString types
- Fix #5584: Fix CRD generation when EnumMap is used
- Fix #5626: Prevent memory accumulation from informer usage
- Fix #5656: Enable EC private key usage for mTLS auth
- Fix #5694: ExecCredential doesn't fail with unsupported command output
Improvements
- Fix #5429: moved crd generator annotations to generator-annotations instead of crd-generator-api. Using generator-annotations introduces no transitive dependencies.
- Fix #5496: Added PodResource.patchReadinessGateStatus and a general subresource method to use any of the patch/edit/update methods with any subresource
- Fix #5535: Add lombok and sundrio dependencies to the generated bom
Dependency Upgrade
- Fix #5485: Updated okio to version 1.17.6 to avoid CVE-2023-3635
- Fix #5643: Updated Kubernetes Model to Kubernetes
v1.29.0 - Fix #5673: Updated
sigs.k8s.io/gateway-apigo dependency to v1.0.0 - Fix #5691: Updated
github.com/cert-manager/cert-managerto latest available version (v1.14.0-alpha.0.0.20240105200543-3234974a3865)
New Features
- Fix #5608 Support authentication with certificate in exec-credentials
Note: Breaking changes
- Deleted resources in Kubernetes 1.29.0
flowcontrol.apiserver.k8s.io/v1alpha1, please migrate toflowcontrol.apiserver.k8s.io/v1resources (available viaclient.flowControl().v1()DSL)io.fabric8.kubernetes.api.model.flowcontrol.v1alpha1.FlowSchemaremovedio.fabric8.kubernetes.api.model.flowcontrol.v1alpha1.PriorityLevelConfigurationremoved
- ClusterCIDR has been removed from Kubernetes 1.29.0 Networking Model
io.fabric8.kubernetes.api.model.networking.v1alpha1.ClusterCIDRremoved- DSL entrypoint
client.network().v1alpha1().clusterCIDRs()has been removed from KubernetesClient
akuleshov7/ktoml (com.akuleshov7:ktoml-file)
v0.5.1
Important
-
Updated Kotlin to version 1.9.22 in https://github.com/akuleshov7/ktoml/pull/250
-
A bunch of bug fixes, infra and logging enhancements.
-
Enhanced Map decoding: Now, you can decode key-value pairs and tables to Map without prior knowledge of their names.
@​Serializable
data class MyClass(
val a: Map<String, Map<String, String>>
)
[a]
[a.innerTable]
d = 5
[a.otherInnerTable]
d = "String"
- Introduced encoding for value classes by @BOOMeranGG in https://github.com/akuleshov7/ktoml/pull/238:
@​Serializable
@​JvmInline
value class Test(val myTest: Info)
- Added support for empty inline tables by @BOOMeranGG in [https://github.com/akuleshov7/ktoml/pull/240](https://togithub.com/akulesho
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Tested locally, kotlin 1.9.20 (which comes from io.github.petertrr:kotlin-multiplatform-diff-js) breaks tests on Kotlin JS: tests don't see serializations for @Serializable classes
Tested locally, kotlin 1.9.20 (which comes from
io.github.petertrr:kotlin-multiplatform-diff-js) breaks tests on Kotlin JS: tests don't see serializations for@Serializableclasses
tested locally, migration to kotlin("multiplatform") doesn't help
Edited/Blocked Notification
Renovate 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.