Skip to content

build(deps): Update typify requirement from 0.0.14 to 0.0.15#9

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/typify-0.0.15
Open

build(deps): Update typify requirement from 0.0.14 to 0.0.15#9
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/typify-0.0.15

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Updates the requirements on typify to permit the latest version.

Changelog

Sourced from typify's changelog.

== 0.0.15 (released 2023-12-15)

  • Improvements to array merging and mutual exclusivity checks (#412)
  • Support for 32-bit floating-point numbers (#440)
  • Better handling for unsatisfiable merged schemas (#447)
  • Show original JSON Schema in generated type docs (#454)

oxidecomputer/typify@v0.0.14\...v0.0.15[Full list of commits]

== 0.0.14 (released 2023-09-25)

  • Handle arbitrary containment cycles (#300)
  • More permissive of valid (if useless) schema constructions (#306, #320)
  • Much better handling of allOf constructions by merging schemas (#405)
  • Support for more not subschemas (#410)

oxidecomputer/typify@v0.0.13\...v0.0.14[Full list of commits]

== 0.0.13 (released 2023-05-14)

  • Fixed-length, single-type arrays to [T; N] (#286)
  • Support for reflexive schemas (#292)
  • Much improved support for multi-type schemas (#291)
  • Better error messages on failures

oxidecomputer/typify@v0.0.12\...v0.0.13[Full list of commits]

== 0.0.12 (released 2023-05-03)

  • Improved enum generation (#270)
  • Improved integer type selection based on number criteria (#255)
  • TypeSpace::add_root_schema() (#236)
  • ... and many general improvements

oxidecomputer/typify@v0.0.11\...v0.0.12[Full list of commits]

== 0.0.11 (released 2023-03-18)

This is a big update with many, many changes to code generation, and many more JSON schema structures well-handled. Among the many changes:

  • Generate a ToString impl for untagged enums with trivial variants (#145)
  • Allow conversion overrides by specifying a schema (#155)
  • Handle untyped enums that contain nulls (#167)
  • Handle not schemas for enumerated values (#168)
  • Improve generated code for FromStr and TryFrom impls (#174)
  • Handle format specifiers for enumerated strings (#188)

=== Breaking: The removal of TypeSpace::to_string()

... (truncated)

Commits

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)

Updates the requirements on [typify](https://github.com/oxidecomputer/typify) to permit the latest version.
- [Changelog](https://github.com/oxidecomputer/typify/blob/main/CHANGELOG.adoc)
- [Commits](oxidecomputer/typify@v0.0.14...v0.0.15)

---
updated-dependencies:
- dependency-name: typify
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants