acquia / cli

Acquia CLI
GNU General Public License v2.0
42 stars 47 forks source link

Bump the dependencies group with 5 updates #1585

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the dependencies group with 5 updates:

Package From To
guzzlehttp/guzzle 7.7.0 7.8.0
symfony/console 5.4.26 5.4.28
symfony/process 5.4.26 5.4.28
phpstan/phpstan 1.10.29 1.10.32
twig/twig 3.7.0 3.7.1

Updates guzzlehttp/guzzle from 7.7.0 to 7.8.0

Release notes

Sourced from guzzlehttp/guzzle's releases.

Release 7.8.0

See change log for changes.

Release 7.7.1

See change log for changes.

Changelog

Sourced from guzzlehttp/guzzle's changelog.

7.8.0 - 2023-08-27

Added

  • Support for PHP 8.3
  • Added automatic closing of handles on CurlFactory object destruction

7.7.1 - 2023-08-27

Changed

  • Remove the need for AllowDynamicProperties in CurlMultiHandler
Commits


Updates symfony/console from 5.4.26 to 5.4.28

Release notes

Sourced from symfony/console's releases.

v5.4.28

Changelog (https://github.com/symfony/console/compare/v5.4.27...v5.4.28)

Commits


Updates symfony/process from 5.4.26 to 5.4.28

Release notes

Sourced from symfony/process's releases.

v5.4.28

Changelog (https://github.com/symfony/process/compare/v5.4.27...v5.4.28)

Commits
  • 45261e1 [Process] Fix silencing wait when using a sigchild-enabled binary
  • ce9850f [Process] Fix test case
  • See full diff in compare view


Updates phpstan/phpstan from 1.10.29 to 1.10.32

Release notes

Sourced from phpstan/phpstan's releases.

1.10.32

Improvements 🔧

1.10.31

Improvements 🔧

Internals 🔍

1.10.30

Improvements 🔧

Bugfixes 🐛

Internals 🔍

Commits
  • c47e47d PHPStan 1.10.32
  • a4fa95a Updated PHPStan to commit a4fa95a42ba0f49732fc250904b7f54699623271
  • 379008a Updated PHPStan to commit 379008a6a632e6e657ad920147a87772c41438e1
  • c0eb159 PHPStan 1.10.31
  • 6bdc25a Updated PHPStan to commit 6bdc25a944690839507a8ca96d33ec7c51660f3f
  • cfe3b1f Updated PHPStan to commit cfe3b1fe575b4cf6ffe3151eaf0d87457b453b7a
  • 5aa3db7 Update baselines
  • 0fbf0ee Updated PHPStan to commit 0fbf0eed7ba63bdae6a8ce7ef33a96bd12236b45
  • 5846317 Updated PHPStan to commit 5846317f780822cb47659bc06924120d52a301eb
  • 1a903a2 Updated PHPStan to commit 1a903a2fbff2f139115565b69533c34cb8708c95
  • Additional commits viewable in compare view


Updates twig/twig from 3.7.0 to 3.7.1

Changelog

Sourced from twig/twig's changelog.

3.7.1 (2023-08-28)

  • Fix some phpdocs
Commits
  • a0ce373 Prepare the 3.7.1 release
  • 9503959 Update CHANGELOG
  • fea9dfc Merge branch '2.x' into 3.x
  • ef655c4 Reorganize some information
  • 93c664f minor #3868 Add Twig Language Server and Modern Twig extension to docs (k...
  • a949600 Add Twig Language Server and Modern Twig extension to docs
  • fa5f1d4 Merge branch '2.x' into 3.x
  • b60ed3e minor #3865 Bump min deps (fabpot)
  • c12990f Bump min deps
  • 2e02866 Merge branch '2.x' into 3.x
  • Additional commits viewable in compare view


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
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (9f165fe) 91.76% compared to head (2f3cd5b) 91.76%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1585 +/- ## ========================================= Coverage 91.76% 91.76% Complexity 1809 1809 ========================================= Files 124 124 Lines 6470 6470 ========================================= Hits 5937 5937 Misses 533 533 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.