box-project / box

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

build(deps): bump the dependencies group across 1 directory with 12 updates #1415

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the dependencies group with 7 updates in the / directory:

Package From To
composer/semver 3.4.0 3.4.2
humbug/php-scoper 0.18.14 0.18.15
seld/jsonlint 1.10.2 1.11.0
symfony/polyfill-iconv 1.30.0 1.31.0
fidry/makefile 1.0.1 1.0.2
mikey179/vfsstream 1.6.11 1.6.12
symfony/yaml 7.1.1 7.1.4

Updates composer/semver from 3.4.0 to 3.4.2

Release notes

Sourced from composer/semver's releases.

3.4.2

  • Fixed PHP 5.3 syntax error

Full Changelog: https://github.com/composer/semver/compare/3.4.1...3.4.2

3.4.1

  • Fixed normalizeStability's return type to enforce valid stabilities

Full Changelog: https://github.com/composer/semver/compare/3.4.0...3.4.1

Changelog

Sourced from composer/semver's changelog.

[3.4.2] 2024-07-12

  • Fixed PHP 5.3 syntax error

[3.4.1] 2024-07-12

  • Fixed normalizeStability's return type to enforce valid stabilities
Commits
  • c51258e Fix tests
  • f25dd04 Update CHANGELOG.md
  • d9dae3c Fix PHP 5.3 compatibility
  • 8536c1b Update CHANGELOG.md
  • 106a346 Fix normalizeStability return type to enforce valid stabilities
  • a40ea7e Add test cases for invalid CalVer & the boundary between SemVer and CalVer (#...
  • 1d09200 Add phpstan-baseline.neon to .gitattributes (#153)
  • See full diff in compare view


Updates humbug/php-scoper from 0.18.14 to 0.18.15

Release notes

Sourced from humbug/php-scoper's releases.

0.18.15

Fixes

  • Handle symbols removed within PhpStorm's stubs (#1065)
  • Fix aliasing functions with multiple-level namespaces (#1061)
Commits
  • 79b2b4e fix: Fix aliasing functions with multiple-level namespaces (#1061)
  • 5d3fda6 test: Fix e2e AutoReview test (#1070)
  • d7a74ed build(deps): Bump the dependencies group across 1 directory with 3 updates (#...
  • 1cfc944 test: Fix missing symbols (#1065)
  • 32bd12e build(deps-dev): Bump phpunit/phpunit (#1057)
  • 7f3d9b5 build(deps): Bump docker/build-push-action (#1056)
  • b03acaf build(deps-dev): Bump the dependencies group (#1055)
  • See full diff in compare view


Updates psr/log from 3.0.0 to 3.0.2

Release notes

Sourced from psr/log's releases.

3.0.2

What's Changed

New Contributors

Full Changelog: https://github.com/php-fig/log/compare/3.0.1...3.0.2

3.0.1

What's Changed

Full Changelog: https://github.com/php-fig/log/compare/3.0.0...3.0.1

Commits


Updates seld/jsonlint from 1.10.2 to 1.11.0

Release notes

Sourced from seld/jsonlint's releases.

1.11.0

What's Changed

  • Add ALLOW_DUPLICATE_KEYS_TO_ARRAY flag for collect values from duplicated keys in a __duplicate__ array Seldaek/jsonlint#88

New Contributors

Full Changelog: https://github.com/Seldaek/jsonlint/compare/1.10.2...1.11.0

Commits
  • 1748aaf Add ALLOW_DUPLICATE_KEYS_TO_ARRAY flag for collect values from duplic… (#88)
  • See full diff in compare view


Updates symfony/finder from 7.1.1 to 7.1.4

Release notes

Sourced from symfony/finder's releases.

v7.1.4

Changelog (https://github.com/symfony/finder/compare/v7.1.3...v7.1.4)

v7.1.3

Changelog (https://github.com/symfony/finder/compare/v7.1.2...v7.1.3)

  • no significant changes
Commits
  • d95bbf3 Merge branch '6.4' into 7.1
  • d7eb6da Merge branch '5.4' into 6.4
  • ae25a91 Replace external FTP server by a local docker instance
  • b7df8a8 Merge branch '6.4' into 7.1
  • cc9d880 Merge branch '5.4' into 6.4
  • 7f159e1 do not duplicate directory separators
  • 4f3b0f7 do not duplicate directory separators
  • 717c632 Merge branch '7.0' into 7.1
  • 25b2676 Merge branch '6.4' into 7.0
  • af29198 Merge branch '5.4' into 6.4
  • Additional commits viewable in compare view


Updates symfony/polyfill-iconv from 1.30.0 to 1.31.0

Commits


Updates symfony/polyfill-mbstring from 1.30.0 to 1.31.0

Commits


Updates symfony/process from 7.1.1 to 7.1.3

Release notes

Sourced from symfony/process's releases.

v7.1.3

Changelog (https://github.com/symfony/process/compare/v7.1.2...v7.1.3)

  • no significant changes
Commits


Updates symfony/var-dumper from 7.1.2 to 7.1.4

Release notes

Sourced from symfony/var-dumper's releases.

v7.1.4

Changelog (https://github.com/symfony/var-dumper/compare/v7.1.3...v7.1.4)

v7.1.3

Changelog (https://github.com/symfony/var-dumper/compare/v7.1.2...v7.1.3)

Commits
  • a5fa748 Merge branch '6.4' into 7.1
  • ee14c82 Merge branch '5.4' into 6.4
  • 6be6a6a [VarDumper] Fix tests
  • 6c7d1f0 Merge branch '6.4' into 7.1
  • c16bb04 Merge branch '5.4' into 6.4
  • 04138d9 fix compatibility with Twig 3.12
  • 5691ea3 Merge branch '6.4' into 7.1
  • 8fd821e Merge branch '5.4' into 6.4
  • 5051452 [PhpUnitBridge][Console][VarDumper] Fix handling NO_COLOR env var
  • 380ecec Merge branch '6.4' into 7.1
  • Additional commits viewable in compare view


Updates fidry/makefile from 1.0.1 to 1.0.2

Release notes

Sourced from fidry/makefile's releases.

1.0.2

Fixes

  • Fix support for comments (#49)
Commits


Updates mikey179/vfsstream from 1.6.11 to 1.6.12

Release notes

Sourced from mikey179/vfsstream's releases.

v1.6.12

What's Changed

New Contributors

Full Changelog: https://github.com/bovigo/vfsStream/compare/v1.6.11...v1.6.12

Changelog

Sourced from mikey179/vfsstream's changelog.

1.6.12 (2024-08-29)

  • Drop php 5 and 7.0 support as new versions enforced a syntax change that is not compatible with the old versions.
Commits
  • fe695ec Set date for new release
  • 3f7ee8d Merge pull request #292 from bovigo/drop-php-5-support
  • 001a279 Cleanup test bootstrap and changelog
  • 2e39a43 Disable coverage for php 7.1
  • a4a4e4c Upgrade tests to run on newer phpunit
  • dafa558 Attempt to fix phpunit run
  • b345f0e Drop support for php 5
  • 796ae51 Merge pull request #290 from skilld-labs/v1.6
  • 1ee7fa3 Fix PHP 8.4 deprecate-implicitly-nullable-types
  • See full diff in compare view


Updates symfony/yaml from 7.1.1 to 7.1.4

Release notes

Sourced from symfony/yaml's releases.

v7.1.4

Changelog (https://github.com/symfony/yaml/compare/v7.1.3...v7.1.4)

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 2 months ago

Superseded by #1416.