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 7 updates #913

Merged
merged 1 commit into from
May 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2024

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: go-playground/validator@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: k1LoW/bufresolv@v0.6.2...v0.6.3

v0.6.2

Full Changelog: k1LoW/bufresolv@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: k1LoW/grpcstub@v0.21.0...v0.22.0

v0.21.0

What's Changed

Breaking Changes 🛠

Full Changelog: k1LoW/grpcstub@v0.20.0...v0.21.0

v0.20.0

What's Changed

Breaking Changes 🛠

Full Changelog: k1LoW/grpcstub@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: k1LoW/httpstub@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 <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

Bumps the dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.19.0` | `10.20.0` |
| [github.com/k1LoW/bufresolv](https://github.com/k1LoW/bufresolv) | `0.6.1` | `0.6.3` |
| [github.com/k1LoW/grpcstub](https://github.com/k1LoW/grpcstub) | `0.19.0` | `0.22.0` |
| [github.com/k1LoW/httpstub](https://github.com/k1LoW/httpstub) | `0.16.0` | `0.16.1` |
| [github.com/pb33f/libopenapi](https://github.com/pb33f/libopenapi) | `0.16.2` | `0.16.5` |
| [github.com/pb33f/libopenapi-validator](https://github.com/pb33f/libopenapi-validator) | `0.0.51` | `0.0.55` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.29.8` | `1.29.9` |


Updates `github.com/go-playground/validator/v10` from 10.19.0 to 10.20.0
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](go-playground/validator@v10.19.0...v10.20.0)

Updates `github.com/k1LoW/bufresolv` from 0.6.1 to 0.6.3
- [Release notes](https://github.com/k1LoW/bufresolv/releases)
- [Changelog](https://github.com/k1LoW/bufresolv/blob/main/CHANGELOG.md)
- [Commits](k1LoW/bufresolv@v0.6.1...v0.6.3)

Updates `github.com/k1LoW/grpcstub` from 0.19.0 to 0.22.0
- [Release notes](https://github.com/k1LoW/grpcstub/releases)
- [Changelog](https://github.com/k1LoW/grpcstub/blob/main/CHANGELOG.md)
- [Commits](k1LoW/grpcstub@v0.19.0...v0.22.0)

Updates `github.com/k1LoW/httpstub` from 0.16.0 to 0.16.1
- [Release notes](https://github.com/k1LoW/httpstub/releases)
- [Changelog](https://github.com/k1LoW/httpstub/blob/main/CHANGELOG.md)
- [Commits](k1LoW/httpstub@v0.16.0...v0.16.1)

Updates `github.com/pb33f/libopenapi` from 0.16.2 to 0.16.5
- [Release notes](https://github.com/pb33f/libopenapi/releases)
- [Commits](pb33f/libopenapi@v0.16.2...v0.16.5)

Updates `github.com/pb33f/libopenapi-validator` from 0.0.51 to 0.0.55
- [Release notes](https://github.com/pb33f/libopenapi-validator/releases)
- [Commits](pb33f/libopenapi-validator@v0.0.51...v0.0.55)

Updates `modernc.org/sqlite` from 1.29.8 to 1.29.9
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.29.8...v1.29.9)

---
updated-dependencies:
- dependency-name: github.com/go-playground/validator/v10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/bufresolv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/grpcstub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/httpstub
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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-patch
  dependency-group: dependencies
- dependency-name: modernc.org/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 5, 2024
@k1LoW k1LoW merged commit 09a6f52 into main May 6, 2024
6 checks passed
@k1LoW k1LoW deleted the dependabot/go_modules/dependencies-4f7193d89f branch May 6, 2024 01:32
@github-actions github-actions bot mentioned this pull request May 6, 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