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 9 updates #1319

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the dependencies group with 9 updates:

Package From To
phpdocumentor/type-resolver 1.8.0 1.8.2
sebastian/diff 5.1.0 5.1.1
symfony/polyfill-iconv 1.28.0 1.29.0
symfony/polyfill-mbstring 1.28.0 1.29.0
symfony/process 7.0.3 7.0.4
symfony/var-dumper 7.0.3 7.0.4
phpspec/prophecy 1.18.0 1.19.0
phpspec/prophecy-phpunit 2.1.0 2.2.0
phpunit/phpunit 10.5.10 10.5.11

Updates phpdocumentor/type-resolver from 1.8.0 to 1.8.2

Release notes

Sourced from phpdocumentor/type-resolver's releases.

1.8.2

What's Changed

This new patch version reintroduces php 7.3 support to allow users to use php-parser v5 together with this package. There are no breaking changes or other changes people should be aware of.

New Contributors

Full Changelog: https://github.com/phpDocumentor/TypeResolver/compare/1.8.1...1.8.2

1.8.1

What's Changed

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

Commits
  • 153ae66 Merge pull request #203 from phpDocumentor/php73
  • f4df84e Downgrade to php 7.3
  • 8ea4d87 Merge pull request #201 from llaville/fix-examples-vendor-path
  • 69175a1 be able to run examples whatever current directory is
  • bc3dc91 Merge pull request #200 from antoinelame/remove-final-float
  • 802eaad Make Float_ non-final
  • 956b0e1 Merge pull request #199 from antoinelame/fix/pipeline
  • 1b0407d Add empty line at the end of ArrayShapeTest
  • f5fbb5f Fix pipeline
  • See full diff in compare view


Updates sebastian/diff from 5.1.0 to 5.1.1

Changelog

Sourced from sebastian/diff's changelog.

[5.1.1] - 2024-03-02

Changed

  • Do not use implicitly nullable parameters
Commits


Updates symfony/polyfill-iconv from 1.28.0 to 1.29.0

Commits


Updates symfony/polyfill-mbstring from 1.28.0 to 1.29.0

Commits


Updates symfony/process from 7.0.3 to 7.0.4

Release notes

Sourced from symfony/process's releases.

v7.0.4

Changelog (https://github.com/symfony/process/compare/v7.0.3...v7.0.4)

Commits
  • 0e77271 Merge branch '6.4' into 7.0
  • 710e278 Fix the command -v exception when the command option with a dash prefix
  • 7a74847 Merge branch '6.4' into 7.0
  • 8bda0be Merge branch '5.4' into 6.4
  • 4fdf340 [Process] Fix failing tests causing segfaults
  • 8d6be7c Merge branch '6.4' into 7.0
  • d4fd4a8 Merge branch '5.4' into 6.4
  • 7e2c857 [Process] Fix Inconsistent Exit Status in proc_get_status for PHP Versions Be...
  • See full diff in compare view


Updates symfony/var-dumper from 7.0.3 to 7.0.4

Release notes

Sourced from symfony/var-dumper's releases.

v7.0.4

Changelog (https://github.com/symfony/var-dumper/compare/v7.0.3...v7.0.4)

Commits
  • e03ad7c Merge branch '6.4' into 7.0
  • b439823 Merge branch '5.4' into 6.4
  • 2e9c2b1 [TwigBridge] Fix compat with Twig v3.9
  • 18e3906 [VarDumper] Fix serialization of stubs with null or uninitialized values
  • ad99fa4 Merge branch '6.4' into 7.0
  • df4401f fix test
  • abbfefa Merge branch '6.4' into 7.0
  • b1040d4 bug #53842 [VarDumper] Fix configuring CliDumper with SYMFONY_IDE env var (ni...
  • 5cde1af [VarDumper] Fix configuring CliDumper with SYMFONY_IDE env var
  • 81ae1a4 Merge branch '5.4' into 6.4
  • Additional commits viewable in compare view


Updates phpspec/prophecy from 1.18.0 to 1.19.0

Release notes

Sourced from phpspec/prophecy's releases.

1.19.0

Added:

  • Allow sebastian/comparator and sebastian/recursion-context 6 by @​Jean85

Full Changelog: https://github.com/phpspec/prophecy/compare/v1.18.0...v1.19.0

Changelog

Sourced from phpspec/prophecy's changelog.

1.19.0

Added:

  • Allow sebastian/comparator and sebastian/recursion-context 6
Commits
  • 67a759e Update the changelog for 1.19.0
  • 016d777 Merge pull request #616 from Jean85/allow-phpunit-11
  • 009a479 Allow sebastian/recursion-context 6 (to allow PHPUnit 11)
  • f631e26 Allow sebastian/comparator 6 (to allow PHPUnit 11)
  • See full diff in compare view


Updates phpspec/prophecy-phpunit from 2.1.0 to 2.2.0

Release notes

Sourced from phpspec/prophecy-phpunit's releases.

2.2.0

What's Changed

Full Changelog: https://github.com/phpspec/prophecy-phpunit/compare/v2.1.0...v2.2.0

Changelog

Sourced from phpspec/prophecy-phpunit's changelog.

2.2.0

  • Add support for PHPUnit 11
Commits
  • 16e1247 Update the changelog for 2.2.0
  • 50345c4 Merge pull request #59 from Jean85/allow-phpunit-11
  • ae95f1a Disable coverage to avoid CI failures
  • 0c0deb2 Add attributes below annotations for cross compatibility
  • ad1b652 Allow PHPUnit 11
  • 2d1a968 Merge pull request #62 from stof/fix_branch_alias
  • 217b19e Merge pull request #61 from phpspec/stof-patch-1
  • 9f86b6d Fix the branch alias
  • b92f764 Remove the usage of prefer-stable in our CI jobs
  • 0395d04 Add a CI job running with dev dependencies
  • See full diff in compare view


Updates phpunit/phpunit from 10.5.10 to 10.5.11

Changelog

Sourced from phpunit/phpunit's changelog.

[10.5.11] - 2024-02-25

Fixed

  • #5704: No warning when CLI options are used multiple times
  • #5707: --fail-on-empty-test-suite CLI option is not documented in --help output
  • No warning when the #[CoversClass] and #[UsesClass] attributes are used with the name of an interface
  • Resource usage information is printed when the --debug CLI option is used
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
theofidry commented 5 months ago

@dependabot rebase