Problem/Motivation

Let's update dependencies one more time before the alpha so everything is on the latest version.

- https://github.com/symfony/symfony/releases/tag/v4.4.33
- https://github.com/symfony/symfony/releases/tag/v5.3.10

Steps to reproduce

Proposed resolution

Run COMPOSER_ROOT_VERSION=9.3.x-dev composer update --with=phpunit/phpunit:^8 -W

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

+------------------------------+---------+---------+
| Production Changes           | From    | To      |
+------------------------------+---------+---------+
| composer/semver              | 3.2.5   | 3.2.6   |
| symfony/console              | v4.4.30 | v4.4.33 |
| symfony/dependency-injection | v4.4.31 | v4.4.33 |
| symfony/http-foundation      | v4.4.30 | v4.4.33 |
| symfony/http-kernel          | v4.4.32 | v4.4.33 |
| symfony/serializer           | v4.4.31 | v4.4.33 |
| symfony/validator            | v4.4.31 | v4.4.33 |
| symfony/var-dumper           | v5.3.8  | v5.3.10 |
+------------------------------+---------+---------+

+------------------------+---------+---------+
| Dev Changes            | From    | To      |
+------------------------+---------+---------+
| composer/ca-bundle     | 1.2.11  | 1.3.1   |
| composer/composer      | 2.1.9   | 2.1.10  |
| symfony/lock           | v4.4.27 | v4.4.33 |
| symfony/phpunit-bridge | v5.3.8  | v5.3.10 |
+------------------------+---------+---------+

Comments

andypost created an issue. See original summary.

andypost’s picture

Status: Active » Needs review
StatusFileSize
new20.52 KB
andypost’s picture

Issue summary: View changes
andypost’s picture

longwave’s picture

Status: Needs review » Reviewed & tested by the community

Patch looks fine, RTBC if tests agree.

andypost’s picture

green)

alexpott’s picture

Status: Reviewed & tested by the community » Needs work

Doesn't apply to 9.4.x as well... needs to apply there too.

Also there's been another release of one of the deps...

$ composer update --dry-run --with=phpunit/phpunit:^8 -W
Upgrading composer/ca-bundle (1.3.0 => 1.3.1)
andypost’s picture

Status: Needs work » Needs review
StatusFileSize
new20.52 KB
new20.52 KB
new17.94 KB

patches for 9.4 and 9.3 (a bit of context is different) so here -s patch via "git diff -U2"

andypost’s picture

Issue summary: View changes
andypost’s picture

Issue summary: View changes
StatusFileSize
new19.91 KB

composer also got update 2.1.10

andypost’s picture

StatusFileSize
new17.72 KB

patch with U1 for 9.3/9.4

vikashsoni’s picture

StatusFileSize
new70.4 KB

@andypost patch not working giving error when appliying in drupal-9.3.x-dev
needs to Re-roll

longwave’s picture

Status: Needs review » Reviewed & tested by the community

#11 works fine for me in 9.3 and 9.4.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed 10ca9797ab to 9.4.x and 24644b71a5 to 9.3.x. Thanks!

  • alexpott committed 10ca979 on 9.4.x
    Issue #3246595 by andypost: Update dependencies for 9.3.x
    

  • alexpott committed 24644b7 on 9.3.x
    Issue #3246595 by andypost: Update dependencies for 9.3.x
    
    (cherry...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.