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): bump the dependencies group with 2 updates #61

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2024

Bumps the dependencies group with 2 updates: github.com/pb33f/libopenapi and github.com/pb33f/libopenapi-validator.

Updates 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

Updates github.com/pb33f/libopenapi-validator from 0.0.56 to 0.1.0

Release notes

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

v0.1.0

This is a breaking change release that refines some of the behavior of the library.

SetPathItem was removed from the parameter validation. It was causing race conditions.

The FindPath method no-longer performs any validation, it was a mix of concerns.

@​emilien-puget

Commits
  • 696235e pathItem as parameter to avoid race conditions
  • 8c66162 FindPath reports path and operation not found
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 14, 2024
@k1LoW
Copy link
Owner

k1LoW commented Jul 15, 2024

@dependabot rebase

Bumps the dependencies group with 2 updates: [github.com/pb33f/libopenapi](https://github.com/pb33f/libopenapi) and [github.com/pb33f/libopenapi-validator](https://github.com/pb33f/libopenapi-validator).


Updates `github.com/pb33f/libopenapi` from 0.16.8 to 0.16.10
- [Release notes](https://github.com/pb33f/libopenapi/releases)
- [Commits](pb33f/libopenapi@v0.16.8...v0.16.10)

Updates `github.com/pb33f/libopenapi-validator` from 0.0.56 to 0.1.0
- [Release notes](https://github.com/pb33f/libopenapi-validator/releases)
- [Commits](pb33f/libopenapi-validator@v0.0.56...v0.1.0)

---
updated-dependencies:
- dependency-name: github.com/pb33f/libopenapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/pb33f/libopenapi-validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/dependencies-0611196ea8 branch from 644ee2e to 0f52173 Compare July 15, 2024 08:17
@k1LoW k1LoW merged commit aea8bc1 into main Jul 15, 2024
1 check passed
@k1LoW k1LoW deleted the dependabot/go_modules/dependencies-0611196ea8 branch July 15, 2024 09:01
@github-actions github-actions bot mentioned this pull request Jul 15, 2024
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant