Problem/Motivation

We should release 10.4.0-RC1 on the latest dependencies.

Steps to reproduce

$ composer outdated

Proposed resolution

$ composer update -W

Note Upgrading twig/twig to 3.15 is handled in a separate issue: #3488365: Upgrade twig/twig to 3.15.0

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Issue fork drupal-3490183

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:

Comments

spokje created an issue. See original summary.

spokje’s picture

spokje’s picture

$ composer-lock-diff --no-links
+------------------------------------+----------+----------+
| Production Changes                 | From     | To       |
+------------------------------------+----------+----------+
| pear/pear-core-minimal             | v1.10.15 | v1.10.16 |
| symfony/dependency-injection       | v6.4.15  | v6.4.16  |
| symfony/deprecation-contracts      | v3.5.0   | v3.5.1   |
| symfony/event-dispatcher-contracts | v3.5.0   | v3.5.1   |
| symfony/http-foundation            | v6.4.15  | v6.4.16  |
| symfony/http-kernel                | v6.4.15  | v6.4.16  |
| symfony/routing                    | v6.4.13  | v6.4.16  |
| symfony/service-contracts          | v3.5.0   | v3.5.1   |
| symfony/translation-contracts      | v3.5.0   | v3.5.1   |
| symfony/validator                  | v6.4.15  | v6.4.16  |
| twig/twig                          | v3.15.0  | v3.16.0  |
+------------------------------------+----------+----------+

+------------------------------------+----------+----------+
| Dev Changes                        | From     | To       |
+------------------------------------+----------+----------+
| composer/ca-bundle                 | 1.5.3    | 1.5.4    |
| composer/class-map-generator       | 1.4.0    | 1.5.0    |
| drupal/coder                       | 8.3.25   | 8.3.26   |
| google/protobuf                    | v4.28.3  | v4.29.1  |
| php-http/guzzle7-adapter           | 1.0.0    | 1.1.0    |
| phpdocumentor/reflection-docblock  | 5.6.0    | 5.6.1    |
| phpstan/phpstan                    | 1.12.11  | 1.12.12  |
| phpunit/phpunit                    | 9.6.21   | 9.6.22   |
| sirbrillig/phpcs-variable-analysis | v2.11.19 | v2.11.21 |
| symfony/dom-crawler                | v6.4.13  | v6.4.16  |
| symfony/phpunit-bridge             | v6.4.13  | v6.4.16  |
+------------------------------------+----------+----------+
spokje’s picture

Issue summary: View changes
Related issues: +#3488365: Upgrade twig/twig to 3.15.0
spokje’s picture

Status: Active » Needs review
smustgrave’s picture

Status: Needs review » Reviewed & tested by the community

Pipeline is green and applied locally without issue. Seems like good small bumps.

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

andypost’s picture

Status: Reviewed & tested by the community » Needs review

As twig 3.15 merged it can use more updates

+--------------------+---------+---------+
| Production Changes | From    | To      |
+--------------------+---------+---------+
| twig/twig          | v3.15.0 | v3.16.0 |
+--------------------+---------+---------+

+------------------------------------+----------+----------+
| Dev Changes                        | From     | To       |
+------------------------------------+----------+----------+
| composer/ca-bundle                 | 1.5.3    | 1.5.4    |
| drupal/coder                       | 8.3.25   | 8.3.26   |
| google/protobuf                    | v4.28.3  | v4.29.1  |
| phpstan/phpstan                    | 1.12.11  | 1.12.12  |
| sirbrillig/phpcs-variable-analysis | v2.11.19 | v2.11.21 |
+------------------------------------+----------+----------+
andypost’s picture

Twig has no effect on failure

    There was 1 failure:
    
    1) Drupal\Tests\jsonapi\Functional\NodeTest::testGetIndividual
    Failed asserting that 'MISS' is identical to true.
    
    /builds/issue/drupal-3490183/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php:122
    /builds/issue/drupal-3490183/vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php:80
    /builds/issue/drupal-3490183/core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php:758
    /builds/issue/drupal-3490183/core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php:861
    /builds/issue/drupal-3490183/core/modules/jsonapi/tests/src/Functional/NodeTest.php:340
    /builds/issue/drupal-3490183/vendor/phpunit/phpunit/src/Framework/TestResult.php:729
spokje’s picture

@andypost You might want to do a rebase, there were some rollbacks after we've found out HEAD of 10.4/5.x was broken.

andypost’s picture

@spokje thank you, after rebase it passed

spokje changed the visibility of the branch 11.x to hidden.

andypost’s picture

  • longwave committed 09e95618 on 10.5.x
    Issue #3490183 by spokje, andypost: Update Composer dependencies for 10....

  • longwave committed a25c2c74 on 10.4.x
    Issue #3490183 by spokje, andypost: Update Composer dependencies for 10....
longwave’s picture

Title: Update Composer dependencies for 10.4.0-RC1 » Update Composer dependencies for 10.4.0
Version: 10.5.x-dev » 10.4.x-dev
Status: Needs review » Fixed

To be pragmatic I'm committing this from needs review, given 10.4.0 is out this week, CI is green and the changes here are minimal compared to the similar but larger changes that already landed in 11.1.0.

Committed 09e9561 and pushed to 10.5.x. Thanks!

Committed a25c2c7 and pushed to 10.4.x. Thanks!

Status: Fixed » Closed (fixed)

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