Bump drupal/core-composer-scaffold from 9.3.8 to 11.1.6#292
Bump drupal/core-composer-scaffold from 9.3.8 to 11.1.6#292dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
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>
There was a problem hiding this comment.
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.
| "drupal/core-composer-scaffold": "^11.1", | ||
| "drupal/core-recommended": "^9.3", |
There was a problem hiding this comment.
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.
|
Superseded by #315. |
Bumps drupal/core-composer-scaffold from 9.3.8 to 11.1.6.
Commits
30e2dceIssue #3330481 by spokje, quietone, mstrelan, smustgrave: Fix PHPStan L2 erro...393d19cIssue #3463440 by mstrelan, smustgrave, quietone, longwave: Fix param docs id...54097a3Revert "Issue #3463440 by mstrelan, smustgrave: Fix param docs identified by ...6918a47Issue #3463440 by mstrelan, smustgrave: Fix param docs identified by phpstan79e3fcbIssue #3447886 by alexpott, sime, phenaproxima: Add support for recipes to dr...7947fedIssue #3266160 by smustgrave, alex.skrypnyk, tannguyenhn, beatrizrodrigues, j...d54746bIssue #3444020 by andypost, smustgrave: [8.4] Fix implicitly nullable type de...03485aeIssue #3437335 by fromme, catch: Remove web.config from 11.xaa6adb8Issue #3438034 by tannguyenhn, adwivedi008, alex.skrypnyk, alexpott: Fix Comp...c10197aIssue #3425337 by mondrake: Fix root namespace classes DebugClassLoader forwa...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)