k1LoW / runn

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

chore(deps): bump the dependencies group with 7 updates #913

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the dependencies group with 7 updates:

Package From To
github.com/go-playground/validator/v10 10.19.0 10.20.0
github.com/k1LoW/bufresolv 0.6.1 0.6.3
github.com/k1LoW/grpcstub 0.19.0 0.22.0
github.com/k1LoW/httpstub 0.16.0 0.16.1
github.com/pb33f/libopenapi 0.16.2 0.16.5
github.com/pb33f/libopenapi-validator 0.0.51 0.0.55
modernc.org/sqlite 1.29.8 1.29.9

Updates github.com/go-playground/validator/v10 from 10.19.0 to 10.20.0

Release notes

Sourced from github.com/go-playground/validator/v10's releases.

Release 10.20.0

What's Changed

New Contributors

Full Changelog: https://github.com/go-playground/validator/compare/v10.19.0...v10.20.0

Commits


Updates github.com/k1LoW/bufresolv from 0.6.1 to 0.6.3

Release notes

Sourced from github.com/k1LoW/bufresolv's releases.

v0.6.3

Full Changelog: https://github.com/k1LoW/bufresolv/compare/v0.6.2...v0.6.3

v0.6.2

Full Changelog: https://github.com/k1LoW/bufresolv/compare/v0.6.1...v0.6.2

Changelog

Sourced from github.com/k1LoW/bufresolv's changelog.

v0.6.3 - 2024-05-05

v0.6.2 - 2024-05-04

Commits


Updates github.com/k1LoW/grpcstub from 0.19.0 to 0.22.0

Release notes

Sourced from github.com/k1LoW/grpcstub's releases.

v0.22.0

What's Changed

Breaking Changes 🛠

Full Changelog: https://github.com/k1LoW/grpcstub/compare/v0.21.0...v0.22.0

v0.21.0

What's Changed

Breaking Changes 🛠

Full Changelog: https://github.com/k1LoW/grpcstub/compare/v0.20.0...v0.21.0

v0.20.0

What's Changed

Breaking Changes 🛠

Full Changelog: https://github.com/k1LoW/grpcstub/compare/v0.19.0...v0.20.0

Changelog

Sourced from github.com/k1LoW/grpcstub's changelog.

v0.22.0 - 2024-05-04

Breaking Changes 🛠

v0.21.0 - 2024-05-04

Breaking Changes 🛠

v0.20.0 - 2024-05-04

Breaking Changes 🛠

Commits
  • 4712365 Merge pull request #88 from k1LoW/tagpr-from-v0.21.0
  • d5cc5be [tagpr] update CHANGELOG.md
  • ea4a271 [tagpr] prepare for the next release
  • 779de59 Merge pull request #89 from k1LoW/organize-options
  • e396044 Organize options
  • edd8ba4 bonsai
  • 8ba0fbe Merge pull request #86 from k1LoW/tagpr-from-v0.20.0
  • 068dbb4 [tagpr] update CHANGELOG.md
  • 5a4d66f [tagpr] prepare for the next release
  • a645711 Merge pull request #87 from k1LoW/change-iface
  • Additional commits viewable in compare view


Updates github.com/k1LoW/httpstub from 0.16.0 to 0.16.1

Release notes

Sourced from github.com/k1LoW/httpstub's releases.

v0.16.1

What's Changed

Other Changes

Full Changelog: https://github.com/k1LoW/httpstub/compare/v0.16.0...v0.16.1

Changelog

Sourced from github.com/k1LoW/httpstub's changelog.

v0.16.1 - 2024-04-29

Other Changes

Commits
  • b7f310f Merge pull request #50 from k1LoW/tagpr-from-v0.16.0
  • 9909641 [tagpr] update CHANGELOG.md
  • 7b4c12f [tagpr] prepare for the next release
  • 2fdb0b3 Merge pull request #49 from k1LoW/dependabot/go_modules/dependencies-0162820171
  • a3cc5f8 chore(deps): bump github.com/pb33f/libopenapi-validator
  • See full diff in compare view


Updates github.com/pb33f/libopenapi from 0.16.2 to 0.16.5

Release notes

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

v0.16.5

  • Adds support for rendering examples when they are nested in items (array) based schemas
  • Adds support for non-standard bigint and standard decimal formats when rendering schemas.
  • Adds better support for rendering single or multi examples.

v0.16.4

Fixes a regression in the index where examples were being indexed as schemas.

@​TristanSpeakEasy

v0.16.3

Fixes a panic when mis-using a reference. No new features.

Commits
  • 8a1d3ae more test coverage and filling gaps on schema renderer
  • 7f945e3 tuning example rendering
  • 2464753 Adding more schema rendering tests
  • f636dc9 Added support for decimal and bigint format schema rendering
  • 2999542 Added item example rendering to schema renderer
  • 9d1ca6f fix: issue-280 Index.GetAllSchemas() regression in values returned
  • 7e86e99 Fix panic when ref is mis-used
  • See full diff in compare view


Updates github.com/pb33f/libopenapi-validator from 0.0.51 to 0.0.55

Release notes

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

v0.0.55

Adds a new synchronous version of ValidateHttpRequest called ValidateHttpRequestSync

pb33f/libopenapi-validator#79

@​commoddity

v0.0.54

Fixes an issue with parameter schema validation was not rendering inline, so $ref values were not being resolved correctly.

Also bumps libopenapi version.

v0.0.53

Fixes issue with body validation.

v0.0.52

Fixes an issue with path param validation that didn't pass through the rendered schema with the validation error.

Also added in a couple of nil pointer exception catches and bumped deps.

No new features.

Commits
  • 6a51b95 fix: remove debug log
  • ab13cf1 fix: add TestNewValidator_ValidateHttpRequestSync_ValidPostSimpleSchema_Found...
  • e73b5cb fix: add ValidateHttpRequestSync method for synschronous validation (#1)
  • 3c54b78 bumped libopenapi
  • a381da8 Ensure schema is rendered inline
  • 6b93301 Addressed issue #75
  • 7e5d6b3 bumped deps
  • 0e6b74d cleaned up panic in path params when schema is missing
  • b29caff added schema render to path path param validation
  • 67d7414 bumped deps
  • See full diff in compare view


Updates modernc.org/sqlite from 1.29.8 to 1.29.9

Commits
  • fed279c Merge branch 'begin-use-context' into 'master'
  • 5bcefd1 use passed context in BeginTx
  • ab5c380 remove all traces of mattn/go-sqlite3
  • 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