fix(deps): bump the go-minor-patch group across 1 directory with 2 updates - #236
Open
dependabot[bot] wants to merge 1 commit into
Open
fix(deps): bump the go-minor-patch group across 1 directory with 2 updates#236dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…dates Bumps the go-minor-patch group with 2 updates in the / directory: [github.com/blackwell-systems/gcf-go](https://github.com/blackwell-systems/gcf-go) and [github.com/santhosh-tekuri/jsonschema/v6](https://github.com/santhosh-tekuri/jsonschema). Updates `github.com/blackwell-systems/gcf-go` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/blackwell-systems/gcf-go/releases) - [Changelog](https://github.com/blackwell-systems/gcf-go/blob/main/CHANGELOG.md) - [Commits](blackwell-systems/gcf-go@v1.5.0...v1.5.1) Updates `github.com/santhosh-tekuri/jsonschema/v6` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/santhosh-tekuri/jsonschema/releases) - [Commits](santhosh-tekuri/jsonschema@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: github.com/blackwell-systems/gcf-go dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-minor-patch - dependency-name: github.com/santhosh-tekuri/jsonschema/v6 dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
AssigneesThe following users could not be added as assignees: LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
📊 Test Coverage ReportCurrent Coverage: Coverage Change: ✅ No change Coverage by Package
📋 Detailed Coverage by Function (click to expand)
Generated by GitHub Actions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-minor-patch group with 2 updates in the / directory: github.com/blackwell-systems/gcf-go and github.com/santhosh-tekuri/jsonschema/v6.
Updates
github.com/blackwell-systems/gcf-gofrom 1.5.0 to 1.5.1Release notes
Sourced from github.com/blackwell-systems/gcf-go's releases.
Changelog
Sourced from github.com/blackwell-systems/gcf-go's changelog.
Commits
0a0d42dFix EncodeGeneric normalization of native Go container types (#2)e3991b5readme: place social-preview diagram below the introab986dfreadme: use new GCF hero diagram + main-repo-style badge row83f4c9edocs(readme): lead with the compounding lede and four-way wedge; refresh numbers0dd8964docs: sync README spec/version footer to v3.4.1 (SDKs v2.4.0, Go v1.5.0)Updates
github.com/santhosh-tekuri/jsonschema/v6from 6.0.2 to 6.0.3Release notes
Sourced from github.com/santhosh-tekuri/jsonschema/v6's releases.
Commits
b0fc661ci: upgrade golangci/golangci-lint-action from v4 to v63d8c98fci: upgrade actions/setup-go from v3 to v6b0cc7abci: upgrade actions/checkout from v3 to v74bdda86validator/fix: empty instLocation for propetyNames and contentSchema833329dfix/typo: fix type in error message180cde3misc: remove vim swap file (#254)1a20556validator/items: fix instanceLocationcfca0e3validator: check invalid floats NaN/Inf (#249)befd2c1validator/additionalItems: fix instanceLocation (#253)dfcec1cformat/email: add closing quote check (#251)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsSummary by cubic
Update
github.com/blackwell-systems/gcf-goandgithub.com/santhosh-tekuri/jsonschema/v6to latest patches to fix nested container encoding and improve JSON Schema validation accuracy. Improves error locations, validation correctness, and handling of edge cases.github.com/blackwell-systems/gcf-go→ 1.5.1 — FixesEncodeGenericnormalization for nested native containers (e.g., []map[string]any).github.com/santhosh-tekuri/jsonschema/v6→ 6.0.3 — Fixes instanceLocation, NaN/Inf checks, email closing quote; adds ref-like property in custom vocab.Written for commit afe2188. Summary will update on new commits.