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 all group with 3 updates #294

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 3 updates: infection/infection, phpstan/phpstan and phpstan/phpstan-strict-rules.

Updates infection/infection from 0.27.6 to 0.27.7

Release notes

Sourced from infection/infection's releases.

PHP 8.3, Symfony 7 support

Changed:

Full Changelog: infection/infection@0.27.6...0.27.7

Commits
  • e5bf714 Allow fidry/cpu-core-counter v1 (#1893)
  • 8e52866 Add Symfony 7 support (#1892)
  • b378ccc Update sanmai/pipeline to the latest version (#1890)
  • fe7cbe7 Remove all deprecated Safe function usages (#1889)
  • 77148ed Remove symfony/console < 4.4 hack as minimum supported version is 5.4 (#1888)
  • ec4b95e Replace Safe\sprintf with native sprintf as since PHP 8.0 it throws an except...
  • 63a1545 Micro optimization to reduce array_merge calls (#1883)
  • d4819ac Increase MSI
  • See full diff in compare view

Updates phpstan/phpstan from 1.10.39 to 1.10.41

Release notes

Sourced from phpstan/phpstan's releases.

1.10.41

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

1.10.40

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

... (truncated)

Commits
  • c617452 PHPStan 1.10.41
  • c6b09fb Updated PHPStan to commit c6b09fbdf5af443d51bcb775efa5044903030e12
  • f8fc597 Updated PHPStan to commit f8fc5976a9c456943863032fb9d13cf6a5e99507
  • 9f1cf11 Fix link to type aliases in config reference
  • ffa9ae2 Updated PHPStan to commit ffa9ae21f02f7604fde153adcee109bc590de7df
  • e512e2d Update integration tests
  • b5bbf1a Updated PHPStan to commit b5bbf1a1895d5127af6263262a1a663136de483b
  • 3e3c143 Updated PHPStan to commit 3e3c14375608a0f667364538e0d6b31233563947
  • d63e030 Updated PHPStan to commit d63e030e36e34f0c608bb88a730d4a66b864b8b5
  • b4c4497 Updated PHPStan to commit b4c44976703e116839e0acee056c7ed5792c635d
  • Additional commits viewable in compare view

Updates phpstan/phpstan-strict-rules from 1.5.1 to 1.5.2

Release notes

Sourced from phpstan/phpstan-strict-rules's releases.

1.5.2

  • 7a50e96 - Fix
  • 5ae7a3d - StrictFunctionCallsRule - support named arguments
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 all group with 3 updates: [infection/infection](https://github.com/infection/infection), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules).


Updates `infection/infection` from 0.27.6 to 0.27.7
- [Release notes](https://github.com/infection/infection/releases)
- [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md)
- [Commits](infection/infection@0.27.6...0.27.7)

Updates `phpstan/phpstan` from 1.10.39 to 1.10.41
- [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.39...1.10.41)

Updates `phpstan/phpstan-strict-rules` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases)
- [Commits](phpstan/phpstan-strict-rules@1.5.1...1.5.2)

---
updated-dependencies:
- dependency-name: infection/infection
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: phpstan/phpstan-strict-rules
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 6, 2023
@TravisCarden TravisCarden merged commit 8764157 into develop Nov 6, 2023
9 checks passed
@TravisCarden TravisCarden deleted the dependabot/composer/all-77641b17c6 branch November 6, 2023 17:58
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant