Skip to content

Update all dependencies - #755

Merged
renovate[bot] merged 2 commits into
mainfrom
deps/all
Aug 20, 2026
Merged

Update all dependencies#755
renovate[bot] merged 2 commits into
mainfrom
deps/all

Conversation

@renovate

@renovate renovate Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
drupal/core-composer-scaffold (source) ~10.6.0~10.6.15 age confidence
drupal/core-dev ~10.6.0~10.6.15 age confidence
drupal/core-project-message (source) ~10.6.0~10.6.15 age confidence
drupal/core-recommended ~10.6.0~10.6.15 age confidence
drupal/dynamic_entity_reference (source) ^3.2.1^3.2.3 age confidence
drupal/eck (source) ^2.1@beta^2.1.0@beta age confidence
drupal/paragraphs (source) ^1.19^1.23.0 age confidence
drupal/pathauto (source) ^1.14^1.15.0 age confidence
drupal/redirect (source) ^1.11^1.13.0 age confidence
drupal/scheduled_transitions (source) ^2.6^2.8.4 age confidence
drupal/search_api (source) ^1.38^1.41.0 age confidence
drupal/testmode (source) ^2.6^2.7.2 age confidence
drupal/webform (source) ^6.3@beta^6.3.0@beta age confidence
drush/drush (source) ^13.6^13.7.6 age confidence
phpunit/php-code-coverage ^11.0.6^11.0.12 age confidence
phpunit/php-code-coverage ^9.2.31^9.2.32 age confidence
symfony/browser-kit (source) ^6.4.3^6.4.42 age confidence
symfony/config (source) ^6.4.3^6.4.43 age confidence

Release Notes

drupal/core-composer-scaffold (drupal/core-composer-scaffold)

v10.6.15

Compare Source

v10.6.14

Compare Source

v10.6.13

Compare Source

v10.6.12

Compare Source

v10.6.11

Compare Source

v10.6.10

Compare Source

v10.6.9

Compare Source

v10.6.8

Compare Source

v10.6.7

Compare Source

v10.6.6

Compare Source

v10.6.5

Compare Source

v10.6.4

Compare Source

v10.6.3

Compare Source

v10.6.2

Compare Source

v10.6.1

Compare Source

drupal/core-dev (drupal/core-dev)

v10.6.15

Compare Source

v10.6.14

Compare Source

v10.6.13

Compare Source

v10.6.12

Compare Source

v10.6.11

Compare Source

v10.6.10

Compare Source

v10.6.9

Compare Source

v10.6.8

Compare Source

v10.6.7

Compare Source

v10.6.6

Compare Source

v10.6.5

Compare Source

v10.6.4

Compare Source

v10.6.3

Compare Source

v10.6.2

Compare Source

v10.6.1

Compare Source

drupal/core-project-message (drupal/core-project-message)

v10.6.15

Compare Source

v10.6.14

Compare Source

v10.6.13

Compare Source

v10.6.12

Compare Source

v10.6.11

Compare Source

v10.6.10

Compare Source

v10.6.9

Compare Source

v10.6.8

Compare Source

v10.6.7

Compare Source

v10.6.6

Compare Source

v10.6.5

Compare Source

v10.6.4

Compare Source

v10.6.3

Compare Source

v10.6.2

Compare Source

v10.6.1

Compare Source

drupal/core-recommended (drupal/core-recommended)

v10.6.15

Compare Source

v10.6.14

Compare Source

v10.6.13

Compare Source

v10.6.12

Compare Source

v10.6.11

Compare Source

v10.6.10

Compare Source

v10.6.9

Compare Source

v10.6.8

Compare Source

v10.6.7

Compare Source

v10.6.6

Compare Source

v10.6.5

Compare Source

v10.6.4

Compare Source

v10.6.3

Compare Source

v10.6.2

Compare Source

v10.6.1

Compare Source

drush-ops/drush (drush/drush)

v13.7.6

Compare Source

What's Changed

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

v13.7.5

Compare Source

What's Changed

Full Changelog: drush-ops/drush@13.7.4...13.7.5

v13.7.4

Compare Source

What's Changed

Full Changelog: drush-ops/drush@13.7.3...13.7.4

v13.7.3

Compare Source

What's Changed

Full Changelog: drush-ops/drush@13.7.2...13.7.3

v13.7.2

Compare Source

What's Changed

Full Changelog: drush-ops/drush@13.7.1...13.7.2

v13.7.1

Compare Source

What's Changed
  • Commandfile generator generates Console commands by @​weitzman in #​6465
  • Fixes listener documentation - #[AsListener] vs #[AsEventListener] - 13.x by @​Sweetchuck in #​6482
  • Enable all options in example.drush.yml and make sql:dump work by @​gitressa in #​6383
  • src-symfony-compatibility autoloading not needed for DrushStyle

Full Changelog: drush-ops/drush@13.7.0...13.7.1

v13.7.0

Compare Source

Highlights

What's Changed

New Contributors

Full Changelog: drush-ops/drush@13.6.2...13.7.0

v13.6.2

Compare Source

What's Changed

Full Changelog: drush-ops/drush@13.6.1...13.6.2

v13.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: drush-ops/drush@13.6.0...13.6.1

sebastianbergmann/php-code-coverage (phpunit/php-code-coverage)

v11.0.12: phpunit/php-code-coverage 11.0.12

Compare Source

Fixed
  • #​1092: Error in DOMDocument::saveXML() is not handled
  • #​1131: Invalid XML generated when both PCOV and Xdebug are loaded

v11.0.11: phpunit/php-code-coverage 11.0.11

Compare Source

Changed
  • #​1085: Improve performance by skipping empty lines after filter has been applied

v11.0.10: phpunit/php-code-coverage 11.0.10

Compare Source

Changed
  • Changed CSS for HTML report to not use common ligatures as this sometimes lead to hard-to-read code
  • Updated Bootstrap to version 5.3.6 for HTML report

v11.0.9: phpunit/php-code-coverage 11.0.9

Compare Source

Changed
  • Changed version identifier for static analysis cache from "MD5 over source code" to Version::id()
  • The SebastianBergmann\CodeCoverage\Filter::includeUncoveredFiles() and SebastianBergmann\CodeCoverage\Filter::excludeUncoveredFiles() methods are no longer deprecated
Fixed
  • #​1063: HTML report highlights argument named fn differently than other named arguments

v11.0.8: phpunit/php-code-coverage 11.0.8

Compare Source

Changed
  • #​1054: Use click event for toggling "tests covering this line" popover in HTML report

v11.0.7: phpunit/php-code-coverage 11.0.7

Compare Source

Changed
  • #​1037: Upgrade Bootstrap to version 5.3.3 for HTML report
  • #​1046: CSS fixes for HTML report
Deprecated
  • The SebastianBergmann\CodeCoverage\Filter::includeUncoveredFiles(), SebastianBergmann\CodeCoverage\Filter::excludeUncoveredFiles(), and SebastianBergmann\CodeCoverage\Filter::excludeFile() methods have been deprecated
symfony/browser-kit (symfony/browser-kit)

v6.4.42

Compare Source

Changelog (symfony/browser-kit@v6.4.37...v6.4.42)

v6.4.32

Compare Source

Changelog (symfony/browser-kit@v6.4.31...v6.4.32)

  • no significant changes

v6.4.31

Compare Source

Changelog (symfony/browser-kit@v6.4.30...v6.4.31)

v6.4.28

Compare Source

Changelog (symfony/browser-kit@v6.4.27...v6.4.28)

v6.4.24

Compare Source

Changelog (symfony/browser-kit@v6.4.23...v6.4.24)

  • no significant changes

v6.4.19

Compare Source

Changelog (symfony/browser-kit@v6.4.18...v6.4.19)

v6.4.13

Compare Source

Changelog (symfony/browser-kit@v6.4.12...v6.4.13)

v6.4.8

Compare Source

Changelog (symfony/browser-kit@v6.4.7...v6.4.8)

  • no significant changes

v6.4.7

Compare Source

Changelog (symfony/browser-kit@v6.4.6...v6.4.7)

  • no significant changes
symfony/config (symfony/config)

v6.4.43

Compare Source

Changelog (symfony/config@v6.4.42...v6.4.43)

v6.4.42

Compare Source

Changelog (symfony/config@v6.4.37...v6.4.42)

v6.4.37

Compare Source

Changelog (symfony/config@v6.4.34...v6.4.37)

v6.4.34

Compare Source

Changelog (symfony/config@v6.4.33...v6.4.34)

v6.4.32

Compare Source

Changelog (symfony/config@v6.4.31...v6.4.32)

  • no significant changes

v6.4.28

Compare Source

Changelog (symfony/config@v6.4.27...v6.4.28)

v6.4.26

Compare Source

Changelog (symfony/config@v6.4.25...v6.4.26)

v6.4.24

Compare Source

Changelog (symfony/config@v6.4.23...v6.4.24)

v6.4.22

Compare Source

Changelog (symfony/config@v6.4.21...v6.4.22)

v6.4.14

Compare Source

Changelog (symfony/config@v6.4.13...v6.4.14)

v6.4.13

Compare Source

Changelog (symfony/config@v6.4.12...v6.4.13)

v6.4.8

Compare Source

Changelog (symfony/config@v6.4.7...v6.4.8)

  • no significant changes

v6.4.7

Compare Source

Changelog (symfony/config@v6.4.6...v6.4.7)

  • no significant changes

v6.4.6

Compare Source

Changelog (symfony/config@v6.4.5...v6.4.6)

v6.4.4

Compare Source

Changelog (symfony/config@v6.4.3...v6.4.4)


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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) August 19, 2026 23:07
@codecov

codecov Bot commented Aug 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.40%. Comparing base (c383b8d) to head (68bc23f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #755   +/-   ##
=======================================
  Coverage   97.40%   97.40%           
=======================================
  Files          52       52           
  Lines        4555     4555           
=======================================
  Hits         4437     4437           
  Misses        118      118           

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

@renovate renovate Bot changed the title Update dependency drevops/behat-phpserver to ^2.4.0 Update all dependencies Aug 20, 2026
@renovate

renovate Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate
renovate Bot merged commit de1e2c3 into main Aug 20, 2026
17 checks passed
@renovate
renovate Bot deleted the deps/all branch August 20, 2026 18:41
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.

1 participant