Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group with 3 updates #1639

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

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: phpro/grumphp@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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 3 updates: [phpro/grumphp](https://github.com/phpro/grumphp), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [twig/twig](https://github.com/twigphp/Twig).


Updates `phpro/grumphp` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/phpro/grumphp/releases)
- [Commits](phpro/grumphp@v2.2.0...v2.3.0)

Updates `phpstan/phpstan` from 1.10.43 to 1.10.44
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.43...1.10.44)

Updates `twig/twig` from 3.7.1 to 3.8.0
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](twigphp/Twig@v3.7.1...v3.8.0)

---
updated-dependencies:
- dependency-name: phpro/grumphp
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: twig/twig
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 27, 2023
Copy link

codecov bot commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot merged commit 738d610 into main Nov 27, 2023
14 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dependencies-d9774c3a62 branch November 27, 2023 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants