Problem/Motivation

We should update to the final release of Symfony 4.4 for Drupal 9.5, and also bump all other dependencies where possible.

Steps to reproduce

composer outdated -m

Proposed resolution

composer update --with=phpunit/phpunit:^8 --with=guzzlehttp/guzzle:^6

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

CommentFileSizeAuthor
#2 3324544-2.patch17.24 KBlongwave

Comments

longwave created an issue. See original summary.

longwave’s picture

Status: Active » Needs review
Issue tags: +Drupal 9.5.0 release notes
StatusFileSize
new17.24 KB
$ composer-lock-diff --no-links
+---------------------------------+---------+---------+
| Production Changes              | From    | To      |
+---------------------------------+---------+---------+
| laminas/laminas-escaper         | 2.10.0  | 2.9.0   |
| symfony/console                 | v4.4.48 | v4.4.49 |
| symfony/dependency-injection    | v4.4.44 | v4.4.49 |
| symfony/http-foundation         | v4.4.48 | v4.4.49 |
| symfony/http-kernel             | v4.4.48 | v4.4.49 |
| symfony/psr-http-message-bridge | v2.1.3  | v2.1.4  |
+---------------------------------+---------+---------+

+------------------------+---------+---------+
| Dev Changes            | From    | To      |
+------------------------+---------+---------+
| phpspec/prophecy       | v1.15.0 | v1.16.0 |
| phpstan/phpdoc-parser  | 1.13.0  | 1.13.1  |
| symfony/phpunit-bridge | v5.4.14 | v5.4.16 |
+------------------------+---------+---------+

Note that laminas/laminas-escaper is downgraded! This is because we upgraded in #3269457: Update laminas/escaper to 2.10.0 but I think that was a mistake; Drupal 9 still technically supports PHP 7.3, but Laminas has dropped support:

$ composer why-not laminas/laminas-escaper 2.10.0
laminas/laminas-escaper 2.10.0 requires php (^7.4 || ~8.0.0 || ~8.1.0 but 7.3.0 is installed) 

Status: Needs review » Needs work

The last submitted patch, 2: 3324544-2.patch, failed testing. View results

longwave’s picture

Status: Needs work » Needs review

Random? fail in InstallerExistingConfigSyncDirectoryMultilingualTest - sending for a retest...

longwave’s picture

andypost’s picture

andypost’s picture

+++ b/composer.lock
@@ -1229,16 +1229,16 @@
             "name": "laminas/laminas-escaper",
-            "version": "2.10.0",
+            "version": "2.9.0",

any reason to downgrade?

andypost’s picture

Status: Needs review » Reviewed & tested by the community

Found answer in #2, then it's good to fix

  • catch committed ac07935 on 9.5.x
    Issue #3324544 by longwave, andypost: Update dependencies for Drupal 9.5...
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 9.5.x, thanks!

Status: Fixed » Closed (fixed)

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

quietone’s picture

Issue tags: -Drupal 9.5.0 release notes +9.5.0 release notes