Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
deps/php-all-except-core-minor-patch
Open

Update PHP - All packages except core - Minor and patch#2436
renovate[bot] wants to merge 1 commit intomainfrom
deps/php-all-except-core-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 29, 2026

This PR contains the following updates:

Package Change Age Confidence
behat/behat (source) ^3.29^3.30.0 age confidence
drevops/phpcs-standard ^0.6.2^0.7.0 age confidence
phpstan/phpstan ^2.1.42^2.1.44 age confidence

Release Notes

Behat/Behat (behat/behat)

v3.30.0

Compare Source

Changed
  • Explicitly mark up interfaces, classes & methods that we consider to be the public API.
    This will not affect our backwards compatibility guarantees for the 3.x series, but from 4.0 onwards we will only
    guarantee BC for code that is explicitly marked as being part of the API.
    By @​acoulton in #​1807
  • Move gherkin configuration to dedicated GherkinOptions config object. The previous API for setting filters by
    calling ->withFilters() on Profile is deprecated and will be removed in 4.0.
    By @​acoulton in #​1798
  • Make Extension::process() explicit in the Extension interface & document Extension dependencies.
    Clarifies that extensions should declare their own dependencies on any symfony packages they interact with directly.
    By @​acoulton in #​1795 and #​1804
  • Drop PHP 8.1 support by @​carlos-granados in #​1782
Added
  • Support configuring GherkinCompatibilityMode to control how Gherkin files are parsed. The default mode behaves
    identically to legacy parser behaviour. The opt-in experimental gherkin-32 mode parses equivalent to the official
    cucumber/gherkin parsers. We expect to make gherkin-32 the default in the 4.0 release.
    See the documentation for more details.
    By @​acoulton in #​1799
  • Add deprecation collector to capture and print Behat deprecations.
    Users can opt-in to display and/or fail on deprecations using the methods on the TesterOptions config object.
    Extension developers can log their own runtime deprecations by calling DeprecationCollector::trigger().
    By @​carlos-granados in #​1794
Internal
drevops/phpcs-standard (drevops/phpcs-standard)

v0.7.0

Compare Source

What's new since 0.6.2

Full Changelog: drevops/phpcs-standard@0.6.2...0.7.0

@​AlexSkrypnyk

phpstan/phpstan-phar-composer-source (phpstan/phpstan)

v2.1.44

Compare Source

v2.1.43

Compare Source


Configuration

📅 Schedule: Branch creation - "before 2am on Sunday" in timezone UTC, 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.

@renovate renovate bot added the Dependencies Pull request was raised automatically by a dependency bot label Mar 29, 2026
@github-project-automation github-project-automation bot moved this to BACKLOG in Vortex Mar 29, 2026
@github-actions
Copy link
Copy Markdown

Code coverage (threshold: 90%)

  Classes: 100.00% (1/1)
  Methods: 100.00% (2/2)
  Lines:   100.00% (189/189)
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% (189/189)
Per-class coverage
Drupal\ys_demo\Plugin\Block\CounterBlock
  Methods: 100.00% ( 2/ 2)   Lines: 100.00% ( 10/ 10)

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.24%. Comparing base (d6a5240) to head (c9ee627).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2436      +/-   ##
==========================================
+ Coverage   70.71%   79.24%   +8.52%     
==========================================
  Files          49      120      +71     
  Lines        2718     6672    +3954     
  Branches       44        0      -44     
==========================================
+ Hits         1922     5287    +3365     
- Misses        796     1385     +589     

☔ View full report in Codecov by Sentry.
📢 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.

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

Development

Successfully merging this pull request may close these issues.

1 participant