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

Bump strawberry-graphql from 0.82.1 to 0.83.4 #117

Merged
merged 1 commit into from
Oct 23, 2021

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 14, 2021

Bumps strawberry-graphql from 0.82.1 to 0.83.4.

Release notes

Sourced from strawberry-graphql's releases.

🍓 0.83.4

Add logic to convert arguments of type LazyType.

🍓 0.83.3

This release fixes a bug where passing scalars in the scalar_overrides parameter wasn't being applied consistently.

🍓 0.83.2

Pydantic fields' description are now copied to the GraphQL schema

import pydantic
import strawberry
class UserModel(pydantic.BaseModel):
age: str = pydantic.Field(..., description="Description")
@​strawberry.experimental.pydantic.type(UserModel)
class User:
age: strawberry.auto

type User {
  """Description"""
  age: String!
}

🍓 0.83.1

We now run our tests against Windows during CI!

🍓 0.83.0

Add a shortcut to merge queries, mutations. E.g.:

import strawberry
from strawberry.tools import merge_types
@​strawberry.type
class QueryA:
...
@​strawberry.type
class QueryB:
...
</tr></table>

... (truncated)

Changelog

Sourced from strawberry-graphql's changelog.

0.83.4 - 2021-10-13

Add logic to convert arguments of type LazyType.

Contributed by Luke Murray [PR #1350](strawberry-graphql/strawberry#1350)

0.83.3 - 2021-10-13

This release fixes a bug where passing scalars in the scalar_overrides parameter wasn't being applied consistently.

Contributed by Jonathan Kim [PR #1212](strawberry-graphql/strawberry#1212)

0.83.2 - 2021-10-13

Pydantic fields' description are now copied to the GraphQL schema

import pydantic
import strawberry
class UserModel(pydantic.BaseModel):
age: str = pydantic.Field(..., description="Description")
@​strawberry.experimental.pydantic.type(UserModel)
class User:
age: strawberry.auto

type User {
  """Description"""
  age: String!
}

Contributed by Guillaume Andreu Sabater [PR #1332](strawberry-graphql/strawberry#1332)

0.83.1 - 2021-10-12

We now run our tests against Windows during CI!

Contributed by Michael Ossareh [PR #1321](strawberry-graphql/strawberry#1321)

... (truncated)

Commits

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [strawberry-graphql](https://github.com/strawberry-graphql/strawberry) from 0.82.1 to 0.83.4.
- [Release notes](https://github.com/strawberry-graphql/strawberry/releases)
- [Changelog](https://github.com/strawberry-graphql/strawberry/blob/main/CHANGELOG.md)
- [Commits](strawberry-graphql/strawberry@0.82.1...0.83.4)

---
updated-dependencies:
- dependency-name: strawberry-graphql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 14, 2021
@codecov
Copy link

codecov bot commented Oct 14, 2021

Codecov Report

Merging #117 (1bf5d13) into master (c7e5bb7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #117   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           32        32           
  Lines         1124      1124           
  Branches       144       144           
=========================================
  Hits          1124      1124           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c7e5bb7...1bf5d13. Read the comment docs.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 18, 2021

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@KundaPanda KundaPanda merged commit 232e746 into master Oct 23, 2021
@dependabot dependabot bot deleted the dependabot/pip/strawberry-graphql-0.83.4 branch October 23, 2021 09:37
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant