- Issue created by @spokje
- @spokje opened merge request.
- Status changed to Needs review
about 1 year ago 5:06pm 15 November 2023 - Status changed to RTBC
about 1 year ago 6:14pm 15 November 2023 - πΊπΈUnited States smustgrave
Seems like fine updates, but think I've seen a few of these. Should it be postponed until a specific date and do the updates all in one?
- π¬π§United Kingdom longwave UK
10.2.0-beta1 is due this week. In the run-up to beta, RC and final minor releases we often do several rounds of these to get on the latest versions before we ship the releases. At other times they are often just noise and worth postponing, unless upgrading means we have to change code in core.
- Status changed to Needs work
about 1 year ago 9:44pm 15 November 2023 - πΊπΈUnited States xjm
I tested updating the dependencies locally and got mostly the same result, except that it looks like there's a new minor version of the various Symfony packages that aren't in the main group. (
symfony/deprecation-contracts
and friends got an update from 3.3.0 to 3.4.0.)That said, those packages are less important than getting core onto the RC version of Symfony for beta1, and we're already well into the beta1 release window. So, I was to go ahead and commit this as-is to resolve that. (We'll of course have another update before 10.2.0 for the minimum stability so the other updates will get folded in then.)
I also verified that the lock file remains correct when
composer install
ing.Committed to 11.x and cherry-picked to 10.2.x. Thanks!
Meanwhile though, we need to add this to the release notes: π 10.2.0 release notes Active Setting NW for that.
- π³π±Netherlands spokje
Meanwhile though, we need to add this to the release notes
Looking at the release notes for https://www.drupal.org/project/drupal/releases/10.2.0-alpha1 β , it status under "PHP dependency updates"
Symfony components have been updated to version 6.4.
Since there's no mention of BETA, I see no need to mention RC in the release notes for beta1?
- Status changed to Fixed
about 1 year ago 4:40pm 16 November 2023 - π¬π§United Kingdom longwave UK
Added a short note, we don't normally say any more and I see no reason to here.
- πΊπΈUnited States xjm
@Spokje The target audience of the release notes of beta1 and rc1 is developers who installed alpha1, so specific changes in its dependencies -- as well as the increase in the
minimum-stability
-- do belong in the beta1 release notes. (I also would have amended the alpha release notes a bit, but that's not a big issue.)I'd suggest something like:
Symfony components have been udpated from 6.4.0-BETA1 to 6.4.0-RC1. Additionally, Drupal core's minimum stability requirement has been re-increased from
beta
torcc
.Added that to the IS.
- πΊπΈUnited States xjm
I also added my release note to the new beta1 doc.
Automatically closed - issue fixed for 2 weeks with no activity.