Skip to content

fix(deps-dev): bump phpstan/phpstan from 2.1.54 to 2.1.55 in /plugins/wp-graphql in the wp-graphql-composer-dev-minor-patch group#3874

Merged
jasonbahl merged 6 commits into
mainfrom
dependabot/composer/plugins/wp-graphql/wp-graphql-composer-dev-minor-patch-c7fafcd994
Jun 18, 2026
Merged

fix(deps-dev): bump phpstan/phpstan from 2.1.54 to 2.1.55 in /plugins/wp-graphql in the wp-graphql-composer-dev-minor-patch group#3874
jasonbahl merged 6 commits into
mainfrom
dependabot/composer/plugins/wp-graphql/wp-graphql-composer-dev-minor-patch-c7fafcd994

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-version: 2.1.55
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: wp-graphql-composer-dev-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 1, 2026
@vercel

vercel Bot commented Jun 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
wpgraphql-com Skipped Skipped Jun 18, 2026 3:44pm

@jasonbahl jasonbahl enabled auto-merge (squash) June 3, 2026 18:21
@codecov

codecov Bot commented Jun 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.6%. Comparing base (b8f6405) to head (99b4d35).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##              main   #3874   +/-   ##
=======================================
  Coverage     83.6%   83.6%           
  Complexity    5330    5330           
=======================================
  Files          286     286           
  Lines        22848   22848           
=======================================
  Hits         19096   19096           
  Misses        3752    3752           
Flag Coverage Δ
wp-graphql-acf-wpunit-twentytwentyfive-single 77.5% <ø> (ø)
wp-graphql-wpunit-twentytwentyfive-multisite 84.6% <ø> (ø)
wp-graphql-wpunit-twentytwentyfive-single 84.6% <ø> (ø)
wp-graphql-wpunit-twentytwentyone-multisite 84.6% <ø> (ø)
wp-graphql-wpunit-twentytwentyone-single 84.6% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
plugins/wp-graphql/src/Registry/TypeRegistry.php 93.7% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

jasonbahl
jasonbahl previously approved these changes Jun 15, 2026
…iers

PHPStan 2.1.55 narrows non_null()'s parameter to NullableType&Type. The
non_null branch in setup_type_modifiers had a malformed @var annotation
(missing $) that left the inner type as TypeDef (NamedType&Type), which is
not guaranteed nullable. Annotate the inner type as NullableType&Type to
match what non_null() requires.
@jasonbahl jasonbahl merged commit cfeff25 into main Jun 18, 2026
63 of 64 checks passed
@jasonbahl jasonbahl deleted the dependabot/composer/plugins/wp-graphql/wp-graphql-composer-dev-minor-patch-c7fafcd994 branch June 18, 2026 16:00
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 php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant