Problem/Motivation

Another round of minor dependency updates prior to 9.2.0-alpha1.

+-------------------------------+---------+---------+
| Production Changes            | From    | To      |
+-------------------------------+---------+---------+
| composer/installers           | v1.10.0 | v1.11.0 |
| doctrine/annotations          | 1.12.1  | 1.13.1  |
| guzzlehttp/psr7               | 1.8.1   | 1.8.2   |
| laminas/laminas-diactoros     | 2.5.0   | 2.5.1   |
| laminas/laminas-feed          | 2.14.0  | 2.14.1  |
| psr/log                       | 1.1.3   | 1.1.4   |
| symfony/console               | v4.4.21 | v4.4.23 |
| symfony/debug                 | v4.4.20 | v4.4.22 |
| symfony/dependency-injection  | v4.4.21 | v4.4.23 |
| symfony/deprecation-contracts | v2.2.0  | v2.4.0  |
| symfony/error-handler         | v4.4.21 | v4.4.23 |
| symfony/http-client-contracts | v2.3.1  | v2.4.0  |
| symfony/http-foundation       | v4.4.20 | v4.4.23 |
| symfony/http-kernel           | v4.4.21 | v4.4.23 |
| symfony/mime                  | v5.2.6  | v5.2.7  |
| symfony/process               | v4.4.20 | v4.4.22 |
| symfony/routing               | v4.4.20 | v4.4.22 |
| symfony/serializer            | v4.4.20 | v4.4.22 |
| symfony/service-contracts     | v2.2.0  | v2.4.0  |
| symfony/translation           | v4.4.21 | v4.4.23 |
| symfony/translation-contracts | v2.3.0  | v2.4.0  |
| symfony/validator             | v4.4.21 | v4.4.22 |
| symfony/var-dumper            | v5.2.6  | v5.2.8  |
| symfony/yaml                  | v4.4.21 | v4.4.22 |
| twig/twig                     | v2.14.4 | v2.14.6 |
| psr/cache                     | NEW     | 1.0.1   |
+-------------------------------+---------+---------+

+---------------------------+---------+---------+
| Dev Changes               | From    | To      |
+---------------------------+---------+---------+
| drupal/coder              | 8.3.12  | 8.3.13  |
| squizlabs/php_codesniffer | 3.5.8   | 3.6.0   |
| symfony/browser-kit       | v4.4.20 | v4.4.22 |
| symfony/css-selector      | v4.4.20 | v4.4.22 |
| symfony/filesystem        | v4.4.21 | v4.4.22 |
| symfony/finder            | v4.4.20 | v4.4.23 |
| symfony/lock              | v4.4.21 | v4.4.23 |
| symfony/phpunit-bridge    | v5.2.6  | v5.2.8  |
+---------------------------+---------+---------+

PHPCS 3.6.0 brings support for PHP 8 language features but no changes to sniffs that we use, a full run across core is still clean.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

The projects psr/cache is added as a requirement dependency for doctrine/annotations.

Issue fork drupal-3210632

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

longwave created an issue. See original summary.

longwave’s picture

Status: Active » Needs review
FileSize
17.5 KB
longwave’s picture

Symfony 4.4.21 was released 28 days ago so it's possible 4.4.22 will be out in the next week, maybe we should wait to see if that happens.

Version: 9.2.x-dev » 9.3.x-dev

Drupal 9.2.0-alpha1 will be released the week of May 3, 2021, which means new developments and disruptive changes should now be targeted for the 9.3.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

longwave’s picture

Status: Needs review » Needs work
longwave’s picture

Version: 9.3.x-dev » 9.2.x-dev
Issue summary: View changes
Status: Needs work » Needs review
FileSize
50.85 KB

Updated IS with latest changes.

This also includes #3211805: Update composer/composer dev dependency in metapackages to 2.0.13.

longwave’s picture

Spokje made their first commit to this issue’s fork.

Spokje’s picture

Version: 9.2.x-dev » 9.3.x-dev

Spokje’s picture

MR is for 9.3.x

(Sorry for the noise, original MR was still 9.2.x)

Same changes as @longwave got for 9.2.x

+-------------------------------+---------+---------+
| Production Changes            | From    | To      |
+-------------------------------+---------+---------+
| composer/installers           | v1.10.0 | v1.11.0 |
| guzzlehttp/psr7               | 1.8.1   | 1.8.2   |
| laminas/laminas-diactoros     | 2.5.0   | 2.5.1   |
| laminas/laminas-feed          | 2.14.0  | 2.14.1  |
| psr/log                       | 1.1.3   | 1.1.4   |
| symfony/console               | v4.4.21 | v4.4.22 |
| symfony/debug                 | v4.4.20 | v4.4.22 |
| symfony/dependency-injection  | v4.4.21 | v4.4.22 |
| symfony/deprecation-contracts | v2.2.0  | v2.4.0  |
| symfony/error-handler         | v4.4.21 | v4.4.22 |
| symfony/http-client-contracts | v2.3.1  | v2.4.0  |
| symfony/http-foundation       | v4.4.20 | v4.4.22 |
| symfony/http-kernel           | v4.4.21 | v4.4.22 |
| symfony/mime                  | v5.2.6  | v5.2.7  |
| symfony/process               | v4.4.20 | v4.4.22 |
| symfony/routing               | v4.4.20 | v4.4.22 |
| symfony/serializer            | v4.4.20 | v4.4.22 |
| symfony/service-contracts     | v2.2.0  | v2.4.0  |
| symfony/translation-contracts | v2.3.0  | v2.4.0  |
| symfony/validator             | v4.4.21 | v4.4.22 |
| symfony/var-dumper            | v5.2.6  | v5.2.7  |
| symfony/yaml                  | v4.4.21 | v4.4.22 |
+-------------------------------+---------+---------+

+---------------------------+---------+---------+
| Dev Changes               | From    | To      |
+---------------------------+---------+---------+
| drupal/coder              | 8.3.12  | 8.3.13  |
| squizlabs/php_codesniffer | 3.5.8   | 3.6.0   |
| symfony/browser-kit       | v4.4.20 | v4.4.22 |
| symfony/css-selector      | v4.4.20 | v4.4.22 |
| symfony/filesystem        | v4.4.21 | v4.4.22 |
| symfony/phpunit-bridge    | v5.2.6  | v5.2.7  |
+---------------------------+---------+---------+
Spokje’s picture

Issue summary: View changes

Updated IS with the latest composer-lock-diff --no-links. Since the patch file for 9.2.x is now outdated, I've hidden it.

https://symfony.com/blog/symfony-4-4-23-released

daffie’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

The changes look good to me.
The only major change is the adding of the project psr/cache. It is added as a requirement of doctrine/annotations.
I have updated the IS. Not sure if a CR is needed.
For me it is RTBC.

Spokje’s picture

Issue tags: +9.2.0 release notes

Added tag for release notes.

Spokje’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Needs review

Since the review by @daffie (thanks) in #17 a new version of twig/twig was released (2.14.6) reverting one of the changes in 2.14.5.

Also a new release of doctrine/annotations.

Seemed smart to me to pull those releases in this MR, so back to NR (don't you just love Capitalized ABBRs...).

Updated IS with the latest output of composer-lock-diff --no-links.

longwave’s picture

Status: Needs review » Reviewed & tested by the community

Tests pass, diff is fine, back to RTBC.

  • catch committed 3635373 on 9.3.x
    Issue #3210632 by Spokje, longwave, daffie: Update dependencies for...

  • catch committed cdbb1fe on 9.2.x
    Issue #3210632 by Spokje, longwave, daffie: Update dependencies for...
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 9.3.x and cherry-picked to 9.2.x, thanks!

andypost’s picture

Status: Fixed » Closed (fixed)

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