Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Bump dev.forkhandles:result4k from 2.12.2.0 to 2.18.0.1 #615

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 11, 2024

Bumps dev.forkhandles:result4k from 2.12.2.0 to 2.18.0.1.

Changelog

Sourced from dev.forkhandles:result4k's changelog.

v2.18.0.1

  • data4k [Fix] Problem with deserialisation of numeric value types (due to int/long coercion by Jackson

v2.18.0.0

  • data4k Make DataContainer contents mutable as chaining does not work otherwise.
  • data4k Added updateWith() method to DataContainer to allow making a update of objects with an updated field

v2.17.0.0

  • data4k [Possible Break] DataContainers make a copy of their content data on construction.
  • data4k Added copy() method to DataContainer to allow making a copy of objects with an updated field

v2.16.1.0

  • data4k Finalise methods (should have been non-open)

v2.16.0.1

  • data4k Fix serialisation of booleans.

v2.16.0.0

  • data4k [Unlikely Break] : Better support for values4k tiny types - we use the correct representation as per the show method if there is a non-primitive datatype underneath the covers.

v2.15.2.0

  • all : Upgrade of dependencies and gradle. Convert build to kotlin.

v2.15.1.0

  • data4k : Rename methods for consistency. Old methods have been deprecated.

v2.15.0.1

  • state4k : Remove errant system out

v2.15.0.0

  • all : Upgrade of dependencies and gradle.
  • state4k : [Breaking change] Migrated to new construction mechanic. We now define sent commands with onEnter(commands) and these are defined on the state itself. This allows for a more consistent way of defining state transitions.

v2.14.1.0

  • result4k : Add resultFromCatching to catch some (but not all!) exceptions and turn them into a Result4k H/T @​MarcusDunn

v2.14.0.0

  • all : Upgrade of dependencies, including Kotlin to 1.9.23
  • data4k : Add ability to declare child data-type fields (eg. JsonNode or submap) with data() and optionalData()
  • data4k : [Breaking] Renamed content() to unwrap().

v2.13.1.0

  • all : Upgrade of dependencies
  • state4k : [New module] Simple state machine modelling

v2.13.0.0

  • data4k : Tidying up of Metadatum interfaces

v2.12.4.0

  • data4k : Support for Property metadata being stored against properties

... (truncated)

Commits
  • 6ec09be Release 2.18.0.1
  • 114d40a Fix problem with deserialisation of numeric value types (due to int/long coer...
  • 73e10cc update test to use long instead of int - try to replicate bug for parsing lon...
  • 9d3bc3f migrate properties
  • 44cd64b Use primary constructor instead of trying to get the first one by force
  • 950f8b0 Release 2.18.0.0
  • f15f51c Undo changes to mutability as the original implementation of MapBacked was br...
  • 2ba5428 Release 2.17.0.0
  • b3952fc Add copy() to Data4k, and nodes now all make a copy of their underlying data ...
  • 21abe80 Release 2.16.1.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dev.forkhandles:result4k](https://github.com/fork-handles/forkhandles) from 2.12.2.0 to 2.18.0.1.
- [Changelog](https://github.com/fork-handles/forkhandles/blob/trunk/CHANGELOG.md)
- [Commits](fork-handles/forkhandles@2.12.2.0...2.18.0.1)

---
updated-dependencies:
- dependency-name: dev.forkhandles:result4k
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 6, 2024

Superseded by #623.

@dependabot dependabot bot closed this Jul 6, 2024
@dependabot dependabot bot deleted the dependabot/gradle/dev.forkhandles-result4k-2.18.0.1 branch July 6, 2024 14:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants