Comments

Gábor Hojtsy created an issue. See original summary.

gábor hojtsy’s picture

Category: Task » Plan
andypost’s picture

First one detected while running tests

  4x: Creation of dynamic property org\bovigo\vfs\vfsStreamWrapper::$context is deprecated
    4x in DrupalComponentTest::testAssertNoCoreUsage from Drupal\Tests\Component

mikey179/vfsstream should b updated at least to 1.6.11 (unreleased yet) https://github.com/bovigo/vfsStream/commit/88fbc8a0b163fd00375cba0b27d8c...

The fix is https://github.com/bovigo/vfsStream/pull/270

andypost’s picture

andypost’s picture

andypost’s picture

andypost’s picture

andypost’s picture

There's release of mikey179/vfsstream to test fix for #3 https://github.com/bovigo/vfsStream/releases/tag/v1.6.11-alpha.0

andypost’s picture

PHP Deprecated:  Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/web/vendor/sirbrillig/phpcs-variable-analysis/VariableAnalysis/Sniffs/CodeAnalysis/VariableAnalysisSniff.php on line 922

needs version 2.11.4 with https://github.com/sirbrillig/phpcs-variable-analysis/pull/248

Also phpstan requires 1.8.1 to work with #[\AllowDynamicProperties]

andypost’s picture

andypost’s picture

to work with #[AllowDynamicProperties] on PHP 8.2 phpstan will need another upgrade once https://github.com/JetBrains/phpstorm-stubs/pull/1404 landed

andypost’s picture

Issue summary: View changes
andypost’s picture

Filed #3298343: upgrade egulias/email-validator to 3.2.1 to support PHP 8.2 which needs review to bump core composer's dependency to v3

andypost’s picture

andypost’s picture

andypost’s picture

andypost’s picture

andypost’s picture

Issue summary: View changes

and composer

andypost’s picture

andypost’s picture

asked to create new stable release https://github.com/bovigo/vfsStream/commit/17d16a85e6c26ce1f3e2fa9ceeacd...

Without a new stable release 10.0.x branch will fail on composer stability test and we can't relax it as beta comming soon https://www.drupal.org/project/drupal/issues/3295821#comment-14620425

but without the fix our CI tests hangs and killed by timeout

catch’s picture

Without a new stable release 10.0.x branch will fail on composer stability test and we can't relax it as beta comming soon

I think it would be OK to relax stability right up until the beta, it's still a few weeks away. We can have critical follow-ups to move to a stable release.

spokje’s picture

spokje’s picture

Issue summary: View changes
andypost’s picture

Issue summary: View changes

updated IS with issues per package, gonna file new one for vfs

andypost’s picture

Issue summary: View changes
andypost’s picture

spokje’s picture

Issue summary: View changes
spokje’s picture

Issue summary: View changes
spokje’s picture

Issue summary: View changes
andypost’s picture

andypost’s picture

andypost’s picture

Issue summary: View changes
andypost’s picture

Issue summary: View changes

All requirements merged, so only one upgrade left #3295520: Update dependencies for Drupal 10.0 and 9.5

andypost’s picture

Issue summary: View changes

fix link to issue

andypost’s picture

Only general update left ATM to fix sniffers #3295520: Update dependencies for Drupal 10.0 and 9.5

andypost’s picture

Status: Active » Fixed

I think it fixed as all 9.5 and 10.0 dependencies are compatibe

Status: Fixed » Closed (fixed)

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

andypost’s picture