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 #132

Merged
merged 1 commit into from Nov 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on phpstan/phpstan, phpstan/phpstan-strict-rules and spaze/phpstan-disallowed-calls to permit the latest version.
Updates phpstan/phpstan to 1.10.40

Release notes

Sourced from phpstan/phpstan's releases.

1.10.40

Improvements 馃敡

Bugfixes 馃悰

Function signature fixes 馃

Internals 馃攳

Commits
  • 93c84b5 PHPStan 1.10.40
  • 1308c52 Updated PHPStan to commit 1308c520e763e286809f01a4100af8ba156c1d34
  • eb39381 Updated PHPStan to commit eb39381d2a3fd370d9881aacebabb3b17c06678a
  • a0e0dfb Updated PHPStan to commit a0e0dfbb27a7c96b5f2ac168990fc521645d839e
  • 4a17328 Updated PHPStan to commit 4a173280dd8f67f0f81d3b4e6f90d463ff8080dd
  • 110ab29 Updated PHPStan to commit 110ab291cdd70be080c0a023c467052b8b461c74
  • 35a12b2 Updated PHPStan to commit 35a12b22cabc775156cfb48e179d4a9ebd8a507a
  • bc2de58 Updated PHPStan to commit bc2de58128b8ddd28ed65babea62fe51e30f3421
  • 4cc9cde Updated PHPStan to commit 4cc9cdeba05ac3eb609db3dcda8cf71ed473c8d7
  • 849ea86 Updated PHPStan to commit 849ea86cfffaa26615e6cf1e54608276384c6117
  • Additional commits viewable in compare view

Updates phpstan/phpstan-strict-rules 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

Updates spaze/phpstan-disallowed-calls to 2.16.1

Release notes

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

Support PHP 8.3

What's Changed

  • Support PHP 8.3 (#217)
  • Bump actions/checkout from 3 to 4 (#218)

Did you know you can use @鈥媎ependabot to update your actions, not just your code? I've updated my article which mentions Dependabot https://www.michalspacek.com/dont-let-security-bugs-catch-you-off-guard#github-dependabot

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 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 1, 2023
@xificurk
Copy link
Contributor

xificurk commented Nov 1, 2023

@dependabot squash and merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2023

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
Copy link
Contributor

xificurk commented Nov 4, 2023

@dependabot rebase

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

Updates `phpstan/phpstan` to 1.10.40
- [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.38...1.10.40)

Updates `phpstan/phpstan-strict-rules` 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)

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

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: phpstan
- dependency-name: phpstan/phpstan-strict-rules
  dependency-type: direct:development
  dependency-group: phpstan
- dependency-name: spaze/phpstan-disallowed-calls
  dependency-type: direct:development
  dependency-group: phpstan
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/phpstan-9e10a51cbe branch from 2b4e3ef to 3f26d02 Compare November 4, 2023 09:26
@xificurk
Copy link
Contributor

xificurk commented Nov 4, 2023

@dependabot squash and merge

@dependabot dependabot bot merged commit 0f8c7ee into master Nov 4, 2023
27 checks passed
@dependabot dependabot bot deleted the dependabot/composer/phpstan-9e10a51cbe branch November 4, 2023 09:29
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

1 participant