rxcod9 / joy-voyager-laravel-demo

Joy Voyager Laravel Demo shows integration of Joy Voyager Packages with Voyager.
https://joy-voyager.kodmonk.com
5 stars 1 forks source link

Update dependency nunomaduro/collision to v7 - autoclosed #54

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nunomaduro/collision ^5.11\|^6.0 -> 7.10.0 age adoption passing confidence

Release Notes

nunomaduro/collision (nunomaduro/collision) ### [`v7.10.0`](https://togithub.com/nunomaduro/collision/compare/v7.9.0...v7.10.0) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.9.0...v7.10.0) ### [`v7.9.0`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v790-2023-09-19) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.8.1...v7.9.0) ##### Added - `dontReportDuplicates` support to exception handler in Laravel ##### Fixed - `reportable` return type to exception handler in Laravel - `renderable` return type to exception handler in Laravel ### [`v7.8.1`](https://togithub.com/nunomaduro/collision/compare/v7.8.0...v7.8.1) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.8.0...v7.8.1) ### [`v7.8.0`](https://togithub.com/nunomaduro/collision/compare/v7.7.0...v7.8.0) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.7.0...v7.8.0) ### [`v7.7.0`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v770-2023-06-29) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.6.0...v7.7.0) ##### Added - reportable support to exception handler in Laravel - renderable support to exception handler in Laravel ### [`v7.6.0`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v760-2023-06-15) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.5.2...v7.6.0) ##### Added - Usage with PHPUnit 10.2.2 - Support for unexpected output ### [`v7.5.2`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v752-2023-04-22) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.5.1...v7.5.2) ##### Fix - Usage with PHPUnit 10.1.2 ### [`v7.5.1`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v751-2023-04-22) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.5.0...v7.5.1) ##### Fix - Usage with PHPUnit 10.1.2 ### [`v7.5.0`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v750-2023-04-14) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.4.0...v7.5.0) ##### Added - Support for PHPUnit test runner deprecations ### [`v7.4.0`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v740-2023-03-31) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.3.3...v7.4.0) ##### Added - Allows exceptions to be renderable on editor ### [`v7.3.3`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v733-2023-03-21) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.3.2...v7.3.3) ##### Chore - Adds method specific for Pest ### [`v7.3.2`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v732-2023-03-21) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.3.1...v7.3.2) ##### Fixed - Usage of result on Pest ### [`v7.3.1`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v731-2023-03-21) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.3.0...v7.3.1) ##### Fixed - Bad regex on previous improved Laravel stacktrace ### [`v7.3.0`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v730-2023-03-21) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.2.0...v7.3.0) ##### Added - Improved Laravel stacktrace ##### Chore - Bumps dependencies ### [`v7.2.0`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v720-2023-03-19) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.1.2...v7.2.0) ##### Added - `--without-databases` option on the Laravel `test` Artisan command ### [`v7.1.2`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v712-2023-03-14) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.1.1...v7.1.2) ##### Fixed - Displaying of uncovered lines ### [`v7.1.1`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v711-2023-03-13) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.1.0...v7.1.1) ##### Fixed - PHPUnit `>10.0.16` support ### [`v7.1.0`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v710-2023-03-03) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.0.5...v7.1.0) ##### Added - Support for `displayDetailsOnIncompleteTests`, `displayDetailsOnSkippedTests`, `displayDetailsOnTestsThatTriggerDeprecations`, `displayDetailsOnTestsThatTriggerErrors`, `displayDetailsOnTestsThatTriggerNotices`, `displayDetailsOnTestsThatTriggerWarnings` - Better coverage output for `TestCommand` ##### Fixed - Parallel mode when cache directory is not available ### [`v7.0.5`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v705-2023-02-19) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.0.4...v7.0.5) ##### Added - Support for better exception handling on `pestphp/pest` exceptions ##### Fixed - Requirement of `sebastian/environment` dependency ### [`v7.0.4`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v704-2023-02-17) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.0.3...v7.0.4) ##### Fixed - Colors not being displayed on Windows ### [`v7.0.3`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v703-2023-02-16) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.0.2...v7.0.3) ##### Fixed - Source of file on Windows ### [`v7.0.2`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v702-2023-02-11) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.0.1...v7.0.2) ##### Added - Better `todo` output ### [`v7.0.1`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v701-2023-02-08) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v7.0.0...v7.0.1) ##### Changed - Bumps dependencies ### [`v7.0.0`](https://togithub.com/nunomaduro/collision/blob/HEAD/CHANGELOG.md#v700-2023-02-07) [Compare Source](https://togithub.com/nunomaduro/collision/compare/v6.4.0...v7.0.0) ##### Added - PHPUnit 10.x and Pest 2.x support - `--compact` printer - `--profile` option to display top ten slow tests ##### Removed - PHPUnit 9.x and Pest 1.x support

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.