Problem/Motivation

https://github.com/symfony/symfony/releases/tag/v6.2.0-BETA3

Steps to reproduce

COMPOSER_ROOT_VERSION=10.1.x-dev composer update symfony/* -W

Proposed resolution

$ ~/.composer/vendor/bin/composer-lock-diff --no-links
+----------------------------------+--------------+--------------+
| Production Changes               | From         | To           |
+----------------------------------+--------------+--------------+
| symfony/console                  | v6.2.0-BETA2 | v6.2.0-BETA3 |
| symfony/dependency-injection     | v6.2.0-BETA1 | v6.2.0-BETA3 |
| symfony/error-handler            | v6.2.0-BETA2 | v6.2.0-BETA3 |
| symfony/event-dispatcher         | v6.2.0-BETA1 | v6.2.0-BETA3 |
| symfony/http-foundation          | v6.2.0-BETA1 | v6.2.0-BETA3 |
| symfony/http-kernel              | v6.2.0-BETA2 | v6.2.0-BETA3 |
| symfony/mime                     | v6.2.0-BETA1 | v6.2.0-BETA3 |
| symfony/polyfill-ctype           | v1.26.0      | v1.27.0      |
| symfony/polyfill-iconv           | v1.26.0      | v1.27.0      |
| symfony/polyfill-intl-grapheme   | v1.26.0      | v1.27.0      |
| symfony/polyfill-intl-idn        | v1.26.0      | v1.27.0      |
| symfony/polyfill-intl-normalizer | v1.26.0      | v1.27.0      |
| symfony/polyfill-mbstring        | v1.26.0      | v1.27.0      |
| symfony/process                  | v6.2.0-BETA1 | v6.2.0-BETA3 |
| symfony/routing                  | v6.2.0-BETA2 | v6.2.0-BETA3 |
| symfony/serializer               | v6.2.0-BETA1 | v6.2.0-BETA3 |
| symfony/validator                | v6.2.0-BETA2 | v6.2.0-BETA3 |
| symfony/var-dumper               | v6.2.0-BETA1 | v6.2.0-BETA3 |
| symfony/var-exporter             | v6.2.0-BETA1 | v6.2.0-BETA3 |
| symfony/yaml                     | v6.2.0-BETA1 | v6.2.0-BETA3 |
+----------------------------------+--------------+--------------+

+------------------------+--------------+--------------+
| Dev Changes            | From         | To           |
+------------------------+--------------+--------------+
| phpstan/phpdoc-parser  | 1.13.0       | 1.13.1       |
| symfony/browser-kit    | v6.2.0-BETA1 | v6.2.0-BETA3 |
| symfony/dom-crawler    | v6.2.0-BETA2 | v6.2.0-BETA3 |
| symfony/lock           | v6.2.0-BETA2 | v6.2.0-BETA3 |
| symfony/phpunit-bridge | v6.2.0-BETA1 | v6.2.0-BETA3 |
+------------------------+--------------+--------------+

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

andypost created an issue. See original summary.

andypost’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
44.27 KB
andypost’s picture

There's also more dependencies are outdated

Transitive dependencies not required in composer.json:
composer/pcre             3.0.0   3.1.0   PCRE wrapping library that offers type-safe preg_* replacements.
nikic/php-parser          v4.15.1 v4.15.2 A PHP parser written in PHP
phpunit/php-code-coverage 9.2.18  9.2.19  Library that provides collection, processing, and rendering functionality for PHP code coverage information.
slevomat/coding-standard  8.6.2   8.6.4   Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.
Spokje’s picture

Status: Needs review » Reviewed & tested by the community

Maybe we update all dependencies just before a next RC/full release?

The changes that are in the patch regarding the Symfony updates are RTBC for me.

alexpott’s picture

Version: 10.1.x-dev » 10.0.x-dev
Status: Reviewed & tested by the community » Fixed

Committed and pushed 28d9834139 to 10.1.x and 7cf93d5ff6 to 10.0.x. Thanks!

  • alexpott committed 28d9834 on 10.1.x
    Issue #3322984 by andypost: upgrade Symfony dependencies
    

  • alexpott committed 7cf93d5 on 10.0.x
    Issue #3322984 by andypost: upgrade Symfony dependencies
    
    (cherry picked...

Status: Fixed » Closed (fixed)

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