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

composer(deps-dev): bump the minor-patch-dependencies group with 2 updates #342

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on phpstan/phpstan and rector/rector to permit the latest version.
Updates phpstan/phpstan to 1.10.44

Release notes

Sourced from phpstan/phpstan's releases.

1.10.44

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Commits
  • bf84367 PHPStan 1.10.44
  • 993c0a2 Updated PHPStan to commit 993c0a2e7d951e9d3392d37126049fbf489fea3f
  • 6ebb026 Updated PHPStan to commit 6ebb026bb9b045f377b9ac8d713bff807bb68409
  • abf65a7 Updated PHPStan to commit abf65a7fd64e3a14b95bff17a7aa26b2ba9bca39
  • b66432e Updated PHPStan to commit b66432ebe45bf30cbbe8025196bcce238cc0d812
  • 02b2e3d Updated PHPStan to commit 02b2e3d0885528724a1af91a1758b8f36e2167f4
  • 7042805 Updated PHPStan to commit 7042805dbc4da1b7130cc1da476a6a31270f7cf1
  • b77f894 Updated PHPStan to commit b77f89400872bc2758724d1dbd5c488a6590eac2
  • 78aab76 Updated PHPStan to commit 78aab76a3f64e6b39311428ce3189d566e5656f8
  • c098fc8 Updated PHPStan to commit c098fc825a35a219b8e7a1e37e83d4e0b072d004
  • Additional commits viewable in compare view

Updates rector/rector to 0.18.10

Release notes

Sourced from rector/rector's releases.

Released Rector 0.18.10

Bugfixes 🐛

  • [Renaming] FQN-ize namespaced import no namespace -> namespaced name on RenameClassRector (#5256)
Commits
  • f36bc0a Rector 0.18.10
  • b89547b Updated Rector to commit 2d1b9ab461c35e326b2ad78bd2758c5c3a69c9cc
  • 5aeafef Rector 0.18.9
  • 2da1774 Updated Rector to commit 363ae1bd444c365e38aef1cfcd69324b734c3c9c
  • 1d5d0dd Updated Rector to commit 1595e34d12d856eab8e2478de357f0b1dff3556f
  • b4cef81 Updated Rector to commit 60047ce7785545401ad870d483060ce640fa3369
  • 0f9778f Updated Rector to commit 52ef7b830be95c27141d893308d7fa27ff4a2290
  • 4f6134d Updated Rector to commit 5647e1b818482552a447d7f79392c7e2f0dce86e
  • 9aef117 Updated Rector to commit 7ec1be6b828042b27e3f40ed41b3285a6fe78502
  • 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 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 requested a review from mimmi20 as a code owner November 23, 2023 03:11
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 23, 2023
Copy link
Contributor

github-actions bot commented Nov 23, 2023

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

composer.json
  • phpstan/phpstan@>= 1.10.44, < 2.0.0
  • rector/rector@>= 0.18.10, < 0.19.0
  • phpstan/phpstan@>= 1.10.41, < 2.0.0
  • rector/rector@>= 0.18.8, < 0.19.0

…dates

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.

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

Updates `rector/rector` to 0.18.10
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@0.18.8...0.18.10)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: rector/rector
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@mimmi20 mimmi20 force-pushed the dependabot/composer/master/minor-patch-dependencies-ed0e3d0d8c branch from 7fc19db to cf7c48e Compare November 23, 2023 05:46
@mimmi20 mimmi20 enabled auto-merge November 23, 2023 05:46
@mimmi20 mimmi20 merged commit 1d437ea into master Nov 23, 2023
69 checks passed
@mimmi20 mimmi20 deleted the dependabot/composer/master/minor-patch-dependencies-ed0e3d0d8c branch November 23, 2023 05:57
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant