- Issue created by @spokje
- π³π±Netherlands spokje
spokje β changed the visibility of the branch 3490163-update-composer-dependencies to hidden.
- π³π±Netherlands spokje
$ composer-lock-diff --no-links +-------------------------+------------+------------+ | Production Changes | From | To | +-------------------------+------------+------------+ | pear/pear-core-minimal | v1.10.15 | v1.10.16 | | php-tuf/composer-stager | v2.0.0-rc5 | v2.0.0-rc6 | +-------------------------+------------+------------+ +------------------------------+---------+---------+ | Dev Changes | From | To | +------------------------------+---------+---------+ | composer/class-map-generator | 1.4.0 | 1.5.0 | | composer/composer | 2.8.2 | 2.8.3 | | composer/pcre | 3.3.1 | 3.3.2 | | php-http/guzzle7-adapter | 1.0.0 | 1.1.0 | | phpstan/phpstan | 1.12.10 | 1.12.11 | | phpstan/phpstan-phpunit | 1.4.0 | 1.4.1 | | squizlabs/php_codesniffer | 3.10.3 | 3.11.1 | +------------------------------+---------+---------+
- πΊπΈUnited States smustgrave
Same as the 10.5 believe this is good. Didn't notice any issues locally.
- π³π±Netherlands spokje
Dependency php-tuf/composer-stager with stability RC does not meet minimum stability stable.
Unsure if this dependency is allowed to be RC, or flew in under the radar when MINIMUM_STABILITY was lowered to accommodate SF.
Otherwise things look fine. - π³π±Netherlands spokje
spokje β changed the visibility of the branch 11.x to hidden.
- π«π·France andypost
The
php-tuf/composer-stager
is an experimental module's dependency so should not block release - π¬π§United Kingdom catch
We can keep minimum stability as rc in this issue but we should open an explicit tracking issue for php-tuf to get to a stable release.
Another possibility might be to move the library to a dev dependency until package_manager is beta, but that might break package_manager tests so could be more trouble than it's worth.
- π³π±Netherlands spokje
spokje β changed the visibility of the branch 3490183-update-composer-dependencies to hidden.
- π³π±Netherlands spokje
$ git checkout -b '3490163-11.x-bump-composer-dependencies' --track drupal-3490163/'3490163-11.x-bump-composer-dependencies' error: invalid path 'core/modules/system/tests/modules/icon_test/icons/name_special_chars/FoO !?1:èç 2 "#3 B*;**a,ù$R|~¹&{[].svg'
Well that's me on a Windows git-bash based system out of the running for core work...
I've added the tracking issue, somebody needs to pick this up and/or also my JS-dependency updates.
- π¬π§United Kingdom longwave UK
Unless we relax this in ComposerProjectTemplatesTest we won't be able to have tests passing on 11.1.0:
$this->assertGreaterThanOrEqual(array_search($this->getCoreStability(), static::STABILITY_ORDER), array_search(static::MINIMUM_STABILITY, static::STABILITY_ORDER));
This prevents us from releasing a stable version of core with RC dependencies, or an RC with beta dependencies, etc.
- π¬π§United Kingdom longwave UK
Re #16 I reposted that in β¨ Add an icon management API Active , hopefully we can do a quick fix or just remove it for now.
- π¬π§United Kingdom longwave UK
Changed minimum stability back to RC.
- π«π·France andypost
Rebased, reverted to
php-tuf/composer-stager:v2.0.0-rc5
as 2 tests failing reproducible and update coder to 8.3.26 β - π«π·France andypost
on second time package manager's build tests passed with rc5
- π¬π§United Kingdom longwave UK
-
longwave β
committed bd2b1c3d on 11.1.x
Issue #3490163 by spokje, andypost, longwave: Update Composer...
-
longwave β
committed bd2b1c3d on 11.1.x
-
longwave β
committed fc9c4c26 on 11.x
Issue #3490163 by spokje, andypost, longwave: Update Composer...
-
longwave β
committed fc9c4c26 on 11.x
Automatically closed - issue fixed for 2 weeks with no activity.