
Problem/Motivation
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3528680
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
godotislateMR https://git.drupalcode.org/project/drupal/-/merge_requests/12317
Comment #4
godotislateSplit off updating Symfony to 7.3.0 from #3527142: Update Composer and development dependencies for 11.2.0 and 10.5.0, per #13:
Comment #5
godotislateRemoved the changes to composer/ca-bundle, composer/spdx-licenses (any non-Symfony packages).
Comment #6
xjmShouldn't there also be increases to the constraints in the
core/composer.json
in here?Comment #7
godotislateComment #8
godotislateAdded the version constraint changes to core/composer.json.
Comment #9
xjmNW for https://www.drupal.org/node/3522189 (I think) creeping in.
Comment #10
xjmCrosspost, you are fast like lightning!
Comment #11
longwaveWe need separate MRs for both 11.x and 11.2.x as this has to land in both but the lockfile causes conflicts so we can't reuse the same patch.
Comment #12
longwaveI actually think the core-recipe-unpack thing was correct.. it's in 11.2.x lockfile and should have been added to 11.x as well, otherwise I get this on install after switching branches:
Comment #13
longwaveNW for #11/#12. Thanks @godotislate for helping out here!
Comment #14
xjmI just confirmed that I get the recipe unpack stuff on a completely brand new repo as well. So it's either something that was failed to be added to the lock file in a previous issue, or a bug that was added in a previous issue... either way, out of scope here, and letting the lock file be what vanilla core generates out of the box is correct. Sorry @godotislate for the extra step!
Comment #16
godotislatehttps://git.drupalcode.org/project/drupal/-/merge_requests/12317 11.x
https://git.drupalcode.org/project/drupal/-/merge_requests/12319 11.2.x
Comment #17
andypostLet's stabilize it, recipe unpack hunk just skipped on
git add -p
meantimeComment #20
xjmCommitted to 11.x and 11.2.x, thanks!
Comment #23
xjm