k1LoW / runn

runn is a package/tool for running operations following a scenario.
https://runn.run
MIT License
421 stars 31 forks source link

chore(deps): bump the dependencies group with 4 updates #989

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the dependencies group with 4 updates: github.com/pb33f/libopenapi, github.com/pb33f/libopenapi-validator, github.com/samber/lo and modernc.org/sqlite.

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


Updates github.com/samber/lo from 1.44.0 to 1.45.0

Release notes

Sourced from github.com/samber/lo's releases.

v1.45.0

What's Changed

New Contributors

Full Changelog: https://github.com/samber/lo/compare/v1.44.0...v1.45.0

Commits


Updates modernc.org/sqlite from 1.30.1 to 1.30.2

Commits
  • d9a0871 revert to v1.30.1
  • 8496be5 windows adjustments /n
  • 77dde24 windows adjustments
  • 15d87fe move func_test.go into repo root
  • fea7666 WIPS
  • 9e07ba9 vendor libsqlite3@v1.5.0, support windows/386 /n
  • 13ae74f vendor libsqlite3@v1.5.0, support windows/386 /n
  • 5008296 vendor libsqlite3@v1.5.0, support windows/386 /n
  • 8353ae5 vendor libsqlite3@v1.5.0, support windows/386
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions