Skip to content
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

chore(deps,cargo): update typify requirement from 0.0.12 to 0.0.13 #106

Merged
merged 1 commit into from
Jun 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2023

Updates the requirements on typify to permit the latest version.

Changelog

Sourced from typify's changelog.

== 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()

Previously all transitive consumers required the presence of rustfmt. In this version we leave formatting to the consumer. See link:README.md#formatting[the formatting section of the README] for details on formatting.

=== CLI

This version adds the cargo-typify crate for stand-alone code generation.

=== Augmented Generation

Consumers can now affect how code is generated in several ways:

  • adding derive macros to all generated types
  • modifying specific types by name to rename them or add derive macros
  • specifying a replacement type by name
  • specifying a replacement type by schema pattern

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

... (truncated)

Commits

You can trigger a rebase of this PR 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 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.12...v0.0.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 15, 2023
@mbrobbel mbrobbel merged commit b75a5b8 into main Jun 6, 2023
@dependabot dependabot bot deleted the dependabot/cargo/typify-0.0.13 branch June 6, 2023 19:57
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant