chore(deps): Update patch-release dependency changes#13
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): Update patch-release dependency changes#13renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
cc7663c to
02e2f30
Compare
4cc943d to
2d18ada
Compare
2d18ada to
918dfac
Compare
6b1fe08 to
41305a0
Compare
f28768c to
e70d7ae
Compare
e2a7a24 to
1cfa7f3
Compare
1cfa7f3 to
21cceec
Compare
21cceec to
fe0efe5
Compare
fe0efe5 to
83f5347
Compare
83f5347 to
cdba8f5
Compare
682b4bb to
3c23997
Compare
3c23997 to
0129eb6
Compare
9e562fa to
f1f9323
Compare
28fde46 to
e0b9866
Compare
e0b9866 to
be434b0
Compare
be434b0 to
6cd4de6
Compare
6cd4de6 to
bff0bd7
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
4.2.0-SNAPSHOT→4.2.04.2.0-SNAPSHOT→4.2.04.2.0-SNAPSHOT→4.2.00.0.3→0.0.90.0.3→0.0.91.9.21→1.9.251.9.21→1.9.252.0.9→2.0.175.1.1→5.1.4Release Notes
SpongePowered/Configurate (org.spongepowered:configurate-extra-kotlin)
v4.2.0: Configurate v4.2.0Compare Source
At long last, Configurate 4.2.0 is here. This release offers a variety of smaller features and fixes, please see below for a full listing. Thank you for your patience -- hopefully we have some bigger things to offer in the near future.
(you didn't see any mistakes in the publishing of this release)
what's changed
core
06c4e3c- Fix list value cannot be de-serialized (#421)2ed493f- fix(core): Pass through exceptions from TypeSerializers621e791- fix(core): Be stricter about implicitly creating list nodes169bbdc- feat(core): Add TypeSerializer for Optional8c35fd3- core: Add new PatternFlags annotation to modify the Pattern serializer0edfdcf- core: Box when setting values with a Typeb448919- core: Correct documentation on BooleanSerializer for 4.0.0 changes48dd2c8- core: Allow type serializers to work with annotated types (#296)66092f4- core: Add an object discoverer for only instantiable objects255c724- core: Allow building empty transformationsea956f5- core: Add support for object mapper post-processing (#294)1333c96- Add a LoaderOptionSource to configure loaders (#215)3c48e84- core: Handle interaction of implicit initialization and default valuesb8df03e- core: Actually stop trying to write files when successful49575dd- core: Correct javadoc in ConfigurationOptions for implicit init optionfa4ccd1- Fix getString serialization. (#245)1392ef7- Remove some erroneous nullable annotations from ConfigurationNode (#217)hocon
41dc9e4- fix(hocon): out of bounds exception with empty comment line (#451)458466c- hocon: fix round-tripping of extraneous comment indent (#449)4d58ce3- hocon: Add option for indent level (#448)53201ee- hocon: setup vendor project, remove config sorting on write and use order preserving collections (#446)yaml
f8bb158- yaml: Move to bundled patched copy of SnakeYAML5e745c3- fix(snakeyaml): Avoid emitting unnecessary whitespace with commentsextra-kotlin
3ad6a69- Add Kotlin extensions and helpers around ObjectMapper and Processors (#409)extra-dfu4
859aec5- extra-dfu4: Add cross-compatibility with SLF4J-using versions of DFUtooling changes
352310e- build: Publish javadoc to Sponge-wide indexa9becef- build: Fix aggregate javadoc exclusions (#205)New Contributors
Full Changelog: SpongePowered/Configurate@4.1.2...4.2.0
jpenilla/gremlin (xyz.jpenilla:gremlin-runtime)
v0.0.9: 0.0.9v0.0.8: 0.0.8v0.0.7: 0.0.7v0.0.6: 0.0.60.0.6
v0.0.5: 0.0.50.0.5
v0.0.4: 0.0.40.0.4
JetBrains/kotlin (org.jetbrains.kotlin:kotlin-stdlib-jdk8)
v1.9.25: Kotlin 1.9.25Note: This is a technical release for IntelliJ IDEA.
Changelog
Tools. JPS
KT-69204Generate lookups in dumb mode for compatibility with ref indexv1.9.24: 1.9.24Changelog
Backend. Wasm
KT-64890K/Wasm compiler crash with external class and KodeinCompiler
KT-65235JDK 21 might lead to change in overloads resolutionKT-66768K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast callNative
KT-67218Native: nested classes in kx.serialization ProtoBuf produce empty array for release binaryTools. Gradle
KT-67139Build reports can be overriddenKT-67138Json report is empty for incremental compilationTools. Gradle. Multiplatform
KT-67127KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machinesKT-66514Don't get output file from Cinterop task for IDE Import if host os doesn't support itTools. JPS
KT-65043JPS dumb mode should respect maps needed for the compilerTools. Wasm
KT-67785Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymoreKT-65864K/Wasm: update Node.js to 22.xv1.9.23: Kotlin 1.9.231.9.23
Apple Ecosystem
KT-65542Cinterop tasks fails if Xcode 15.3 is usedBackend. Wasm
KT-64486Kotlin/Wasm/WASI exported function callback for coroutines supportCompiler
KT-53478Could not load moduleKT-66044JDK's new API is used over Kotlin's SDK functionsKT-64640Prevent mutating SequenceCollection methods from JDK 21 be available on read-only collectionsKT-65441K1: Remove JDK 21 getFirst()/getLast() in (Mutable)List interfacesKT-65634K/N: data race during monolithic cache creationKT-53109CompilationErrorException generateUnboundSymbolsAsDependencies with builder inference and lambdasKT-52757Type inference for builders fails if inferred from a functionTools. Gradle
KT-65792Add JSON build reportKT-65091Update compiler metrics in build reportsKT-62490KGP dropping resource directoriesTools. Gradle. JS
KT-64119K/JS: Migrate package manager from Yarn onto NPMKT-64561K/JS tests are not executed after upgrade to 1.9.22Tools. Gradle. Multiplatform
KT-65954commonTest dependencies affect commoMainMetadata compilationTools. Gradle. Native
KT-64573Default value forproduceUnpackedKlibwas not providedv1.9.22: Kotlin 1.9.22Changelog
JavaScript
KT-63719KJS: Test results ignored for ES module kindKT-63808compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformersNative
KT-64139Weird bug with while and coroutine in Kotlin NativeKT-63471linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_depsKT-63789Native: Incremental compilation problem with composeTools. CLI
KT-64485CLI: cache and optimize parsing of command-line argumentsTools. Gradle
KT-63990"Cannot query the value of property 'buildFlowServiceProperty' because it has no value available" with Isolated ProjectsTools. Gradle. Native
KT-63363Kotlin Gradle Plugin:KotlinNativeHostSpecificMetadataArtifactbreaks configuration cache, implicitly includes output file as configuration cache inputKT-63742Gradle wrongly caches Kotlin/Native compiler flagsTools. JPS
KT-64305Kotlin JPS builder requests chunk rebuild with graph implementationKT-64112Avoid using IJ's JPS mappings in Kotlin JPS testsKT-63799Make plugin classpath serialization path agnosticChecksums
oshai/kotlin-logging (io.github.oshai:kotlin-logging-jvm)
v5.1.4Compare Source
What's Changed
Full Changelog: oshai/kotlin-logging@5.1.1...5.1.4
Configuration
📅 Schedule: Branch creation - "after 2am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.