acquia / cli

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

Bump the dependencies group with 3 updates #1639

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps the dependencies group with 3 updates: phpro/grumphp, phpstan/phpstan and twig/twig.

Updates phpro/grumphp from 2.2.0 to 2.3.0

Release notes

Sourced from phpro/grumphp's releases.

Version 2.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/phpro/grumphp/compare/v2.2.0...v2.3.0

Commits


Updates phpstan/phpstan from 1.10.43 to 1.10.44

Release notes

Sourced from phpstan/phpstan's releases.

1.10.44

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Commits
  • bf84367 PHPStan 1.10.44
  • 993c0a2 Updated PHPStan to commit 993c0a2e7d951e9d3392d37126049fbf489fea3f
  • 6ebb026 Updated PHPStan to commit 6ebb026bb9b045f377b9ac8d713bff807bb68409
  • abf65a7 Updated PHPStan to commit abf65a7fd64e3a14b95bff17a7aa26b2ba9bca39
  • b66432e Updated PHPStan to commit b66432ebe45bf30cbbe8025196bcce238cc0d812
  • 02b2e3d Updated PHPStan to commit 02b2e3d0885528724a1af91a1758b8f36e2167f4
  • 7042805 Updated PHPStan to commit 7042805dbc4da1b7130cc1da476a6a31270f7cf1
  • b77f894 Updated PHPStan to commit b77f89400872bc2758724d1dbd5c488a6590eac2
  • 78aab76 Updated PHPStan to commit 78aab76a3f64e6b39311428ce3189d566e5656f8
  • c098fc8 Updated PHPStan to commit c098fc825a35a219b8e7a1e37e83d4e0b072d004
  • Additional commits viewable in compare view


Updates twig/twig from 3.7.1 to 3.8.0

Changelog

Sourced from twig/twig's changelog.

3.8.0 (2023-11-21)

  • Catch errors thrown during template rendering
  • Fix IntlExtension::formatDateTime use of date formatter prototype
  • Fix premature loop exit in Security Policy lookup of allowed methods/properties
  • Remove NumberFormatter::TYPE_CURRENCY (deprecated in PHP 8.3)
  • Restore return type annotations
  • Allow Symfony 7 packages to be installed
  • Deprecate twig_test_iterable function. Use the native is_iterable instead.
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
codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (436891f) 91.93% compared to head (25e40fe) 91.93%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1639 +/- ## ========================================= Coverage 91.93% 91.93% Complexity 1820 1820 ========================================= Files 124 124 Lines 6513 6513 ========================================= Hits 5988 5988 Misses 525 525 ```

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