Problem/Motivation
Since Drupal 9.1 a number of our dependencies have released minor updates.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | interdiff.3187025.2-6.txt | 2.38 KB | longwave |
| #6 | 3187025-6.patch | 94.17 KB | longwave |
Comments
Comment #2
longwaveComment #4
anmolgoyal74 commentedComment #6
longwaveAccidentally removed the PHPUnit 9 upgrade in #2.
The
expectExceptionMessageRegExp()warning has changed in PHPUnit 8.5.9, I added both to the warning listener for the time being as it can't hurt.Comment #7
daffie commentedJust a question: We have added the second line, then should we not removed the first one?
Comment #8
longwaveThis is what I was talking about at the end of #6. I think we should keep both lines there because we haven't bumped the minimum version of PHPUnit, so if someone installs PHPUnit 8.5.8 or earlier (for example when doing min-max testing) the tests will fail without the first line being there, as the message was changed in PHPUnit 8.5.9. It can't hurt anything by having the message there and we will remove both lines when we drop support for PHPUnit 8.
Comment #9
daffie commentedWith the explanation of @longwave in comment #8 is the patch for me RTBC.
All dependency updates a minor updates.
It all looks good to me.
Comment #10
jonathan1055 commentedAs per comments on #3183656-15: Fix 'Drupal.Commenting.DocComment.TagGroupSpacing' coding standard [part 2] do we want to request a new Coder version 8.3.12 then use that here? I think that would be worth it, as there have been a few enhancements and fixes since 8.3.11, specifically
Comment #12
catchFine to update coder, but that can happen in the next round of updates - we'll need at least one or two more before 9.2.0, so don't think it needs to hold up this one.
Committed 3c2db2e and pushed to 9.2.x. Thanks!
Comment #13
jonathan1055 commentedOK, that's great. Thanks for the info.
Comment #14
jonathan1055 commented@klausi has just released Coder 8.3.12
Comment #15
xjmRelease notes always for dep updates, please.