hashicorp / terraform-plugin-codegen-openapi

OpenAPI to Terraform Provider Code Generation Specification
Mozilla Public License 2.0
49 stars 9 forks source link

Bump github.com/pb33f/libopenapi from 0.16.8 to 0.16.10 #177

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps github.com/pb33f/libopenapi from 0.16.8 to 0.16.10.

Release notes

Sourced from github.com/pb33f/libopenapi's releases.

v0.16.10

No features or fixes, just adds a small nil check to upgraded lookup code in utils.

v0.16.9

Bugfixes, hardening and tuneups.

Fixes:

Adds GetKeyNode and GetRootNode methods to low level models. Useful for interfaces in downstream applications. A general tuneup in various places after hammering the library as part of a larger stack of applications.

go-yaml currently panics when trying to render the test case. So we've got to short-circuit the "empty node" to not use Encode to copy across the empty scalar node, but just set the value explicitly

Removed golang.org/ x package in favour of the std lib

@​ThomasRooney @​emilien-puget

Commits
  • 466ea32 fixed test
  • 425b25c Added a nill check to lookup.
  • c9155f7 Updated docs for NewDocument
  • 721e869 added tests for updated poly rendering
  • 84d379a added check for polymorphic types coming through as non objects
  • bdee05a Fixed JSON rendering for example object
  • c2b5871 Addressed issue with anchors and merge nodes
  • 246ad9f render examples as JSON added
  • 8506d1d updated regex for path conversions
  • efd02c9 added some method capitalization
  • 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 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)