Skip to content
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

Merged
merged 28 commits into from
Jul 31, 2024
Merged

Update monorepo dependencies #1926

merged 28 commits into from
Jul 31, 2024

Conversation

caendesilva
Copy link
Member

@caendesilva caendesilva commented Jul 31, 2024

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:

  • Remove Rector from the monorepo toolset
  • Remove PHP Parallel Lint from the monorepo toolset
  • Remove PHP CodeSniffer from the monorepo toolset

dependabot bot added 3 commits July 31, 2024 11:40
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>
Copy link

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (c64a9c4) to head (305a6fc).
Report is 1 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

@caendesilva caendesilva changed the title Bump monorepo dependencies Update monorepo dependencies Jul 31, 2024
"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",
Copy link
Member Author

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

@caendesilva
Copy link
Member Author

Not sure why we lost so much type coverage...

@caendesilva
Copy link
Member Author

Too many incompatibilities, so gave up with the new Psalm version and reverted to the original.

@caendesilva caendesilva marked this pull request as ready for review July 31, 2024 13:15
@caendesilva caendesilva merged commit 7cca50c into master Jul 31, 2024
23 checks passed
@caendesilva caendesilva deleted the bump-dependencies branch July 31, 2024 14:23
caendesilva added a commit that referenced this pull request Jul 31, 2024
caendesilva added a commit that referenced this pull request Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant