generated from MacroPower/go_template
-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update module github.com/google/jsonschema-go to v0.3.0 #154
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
Open
botty-mcbottington
wants to merge
2
commits into
main
Choose a base branch
from
renovate/github.com-google-jsonschema-go-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix(deps): update module github.com/google/jsonschema-go to v0.3.0 #154
botty-mcbottington
wants to merge
2
commits into
main
from
renovate/github.com-google-jsonschema-go-0.x
Conversation
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
❌ 8 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
ebf7f0b to
3466afb
Compare
05bdc81 to
1e0a650
Compare
6080055 to
51c0625
Compare
2c4559f to
8b4dc38
Compare
8c4b632 to
c75d5f5
Compare
f44c9c0 to
1968fa8
Compare
f13c751 to
5c75b42
Compare
c7f8c27 to
6cc48d4
Compare
0c4e475 to
83644ba
Compare
fb39903 to
9b1ab30
Compare
Validation errors were sometimes pointing to the wrong line number. For a path like $.profiles.helm, the error pointed to the first child property's value (e.g. the `source` value) instead of the parent key (in this case `helm:`). This happened because getTokenFromPath was returning the VALUE node's token rather than the KEY token.
9b1ab30 to
15c45bb
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.
This PR contains the following updates:
v0.2.3->v0.3.0Release Notes
google/jsonschema-go (github.com/google/jsonschema-go)
v0.3.0Compare Source
Breaking Changes
The key of
ForOptions.TypeSchemasis nowreflect.Typeinstead ofany, because some types can't be map keys.Validating structs directly cannot be done in general, so the ability to do so has been removed. See #23.
What's Changed
Full Changelog: google/jsonschema-go@v0.2.3...v0.3.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.