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 2 updates #433

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 2 updates: php-coveralls/php-coveralls and phpstan/phpstan.

Updates php-coveralls/php-coveralls from 2.6.0 to 2.7.0

Release notes

Sourced from php-coveralls/php-coveralls's releases.

v2.7.0

What's Changed

Full Changelog: php-coveralls/php-coveralls@v2.6.0...v2.7.0

Changelog

Sourced from php-coveralls/php-coveralls's changelog.

2.7.0

Miscellaneous

  • DX: allow Symfony ^7 (#369)
  • chore: drop PHP 5.x support (#371)
Commits

Updates phpstan/phpstan from 1.10.43 to 1.10.45

Release notes

Sourced from phpstan/phpstan's releases.

1.10.45

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

  • Replace with in_array() instead of redundant property (#2770), thanks @​zonuexe!
  • Fix typo in rule name: MethodVisibitiliyInInterfaceRule (#2781), thanks @​staabm!
  • Make extensions that return default types simply return null (#2782), thanks @​zonuexe!
  • Simplify InArrayFunctionTypeSpecifyingExtension (#2785), thanks @​staabm!

1.10.44

Improvements 🔧

Bugfixes 🐛

... (truncated)

Commits
  • 2f024fb PHPStan 1.10.45
  • d147f4c Updated PHPStan to commit d147f4cc626c500510f971ec715b55c03a45fab3
  • 15483e5 Docker - use RC
  • fd4dd96 Docker - publish images for PHP 8.3
  • 604d1da Updated PHPStan to commit 604d1da151cdc93c07bc25ba84e9fd2b705a1264
  • cbcb3d1 Updated PHPStan to commit cbcb3d1c6338a910cbb4366c4f7d1c180e70257f
  • 97d9ddf Updated PHPStan to commit 97d9ddfe9c7c2875330d0dc9ddca69a7895abbf5
  • 0177e33 Updated PHPStan to commit 0177e332f27c7cf7d710c1a535ddcdfd019e9b89
  • c8a7996 Updated PHPStan to commit c8a7996378123951066c55c6a5be1e4856379b8e
  • e031e6f Updated PHPStan to commit e031e6fb390d802b5b8d98918df7a0a9ff69eab1
  • 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 <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 2 updates: [php-coveralls/php-coveralls](https://github.com/php-coveralls/php-coveralls) and [phpstan/phpstan](https://github.com/phpstan/phpstan).


Updates `php-coveralls/php-coveralls` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/php-coveralls/php-coveralls/releases)
- [Changelog](https://github.com/php-coveralls/php-coveralls/blob/master/CHANGELOG.md)
- [Commits](php-coveralls/php-coveralls@v2.6.0...v2.7.0)

Updates `phpstan/phpstan` from 1.10.43 to 1.10.45
- [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.45)

---
updated-dependencies:
- dependency-name: php-coveralls/php-coveralls
  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
...

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 (d02f3dd) 99.59% compared to head (3672b72) 99.59%.
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #433   +/-   ##
=========================================
  Coverage     99.59%   99.59%           
  Complexity      263      263           
=========================================
  Files            90       90           
  Lines          1737     1737           
=========================================
  Hits           1730     1730           
  Misses            7        7           

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

@github-actions github-actions bot merged commit 3ccb05f into master Nov 27, 2023
11 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dependencies-5138dcae3d branch November 27, 2023 20:39
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