Skip to content

chore(deps): update non-major dependencies - #53

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/non-major-dependencies
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/non-major-dependencies

Conversation

@renovate

@renovate renovate Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
brianium/paratest 7.8.57.24.1 age confidence
friendsofphp/php-cs-fixer 3.95.103.95.25 age confidence
phpstan/phpstan 2.2.22.2.14 age confidence
phpstan/phpstan-phpunit 2.0.162.0.18 age confidence
phpunit/phpunit (source) 11.5.5511.5.56 age confidence
phrity/websocket (source) 3.7.23.8.1 age confidence

Release Notes

paratestphp/paratest (brianium/paratest)

v7.24.1

Compare Source

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.24.0...v7.24.1

v7.24.0

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.23.1...v7.24.0

v7.23.1

Compare Source

What's Changed

  • bug: fix output count when --shard and #[DataProvider] are used together by @​Slamdunk in #​1121

Full Changelog: paratestphp/paratest@v7.23.0...v7.23.1

v7.23.0

Compare Source

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.22.4...v7.23.0

v7.22.4

Compare Source

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.22.3...v7.22.4

v7.22.3

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.22.2...v7.22.3

v7.22.2

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.22.1...v7.22.2

v7.22.1

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.22.0...v7.22.1

v7.22.0

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.21.1...v7.22.0

v7.21.1

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.21.0...v7.21.1

v7.21.0

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.20.0...v7.21.0

v7.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.19.2...v7.20.0

v7.19.2

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.19.1...v7.19.2

v7.19.1

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.19.0...v7.19.1

v7.19.0

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.18.0...v7.19.0

v7.18.0

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.17.0...v7.18.0

v7.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.16.1...v7.17.0

v7.16.1

Compare Source

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.16.0...v7.16.1

v7.16.0

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.15.0...v7.16.0

v7.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.14.2...v7.15.0

v7.14.2

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.14.1...v7.14.2

v7.14.1

Compare Source

What's Changed

  • PHPUnit event: respect order of triggering TestRunner\Started after TestSuite\Loaded by @​Slamdunk in #​1037

Full Changelog: paratestphp/paratest@v7.14.0...v7.14.1

v7.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.13.0...v7.14.0

v7.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.12.0...v7.13.0

v7.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.11.2...v7.12.0

v7.11.2

Compare Source

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.11.1...v7.11.2

v7.11.1

Compare Source

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.11.0...v7.11.1

v7.11.0

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.10.3...v7.11.0

v7.10.3

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.10.2...v7.10.3

v7.10.2

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.10.1...v7.10.2

v7.10.1

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.10.0...v7.10.1

v7.10.0

Compare Source

What's Changed

  • feat: pass --enforce-time-limit and --default-time-limit to PHPUnit worker by @​ALameLlama in #​945

New Contributors

Full Changelog: paratestphp/paratest@v7.9.1...v7.10.0

v7.9.1

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.9.0...v7.9.1

v7.9.0

Compare Source

What's Changed

  • Require PHPUnit 12 to reactivate renovatebot and catch regressions early by @​Slamdunk in #​935

Full Changelog: paratestphp/paratest@v7.8.3...v7.9.0

PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)

v3.95.25

