-
Notifications
You must be signed in to change notification settings - Fork 59
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
Lock file maintenance #696
Conversation
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
composer.lock
Outdated
@@ -4141,16 +4141,16 @@ | |||
}, | |||
{ | |||
"name": "phpunit/php-code-coverage", | |||
"version": "9.2.18", | |||
"version": "9.2.19", |
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.
Related: sebastianbergmann/php-code-coverage@2bda882
Somehow, this made coverage even worse :|
418 mutations were generated:
374 mutants were killed
0 mutants were configured to be ignored
43 mutants were not covered by tests
0 covered mutants were not detected
1 errors were encountered
0 syntax errors were encountered
0 time outs were encountered
0 mutants required more time than configured
lies? :D
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.
Reverted this upgrade, for now: will suffer in the next lock file upgrade.
b30ebd3
to
de95de1
Compare
| datasource | package | from | to | | ---------- | ----------------------- | ----- | ----- | | packagist | roave/better-reflection | 6.4.0 | 6.4.1 |
de95de1
to
bd967bb
Compare
| datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | packagist | azjezz/psl | 2.1.0 | 2.2.0 |
bd967bb
to
1bd9254
Compare
| datasource | package | from | to | | ---------- | --------------- | ----- | ----- | | packagist | symfony/console | 6.1.7 | 6.1.8 |
1bd9254
to
2ffe4c2
Compare
| datasource | package | from | to | | ---------- | ----------- | ------ | ----- | | packagist | vimeo/psalm | 4.30.0 | 5.0.0 |
…enovate/lock-file-maintenance
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. ⚠ Warning: custom changes will be lost. |
Urgh, I merged to the wrong branch -.- Merged up, but not fixing Will avoid |
This PR contains the following updates:
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: Branch creation - "before 2am" in timezone UTC, 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.
Read more about the use of Renovate Bot within
ocramius/*
projects.