box-project / box

📦🚀 Fast, zero config application bundler with PHARs.
https://box-project.github.io/box
MIT License
1.11k stars 101 forks source link

build(deps): bump the dependencies group with 5 updates #1302

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the dependencies group with 5 updates:

Package From To
amphp/parallel 2.2.4 2.2.6
phpdocumentor/type-resolver 1.7.3 1.8.0
symfony/process 7.0.0 7.0.2
symfony/var-dumper 7.0.0 7.0.2
phpunit/phpunit 10.5.3 10.5.7

Updates amphp/parallel from 2.2.4 to 2.2.6

Release notes

Sourced from amphp/parallel's releases.

2.2.6

What's Changed

  • Fixed hang during shutdown if a process or thread context has not ended (fixes amphp/file#75).

Full Changelog: https://github.com/amphp/parallel/compare/v2.2.5...v2.2.6

2.2.5

What's Changed

  • Fixed potential hang during shutdown if the process context returned from DefaultContextFactory was not shutdown.

Full Changelog: https://github.com/amphp/parallel/compare/v2.2.4...v2.2.5

Commits
  • 5aeaad2 Fix referenced watcher hanging event loop if worker is not joined
  • 7b53bad Add IPC docs
  • f013263 Thread worker tests
  • 8984c83 Mark test as not performing assertions instead of skipped
  • 48653bc Better pool shutdown
  • 470293d Adjust some tests for Windows CI
  • 0a0ab6b ext-parallel is buggy on 8.1
  • 241ad1b Update Psalm and suppress false-positive
  • 42c53f0 Skip exit test in thread
  • bedf7ed Unreference std streams
  • See full diff in compare view


Updates phpdocumentor/type-resolver from 1.7.3 to 1.8.0

Release notes

Sourced from phpdocumentor/type-resolver's releases.

1.8.0

What's Changed

This version allows users to get the Item definition of ArrayShape types, and gives you access to the type definition of these item. Using the new ArrayShape::getItems() method.

New Contributors

Full Changelog: https://github.com/phpDocumentor/TypeResolver/compare/1.7.4...1.8.0

1.7.4

What's Changed

This patch ensures this library works with php-parser v5. Due a conflict in the way both libraries were handling the forward compatibility on php 7.4 for language constructs in php 8+. This patch version should not have any impact on the way you are using the library unless you did use the value of the T_NAME_QUALIFIED and T_NAME_FULLY_QUALIFIED constants, and you are running php 7.4

New Contributors

Full Changelog: https://github.com/phpDocumentor/TypeResolver/compare/1.7.3...1.7.4

Commits
  • fad4527 Merge pull request #194 from antoinelame/1.x
  • 8430ca5 Merge pull request #197 from mukuru-shaun/update-parser-token-values-to-ints
  • 6ef1296 Update parser token constant values to ints instead of strings
  • e03361c Merge pull request #196 from phpDocumentor/dependabot/github_actions/phpDocum...
  • 607fb33 Bump phpDocumentor/.github from 0.4.0 to 0.5.0
  • 029d5bf Fix style
  • 3ac1b5e Add missing imports
  • 7aae003 Add ArrayShapeTest
  • 023d067 Merge branch 'phpDocumentor:1.x' into 1.x
  • 6f00a54 [CI] fix yaml lint
  • Additional commits viewable in compare view


Updates symfony/process from 7.0.0 to 7.0.2

Release notes

Sourced from symfony/process's releases.

v7.0.2

Changelog (https://github.com/symfony/process/compare/v7.0.1...v7.0.2)

Commits
  • acd3eb5 Merge branch '6.4' into 7.0
  • c4b1ef0 Suppress warnings from is_executable
  • 8c0cb68 Merge branch '6.4' into 7.0
  • c3649cf Merge branch '6.3' into 6.4
  • 0a4e8fa Merge branch '5.4' into 6.3
  • 8fa2217 always pass microseconds to usleep as integers
  • See full diff in compare view


Updates symfony/var-dumper from 7.0.0 to 7.0.2

Release notes

Sourced from symfony/var-dumper's releases.

v7.0.2

Changelog (https://github.com/symfony/var-dumper/compare/v7.0.1...v7.0.2)

  • no significant changes
Commits
  • 5f6f1a5 Merge branch '6.4' into 7.0
  • 68d6573 Merge branch '6.3' into 6.4
  • 376d3c6 [VarDumper] Fix CSS alignment in HtmlDumper
  • 01615b5 Merge branch '6.4' into 7.0
  • f0873fd Merge branch '6.3' into 6.4
  • a52ec2b [VarDumper] Test intl formatter broken since dumper does not replace the nnbs...
  • See full diff in compare view


Updates phpunit/phpunit from 10.5.3 to 10.5.7

Changelog

Sourced from phpunit/phpunit's changelog.

[10.5.7] - 2024-01-14

Fixed

  • #5662: PHPUnit errors out on startup when the ctype extension is not loaded but a polyfill for it was installed

[10.5.6] - 2024-01-13

Added

  • Added the --debug CLI option as an alias for --no-output --log-events-text php://stdout

Fixed

  • #5455: willReturnCallback() does not pass unknown named variadic arguments to callback
  • #5488: Details about tests that are considered risky are not displayed when the TestDox result printer is used
  • #5516: Assertions that use the LogicalNot constraint (assertNotEquals(), assertStringNotContainsString(), ...) can generate confusing failure messages
  • #5518: Details about deprecations, notices, and warnings are not displayed when the TestDox result printer is used
  • #5574: Wrong backtrace line is reported
  • #5633: --log-events-text and --log-events-verbose-text CLI options do not handle absolute and relative paths
  • #5634: Exceptions in the destructor of a test double are ignored
  • #5641: The TestSuite value object returned by TestSuite\Filtered::testSuite() contains all tests instead of only the filtered tests

[10.5.5] - 2023-12-27

Fixed

  • #5619: Reverted change introduced in PHPUnit 10.5.4 that broke backward compatibility

[10.5.4] - 2023-12-27

Fixed

  • #5592: Error Handler prevents error_get_last() usage in tests
  • #5592: E_USER_ERROR does not abort test execution
  • #5612: Empty <coverage> element in XML configuration after migrating configuration
  • #5616: Values from data provider are not shown for failed test
  • #5619: Check and restore error/exception global handlers
  • #5621: Name of data set is missing from TeamCity output
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 7 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.