Skip to content

Update PHP - Drupal core - Minor and patch to ~11.4.1#2762

Merged
AlexSkrypnyk merged 1 commit into
mainfrom
deps/php-drupal-core-minor-patch
Jul 4, 2026
Merged

Update PHP - Drupal core - Minor and patch to ~11.4.1#2762
AlexSkrypnyk merged 1 commit into
mainfrom
deps/php-drupal-core-minor-patch

Conversation

@AlexSkrypnyk

@AlexSkrypnyk AlexSkrypnyk commented Jul 4, 2026

Copy link
Copy Markdown
Member

This PR contains the following updates:

Package Change Age Confidence
drupal/core-composer-scaffold (source) ~11.4.0~11.4.1 age confidence
drupal/core-recommended ~11.4.0~11.4.1 age confidence

Release Notes

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

v11.4.1

Compare Source

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

v11.4.1

Compare Source


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "before 2am"
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

Summary by CodeRabbit

  • Chores
    • Updated Drupal core package versions to the latest 11.4.1-compatible releases, keeping the site on a more current and stable foundation.

| datasource | package                       | from   | to     |
| ---------- | ----------------------------- | ------ | ------ |
| packagist  | drupal/core-composer-scaffold | 11.4.0 | 11.4.1 |
| packagist  | drupal/core-recommended       | 11.4.0 | 11.4.1 |
@AlexSkrypnyk AlexSkrypnyk added the Dependencies Pull request was raised automatically by a dependency bot label Jul 4, 2026
@github-project-automation github-project-automation Bot moved this to BACKLOG in Vortex 1.x Jul 4, 2026
@coderabbitai

coderabbitai Bot commented Jul 4, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 4d12eaca-3cb7-4192-98f1-e605b0afaa7c

📥 Commits

Reviewing files that changed from the base of the PR and between 8ef1ae5 and e42a6a0.

📒 Files selected for processing (1)
  • composer.json

Walkthrough

This PR updates composer.json to bump the version constraints for drupal/core-composer-scaffold and drupal/core-recommended from ~11.4.0 to ~11.4.1.

Changes

Dependency Version Bump

Layer / File(s) Summary
Update Drupal core dependency constraints
composer.json
Bumped drupal/core-composer-scaffold and drupal/core-recommended require versions from ~11.4.0 to ~11.4.1.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

  • drevops/vortex#2487: Same pair of dependencies bumped in composer.json, different version range.
  • drevops/vortex#2524: Same dependency bumps in composer.json between adjacent Drupal patch versions.
  • drevops/vortex#2757: Bumps the same two dependencies in composer.json alongside additional unrelated changes.

Poem

A hop, a skip, a version bump,
~11.4.1 in one small jump,
composer.json, tidy and neat,
This bunny's patch update is complete! 🐇✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the Drupal core dependency update to ~11.4.1.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch deps/php-drupal-core-minor-patch

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

@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown

Code coverage (threshold: 90%)

  Classes: 100.00% (1/1)
  Methods: 100.00% (2/2)
  Lines:   98.55% (204/207)
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 Author

Code coverage (threshold: 90%)

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

@codecov

codecov Bot commented Jul 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.25%. Comparing base (8ef1ae5) to head (e42a6a0).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2762      +/-   ##
==========================================
- Coverage   86.69%   86.25%   -0.45%     
==========================================
  Files          96       89       -7     
  Lines        4727     4568     -159     
  Branches       47        3      -44     
==========================================
- Hits         4098     3940     -158     
+ Misses        629      628       -1     

☔ 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

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown

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

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

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

@AlexSkrypnyk AlexSkrypnyk merged commit 6fce69f into main Jul 4, 2026
33 checks passed
@AlexSkrypnyk AlexSkrypnyk deleted the deps/php-drupal-core-minor-patch branch July 4, 2026 04:15
@github-project-automation github-project-automation Bot moved this from BACKLOG to Release queue in Vortex 1.x Jul 4, 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