Compare Source

  • fix: handle missing terminator after ?? in AssignNullCoalescingToCoalesceEqualFixer (#​9831)
  • fix: IsNullFixer - do not fix is_null() calls using argument unpacking (#​9830)
  • fix: IsNullFixer - handle is_null() calls using named arguments (#​9828)
  • UX: init - use outlined messages (#​9826)
  • deps: bump crate-ci/typos from 1.49.0 to 1.50.1 in /.github/workflows in the all group across 1 directory (#​9824)
  • deps: bump phpstan/phpstan from 2.2.9 to 2.2.12 in /dev-tools in the phpstan group (#​9822)
  • deps: bump shipmonk/dead-code-detector from 1.3.3 to 1.4.0 in /dev-tools in the shipmonk group across 1 directory (#​9823)

v3.95.24

Compare Source

  • fix: ControlStructureBracesFixer - do not read a body starting with a parenthesis as a condition (#​9815)
  • UX: init - add handling of .gitignore (#​9813)
  • UX: init - add sections (#​9819)
  • UX: init - command improvements (#​9807)
  • UX: init - fix typos and improve wording (#​9820)
  • UX: init command - suggest php_unit_test_case_static_method_calls rule (#​9810)
  • chore: Fixer name must not be empty (#​9756)
  • chore: DescribeCommand - replace dynamic method calls with explicit ones (#​9817)
  • chore: PhpdocOrderFixer - fix type of duplicated tags passed to naturalLanguageJoin (#​9818)
  • CI: fix warning - Unexpected input(s) 'extensions' (#​9809)
  • CI: introduce PHPBench (#​9755)
  • refactor: init - move content preparation to helper method (#​9812)

v3.95.23

Compare Source

  • fix: FunctionsAnalyzer - detect return type of a closure with a use clause (#​9806)

v3.95.22

Compare Source

  • fix: StaticLambdaFixer - do not make a lambda static when it is the direct subject of bindTo() or call() (#​9802)
  • chore: Implement PHPStan Preg::replaceCallback() extension (#​9799)
  • chore: Utils - fix stableSort() and sortFixers() template types, remove @phpstan-ignore suppressions (#​9798)
  • deps: bump phpstan/phpstan from 2.2.8 to 2.2.9 (#​9797)

v3.95.21

Compare Source

  • fix: StatementIndentationFixer - do not treat ternary colon as block start (#​9795)
  • perf: Introduce new candidate check for transformers (#​9770)
  • perf: Optimize NameQualifiedTransformer token insertion (#​9759)
  • CI: add BC check (#​9791)
  • deps: upgrade dev-tools (#​9793)

v3.95.20

Compare Source

  • fix: PsrAutoloadingFixer - do not throw when the file cannot be resolved on disk (#​9762)
  • refactor: Transformers - move looping over tokens directly into each transformer individually (#​9782)
  • test: drop mikey179/vfsstream (#​9787)
  • test: NoUnusedImportsFixerTest - add new cases around quoted values (#​9784)

v3.95.19

Compare Source

  • fix: binary_operator_spaces alignment for nested single-line arrays in multiline array (#​9654)
  • fix: ClassDefinitionFixer - keep multiline constructor args when anonymous class has both extends and implements (#​9625)
  • fix: SelfStaticAccessorFixer - do not stop fixing a class after a static return type (#​9774)
  • chore: Fix incorrect URL in CommentsAnalyzer.php docblock (#​9772)
  • chore: Runner - ignore coverage of non-deterministic parallel branches (#​9785)
  • CI: fix using PHP_CS_FIXER_FAST_LINT_TEST_CASES (#​9783)
  • deps: bump phpstan/phpstan from 2.2.7 to 2.2.8 in /dev-tools in the phpstan group (#​9779)
  • deps: bump squizlabs/php_codesniffer from 4.0.1 to 4.0.4 in /dev-tools (#​9768)
  • deps: bump the all group across 1 directory with 2 updates (#​9767)
  • test: introduce TestCaseUtils::createTemporaryDirectory() helper (#​9788)
  • test: ProjectCodeTest - restore the duplicate check in data providers (#​9761)
  • test: AbstractFixerTestCase - use spl_object_id() to fix PHP 8.6 deprecations (#​9786)

v3.95.18

Compare Source

  • CI: attach provenance and SBOM attestations to the released image (#​9751)
  • deps: bump the phpstan group in /dev-tools with 2 updates (#​9748)
  • deps: update dev-tools (#​9754)
  • perf: Limit token search in simplified_if_return (#​9747)

v3.95.17

Compare Source

  • perf: Token::equals() - Avoid building intermediary arrays (#​9739)
  • perf: Tokens::findSequence() - improve looping logic (#​9737)

v3.95.16

Compare Source

  • fix: NoSuperfluousPhpdocTagsFixer with multiple hidden params (#​9736)
  • fix: PowToExponentiationFixer - do not produce two consecutive whitespace tokens (#​9735)
  • chore: do not remove ParaUnit for PHPUnit v13, as they are now compatible (#​9579)
  • CI: introduce perf as new PR type (#​9742)
  • deps: update dev deps (#​9743)
  • test: AbstractIntegrationTestCase - externalized FixerFactory creation (#​9744)

v3.95.15

Compare Source

  • fix: self-update - fix "Access Denied" error when running on Windows (#​9731)

v3.95.14

Compare Source

  • fix: ClassAttributesSeparationFixer - handle property with hooks as last class element (#​9724)
  • fix: SingleClassElementPerStatementFixer - do not break PHP syntax when splitting properties with disjunctive normal form type (#​9723)
  • fix: TrailingCommaInMultilineFixer - do not add trailing comma after first-class callable (#​9722)
  • chore: add code coverage ignore annotations to parallel runner and worker (#​9721)
  • chore: cleanup FunctionToConstantFixer (#​9719)
  • test: HeaderCommentFixerTest - improve invalid configuration types (#​9728)
  • test: ClassDefinitionFixerTest - improve PHPDocs (#​9726)
  • test: ConfigurationResolverTest - fix types (#​9725)
  • test: GeneralAttributeRemoveFixerTest - improve data provider types (#​9727)
  • test: ProjectCodeTest - improve PHPDocs (#​9730)
  • deps: allow to run PHPUnit v12 directly for project, without future-ready CI workarounds (#​9580)
  • deps: bump shipmonk/dead-code-detector from 1.3.0 to 1.3.1 in /dev-tools in the shipmonk group across 1 directory (#​9718)
  • deps: bump the phpstan group in /dev-tools with 2 updates (#​9717)

v3.95.13: Adalbertus

Compare Source

What's Changed

  • fix: SelfAccessorFixer - do not replace constant with same name as class in the middle of a static access chain by @​kubawerlos in #​9716
  • fix: SingleClassElementPerStatementFixer - do not drop type of typed constants by @​kubawerlos in #​9706

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.12...v3.95.13

v3.95.12

Compare Source

  • fix: BinaryOperatorSpacesFixer - do not align nested array in yield with following yields (#​9708)
  • chore: cleanup RuleSetDocumentationGenerator (#​9705)
  • chore: unblock self-approval (#​9699)
  • deps: bump crate-ci/typos from 1.47.2 to 1.48.0 in /.github/workflows in the all group across 1 directory (#​9712)
  • deps: bump shipmonk/dead-code-detector from 1.2.1 to 1.3.0 in /dev-tools in the shipmonk group across 1 directory (#​9711)
  • deps: bump the all group across 2 directories with 1 update (#​9704)
  • deps: bump the phpstan group in /dev-tools with 2 updates (#​9710)
  • deps: PHPUnit - PHP 8.6 compat changes (#​9714)

v3.95.11

Compare Source

  • fix: NoBreakCommentFixer - handle enum cases, TokensAnalyzer::isEnumCase - fix handling nested switch-cases (#​9565)
  • deps: bump actions/checkout from 6 to 7 in /.github/workflows in the all group across 1 directory (#​9694)
  • deps: bump dev deps (#​9702)
  • deps: bump phpstan/phpstan-symfony from 2.0.19 to 2.0.20 in /dev-tools in the phpstan group (#​9693)
  • test: use correct test precondition failure mode in PharTest (#​9700)
phpstan/phpstan-phar-composer-source (phpstan/phpstan)

v2.2.14

Compare Source

v2.2.13

Compare Source

v2.2.12

Compare Source

v2.2.11

Compare Source

v2.2.10

Compare Source

v2.2.9

Compare Source

v2.2.8

Compare Source

v2.2.7

Compare Source

v2.2.6

Compare Source

v2.2.5

Compare Source

v2.2.4

Compare Source

v2.2.3

Compare Source

phpstan/phpstan-phpunit (phpstan/phpstan-phpunit)

v2.0.18

Compare Source

  • f5dc20f - Fix #[RequiresPhpunit] version requirement being evaluated against PHP version (#​313)
  • 1e573d3 - AttributeVersionRequirementHelper: add defaults to bool parameters (#​312)

v2.0.17

Compare Source

  • c2f9775 - Update actions/cache action to v6 (#​311)
  • 933f682 - Update actions/cache action to v5.1.0 (#​310)
  • 8ec191f - Check #[RequiresPhpunit] in the same way we check #[RequiresPhp] (#​308)
  • d138088 - Implement ClassAttributeRequiresPhpVersionRule (#​305)
  • caada62 - Update github-actions to v7 (#​307)
  • 611a216 - Update github-actions to v3.0.1 (#​306)
  • 2312495 - Extract AttributeVersionRequirementHelper (#​304)
  • 952d0ee - Warn about incomplete versions in #[RequiresPhp] (#​303)
  • bf910b5 - Sanity check #[RequiresPhp] value and range (#​269)
  • d309858 - Update github-actions to f3e473d (#​301)
  • 4a8e26f - Update github-actions (#​300)
  • 2c07f22 - Replace deprecated actions/create-release with softprops/action-gh-release
  • 67c9d57 - Bump GitHub Actions across major versions
  • a7baf3b - Bump GitHub Actions within their current majors
  • 3ea20e6 - Update github-actions
  • 53357ab - Update github-actions
  • 6760e77 - latest infection does not support PHP 8.2 (#​296)
  • ecfa568 - Update release-toot.yml (#​295)
  • 21ea2e9 - name-collision-detector (#​294)
  • 6851172 - Update test assertions
  • e2c6207 - Fix build (#​287)
  • db27c1f - Delete .github/workflows/claude-react-on-comment.yml
  • 1c9e1df - Refactor build workflow to use GITHUB_BASE_REF
  • 53c1301 - Lint workflows
  • fca9e3a - [StepSecurity] ci: Harden GitHub Actions
  • bfdcb62 - Remove PHPSTAN_BOT_TOKEN from checkout step
  • bb6479c - React on issues opened and fall back to issue body
  • 10e8509 - Add CLAUDE.md to export-ignore in .gitattributes
  • 2202890 - Add CLAUDE.md with project documentation for AI assistants
  • ffd7013 - Add Claude React on Comment workflow
sebastianbergmann/phpunit (phpunit/phpunit)

v11.5.56

Compare Source

sirn-se/websocket-php (phrity/websocket)

v3.8.1

Compare Source

  • Remove redundant detach
  • Fix typos
  • Updated documentation

What's Changed

Full Changelog: sirn-se/websocket-php@3.8.0...3.8.1

v3.8.0

Compare Source

Features and fixes

  • Configurable opcode/class mapping using OpcodeRegistry
  • New onMessage() listener, triggered on all messages
  • Connections container class
  • Dispach onDisconnect on remote connection close
  • Exceptions: ControlInterface on CloseException, ReconnectException
  • Exceptions: HandlerLevelInterface on BadUriException, ClientException, RunnerException, ServerException
  • Close status as int<0, 4999>|null
  • Preparations for v4

What's Changed

New Contributors

Full Changelog: sirn-se/websocket-php@3.7.3...3.8.0

v3.7.3

Compare Source

  • Use safe stream read in FrameHandler (avoid potential byte read sync issue)

Full Changelog: sirn-se/websocket-php@3.7.2...3.7.3


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 9am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 enabled auto-merge (squash) September 7, 2026 03:52
@renovate

renovate Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires brianium/paratest ^7 -> satisfiable by brianium/paratest[v7.24.1].
    - brianium/paratest v7.24.1 requires phpunit/phpunit ^13.3.1 -> found phpunit/phpunit[13.3.1, 13.3.2, 13.3.3, 13.3.4] but it conflicts with your root composer.json require (^11.0).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants