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 phan/phan from 5.4.0 to 5.4.1 in /tools/phan #71

Merged
merged 1 commit into from
Aug 28, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2022

Bumps phan/phan from 5.4.0 to 5.4.1.

Changelog

Sourced from phan/phan's changelog.

Aug 25 2022, Phan 5.4.1

New Features(Analysis):

  • Support parsing php 8.2's disjunctive normal form types (e.g. A|(B&C) (https://wiki.php.net/rfc/dnf_types). (#4699)
  • Support php 8.2 class constants on trait RFC. (#4687) Emit PhanCompatibleTraitConstant when using constants on traits with a minimum_target_php_version below '8.2' Emit PhanAccessClassConstantOfTraitDirectly when directly referencing the class constant on the trait declaration.
  • Emit PhanTypeModifyImmutableObjectProperty for PHP 8.1 readonly properties when modified anywhere outside of the declaring class's scope. (#4710)

Miscellaneous:

  • Allow array_filter $callback to be null (#4715)
Commits
  • fef4017 Merge pull request #4718 from TysonAndre/release-5.4.1
  • f687ea2 Release Phan 4.5.1
  • 438e84d Pin exact version of tolerant-php-parser
  • 08f7ff7 Allow array_filter callback to be null
  • 01e8f78 Merge pull request #4711 from TysonAndre/readonly-property
  • 9c5fc84 Consistently emit PhanTypeModifyImmutableObjectProperty
  • 71bba12 Update composer.lock
  • 8b02f08 Support php 8.2 class constants on trait RFC (#4701)
  • 7d5636b Add new function mysqli_result::fetch_column and update function mysqli_stmt:...
  • a33710a Merge pull request #4700 from TysonAndre/disjunctive-normal-form-pr
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [phan/phan](https://github.com/phan/phan) from 5.4.0 to 5.4.1.
- [Release notes](https://github.com/phan/phan/releases)
- [Changelog](https://github.com/phan/phan/blob/v5/NEWS.md)
- [Commits](phan/phan@5.4.0...5.4.1)

---
updated-dependencies:
- dependency-name: phan/phan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Aug 26, 2022
@a-menshchikov a-menshchikov merged commit 42b8ea6 into main Aug 28, 2022
@dependabot dependabot bot deleted the dependabot/composer/tools/phan/phan/phan-5.4.1 branch August 28, 2022 11:26
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
Development

Successfully merging this pull request may close these issues.

1 participant