-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update monorepo dependencies #1926
Conversation
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.11.7 to 1.11.8. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.12.x/CHANGELOG.md) - [Commits](phpstan/phpstan@1.11.7...1.11.8) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [rector/rector](https://github.com/rectorphp/rector) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](rectorphp/rector@1.2.1...1.2.2) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [driftingly/rector-laravel](https://github.com/driftingly/rector-laravel) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/driftingly/rector-laravel/releases) - [Commits](driftingly/rector-laravel@1.2.0...1.2.1) --- updated-dependencies: - dependency-name: driftingly/rector-laravel dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1926 +/- ##
===========================================
Coverage 100.00% 100.00%
Complexity 1766 1766
===========================================
Files 182 182
Lines 4707 4707
===========================================
Hits 4707 4707 ☔ View full report in Codecov by Sentry. |
"hyde/monorepo-dev-tools": "*", | ||
"hyde/realtime-compiler": "*", | ||
"hyde/testing": "*", | ||
"jetbrains/phpstorm-attributes": "^1.0", | ||
"laravel/tinker": "^2.7", | ||
"pestphp/pest-plugin-type-coverage": "^2.8", | ||
"pestphp/pest-plugin-type-coverage": "2.x-dev", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need pestphp/pest-plugin-type-coverage@147f8b6 which has not been released yet. Otherwise we get this:
Too few arguments to function PHPStan\Analyser\NodeScopeResolver::__construct(), 26 passed in /home/runner/work/develop/develop/vendor/pestphp/pest-plugin-type-coverage/src/PHPStanAnalyser.php on line 80 and exactly 27 expected
This reverts commit 8e20219.
Not sure why we lost so much type coverage... |
This reverts commit 9c00006.
Too many incompatibilities, so gave up with the new Psalm version and reverted to the original. |
8259988
to
305a6fc
Compare
I think these needs to be merged together:
Additionally it removes some packages from the monorepo that we haven't used in a long time, and are generally better to install through an isolated setup like a dedicated Composer root or using a Phar: