-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update dependency strawberry-graphql-django to v0.70.1 #51
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
renovate
wants to merge
1
commit into
develop
Choose a base branch
from
renovate/strawberry-graphql-django-0.x
base: develop
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.
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
90bbc18 to
599e7de
Compare
8272e17 to
d441361
Compare
e54dc55 to
d547cf4
Compare
d547cf4 to
540644c
Compare
540644c to
eeb07cf
Compare
eeb07cf to
663b022
Compare
663b022 to
5b56e9c
Compare
5b56e9c to
e0f1f20
Compare
e0f1f20 to
b9dde91
Compare
aa3542a to
3d8ef27
Compare
3d8ef27 to
bc664f0
Compare
bc664f0 to
0b84557
Compare
0b84557 to
1c6a5a8
Compare
1c6a5a8 to
531f767
Compare
531f767 to
48d4706
Compare
48d4706 to
43fdb43
Compare
43fdb43 to
2ed3ea3
Compare
2ed3ea3 to
1346efc
Compare
1346efc to
f732d6b
Compare
6eafab1 to
9fa316b
Compare
9fa316b to
aeacd0b
Compare
aeacd0b to
1080ba2
Compare
1080ba2 to
fbf8cc2
Compare
fbf8cc2 to
743eeca
Compare
743eeca to
101d7fe
Compare
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:
==0.47.1->==0.70.1Release Notes
strawberry-graphql/strawberry-django (strawberry-graphql-django)
v0.70.1: Release 0.70.1Compare Source
What's Changed
Full Changelog: strawberry-graphql/strawberry-django@v0.70.0...v0.70.1
v0.70.0: Release 0.70.0Compare Source
What's Changed
New Contributors
Full Changelog: strawberry-graphql/strawberry-django@v0.69.0...v0.70.0
v0.69.0: Release 0.69.0Compare Source
What's changed
a6b3f85)Full Changelog: strawberry-graphql/strawberry-django@v0.68.0...v0.69.0
v0.68.0: Release 0.68.0Compare Source
What's Changed
Full Changelog: strawberry-graphql/strawberry-django@v0.67.2...v0.68.0
v0.67.2: Release 0.67.2Compare Source
What's changed
ff1f016)Full Changelog: strawberry-graphql/strawberry-django@v0.67.1...v0.67.2
v0.67.1: Release 0.67.1Compare Source
What's Changed
New Contributors
Full Changelog: strawberry-graphql/strawberry-django@v0.67.0...v0.67.1
v0.67.0: Release 0.67.0Compare Source
What's Changed
Note: If you have a custom connection that defines a
resolve_connectionmethod, ensure that you have**kwargsin case you are not defining all possible keyword parameters.Full Changelog: strawberry-graphql/strawberry-django@v0.66.2...v0.67.0
v0.66.2: Release 0.66.2Compare Source
What's changed
cb9df84)Full Changelog: strawberry-graphql/strawberry-django@v0.66.1...v0.66.2
v0.66.1: Release 0.66.1Compare Source
What's Changed
Full Changelog: strawberry-graphql/strawberry-django@v0.66.0...v0.66.1
v0.66.0: Release 0.66.0Compare Source
What's Changed
Full Changelog: strawberry-graphql/strawberry-django@v0.65.1...v0.66.0
v0.65.1: Release 0.65.1Compare Source
What's changed
a353b4f)Full Changelog: strawberry-graphql/strawberry-django@v0.65.0...v0.65.1
v0.65.0: Release 0.65.0Compare Source
What's Changed
Full Changelog: strawberry-graphql/strawberry-django@v0.64.0...v0.65.0
v0.64.0: Release 0.64.0Compare Source
What's changed
Full Changelog: strawberry-graphql/strawberry-django@v0.63.0...v0.64.0
v0.63.0: Release 0.63.0Compare Source
What's Changed
New Contributors
Full Changelog: strawberry-graphql/strawberry-django@v0.62.0...v0.63.0
v0.62.0: Release 0.62.0Compare Source
What's Changed
New Contributors
Full Changelog: strawberry-graphql/strawberry-django@v0.61.0...v0.62.0
v0.61.0: Release 0.61.0Compare Source
What's Changed
Full Changelog: strawberry-graphql/strawberry-django@v0.60.0...v0.61.0
v0.60.0: Release 0.60.0Compare Source
What's Changed
django_resolver(...)to ensure appropriate async/sync context by @axieum in #746New Contributors
Full Changelog: strawberry-graphql/strawberry-django@v0.59.1...v0.60.0
v0.59.1: Release 0.59.1Compare Source
What's Changed
Full Changelog: strawberry-graphql/strawberry-django@v0.59.0...v0.59.1
v0.59.0: Release 0.59.0Compare Source
Highlights
This release brings some very interesting features, thanks to @diesieben07 🍓
@​strawberry_django.order_type. This type uses a list for specifying ordering criteria instead of an object, making it easier and more flexible to apply multiple orderings, ensuring they will keep their order. Check the ordering docs for more info on how to use itDjangoCursorConnectiontype. Check the relay docs for more info on how to use itAlso, to maintain consistency across the codebase, we have renamed several classes and functions. The old names are still available for import and use, making this a non-breaking change, but they are marked as deprecated and will eventually be removed in the future. The renames are as follows:
ListConnectionWithTotalCountgot renamed toDjangoListConnectionstrawberry_django.filtergot renamed tostrawberry_django.filter_typeWhat's Changed
New Contributors
Full Changelog: strawberry-graphql/strawberry-django@v0.58.0...v0.59.0
v0.58.0: Release 0.58.0Compare Source
What's Changed
Full Changelog: strawberry-graphql/strawberry-django@v0.57.1...v0.58.0
v0.57.1: Release 0.57.1Compare Source
What's Changed
Full Changelog: strawberry-graphql/strawberry-django@v0.57.0...v0.57.1
v0.57.0: Release 0.57.0Compare Source
What's Changed
Full Changelog: strawberry-graphql/strawberry-django@v0.56.0...v0.57.0
v0.56.0: Release 0.56.0Compare Source
What's Changed
Geometrytype by @shmoon-kr in #709New Contributors
Full Changelog: strawberry-graphql/strawberry-django@v0.55.2...v0.56.0
v0.55.2: Release 0.55.2Compare Source
What's Changed
django-tree-queriesdependency to dev (it was wrongly added to main dependencies) (fec457e)Full Changelog: strawberry-graphql/strawberry-django@v0.55.1...v0.55.2
v0.55.1: Release 0.55.1Compare Source
What's Changed
New Contributors
Full Changelog: strawberry-graphql/strawberry-django@v0.55.0...v0.55.1
v0.55.0: Release 0.55.0Compare Source
What's Changed
Full Changelog: strawberry-graphql/strawberry-django@v0.54.0...v0.55.0
v0.54.0: Release 0.54.0Compare Source
What's Changed
Full Changelog: strawberry-graphql/strawberry-django@v0.53.3...v0.54.0
v0.53.3: Release 0.53.3Compare Source
What's changed
06f62c7)Full Changelog: strawberry-graphql/strawberry-django@v0.53.2...v0.53.3
v0.53.2: Release 0.53.2Compare Source
What's Changed
Full Changelog: strawberry-graphql/strawberry-django@v0.53.1...v0.53.2
v0.53.1: Release 0.53.1Compare Source
What's Changed
Full Changelog: strawberry-graphql/strawberry-django@v0.53.0...v0.53.1
v0.53.0: Release 0.53.0Compare Source
What's Changed
full_clean()by @philipstarkey in #659New Contributors
Full Changelog: strawberry-graphql/strawberry-django@v0.52.1...v0.53.0
v0.52.1: Release 0.52.1Compare Source
What's Changed
New Contributors
Full Changelog: strawberry-graphql/strawberry-django@v0.52.0...v0.52.1
v0.52.0: Release 0.52.0Compare Source
What's Changed
PAGINATION_DEFAULT_LIMITwhen limit is not provided by @bellini666 in #673Full Changelog: strawberry-graphql/strawberry-django@v0.51.0...v0.52.0
v0.51.0: Release 0.51.0Compare Source
What's Changed
New Contributors
Full Changelog: strawberry-graphql/strawberry-django@v0.50.0...v0.51.0
v0.50.0: Release 0.50.0Compare Source
What's Changed
New Contributors
Full Changelog: strawberry-graphql/strawberry-django@v0.49.1...v0.50.0
v0.49.1: Release 0.49.1Compare Source
What's Changed
Full Changelog: strawberry-graphql/strawberry-django@v0.49.0...v0.49.1
v0.49.0: Release 0.49.0Compare Source
What's Changed
New Contributors
Full Changelog: strawberry-graphql/strawberry-django@v0.48.0...v0.49.0
v0.48.0: Release 0.48.0Compare Source
What's Changed
ListInput[NodeInputPartial]toListInput[NodeInput]by @SupImDos in #630Full Changelog: strawberry-graphql/strawberry-django@v0.47.2...v0.48.0
v0.47.2: Release 0.47.2Compare Source
What's Changed
has_next_pageinresolve_connection_from_cacheby @SupImDos in #622New Contributors
Full Changelog: strawberry-graphql/strawberry-django@v0.47.1...v0.47.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.