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

Update dependency strawberry-graphql to ^0.234.0 #49

Merged
merged 1 commit into from
Jun 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
strawberry-graphql (source, changelog) ^0.233.0 -> ^0.234.0 age adoption passing confidence

Release Notes

strawberry-graphql/strawberry (strawberry-graphql)

v0.234.0

Compare Source

This release separates the relay.ListConnection logic that calculates the
slice of the nodes into a separate function.

This allows for easier reuse of that logic for other places/libraries.

The new function lives in the strawberry.relay.utils and can be used by
calling SliceMetadata.from_arguments.

This has no implications to end users.

Contributed by Thiago Bellini Ribeiro via PR #​3530

v0.233.3

Compare Source

This release fixes a typing issue where trying to type a root argument with
strawberry.Parent would fail, like in the following example:

import strawberry

@​strawberry.type
class SomeType:
    @​strawberry.field
    def hello(self, root: strawberry.Parent[str]) -> str:
        return "world"

This should now work as intended.

Contributed by Thiago Bellini Ribeiro via PR #​3529

v0.233.2

Compare Source

This release fixes an introspection issue when requesting isOneOf on built-in
scalars, like String.

Contributed by Patrick Arminio via PR #​3528


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 merged commit b214554 into main Jun 2, 2024
1 check passed
@renovate renovate bot deleted the renovate/strawberry-graphql-0.x branch June 2, 2024 22:06
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.

0 participants