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 all non-major dependencies #1329

Merged
merged 1 commit into from
Feb 20, 2023
Merged

Update all non-major dependencies #1329

merged 1 commit into from
Feb 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
phpstan/phpstan require-dev patch ^1.9.16 -> ^1.9.18
phpstan/phpstan-phpunit require-dev patch ^1.3.3 -> ^1.3.4
phpunit/phpunit (source) require-dev patch 10.0.5 -> 10.0.10
roave/backward-compatibility-check require patch ^8.2.1 -> ^8.3.0
roave/infection-static-analysis-plugin require-dev minor ^1.28.0 -> ^1.29.0
vimeo/psalm require-dev minor 5.6.0 -> 5.7.1

Release Notes

phpstan/phpstan

v1.9.18

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

  • Remove unneded code in ConstantArrayType::hasOffsetValueType() (#​2238), thanks @​herndlm!
sebastianbergmann/phpunit

v10.0.10

Compare Source

v10.0.9

Compare Source

v10.0.8

Compare Source

v10.0.7

Compare Source

v10.0.6

Compare Source

Roave/infection-static-analysis-plugin

v1.29.0

Compare Source

Release Notes for 1.29.0

Feature release (minor)

1.29.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2
dependencies,enhancement
dependencies,duplicate,enhancement,renovate
vimeo/psalm

v5.7.1

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@5.7.0...5.7.1

v5.7.0

Compare Source

What's Changed

Deprecations
Features
Fixes
Docs
Internal changes
Other changes

New Contributors

Full Changelog: vimeo/psalm@5.6.0...5.7.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

Read more about the use of Renovate Bot within ocramius/* projects.

@renovate renovate bot added the renovate label Feb 9, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Feb 9, 2023

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d508fd3 to 3c223ae Compare February 9, 2023 11:30
Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some new mutation changes here:

3676 mutations were generated:
    2333 mutants were killed
       0 mutants were configured to be ignored
       7 mutants were not covered by tests
       0 covered mutants were not detected
       9 errors were encountered
       0 syntax errors were encountered
       4 time outs were encountered
    1323 mutants required more time than configured

Looks like the coverage report regressed here 🤔

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3c223ae to 7b61001 Compare February 10, 2023 01:49
@kukulich
Copy link
Collaborator

This build is ok: https://github.com/Roave/BetterReflection/actions/runs/4140082927/jobs/7158386248
This build is broken: https://github.com/Roave/BetterReflection/actions/runs/4142757817/jobs/7163806510

I've checked dependencies:

0a1
>   - Downloading phpunit/phpunit (10.0.6)
47c48
<   - Installing phpunit/phpunit (10.0.5): Extracting archive
---
>   - Installing phpunit/phpunit (10.0.6): Extracting archive

It looks the main difference between these versions https://github.com/sebastianbergmann/phpunit/compare/10.0.5..10.0.6 is this PR: sebastianbergmann/phpunit#5179

@Slamdunk Please do you have idea what changes?

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7b61001 to b331882 Compare February 11, 2023 19:52
@Ocramius
Copy link
Member

Discussed in chat with @Slamdunk: possibly caused by a slight decrease in coverage

@Slamdunk
Copy link

I don't think sebastianbergmann/phpunit#5179 has any effect of this.
Instead I noted something else in the logs you linked:

-1383 mutants required more time than configured
+1329 mutants required more time than configured

I think that there have always been A LOT of uncovered mutants, before and after the upgrade, but somehow the second build was "quicker" and so it didn't time out many of them, and they emerged.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from aeb81de to 608b618 Compare February 19, 2023 11:50
@kukulich
Copy link
Collaborator

The problem is probably caused by sebastianbergmann/phpunit#5218

The new "not covered mutants" are in @runInSeparateProcess tests.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 608b618 to 42ea913 Compare February 20, 2023 02:17
@Slamdunk
Copy link

Can you please stop finding new bugs? I'm trying to work 😝

Just kidding, tnx for your feedbacks ❤️

| datasource | package                                | from   | to      |
| ---------- | -------------------------------------- | ------ | ------- |
| packagist  | phpstan/phpstan                        | 1.9.17 | 1.9.18  |
| packagist  | phpstan/phpstan-phpunit                | 1.3.4  | 1.3.4   |
| packagist  | phpunit/phpunit                        | 10.0.5 | 10.0.10 |
| packagist  | roave/backward-compatibility-check     | 8.3.0  | 8.3.0   |
| packagist  | roave/infection-static-analysis-plugin | 1.28.0 | 1.29.0  |
| packagist  | vimeo/psalm                            | 5.6.0  | 5.7.1   |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 42ea913 to ef20780 Compare February 20, 2023 12:05
@sebastianbergmann
Copy link

@kukulich PHPUnit 10.0.10 has been released with @Slamdunk's fixes from sebastianbergmann/phpunit#5221.

@kukulich kukulich merged commit ef20780 into 6.8.x Feb 20, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch February 20, 2023 13:38
@kukulich
Copy link
Collaborator

Solved in #1332

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants