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

fix(deps): update module go.infratographer.com/x to v0.5.0 #232

Merged
merged 3 commits into from
Apr 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.infratographer.com/x v0.3.9 -> v0.5.0 age adoption passing confidence

Release Notes

infratographer/x (go.infratographer.com/x)

v0.5.0

Compare Source

Notes

Breaking Changes
  • echojwtx.WithKeyFuncOptions() has been replaced by echojwtx.WithHTTPClientStorageOptions() as part of the update from github.com/micahparks/keyfunc/v2 to v3.

What's Changed

Full Changelog: infratographer/x@v0.4.0...v0.5.0

v0.4.0

Compare Source

Upgrade notes

gqlgen now includes additional federation values when generating schemas. If you run into an error about federation__Policy in the schema being unknown you will need to add the following lines of code into your file that generates the schema (generally called gen_schema.go).

schema.Types["federation__Policy"].BuiltIn = false
schema.Types["federation__Scope"].BuiltIn = false

These lines will go after:

intObj := schema.Directives["interfaceObject"]
intObj.Position.Src.BuiltIn = false
schema.Types["FieldSet"].BuiltIn = false

What's Changed

New Contributors

Full Changelog: infratographer/x@v0.3.9...v0.4.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from a team as code owners April 4, 2024 20:50
Copy link
Contributor Author

renovate bot commented Apr 4, 2024

Edited/Blocked Notification

Renovate 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.

Warning: custom changes will be lost.

@mikemrm mikemrm merged commit 2696f5a into main Apr 5, 2024
5 checks passed
@mikemrm mikemrm deleted the renovate/go.infratographer.com-x-0.x branch April 5, 2024 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants