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 4 updates #166

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Updates the requirements on phpstan/phpstan, nepada/phpstan-nette-tester, spaze/phpstan-disallowed-calls and shipmonk/phpstan-rules to permit the latest version.
Updates phpstan/phpstan to 1.12.7

Release notes

Sourced from phpstan/phpstan's releases.

1.12.7

Major new features 🚀

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

Commits
  • dc2b997 PHPStan 1.12.7
  • 247ae64 Updated PHPStan to commit 247ae64eaa4126e6fd9bca563d71ac95080392cf
  • e802b85 Updated PHPStan to commit e802b85aa2cecf243410c41464e632ca58eaa658
  • dc5d8f4 Updated PHPStan to commit dc5d8f4d3eef18b1d80b8ffb3a1adfe8de6d7268
  • 40e461d Updated PHPStan to commit 40e461d2e8dff171cdf588e380eb20e782e94eb1
  • 3128f26 Updated PHPStan to commit 3128f266461cdcb559672e8519db7643666c669a
  • 107a7e3 Updated PHPStan to commit 107a7e38e2173d8b8b4f18e5d592fc8ead02b96a
  • 856208a Updated PHPStan to commit 856208a53b3b1c4eada01f7e4892573d756cdf3f
  • ff75213 Updated PHPStan to commit ff7521302711c2eca765d47f8606179f0ca0d19b
  • 66664bb Updated PHPStan to commit 66664bb612b4cfb4e8a870f5d11f5af731f5e21a
  • Additional commits viewable in compare view

Updates nepada/phpstan-nette-tester to 1.2.1

Release notes

Sourced from nepada/phpstan-nette-tester's releases.

1.2.1

  • PHP 8.4 compatibility
Commits
  • afef8ce Code cleanup
  • 81ada0f Run CI against PHP 8.4
  • ab0892d Allow PHP 8.4
  • 8deeac5 Run CI against PHP 8.4
  • 5859b18 Update phpstan/phpstan-strict-rules requirement in the phpstan group (#80)
  • f982d96 Update shipmonk/phpstan-rules requirement in the phpstan group (#79)
  • a43c183 CI: display phpstan error identifiers
  • f9426ff Update shipmonk/phpstan-rules requirement in the phpstan group (#78)
  • a67f78d Bump the phpstan group with 4 updates (#77)
  • df9cf22 Bump the phpstan group with 3 updates (#76)
  • Additional commits viewable in compare view

Updates spaze/phpstan-disallowed-calls to 3.5.1

Release notes

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

Support PHP 8.4

  • Support PHP 8.4 (#270)

That's it. That's the release.

Commits
  • ed12b33 Support PHP 8.4 (#270)
  • b16d30c Support PHP 8.4
  • ad538e6 Process ClassConstFetch where $class is Name only for enums (#266)
  • 133690e Process ClassConstFetch where $class is Name only for enums
  • 86ef121 Add phpstan/phpstan-deprecation-rules in expectation of PHPStan 2.0 (#263)
  • 5432bfa Add phpstan/phpstan-deprecation-rules in expectation of PHPStan 2.0
  • 0615f65 Fix test class name (#260)
  • 674f795 Fix test class name
  • c687ba9 Add create_function as a disallowed function call (#261)
  • 2e913d6 Add create_function as a disallowed function call
  • See full diff in compare view

Updates shipmonk/phpstan-rules to 3.2.1

Release notes

Sourced from shipmonk/phpstan-rules's releases.

3.2.1

Fixes:

  • Fix reflection error on unknown symbols (#273)

Dependencies:

  • phpstan/phpstan now requires 1.12.5 (was 1.11.0) (#272)
Commits
  • c91fead Fix reflection error on unknown symbols (#273)
  • a44294e Bump the dev-dependencies group with 2 updates (#270)
  • d144495 Remove deprecated ParametersAcceptorSelector::selectFromArgs (#272)
  • d35bf66 Use phpstan-deprecation-rules (#271)
  • bdfc548 Initialize dead-code detector (#255)
  • d66cbb6 Bump shipmonk/composer-dependency-analyser from 1.6.1 to 1.7.0 in the dev-dep...
  • d16dc28 Bump phpstan/phpstan from 1.11.9 to 1.12.0 in the prod-dependencies group (#266)
  • f9cb9cb Readme: uselessPrivatePropertyNullability is outbuilt by PHPStan 1.12 + bleed...
  • 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 will merge this PR once it's up-to-date and 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Oct 28, 2024
@xificurk
Copy link
Contributor

@dependabot squash and merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2024

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@xificurk xificurk force-pushed the master branch 3 times, most recently from 787729d to d7796c9 Compare October 28, 2024 10:19
@dependabot dependabot bot force-pushed the dependabot/composer/phpstan-ffb0adcacd branch from 62b02e9 to 0bd1323 Compare October 28, 2024 10:35
@xificurk
Copy link
Contributor

@dependabot squash and merge

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan), [nepada/phpstan-nette-tester](https://github.com/nepada/phpstan-nette-tester), [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 `phpstan/phpstan` to 1.12.7
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.12.5...1.12.7)

Updates `nepada/phpstan-nette-tester` to 1.2.1
- [Release notes](https://github.com/nepada/phpstan-nette-tester/releases)
- [Commits](nepada/phpstan-nette-tester@v1.2.0...v1.2.1)

Updates `spaze/phpstan-disallowed-calls` to 3.5.1
- [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases)
- [Commits](spaze/phpstan-disallowed-calls@v3.4.0...v3.5.1)

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

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: phpstan
- dependency-name: nepada/phpstan-nette-tester
  dependency-type: direct:development
  dependency-group: phpstan
- 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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/phpstan-ffb0adcacd branch from 0bd1323 to 402ad09 Compare October 28, 2024 10:38
@xificurk
Copy link
Contributor

@dependabot squash and merge

@dependabot dependabot bot merged commit c28af03 into master Oct 28, 2024
27 checks passed
@dependabot dependabot bot deleted the dependabot/composer/phpstan-ffb0adcacd branch October 28, 2024 10:40
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