-
Notifications
You must be signed in to change notification settings - Fork 132
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
Conversation
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
d508fd3
to
3c223ae
Compare
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.
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 🤔
3c223ae
to
7b61001
Compare
This build is ok: https://github.com/Roave/BetterReflection/actions/runs/4140082927/jobs/7158386248 I've checked dependencies:
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? |
7b61001
to
b331882
Compare
Discussed in chat with @Slamdunk: possibly caused by a slight decrease in coverage |
I don't think sebastianbergmann/phpunit#5179 has any effect of this. -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. |
aeb81de
to
608b618
Compare
The problem is probably caused by sebastianbergmann/phpunit#5218 The new "not covered mutants" are in |
608b618
to
42ea913
Compare
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 |
42ea913
to
ef20780
Compare
@kukulich PHPUnit 10.0.10 has been released with @Slamdunk's fixes from sebastianbergmann/phpunit#5221. |
Solved in #1332 |
This PR contains the following updates:
^1.9.16
->^1.9.18
^1.3.3
->^1.3.4
10.0.5
->10.0.10
^8.2.1
->^8.3.0
^1.28.0
->^1.29.0
5.6.0
->5.7.1
Release Notes
phpstan/phpstan
v1.9.18
Compare Source
Improvements 🔧
Bugfixes 🐛
Internals 🔍
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
dependencies,enhancement
dependencies,duplicate,enhancement,renovate
vimeo/psalm
v5.7.1
Compare Source
What's Changed
Fixes
PsalmRestarter::restart()
signature by @weirdan in https://github.com/vimeo/psalm/pull/9347Full Changelog: vimeo/psalm@5.7.0...5.7.1
v5.7.0
Compare Source
What's Changed
Deprecations
FunctionLikeStorage::$unused_docblock_params
by @weirdan in https://github.com/vimeo/psalm/pull/9312Features
@var
annotations on global vars by @weirdan in https://github.com/vimeo/psalm/pull/9301MissingThrowsDocblock
for individual exceptions by @weirdan in https://github.com/vimeo/psalm/pull/9303Fixes
didChange
event in LSP by @ging-dev in https://github.com/vimeo/psalm/pull/9207@throws
docblock by @weirdan in https://github.com/vimeo/psalm/pull/9250@psalm-check-type
syntax by @weirdan in https://github.com/vimeo/psalm/pull/9257is_a(string, class-string, false)
by @weirdan in https://github.com/vimeo/psalm/pull/9287WeakReference
mutable by @weirdan in https://github.com/vimeo/psalm/pull/9297@psalm-external-mutation-free
by @weirdan in https://github.com/vimeo/psalm/pull/9304new
by @weirdan in https://github.com/vimeo/psalm/pull/9338Docs
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.
Read more about the use of Renovate Bot within
ocramius/*
projects.