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 phpstan group with 2 updates #72

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

dependabot[bot]
Copy link

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

Updates the requirements on spaze/phpstan-disallowed-calls and shipmonk/phpstan-rules to permit the latest version.
Updates spaze/phpstan-disallowed-calls to 3.1.1

Release notes

Sourced from spaze/phpstan-disallowed-calls's releases.

Dynamic class constant fetch, disallowedEnums

What's Changed

  • Support dynamic class constant fetch available in PHP 8.3 (#242, #248)
  • Added disallowedEnums, they use DisallowedConstant internally (#243, docs)

Internal changes:

  • The PHP 8.0 polyfill is not needed anymore (#237)
  • More tests for attributes (#240) and on more PHP versions (#244)
  • More strict/correct config schema, disallowedConstants' constant field is always present (#245)
  • Reuse the existing reflection variable (#246)

Note

The 3.1.0 release was the same minus #248.

Commits
  • fe56632 Support all Expr nodes when in dynamic constant fetch (#248)
  • 43e9213 Support all Expr nodes when in dynamic constant fetch
  • ce98abe Reuse the existing reflection and do it just once (#246)
  • 92e3305 Reuse the existing reflection and do it just once
  • 0741bd1 disallowedConstants' constant field is always present (#245)
  • 30b06ec disallowedConstants' constant field is always present
  • ac1fd66 Test on >= 8.0 & 8.1, not just > (#244)
  • 1f24ad6 Test on >= 8.0 & 8.1, not just >
  • eaeb406 Added disallowedEnums, they use DisallowedConstant internally (#243)
  • 1f91fa9 Added disallowedEnums, they use DisallowedConstant internally
  • Additional commits viewable in compare view

Updates shipmonk/phpstan-rules to 2.11.2

Release notes

Sourced from shipmonk/phpstan-rules's releases.

2.11.2

Fixes

  • Fix compatibility with PHPStan >=1.10.51 (#206)

Dependencies

  • phpstan/phpstan now requires at least 1.10.51 (was 1.10.30) (#206)
Commits
  • 567f9b8 Fix compatibility with PHPStan >=1.10.51 (#206)
  • 9f194f6 Bump phpunit/phpunit from 9.6.14 to 9.6.15 (#204)
  • 525a9f5 Bump ergebnis/composer-normalize from 2.39.0 to 2.41.1 (#202)
  • f5c3148 Bump phpstan/phpstan from 1.10.46 to 1.10.50 (#201)
  • 1a542d3 phpcs & phpstan: emulate lowest supported PHP version (#200)
  • 6103ed1 RuleTestCase: ability to autofix errors (#198)
  • 3c286ce forbidEnumInFunctionArguments: deny also natcasesort (#197)
  • 0512340 forbidEnumInFunctionArguments: allow array_unique($enums, SORT_REGULAR) (#196)
  • baa841c ForbidNotNormalizedTypeRule: add testcase for never (#194)
  • 103bad2 forbidNotNormalizedType: fix config key (#193)
  • 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 will merge this PR once CI passes on it, as requested by @xificurk.


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

Updates the requirements on [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls) and [shipmonk/phpstan-rules](https://github.com/shipmonk-rnd/phpstan-rules) to permit the latest version.

Updates `spaze/phpstan-disallowed-calls` to 3.1.1
- [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases)
- [Commits](spaze/phpstan-disallowed-calls@v2.16.1...v3.1.1)

Updates `shipmonk/phpstan-rules` to 2.11.2
- [Release notes](https://github.com/shipmonk-rnd/phpstan-rules/releases)
- [Commits](shipmonk-rnd/phpstan-rules@2.10.0...2.11.2)

---
updated-dependencies:
- dependency-name: spaze/phpstan-disallowed-calls
  dependency-type: direct:development
  dependency-group: phpstan
- dependency-name: shipmonk/phpstan-rules
  dependency-type: direct:development
  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 Feb 1, 2024
@xificurk
Copy link

xificurk commented Feb 1, 2024

@dependabot squash and merge

@coveralls
Copy link

Pull Request Test Coverage Report for Build 7741714301

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 7377578255: 0.0%
Covered Lines: 0
Relevant Lines: 148

💛 - Coveralls

@dependabot dependabot bot merged commit 96ed840 into master Feb 1, 2024
25 checks passed
@dependabot dependabot bot deleted the dependabot/composer/phpstan-a19dd9ce47 branch February 1, 2024 13:06
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

2 participants