Skip to content

Update PHP - All packages except core - Minor and patch - #3131

Merged
AlexSkrypnyk merged 1 commit into
mainfrom
deps/php-all-except-core-minor-patch
Sep 13, 2026
Merged

Update PHP - All packages except core - Minor and patch#3131
AlexSkrypnyk merged 1 commit into
mainfrom
deps/php-all-except-core-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
behat/behat (source) ^3.32.0^3.33.0 age confidence
drush/drush (source) ^13.7.6^13.8.0 age confidence
ergebnis/composer-normalize ^2.52.0^2.53.0 age confidence
mglaman/phpstan-drupal ^2.1.2^2.2.0 age confidence
phpstan/phpstan ^2.2.10^2.2.14 age confidence
vincentlanglet/twig-cs-fixer ^4.1.0^4.1.1 age confidence

Release Notes

Behat/Behat (behat/behat)

v3.33.0

Compare Source

Changed
Added
Fixed
  • Rerun should count scenarios as failed if before / after hooks failed.
    Previously, scenarios that only failed due to a Scenario, Feature, or Suite hook were never re-run, potentially
    causing incorrect passing builds. By @​Amoifr in #​1877
  • Handle aborted suites when printing unused definitions by @​Amoifr in #​1882
Internal
drush-ops/drush (drush/drush)

v13.8.0

Compare Source

What's Changed

Full Changelog: drush-ops/drush@13.7.7...13.8.0

v13.7.7

Compare Source

What's Changed

Full Changelog: drush-ops/drush@13.7.6...13.7.7

ergebnis/composer-normalize (ergebnis/composer-normalize)

v2.53.0

Compare Source

For a full diff see [2.52.0...2.53.0][2.52.0...2.53.0].

Changed
Fixed
  • Adjusted Version to resolve the version from the composer runtime when installed as a composer plugin ([#​1685]), by [@​localheinz]
mglaman/phpstan-drupal (mglaman/phpstan-drupal)

v2.2.0

Compare Source

What's Changed

  • Remove dead code and fix exception messages in legacy rules by @​mglaman in #​1042
  • Fix module sort comparator and drop Drupal 8/9 dead code in autoloader by @​mglaman in #​1036
  • Align legacy rules and reflections with current PHPStan API conventions by @​mglaman in #​1027
  • Modernize legacy code for PHP 8.1 and repo conventions by @​mglaman in #​1028
  • Make the five always-on legacy rules configurable and fix a wrong error identifier by @​mglaman in #​1029
  • Add ResultCacheMetaExtension so the result cache tracks the Drupal site by @​mglaman in #​1030

Full Changelog: mglaman/phpstan-drupal@2.1.2...2.2.0

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

VincentLanglet/Twig-CS-Fixer (vincentlanglet/twig-cs-fixer)

v4.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: VincentLanglet/Twig-CS-Fixer@4.1.0...4.1.1


Configuration

📅 Schedule: (in timezone UTC)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

| datasource | package                      | from   | to     |
| ---------- | ---------------------------- | ------ | ------ |
| packagist  | behat/behat                  | 3.32.0 | 3.33.0 |
| packagist  | drush/drush                  | 13.7.6 | 13.8.0 |
| packagist  | ergebnis/composer-normalize  | 2.52.0 | 2.53.0 |
| packagist  | mglaman/phpstan-drupal       | 2.1.2  | 2.2.0  |
| packagist  | phpstan/phpstan              | 2.2.10 | 2.2.14 |
| packagist  | vincentlanglet/twig-cs-fixer | 4.1.0  | 4.1.1  |
@renovate renovate Bot added the Dependencies Pull request was raised automatically by a dependency bot label Sep 13, 2026
@github-project-automation github-project-automation Bot moved this to BACKLOG in Vortex 1.x Sep 13, 2026
@coderabbitai

coderabbitai Bot commented Sep 13, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Advanced

Run ID: ad095e22-051d-4017-b540-9bf34b44e4f6

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown

Code coverage (threshold: 90%)

  Classes: 100.00% (1/1)
  Methods: 100.00% (2/2)
  Lines:   100.00% (230/230)
Per-class coverage
Drupal\ys_demo\Plugin\Block\CounterBlock
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% ( 10/ 10)

@AlexSkrypnyk

This comment has been minimized.

2 similar comments
@AlexSkrypnyk

This comment has been minimized.

@AlexSkrypnyk

Copy link
Copy Markdown
Member

Code coverage (threshold: 90%)

  Classes: 100.00% (1/1)
  Methods: 100.00% (2/2)
  Lines:   100.00% (230/230)
Per-class coverage
Drupal\ys_demo\Plugin\Block\CounterBlock
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% ( 10/ 10)

@codecov

codecov Bot commented Sep 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.65%. Comparing base (748b435) to head (52c7d8e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3131      +/-   ##
==========================================
- Coverage   87.01%   86.65%   -0.36%     
==========================================
  Files         113      106       -7     
  Lines        5251     5088     -163     
  Branches       49        3      -46     
==========================================
- Hits         4569     4409     -160     
+ Misses        682      679       -3     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

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

@github-actions

Copy link
Copy Markdown

📖 Documentation preview for this pull request has been deployed to Netlify:

https://6aa5fb5cfa3641a5a384ed1c--vortex-docs.netlify.app

This preview is rebuilt on every commit and is not the production documentation site.

@AlexSkrypnyk
AlexSkrypnyk merged commit c872225 into main Sep 13, 2026
34 checks passed
@AlexSkrypnyk
AlexSkrypnyk deleted the deps/php-all-except-core-minor-patch branch September 13, 2026 21:28
@github-project-automation github-project-automation Bot moved this from BACKLOG to Release queue in Vortex 1.x Sep 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull request was raised automatically by a dependency bot

Projects

Status: Release queue

Development

Successfully merging this pull request may close these issues.

1 participant