Skip to content

Bump drupal/core-composer-scaffold from 9.3.8 to 11.1.6#292

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/drupal/core-composer-scaffold-11.1.6
Closed

Bump drupal/core-composer-scaffold from 9.3.8 to 11.1.6#292
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/drupal/core-composer-scaffold-11.1.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 3, 2025

Bumps drupal/core-composer-scaffold from 9.3.8 to 11.1.6.

Commits
  • 30e2dce Issue #3330481 by spokje, quietone, mstrelan, smustgrave: Fix PHPStan L2 erro...
  • 393d19c Issue #3463440 by mstrelan, smustgrave, quietone, longwave: Fix param docs id...
  • 54097a3 Revert "Issue #3463440 by mstrelan, smustgrave: Fix param docs identified by ...
  • 6918a47 Issue #3463440 by mstrelan, smustgrave: Fix param docs identified by phpstan
  • 79e3fcb Issue #3447886 by alexpott, sime, phenaproxima: Add support for recipes to dr...
  • 7947fed Issue #3266160 by smustgrave, alex.skrypnyk, tannguyenhn, beatrizrodrigues, j...
  • d54746b Issue #3444020 by andypost, smustgrave: [8.4] Fix implicitly nullable type de...
  • 03485ae Issue #3437335 by fromme, catch: Remove web.config from 11.x
  • aa6adb8 Issue #3438034 by tannguyenhn, adwivedi008, alex.skrypnyk, alexpott: Fix Comp...
  • c10197a Issue #3425337 by mondrake: Fix root namespace classes DebugClassLoader forwa...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [drupal/core-composer-scaffold](https://github.com/drupal/core-composer-scaffold) from 9.3.8 to 11.1.6.
- [Commits](drupal/core-composer-scaffold@9.3.8...11.1.6)

---
updated-dependencies:
- dependency-name: drupal/core-composer-scaffold
  dependency-version: 11.1.6
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Apr 3, 2025
@hkirsman hkirsman requested a review from Copilot December 2, 2025 06:46
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR attempts to upgrade drupal/core-composer-scaffold from version 9.3.8 to 11.1.6, jumping two major versions. However, this partial upgrade creates critical compatibility issues that will prevent the project from functioning correctly.

Key Issues:

  • Only one Drupal core package is being upgraded while others remain at version 9.3
  • The version mismatch will cause dependency resolution failures
  • Several contrib modules are not compatible with Drupal 11

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
composer.json Updates drupal/core-composer-scaffold constraint from ^9.3 to ^11.1, creating version mismatch with other core packages
composer.lock Reflects the resolved version 11.1.6 for drupal/core-composer-scaffold while other Drupal core packages remain at 9.3.8

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

Comment thread composer.json
Comment on lines +22 to 23
"drupal/core-composer-scaffold": "^11.1",
"drupal/core-recommended": "^9.3",
Copy link

Copilot AI Dec 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version mismatch between Drupal core packages. The drupal/core-composer-scaffold is being upgraded to ^11.1, but drupal/core-recommended remains at ^9.3. These packages must be kept at the same major version to avoid compatibility issues. Either upgrade drupal/core-recommended to ^11.1 as well, or keep drupal/core-composer-scaffold at ^9.3.

Copilot uses AI. Check for mistakes.
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Dec 3, 2025

Superseded by #315.

@dependabot dependabot Bot closed this Dec 3, 2025
@dependabot dependabot Bot deleted the dependabot/composer/drupal/core-composer-scaffold-11.1.6 branch December 3, 2025 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant