Skip to content
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

chore(deps-dev): bump the dev-dependencies group with 6 updates #108

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2024

Bumps the dev-dependencies group with 6 updates:

Package From To
barryvdh/laravel-debugbar 3.10.5 3.12.3
creasi/dusk-browserstack 0.3.4 0.3.5
laravel/pint 1.14.0 1.15.0
mockery/mockery 1.6.7 1.6.11
phpunit/phpunit 10.5.11 10.5.16
spatie/laravel-ignition 2.4.2 2.5.0

Updates barryvdh/laravel-debugbar from 3.10.5 to 3.12.3

Release notes

Sourced from barryvdh/laravel-debugbar's releases.

v3.12.3

Full Changelog: barryvdh/laravel-debugbar@v3.12.2...v3.12.3

Revert default dark theme, use media preference #1594

v3.12.2 - Revert session saving

What's Changed

Full Changelog: barryvdh/laravel-debugbar@v3.12.1...v3.12.2

v3.12.1

What's Changed

Full Changelog: barryvdh/laravel-debugbar@v3.12.0...v3.12.1

v3.12.0

What's Changed

Full Changelog: barryvdh/laravel-debugbar@v3.11.1...v3.12.0

v3.11.1

What's Changed

Full Changelog: barryvdh/laravel-debugbar@v3.11.0...v3.11.1

v3.11.0

What's Changed

Full Changelog: barryvdh/laravel-debugbar@v3.10.6...v3.10.7

v3.10.6 Tweak view data for Inertia

What's Changed

... (truncated)

Commits

Updates creasi/dusk-browserstack from 0.3.4 to 0.3.5

Release notes

Sourced from creasi/dusk-browserstack's releases.

v0.3.5

Bug Fixes

  • fix issue regarding browserstack instance (8ac419c)

Compare with previous version: creasico/laravel-package@v0.3.4...v0.3.5

Full Changelog: creasico/laravel-dusk-browserstack@v0.3.4...v0.3.5

Changelog

Sourced from creasi/dusk-browserstack's changelog.

0.3.5 (2024-03-19)

Bug Fixes

  • fix issue regarding browserstack instance (8ac419c)
Commits

Updates laravel/pint from 1.14.0 to 1.15.0

Release notes

Sourced from laravel/pint's releases.

v1.15.0

Changelog

Sourced from laravel/pint's changelog.

v1.15.0 - 2024-03-26

Commits

Updates mockery/mockery from 1.6.7 to 1.6.11

Release notes

Sourced from mockery/mockery's releases.

1.6.11

What's Changed

New Contributors

Full Changelog: mockery/mockery@1.6.10...1.6.11

1.6.10

What's Changed

New Contributors

Thank you

Full Changelog: mockery/mockery@1.6.8...1.6.10

1.6.9

This tag reverts the 1.6.8 tag, pointing back to the previous commit 1.6.7.

This is done to correct an issue or mistake in the 1.6.8 release.

Sorry for the inconvenience caused.

1.6.8

What's Changed

... (truncated)

Changelog

Sourced from mockery/mockery's changelog.

[1.6.11] - 2024-03-21

Fixed

[1.6.10] - 2024-03-19

Added

Fixed

[1.6.9] - 2024-03-12

[1.6.8] - 2024-03-12

... (truncated)

