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

Merged
merged 1 commit into from Oct 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on phpstan/phpstan, nepada/phpstan-nette-tester and shipmonk/phpstan-rules to permit the latest version.
Updates phpstan/phpstan to 1.10.36

Release notes

Sourced from phpstan/phpstan's releases.

1.10.36

Improvements 馃敡

Bugfixes 馃悰

Function signature fixes 馃

Internals 馃攳

Commits
  • ffa3089 PHPStan 1.10.36
  • 5b84f9f Updated PHPStan to commit 5b84f9f0da56e377ee56730d82f28b0a9c6caabe
  • 2b9af36 Updated PHPStan to commit 2b9af363a3d2a9620c4b9bfb65e81813b69623d0
  • dcfa3b1 Updated PHPStan to commit dcfa3b11b5d15b5f3f51fd1bcdcfbd90522f9df6
  • 7db9166 Update baselines
  • 65cda8b Updated PHPStan to commit 65cda8b95caa36fb5abe807bd7c03a91eab14e6f
  • e3023e0 Updated PHPStan to commit e3023e0c451fb62030fe08b78039a5480d89a912
  • d25b897 Updated PHPStan to commit d25b897cc6671e7042cf669c9efe3ec05dde1a47
  • 2011cfe Updated PHPStan to commit 2011cfe035b01980f92f894b003ac9a93317469f
  • cbefca4 Updated PHPStan to commit cbefca4caf56679d53c86cc08b3d46b7de1fcc5c
  • Additional commits viewable in compare view

Updates nepada/phpstan-nette-tester to 1.1.0

Release notes

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

1.1.0

  • PHP 8.3 compatibility
  • Requires PHPStan >=1.8
Commits
  • a7054a2 Lossen nette/tester version constraint
  • c3e8ca4 Allow PHP 8.3
  • 12153dd Run CI against PHP 8.3
  • d120b54 Simplify shipmonk phpstan rules config
  • bdf7444 Bump the phpstan group with 1 update (#62)
  • 580d8e4 Bump the phpstan group with 2 updates (#61)
  • 530f0a0 Group dependabot updates of PHPStan dependencies
  • 67b5f54 Update spaze/phpstan-disallowed-calls requirement from 2.15.0 to 2.16.0 (#60)
  • f3fbb12 Update nepada/coding-standard requirement from 7.10.0 to 7.11.0 (#59)
  • c186caa Update spaze/phpstan-disallowed-calls requirement from 2.14.2 to 2.15.0 (#58)
  • Additional commits viewable in compare view

Updates shipmonk/phpstan-rules to 2.9.1

Release notes

Sourced from shipmonk/phpstan-rules's releases.

2.9.1

Fixes

Commits
  • a566cfd ImmediatelyCalledCallableThrowTypeExtension: ignore implicit throw points (#163)
  • a47f65f readme: mention arrow functions in forbidCheckedExceptionInCallable (#161)
  • bfdbb89 Arrow function support for immediately called callable arguments (#160)
  • c0ae8d9 Run tests even with PHP 8.3 (#142)
  • 58601e0 shipmonk/name-collision-detector: use v2 (#159)
  • f707aed Immediately Called Callables config & class inheritance (#157)
  • aa5a15f Fix possible method name collision in ForbidCheckedExceptionInCallableRule (#...
  • 741a1c0 forbidEnumInFunctionArguments: fix false negative for named args (#155)
  • 9ac0ab2 EnforceIteratorToArrayPreserveKeysRule (#154)
  • c588201 forbidReturnValueInYieldingMethod (#152)
  • 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 [phpstan/phpstan](https://github.com/phpstan/phpstan), [nepada/phpstan-nette-tester](https://github.com/nepada/phpstan-nette-tester) and [shipmonk/phpstan-rules](https://github.com/shipmonk-rnd/phpstan-rules) to permit the latest version.

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

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

Updates `shipmonk/phpstan-rules` to 2.9.1
- [Release notes](https://github.com/shipmonk-rnd/phpstan-rules/releases)
- [Commits](shipmonk-rnd/phpstan-rules@2.7.0...2.9.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: 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 Oct 1, 2023
@xificurk
Copy link
Contributor

xificurk commented Oct 1, 2023

@dependabot squash and merge

@dependabot dependabot bot merged commit 2c9ee06 into master Oct 1, 2023
31 checks passed
@dependabot dependabot bot deleted the dependabot/composer/phpstan-a22b5d4ee3 branch October 1, 2023 04:45
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