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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the phpstan group with 3 updates #1346

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

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

Updates phpstan/phpstan from 1.10.54 to 1.10.67

Release notes

Sourced from phpstan/phpstan's releases.

1.10.67

This is the last release, or one of the last releases, in 1.10.x series. The next one is going to be PHPStan 1.11, and it's going to be released at some point in May 2024.

Improvements 馃敡

Bugfixes 馃悰

Function signature fixes 馃

Internals 馃攳

  • composer-dependency-analyser: update to 1.5.0 (support functions) (#3011), thanks @鈥媕anedbal!

1.10.66

Improvements 馃敡

Bugfixes 馃悰

Function signature fixes 馃

... (truncated)

Commits
  • 16ddbe7 PHPStan 1.10.67
  • 7961f7a Updated PHPStan to commit 7961f7ae1fe815b0796e4d73717f1b117d4a7163
  • 7f8f9cc Updated PHPStan to commit 7f8f9cce7f3903e505916c7afe04b7912570b5e2
  • f71da02 Updated PHPStan to commit f71da02958da0dd6b40193c64fcb6da12daf7227
  • 074de75 Updated PHPStan to commit 074de75ff3bffd32e554e3ce8b0dbbde003e471e
  • 1453c3f Updated PHPStan to commit 1453c3f160075f299dc4fc3b3098e8b0b3739b85
  • 4a4c739 Updated PHPStan to commit 4a4c739f9ff85b6c73659c21f8f3b8b7af8c82c9
  • 28c5729 Updated PHPStan to commit 28c57296288b78707902fdb4cdf9313a60eff363
  • a80cd8a Update Larastan
  • 336ab5c Update baselines
  • Additional commits viewable in compare view

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

Release notes

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

1.5.5

  • 2e193a0 - ArrayFilterStrictRule - get rid of different behavour with treatPhpDocTypesAsCertain: false

1.5.4

  • 8afd4af - Loosen up ArrayFilterStrictRule for unions with clearly truthy/falsey types

1.5.3

  • 568210b - Introduce strict array_filter call (require callback method)
  • 4723149 - Require PHPStan 1.10.60
  • 2fc12e5 - Fix UselessCastRuleTest.
Commits
  • 2e193a0 ArrayFilterStrictRule - get rid of different behavour with `treatPhpDocTypesA...
  • 8afd4af Loosen up ArrayFilterStrictRule for unions with clearly truthy/falsey types
  • 568210b Introduce strict array_filter call (require callback method)
  • 4723149 Require PHPStan 1.10.60
  • 2fc12e5 Fix UselessCastRuleTest.
  • See full diff in compare view

Updates phpstan/phpstan-symfony from 1.3.6 to 1.3.12

Release notes

Sourced from phpstan/phpstan-symfony's releases.

1.3.12

  • f4b9407 - Synchronize stub with symfony

1.3.11

  • 3fbf634 - Synchronize stub with symfony

1.3.10

  • 99848d8 - Add stub for Compound::getConstraints()

1.3.9

  • a32bc86 - Add @param-out for PropertyAccessor

1.3.8

  • d8a0bc0 - Narrow type for Extension::getConfiguration if class exists

1.3.7

  • ef7db63 - Infer type for builder getData
Commits
  • f4b9407 Synchronize stub with symfony
  • 3fbf634 Synchronize stub with symfony
  • 99848d8 Add stub for Compound::getConstraints()
  • a32bc86 Add @param-out for PropertyAccessor
  • d8a0bc0 Narrow type for Extension::getConfiguration if class exists
  • ef7db63 Infer type for builder getData
  • See full diff 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 phpstan group with 3 updates: [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) and [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony).


Updates `phpstan/phpstan` from 1.10.54 to 1.10.67
- [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.54...1.10.67)

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

Updates `phpstan/phpstan-symfony` from 1.3.6 to 1.3.12
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](phpstan/phpstan-symfony@1.3.6...1.3.12)

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

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 May 1, 2024
@jbelien jbelien enabled auto-merge (squash) May 25, 2024 14:51
Copy link
Contributor Author

dependabot bot commented on behalf of github May 25, 2024

Superseded by #1362.

@dependabot dependabot bot closed this May 25, 2024
auto-merge was automatically disabled May 25, 2024 15:01

Pull request was closed

@dependabot dependabot bot deleted the dependabot/composer/2.x/phpstan-7818448851 branch May 25, 2024 15:01
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.

None yet

0 participants