If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.
Updated packages
Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:
symfony/console: v6.4.9 (updated from v6.2.8)
symfony/deprecation-contracts: v3.5.0 (updated from v3.2.1)
symfony/event-dispatcher-contracts: v3.5.0 (updated from v3.2.1)
symfony/polyfill-ctype: v1.30.0 (updated from v1.27.0)
symfony/polyfill-intl-grapheme: v1.30.0 (updated from v1.27.0)
symfony/polyfill-intl-normalizer: v1.30.0 (updated from v1.27.0)
symfony/polyfill-mbstring: v1.30.0 (updated from v1.27.0)
symfony/polyfill-php80: v1.30.0 (updated from v1.27.0)
symfony/service-contracts: v3.5.0 (updated from v3.2.1)
symfony/string: v6.4.9 (updated from v6.2.8)
symfony/translation-contracts: v3.5.0 (updated from v3.2.1)
filp/whoops: 2.15.4 (updated from 2.15.2)
nunomaduro/collision: v7.10.0 (updated from v7.5.0)
sebastian/environment: 6.1.0 (updated from 6.0.1)
Release notes
Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.
List of release notes
- [Release notes for tag v7.10.0](https://github.com/nunomaduro/collision/releases/tag/v7.10.0)
- [Release notes for tag v7.9.0](https://github.com/nunomaduro/collision/releases/tag/v7.9.0)
- [Release notes for tag v7.8.1](https://github.com/nunomaduro/collision/releases/tag/v7.8.1)
- [Release notes for tag v7.8.0](https://github.com/nunomaduro/collision/releases/tag/v7.8.0)
- [Release notes for tag v7.7.0](https://github.com/nunomaduro/collision/releases/tag/v7.7.0)
- [Release notes for tag v7.6.0](https://github.com/nunomaduro/collision/releases/tag/v7.6.0)
- [Release notes for tag v7.5.2](https://github.com/nunomaduro/collision/releases/tag/v7.5.2)
- [Release notes for tag v7.5.1](https://github.com/nunomaduro/collision/releases/tag/v7.5.1)
Changed files
Here is a list of changed files between the version you use, and the version this pull request updates to:
If you find you need to update the codebase to be able to merge this branch (for example update some tests or rebuild some assets), please note that violinist will force push to this branch to keep it up to date. This means you should not work on this branch directly, since you might lose your work. Read more about branches created by violinist.io here.
This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.
If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.
Updated packages
Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:
Release notes
Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.
List of release notes
- [Release notes for tag v7.10.0](https://github.com/nunomaduro/collision/releases/tag/v7.10.0) - [Release notes for tag v7.9.0](https://github.com/nunomaduro/collision/releases/tag/v7.9.0) - [Release notes for tag v7.8.1](https://github.com/nunomaduro/collision/releases/tag/v7.8.1) - [Release notes for tag v7.8.0](https://github.com/nunomaduro/collision/releases/tag/v7.8.0) - [Release notes for tag v7.7.0](https://github.com/nunomaduro/collision/releases/tag/v7.7.0) - [Release notes for tag v7.6.0](https://github.com/nunomaduro/collision/releases/tag/v7.6.0) - [Release notes for tag v7.5.2](https://github.com/nunomaduro/collision/releases/tag/v7.5.2) - [Release notes for tag v7.5.1](https://github.com/nunomaduro/collision/releases/tag/v7.5.1)Changed files
Here is a list of changed files between the version you use, and the version this pull request updates to:
List of changed files
.github/workflows/tests.yml CHANGELOG.md composer.json src/Adapters/Laravel/Commands/TestCommand.php src/Adapters/Laravel/ExceptionHandler.php src/Adapters/Phpunit/Printers/DefaultPrinter.php src/Adapters/Phpunit/State.php src/Adapters/Phpunit/Style.php src/Adapters/Phpunit/Subscribers/EnsurePrinterIsRegisteredSubscriber.php src/Adapters/Phpunit/Support/ResultReflection.php src/Coverage.php src/Highlighter.php tests/LaravelApp/app/Providers/EventServiceProvider.php tests/LaravelApp/tests/Feature/ExampleWithUnexpectedOutputTest.php tests/Unit/Adapters/ArtisanTestCommandTest.php tests/Unit/Adapters/PhpunitTest.php tests/Unit/CoverageTest.phpChangelog
Here is a list of changes between the version you use, and the version this pull request updates to:
chore: bumps dependencies
chore: dont allow installations on Laravel 11
chore: tests against PHP 8.3
chore: bumps dependencies
release: v7.9.0
release: v7.8.0
chore: style
chore: fixes static analysis
chore: bumps dependencies
Merge pull request #288 from Jubeki/fix/dontReportDuplicates
Add dontReportDuplicates and fixes return types
Merge pull request #280 from Jubeki/catch-phpunit-errors-and-deprecations
Catch PHPUnit Errors and Deprecations
Update composer.json
chore: style
chore: bump dependencies
Adds
phpunit/phpunit@10.3support
chore: keep improving coding style
chore: fixes coding style
release: v7.7.0
chore: bumps dependencies
Merge pull request #276 from saeedhosseiinii/add_reportable_and_renderable_method_to_laravel_exception_handler
release: v7.6.0
style
tests: fixes number of deprecations
feat: support for phpunit unexpected output
chore: upgrades deps
add reportable and renderable method
Merge pull request #275 from KarinaRashchynskaya/php-unit-argument-fix
fix: use
getConfigurationFilein
phpunitArgumentstoo
fix: use getConfigurationFile to phpunitArguments
Merge pull request #273 from KarinaRashchynskaya/package-test-command-configuration
feat: add docblock
feat: implement function to retrieve configuration file
chore: bumps dependencies
release: v7.5.2
release: v7.5.1
fix: test result status
fix: usage with phpunit
10.1.2``Merge pull request #270 from jnoordsij/patch-1
Remove unused findComposer command
Working with this branch
If you find you need to update the codebase to be able to merge this branch (for example update some tests or rebuild some assets), please note that violinist will force push to this branch to keep it up to date. This means you should not work on this branch directly, since you might lose your work. Read more about branches created by violinist.io here.
This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.