Commits
  • 81a161d Changelog v1.6.11 (#1408)
  • 4f00173 Fix constants map generic doc comments (#1407)
  • da1efdb Fix reserved words used to name a class, interface or trait (#1406)
  • abe61d7 Fix regression - partial construction with trait methods (#1403)
  • 0d6ae93 Improve Mockery::mock() parameter type compatibility with array typehints (...
  • b252ca7 Update Mockery.php
  • 47065d1 Changelog v1.6.10 (#1399)
  • 814cae2 [PHP 8.4] Fixes for implicit nullability deprecation (#1398)
  • cbb5798 [PHP 8.4] Fixes for implicit nullability deprecation
  • c9cf52d Fix 1.6.8 release (#1396)
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 10.5.11 to 10.5.16

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 10.5.16

Changed

  • #5766: Do not use a shell in proc_open() if not really needed
  • #5772: Cleanup process handling after dropping temp-file handling

Fixed

  • #5570: Windows does not support exclusive locks on stdout

How to install or update PHPUnit

PHPUnit 10.5.15

Fixed

  • #5765: Be more forgiving with error handlers that do not respect error suppression

How to install or update PHPUnit

PHPUnit 10.5.14

Changed

  • #5747: Cache result of Groups::groups()
  • #5748: Improve performance of NamePrettifier::prettifyTestMethodName()
  • #5750: Micro-optimize NamePrettifier::prettifyTestMethodName() once again

Fixed

  • #5760: TestDox printer does not display details about exceptions raised in before-test methods

How to install or update PHPUnit

PHPUnit 10.5.13

Changed

  • #5727: Prevent duplicate call of NamePrettifier::prettifyTestMethodName()
  • #5739: Micro-optimize NamePrettifier::prettifyTestMethodName()
  • #5740: Micro-optimize TestRunner::runTestWithTimeout()
  • #5741: Save call to Telemetry\System::snapshot()
  • #5742: Prevent file IO when not strictly necessary
  • #5743: Prevent unnecessary ExecutionOrderDependency::getTarget() call
  • #5744: Simplify NamePrettifier::prettifyTestMethodName()

Fixed

  • #5351: Incorrect code coverage metadata does not prevent code coverage data from being collected
  • #5746: Using -d CLI option multiple times triggers warning

How to install or update PHPUnit

... (truncated)

Changelog

Sourced from phpunit/phpunit's changelog.

[10.5.16] - 2024-03-28

Changed

  • #5766: Do not use a shell in proc_open() if not really needed
  • #5772: Cleanup process handling after dropping temp-file handling

Fixed

  • #5570: Windows does not support exclusive locks on stdout

[10.5.15] - 2024-03-22

Fixed

  • #5765: Be more forgiving with error handlers that do not respect error suppression

[10.5.14] - 2024-03-21

Changed

  • #5747: Cache result of Groups::groups()
  • #5748: Improve performance of NamePrettifier::prettifyTestMethodName()
  • #5750: Micro-optimize NamePrettifier::prettifyTestMethodName() once again

Fixed

  • #5760: TestDox printer does not display details about exceptions raised in before-test methods

[10.5.13] - 2024-03-12

Changed

  • #5727: Prevent duplicate call of NamePrettifier::prettifyTestMethodName()
  • #5739: Micro-optimize NamePrettifier::prettifyTestMethodName()
  • #5740: Micro-optimize TestRunner::runTestWithTimeout()
  • #5741: Save call to Telemetry\System::snapshot()
  • #5742: Prevent file IO when not strictly necessary
  • #5743: Prevent unnecessary ExecutionOrderDependency::getTarget() call
  • #5744: Simplify NamePrettifier::prettifyTestMethodName()

Fixed

  • #5351: Incorrect code coverage metadata does not prevent code coverage data from being collected
  • #5746: Using -d CLI option multiple times triggers warning

[10.5.12] - 2024-03-09

Fixed

... (truncated)

Commits
  • 18f8d4a Prepare release
  • 5ad4bcf Delete dead code
  • 9f35e8a Update ChangeLog
  • 51e0bee Cleanup process handling after dropping temp-file handling
  • 500149c Update ChangeLog
  • 982c7a0 Use PHP_BINARY instead of deprecated Runtime::getRawBinary()
  • 9320731 Remove windows stdout workarounds
  • 19c41a3 Do not use a shell in proc_open if not really needed
  • f8941b6 Update ChangeLog
  • 5e80471 Windows does not support exclusive locks on stdout
  • Additional commits viewable in compare view

Updates spatie/laravel-ignition from 2.4.2 to 2.5.0

Release notes

Sourced from spatie/laravel-ignition's releases.

2.5.0

What's Changed

Full Changelog: spatie/laravel-ignition@2.4.2...2.5.0

Changelog

Sourced from spatie/laravel-ignition's changelog.

2.5.0 - 2024-03-29

What's Changed

Full Changelog: spatie/laravel-ignition@2.4.2...2.5.0

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) | `3.10.5` | `3.12.3` |
| [creasi/dusk-browserstack](https://github.com/creasico/laravel-dusk-browserstack) | `0.3.4` | `0.3.5` |
| [laravel/pint](https://github.com/laravel/pint) | `1.14.0` | `1.15.0` |
| [mockery/mockery](https://github.com/mockery/mockery) | `1.6.7` | `1.6.11` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `10.5.11` | `10.5.16` |
| [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) | `2.4.2` | `2.5.0` |


Updates `barryvdh/laravel-debugbar` from 3.10.5 to 3.12.3
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Commits](barryvdh/laravel-debugbar@v3.10.5...v3.12.3)

Updates `creasi/dusk-browserstack` from 0.3.4 to 0.3.5
- [Release notes](https://github.com/creasico/laravel-dusk-browserstack/releases)
- [Changelog](https://github.com/creasico/laravel-dusk-browserstack/blob/main/CHANGELOG.md)
- [Commits](creasico/laravel-dusk-browserstack@v0.3.4...v0.3.5)

Updates `laravel/pint` from 1.14.0 to 1.15.0
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.14.0...v1.15.0)

Updates `mockery/mockery` from 1.6.7 to 1.6.11
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md)
- [Commits](mockery/mockery@1.6.7...1.6.11)

Updates `phpunit/phpunit` from 10.5.11 to 10.5.16
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.16/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.11...10.5.16)

Updates `spatie/laravel-ignition` from 2.4.2 to 2.5.0
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-ignition@2.4.2...2.5.0)

---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: creasi/dusk-browserstack
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: mockery/mockery
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 31, 2024 23:49
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 31, 2024
@github-actions github-actions bot added the enhancement New feature or request label Mar 31, 2024
@feryardiant feryardiant merged commit 86b01e2 into main Apr 1, 2024
4 of 6 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dev-dependencies-0f6d666002 branch April 1, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant