Bump nunomaduro/collision from 7.8.1 to 7.9.0 #265

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/nunomaduro/collision-7.9.0 into main
dependabot[bot] commented 2023-09-20 00:29:31 +00:00 (Migrated from github.com)

Bumps nunomaduro/collision from 7.8.1 to 7.9.0.

Changelog

Sourced from nunomaduro/collision's changelog.

v7.9.0 (2023-09-19)

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.7.0 (2023-06-29)

Added

  • reportable support to exception handler in Laravel
  • renderable support to exception handler in Laravel

v7.6.0 (2023-06-15)

Added

  • Usage with PHPUnit 10.2.2
  • Support for unexpected output

v7.5.2 (2023-04-22)

Fix

  • Usage with PHPUnit 10.1.2

v7.5.1 (2023-04-22)

Fix

  • Usage with PHPUnit 10.1.2

v7.5.0 (2023-04-14)

Added

  • Support for PHPUnit test runner deprecations

v7.4.0 (2023-03-31)

Added

  • Allows exceptions to be renderable on editor

v7.3.3 (2023-03-21)

Chore

  • Adds method specific for Pest

v7.3.2 (2023-03-21)

Fixed

  • Usage of result on Pest

v7.3.1 (2023-03-21)

Fixed

  • Bad regex on previous improved Laravel stacktrace

v7.3.0 (2023-03-21)

Added

  • Improved Laravel stacktrace

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [nunomaduro/collision](https://github.com/nunomaduro/collision) from 7.8.1 to 7.9.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nunomaduro/collision/blob/v7.x/CHANGELOG.md">nunomaduro/collision's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/nunomaduro/collision/compare/v7.7.0...v7.9.0">v7.9.0 (2023-09-19)</a></h2> <h3>Added</h3> <ul> <li><code>dontReportDuplicates</code> support to exception handler in Laravel</li> </ul> <h3>Fixed</h3> <ul> <li><code>reportable</code> return type to exception handler in Laravel</li> <li><code>renderable</code> return type to exception handler in Laravel</li> </ul> <h2><a href="https://github.com/nunomaduro/collision/compare/v7.6.0...v7.7.0">v7.7.0 (2023-06-29)</a></h2> <h3>Added</h3> <ul> <li><code>reportable</code> support to exception handler in Laravel</li> <li><code>renderable</code> support to exception handler in Laravel</li> </ul> <h2><a href="https://github.com/nunomaduro/collision/compare/v7.5.2...v7.6.0">v7.6.0 (2023-06-15)</a></h2> <h3>Added</h3> <ul> <li>Usage with PHPUnit 10.2.2</li> <li>Support for unexpected output</li> </ul> <h2><a href="https://github.com/nunomaduro/collision/compare/v7.5.1...v7.5.2">v7.5.2 (2023-04-22)</a></h2> <h3>Fix</h3> <ul> <li>Usage with PHPUnit 10.1.2</li> </ul> <h2><a href="https://github.com/nunomaduro/collision/compare/v7.5.0...v7.5.1">v7.5.1 (2023-04-22)</a></h2> <h3>Fix</h3> <ul> <li>Usage with PHPUnit 10.1.2</li> </ul> <h2><a href="https://github.com/nunomaduro/collision/compare/v7.4.0...v7.5.0">v7.5.0 (2023-04-14)</a></h2> <h3>Added</h3> <ul> <li>Support for PHPUnit test runner deprecations</li> </ul> <h2><a href="https://github.com/nunomaduro/collision/compare/v7.3.3...v7.4.0">v7.4.0 (2023-03-31)</a></h2> <h3>Added</h3> <ul> <li>Allows exceptions to be renderable on editor</li> </ul> <h2><a href="https://github.com/nunomaduro/collision/compare/v7.3.2...v7.3.3">v7.3.3 (2023-03-21)</a></h2> <h3>Chore</h3> <ul> <li>Adds method specific for Pest</li> </ul> <h2><a href="https://github.com/nunomaduro/collision/compare/v7.3.1...v7.3.2">v7.3.2 (2023-03-21)</a></h2> <h3>Fixed</h3> <ul> <li>Usage of result on Pest</li> </ul> <h2><a href="https://github.com/nunomaduro/collision/compare/v7.3.0...v7.3.1">v7.3.1 (2023-03-21)</a></h2> <h3>Fixed</h3> <ul> <li>Bad regex on previous improved Laravel stacktrace</li> </ul> <h2><a href="https://github.com/nunomaduro/collision/compare/v7.2.0...v7.3.0">v7.3.0 (2023-03-21)</a></h2> <h3>Added</h3> <ul> <li>Improved Laravel stacktrace</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nunomaduro/collision/commit/296d0cf9fe462837ac0da8a568b56fc026b132da"><code>296d0cf</code></a> release: v7.9.0</li> <li><a href="https://github.com/nunomaduro/collision/commit/6d3362f4816f132da6ba6c70758e83e89cbeada5"><code>6d3362f</code></a> release: v7.8.0</li> <li><a href="https://github.com/nunomaduro/collision/commit/0b4f78cc2defc086f4c5774083804ab92e02b4bf"><code>0b4f78c</code></a> chore: style</li> <li><a href="https://github.com/nunomaduro/collision/commit/a366aa296b66449efc2ac05baf71b58d620657b2"><code>a366aa2</code></a> chore: fixes static analysis</li> <li><a href="https://github.com/nunomaduro/collision/commit/aeeea4cbd875094a5160ca010ae6ae6f4a6dd5cf"><code>aeeea4c</code></a> chore: bumps dependencies</li> <li><a href="https://github.com/nunomaduro/collision/commit/d4909af73f29086bc4277e00371affad6326a3b1"><code>d4909af</code></a> Merge pull request <a href="https://redirect.github.com/nunomaduro/collision/issues/288">#288</a> from Jubeki/fix/dontReportDuplicates</li> <li><a href="https://github.com/nunomaduro/collision/commit/a9d93866bd17f5ac22df673d3110621173c62d82"><code>a9d9386</code></a> Add dontReportDuplicates and fixes return types</li> <li>See full diff in <a href="https://github.com/nunomaduro/collision/compare/v7.8.1...v7.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nunomaduro/collision&package-manager=composer&previous-version=7.8.1&new-version=7.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2023-09-28 00:10:23 +00:00 (Migrated from github.com)

Looks like nunomaduro/collision is up-to-date now, so this is no longer needed.

Looks like nunomaduro/collision is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.