Skip to content

fix(deps): update dependency strawberry-graphql-django to ^0.82.0#426

Merged
renovate[bot] merged 1 commit intodevelopfrom
dependencies/strawberry-graphql-django-0.x
Mar 15, 2026
Merged

fix(deps): update dependency strawberry-graphql-django to ^0.82.0#426
renovate[bot] merged 1 commit intodevelopfrom
dependencies/strawberry-graphql-django-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2026

This PR contains the following updates:

Package Change Age Confidence
strawberry-graphql-django ^0.80.0^0.82.0 age confidence

Release Notes

strawberry-graphql/strawberry-django (strawberry-graphql-django)

v0.82.0

Compare Source

Fix FieldExtension arguments being silently lost on StrawberryDjangoField.

When a FieldExtension appended arguments to field.arguments in its apply() method, the arguments worked with strawberry.field but silently disappeared with strawberry_django.field. This was because the mixin chain (Pagination → Ordering → Filters → Base) created a new list on every .arguments access, so .append() mutated a temporary copy.

Added a caching arguments property to StrawberryDjangoField so that the first access computes and caches the full arguments list, and subsequent accesses (including .append() from extensions) operate on the same cached list.

This release was contributed by @​bellini666 in #​892

v0.81.0

Compare Source

Fix StrFilterLookup so it can be used without a type parameter (e.g., name: StrFilterLookup | None). Previously this raised TypeError: "StrFilterLookup" is generic, but no type has been passed at schema build time.

This release was contributed by @​bellini666 in #​891


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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the 🗡️ dependencies Pull requests that update a dependency file label Mar 15, 2026
@renovate renovate bot enabled auto-merge (squash) March 15, 2026 13:52
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved automated PR

@renovate renovate bot merged commit ca9c079 into develop Mar 15, 2026
7 of 8 checks passed
@renovate renovate bot deleted the dependencies/strawberry-graphql-django-0.x branch March 15, 2026 14:05
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants