Problem/Motivation
The "updated deps" test is failing, so let's update deps here and see what we need to fix before Drupal 10.1.0-alpha1.
Steps to reproduce
Proposed resolution
composer update
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #16 | 3351556-10.0.x-16.patch | 714 bytes | spokje |
Comments
Comment #2
longwaveI kept PHPUnit on 9.5 as #3338907: Update to PHPUnit 9.6.7 will solve this separately.
egulias/email-validatorhas a major version bump, will open a separate issue to deal with that.Comment #4
longwaveAdd
@return voidtoContainer::reset()which skips the deprecation notice, this should be OK until Symfony 7.Comment #5
longwaveSo, coding standards unexpectedly got in the way:
@return voidmeans there is no return statement, so Coder is kinda wrong here. But if we can't silence Symfony's deprecation the recommended way, we will have to add a deprecation skip for it I think.Comment #6
smustgrave commentedAll green now. Tons of update tickets today!
Comment #7
quietone commentedAdding to parent
Comment #8
spokjeDo we want to add
to
10.0.xas well to make it pass the dailyupdated deps-test run that has been failing since March 1st?https://www.drupal.org/pift-ci-job/2632360
Comment #10
longwaveRandom fail in LayoutBuilderUiTest - back to RTBC.
Comment #12
catchCommitted 5f16738 and pushed to 10.1.x. Thanks!
Moving back to 10.0.x for #7 which seems like a good idea to me - we should change the commit message though so it's not confusing.
Comment #13
spokjeComment #14
spokjeComment #16
spokjeComment #17
spokjeComment #18
catchGood plan with the issue title. Pre-emptively marking RTBC, if this comes back green from the bot I'll commit it.
Comment #20
longwaveCommitted the deprecation silencer to 10.0.x.