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 2 updates #107

Merged
merged 1 commit into from Apr 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on phpstan/phpstan and shipmonk/phpstan-rules to permit the latest version.
Updates phpstan/phpstan to 1.10.66

Release notes

Sourced from phpstan/phpstan's releases.

1.10.66

Improvements 馃敡

Bugfixes 馃悰

Function signature fixes 馃

Internals 馃攳

  • Prevent unnecessary calls into reflection from JSON extensions (#2994), thanks @鈥媠taabm!
Commits
  • 94779c9 PHPStan 1.10.66
  • 5473b67 Updated PHPStan to commit 5473b6701c1a9dd3ca1eb676b3b2c0dec43f2535
  • 927d71f Updated PHPStan to commit 927d71f11365c774a95cb4d8f65a1b1077472fa4
  • fd2e0a6 Updated PHPStan to commit fd2e0a6b7d599c4783d0a79831ecbae56999c765
  • 996f194 Updated PHPStan to commit 996f194ee0fd004bdee5b147e8a02c018ea4a72e
  • 40a20d2 Updated PHPStan to commit 40a20d2a3c5c6956b5df52d31855d64c463c3936
  • 986cbdf Updated PHPStan to commit 986cbdfb2fd0c3de71b31ac3f212bd499d2131e1
  • 795a560 Updated PHPStan to commit 795a560e55022174e2fdf5ca8d72fd0506bae161
  • f9d118f Updated PHPStan to commit f9d118fc96c0d1dac84d649b07e13cfc688f346b
  • b16dbaf Updated PHPStan to commit b16dbafd51675a9b63e1f87f7f0bf57bde96024d
  • Additional commits viewable in compare view

Updates shipmonk/phpstan-rules to 2.11.3

Release notes

Sourced from shipmonk/phpstan-rules's releases.

2.11.3

Fixes

Dependencies

  • remove nikic/php-parser requirement (#222)
    • it is bundled inside PHPStan's phar anyway
Commits
  • 9123cee composer-dependency-analyser: prepend PHPStan's PharAutoloader to avoid false...
  • 71f40d3 editorconfig-checker/editorconfig-checker: require 10.6.0 (#223)
  • 538b6c0 Bump phpstan/phpstan-phpunit from 1.3.15 to 1.3.16 (#219)
  • 7d3c4be Bump phpunit/phpunit from 9.6.16 to 9.6.17 (#217)
  • 07dd53c Bump phpstan/phpstan from 1.10.57 to 1.10.59 (#216)
  • 0a7c7ee Bump shipmonk/composer-dependency-analyser from 1.2.0 to 1.2.1 (#218)
  • f80640e Bump editorconfig-checker/editorconfig-checker from 10.4.0 to 10.5.0 (#215)
  • a10c707 Add composer-dependency-analyser (#214)
  • c67b7d7 immediatelyCalledCallables: mention immediate closure call issue (#211)
  • 3158b5e immediatelyCalledCallables: add call_user_func to defaults (#212)
  • 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

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

xificurk commented Apr 1, 2024

@dependabot squash and merge

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

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

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

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  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 force-pushed the dependabot/composer/phpstan-06baa7f8b0 branch from 163b9fa to 99c3647 Compare April 1, 2024 14:35
@xificurk
Copy link
Contributor

xificurk commented Apr 1, 2024

@dependabot squash and merge

@dependabot dependabot bot merged commit 09905e3 into master Apr 1, 2024
23 checks passed
@dependabot dependabot bot deleted the dependabot/composer/phpstan-06baa7f8b0 branch April 1, 2024 14:37
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