Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

chore(deps-dev): bump the composer-dev-minor-patch group across 1 directory with 2 updates#50

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/apps/wordpress/composer-dev-minor-patch-68a332a934
Open

chore(deps-dev): bump the composer-dev-minor-patch group across 1 directory with 2 updates#50
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/apps/wordpress/composer-dev-minor-patch-68a332a934

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2026

Bumps the composer-dev-minor-patch group with 2 updates in the /apps/wordpress directory: phpstan/phpstan and szepeviktor/phpstan-wordpress.

Updates phpstan/phpstan from 2.1.21 to 2.1.36

Release notes

Sourced from phpstan/phpstan's releases.

2.1.36

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

2.1.35

Bugfixes 🐛

Internals 🔍

  • RuleTestCase - sort actual and expected errors before comparing (#4790)
  • Revert "Keep errors ordering even when nodeCallback executed out of order" (#4790)
  • narrowMethodScopeFromConstructor parameter no longer needed because RuleTestCase sorts the errors (#4790)
  • Prevent unnecessary work around parametersAcceptor->getParameters() call-sites (#4792), thanks @​staabm!

2.1.34

Major new features 🚀

  • Optimized performance 🏎️
    • Caching of reflection objects and resolved PHPDocs
    • Many raw performance optimization tweaks in analyser code (thanks @​staabm!)
    • Projects typically see 25 % to 40 % faster analysis times. Please test this release and report back, we're looking forward to your numbers as well!
  • Utilization of Fibers for more precise analysis (PHP 8.1+)
    • Code like doFoo($a = 1, $a) will see better type inference for 2nd call argument.
    • When a rule hooked onto MethodCall AST node asks for $scope->getType($node->args[1]), without Fibers it gets mixed, because $scope sees the state before the method call.
    • Fibers allow PHPStan to "pause" the execution of the rule until the precise type of $node->args[1] is available in the analyser.
    • When the 2nd argument is processed, the execution of the rule is resumed and $scope->getType($node->args[1]) sees 1 as the type, not mixed.

... (truncated)

Commits
  • 2132e5e PHPStan 2.1.36
  • c96b08c One more fix for Shopsys
  • f056c3b Try similar fix for Shopsys
  • 32c3ab4 Try fix
  • 9507dde Analyse rector-downgrade-php
  • 76b7f5a Updated PHPStan to commit 76b7f5a80a14729a9813a79be681377ab4e3b55c
  • f06c4a2 Updated PHPStan to commit f06c4a2cbcf4f0e167b7fff1a3e8ab3b46bded86
  • 2605d94 Update errors identifiers
  • 02869f6 Updated PHPStan to commit 02869f6dfc93fd5672b440e270d7611945612597
  • 8bd1969 Update shipmonk/phpstan-rules
  • Additional commits viewable in compare view

Updates szepeviktor/phpstan-wordpress from 2.0.2 to 2.0.3

Release notes

Sourced from szepeviktor/phpstan-wordpress's releases.

v2.0.3

What's Changed

Full Changelog: szepeviktor/phpstan-wordpress@v2.0.2...v2.0.3

Commits
  • aa722f0 Gather assert types conditional on installed PHPStan version (#301)
  • 1cdb6d5 Add PHP 8.4 to travis config (#300)
  • 4143d06 Add slashit functions extension & fix stripslashes extension (#299)
  • 49b833d Update TYPOS_VERSION to 1.36.2
  • 585afd4 Add return type extension for normalize_whitespace (#298)
  • 4a2cffe Add return type extension for wp_slash() (#296)
  • 703f4bc Fix StripslashesFromStringsOnlyDynamicFunctionReturnTypeExtension (#295)
  • 9edf798 Add return type extension for stripslashes_from_strings_only() (#294)
  • 4d060f7 Remove stubs generator scripts
  • 1d6d3f3 Fix handling of dynamic constants (#286)
  • Additional commits viewable in compare view

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 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jan 29, 2026
…ectory with 2 updates

Bumps the composer-dev-minor-patch group with 2 updates in the /apps/wordpress directory: [phpstan/phpstan](https://github.com/phpstan/phpstan) and [szepeviktor/phpstan-wordpress](https://github.com/szepeviktor/phpstan-wordpress).


Updates `phpstan/phpstan` from 2.1.21 to 2.1.36
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@2.1.21...2.1.36)

Updates `szepeviktor/phpstan-wordpress` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/szepeviktor/phpstan-wordpress/releases)
- [Commits](szepeviktor/phpstan-wordpress@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-version: 2.1.36
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-dev-minor-patch
- dependency-name: szepeviktor/phpstan-wordpress
  dependency-version: 2.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-dev-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/apps/wordpress/composer-dev-minor-patch-68a332a934 branch from 582b054 to e3a794c Compare February 5, 2026 09:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

0 participants

Comments